summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Unify NUMA initialization between 32 and 64bitTejun Heo2011-01-286-84/+77
* x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo2011-01-287-115/+87
* x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-2811-104/+85
* x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-2815-56/+101
* x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-2813-41/+37
* x86: Implement x86_32_early_logical_apicid() for numaq_32Tejun Heo2011-01-281-2/+8
* x86: Implement x86_32_early_logical_apicid() for summit_32Tejun Heo2011-01-281-5/+12
* x86: Implement x86_32_early_logical_apicid() for bigsmp_32Tejun Heo2011-01-281-1/+7
* x86: Implement the default x86_32_early_logical_apicid()Tejun Heo2011-01-281-1/+6
* x86: Add apic->x86_32_early_logical_apicid()Tejun Heo2011-01-288-2/+45
* x86: Kill apic->cpu_to_logical_apicid()Tejun Heo2011-01-2811-70/+11
* x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo2011-01-283-8/+15
* x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-288-13/+27
* x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo2011-01-282-6/+6
* x86: Drop x86_32 MAX_APICIDTejun Heo2011-01-283-5/+3
* x86: Kill unused static boot_cpu_logical_apicid in smpboot.cTejun Heo2011-01-281-5/+1
* Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-282-13/+13
|\
| * xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini2011-01-271-0/+1
| * xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini2011-01-271-1/+6
| * xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.Stefan Bader2011-01-271-12/+6
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-283-35/+13
|\ \
| * | percpu, x86: Fix percpu_xchg_op()Eric Dumazet2011-01-261-12/+12
| * | x86: Remove left over system_64.hYinghai Lu2011-01-261-22/+0
| * | x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl2011-01-241-1/+1
* | | thp: fix PARAVIRT x86 32bit noPAEAndrea Arcangeli2011-01-261-3/+2
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-257-44/+11
|\ \ | |/ |/|
| * x86: Fix jump label with RO/NX module protection crashmatthieu castet2011-01-231-1/+1
| * x86, hotplug: Fix powersavings with offlined cores on AMDBorislav Petkov2011-01-213-2/+5
| * x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co...Fenghua Yu2011-01-211-0/+1
| * x86: Use asm-generic/cacheflush.hAkinobu Mita2011-01-211-41/+1
| * x86: Update CPU cache attributes table descriptorsDave Jones2011-01-201-0/+3
* | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-211-4/+4
|\ \
| * | x86,percpu: Move out of place 64 bit ops into X86_64 sectionChristoph Lameter2011-01-111-4/+4
* | | Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-212-2/+20
|\ \ \
| * | | xen: p2m: correctly initialize partial p2m leafStefan Bader2011-01-211-1/+19
| * | | xen: fix non-ANSI function warning in irq.cRandy Dunlap2011-01-201-1/+1
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-201-1/+1
|\ \ \ \
| * | | | lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'akpm'Linus Torvalds2011-01-203-13/+13
|\ \ \ \
| * | | | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-203-13/+13
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-01-202-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)Randy Dunlap2011-01-201-0/+1
| * | | lguest: compile fixesRusty Russell2011-01-201-1/+1
| * | | lguest: Use this_cpu_opsChristoph Lameter2011-01-201-1/+1
* | | | x86: Unify "numa=" command line option handlingJan Beulich2011-01-195-20/+30
* | | | Revert "x86: Make relocatable kernel work with new binutils"Ingo Molnar2011-01-191-9/+2
| |/ / |/| |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-182-7/+11
|\ \ \ | |/ / |/| |
| * | x86: Clear irqstack thread_infoBrian Gerst2011-01-181-5/+2
| * | x86: Make relocatable kernel work with new binutilsShaohua Li2011-01-181-2/+9
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-153-8/+11
|\ \ \ \ \ | | | |/ / | | |/| |
OpenPOWER on IntegriCloud