aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-02-04x86-32: Make sure the stack is set up before we use itH. Peter Anvin4-24/+17
2011-02-03memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UVNathan Fontenot1-0/+14
2011-02-03x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s...Suresh Siddha1-2/+3
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+10
2011-02-03x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha1-1/+9
2011-02-02x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET1-8/+0
2011-02-02x86: Add clock_adjtime for x86Richard Cochran4-1/+6
2011-02-02Merge commit 'v2.6.38-rc3' into perf/coreIngo Molnar26-132/+98
2011-01-31x86: Rename incorrectly named parameter of numa_cpu_node()Tejun Heo1-1/+1
2011-01-31Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner8-47/+13
2011-01-28x86: Fix build failure on X86_UP_APICTejun Heo2-3/+1
2011-01-28x86: Unify NUMA initialization between 32 and 64bitTejun Heo6-84/+77
2011-01-28x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo7-115/+87
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo11-104/+85
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo15-56/+101
2011-01-28x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo13-41/+37
2011-01-28x86: Implement x86_32_early_logical_apicid() for numaq_32Tejun Heo1-2/+8
2011-01-28x86: Implement x86_32_early_logical_apicid() for summit_32Tejun Heo1-5/+12
2011-01-28x86: Implement x86_32_early_logical_apicid() for bigsmp_32Tejun Heo1-1/+7
2011-01-28x86: Implement the default x86_32_early_logical_apicid()Tejun Heo1-1/+6
2011-01-28x86: Add apic->x86_32_early_logical_apicid()Tejun Heo8-2/+45
2011-01-28x86: Kill apic->cpu_to_logical_apicid()Tejun Heo11-70/+11
2011-01-28x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo3-8/+15
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo8-13/+27
2011-01-28x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo2-6/+6
2011-01-28x86: Drop x86_32 MAX_APICIDTejun Heo3-5/+3
2011-01-28x86: Kill unused static boot_cpu_logical_apicid in smpboot.cTejun Heo1-5/+1
2011-01-28Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-13/+13
2011-01-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-35/+13
2011-01-27x86, perf: Change two init functions to staticYinghai Lu1-2/+2
2011-01-27perf: Fix Pentium4 raw event validationStephane Eranian1-2/+10
2011-01-27xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini1-0/+1
2011-01-27xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini1-1/+6
2011-01-27xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.Stefan Bader1-12/+6
2011-01-27rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner1-9/+0
2011-01-27rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner1-5/+0
2011-01-27rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner1-25/+0
2011-01-27rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner1-12/+0
2011-01-27x86: Cleanup rwsem_count_t typedefThomas Gleixner1-15/+10
2011-01-27rwsem: Cleanup includesThomas Gleixner1-6/+0
2011-01-26x86: Don't copy per_cpu cpuinfo for BSP two timesYinghai Lu1-3/+3
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu5-39/+21
2011-01-26x86, amd: Extend AMD northbridge caching code to support "Link Control" devicesHans Rosenfeld2-2/+10
2011-01-26x86, amd: Enable L3 cache index disable on family 0x15Hans Rosenfeld1-0/+3
2011-01-26x86, amd: Normalize compute unit IDs on multi-node processorsAndreas Herrmann2-2/+7
2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet1-12/+12
2011-01-26x86: Remove left over system_64.hYinghai Lu1-22/+0
2011-01-25x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu3-192/+198
2011-01-26thp: fix PARAVIRT x86 32bit noPAEAndrea Arcangeli1-3/+2
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-2/+2