Age | Commit message (Expand) | Author | Files | Lines |
2011-01-28 | x86: Drop x86_32 MAX_APICID | Tejun Heo | 1 | -1/+1 |
2011-01-28 | x86: Kill unused static boot_cpu_logical_apicid in smpboot.c | Tejun Heo | 1 | -5/+1 |
2011-01-26 | x86: Don't copy per_cpu cpuinfo for BSP two times | Yinghai Lu | 1 | -3/+3 |
2011-01-26 | x86: Move llc_shared_map out of cpu_info | Yinghai Lu | 1 | -28/+10 |
2011-01-26 | x86, amd: Normalize compute unit IDs on multi-node processors | Andreas Herrmann | 1 | -0/+1 |
2011-01-22 | x86, hotplug: Fix powersavings with offlined cores on AMD | Borislav Petkov | 1 | -1/+2 |
2011-01-11 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2011-01-09 | x86: Fix sparse non-ANSI function warnings in smpboot.c | Randy Dunlap | 1 | -2/+2 |
2011-01-08 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -7/+7 |
2011-01-06 | Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-... | Linus Torvalds | 1 | -0/+14 |
2010-12-30 | x86: Replace uses of current_cpu_data with this_cpu ops | Tejun Heo | 1 | -6/+6 |
2010-12-30 | x86: Use this_cpu_ops to optimize code | Tejun Heo | 1 | -1/+1 |
2010-12-14 | x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume | Suresh Siddha | 1 | -0/+14 |
2010-11-26 | x86: Set cpu masks before calling CPU_STARTING notifiers | Andi Kleen | 1 | -4/+7 |
2010-11-18 | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog | Don Zickus | 1 | -11/+0 |
2010-10-28 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+0 |
2010-10-27 | x86-32: Allocate irq stacks seperate from percpu area | Brian Gerst | 1 | -1/+0 |
2010-10-27 | workqueues: s/ON_STACK/ONSTACK/ | Andrew Morton | 1 | -1/+1 |
2010-10-23 | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -12/+4 |
2010-10-22 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2010-10-22 | Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2010-10-22 | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2010-10-22 | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+79 |
2010-10-21 | x86-32, mm: Add an initial page table for core bootstrapping | Borislav Petkov | 1 | -12/+4 |
2010-10-12 | x86: i8259: Convert to new irq_chip functions | Thomas Gleixner | 1 | -2/+2 |
2010-10-02 | x86, amd: Use compute unit information to determine thread siblings | Andreas Herrmann | 1 | -8/+20 |
2010-09-21 | x86, hotplug: In the MWAIT case of play_dead, CLFLUSH the cache line | H. Peter Anvin | 1 | -1/+19 |
2010-09-18 | x86, hotplug: Move WBINVD back outside the play_dead loop | H. Peter Anvin | 1 | -6/+5 |
2010-09-18 | x86, hotplug: Use mwait to offline a processor, fix the legacy case | H. Peter Anvin | 1 | -1/+62 |
2010-09-16 | x86, x2apic: Simplify apic init in SMP and UP builds | Suresh Siddha | 1 | -2/+2 |
2010-08-24 | x86, vmware: Remove deprecated VMI kernel support | Alok Kataria | 1 | -2/+0 |
2010-08-20 | x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issues | Borislav Petkov | 1 | -0/+19 |
2010-08-18 | x86-32: Separate 1:1 pagetables from swapper_pg_dir | Joerg Roedel | 1 | -19/+13 |
2010-08-10 | x86, ia64, smp: use workqueues unconditionally during do_boot_cpu() | Suresh Siddha | 1 | -6/+2 |
2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2010-07-31 | x86, mtrr: Use stop machine context to rendezvous all the cpu's | Suresh Siddha | 1 | -0/+7 |
2010-06-29 | workqueue: increase max_active of keventd and kill current_is_keventd() | Tejun Heo | 1 | -1/+1 |
2010-06-02 | x86, smpboot: Fix cores per node printing on boot | Borislav Petkov | 1 | -1/+1 |
2010-05-25 | x86: "nosmp" command line option should force the system into UP mode | Jan Beulich | 1 | -3/+23 |
2010-04-05 | Merge branch 'master' into export-slabh | Tejun Heo | 1 | -2/+2 |
2010-04-02 | x86: Move notify_cpu_starting() callback to a later stage | Peter Zijlstra | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-16 | x86: Handle legacy PIC interrupts on all the cpu's | Suresh Siddha | 1 | -1/+1 |
2010-03-08 | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+7 |
2010-03-03 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+9 |
2010-02-28 | Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2010-02-27 | x86: Enable NMI on all cpus on UV | Russ Anderson | 1 | -0/+1 |
2010-02-23 | Merge remote branch 'origin/x86/apic' into x86/mrst | H. Peter Anvin | 1 | -4/+9 |
2010-02-23 | Merge branch 'x86/irq' into x86/apic | H. Peter Anvin | 1 | -5/+4 |
2010-02-21 | Merge branch 'x86/urgent' into x86/irq | H. Peter Anvin | 1 | -2/+0 |