| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into export-slabh | Tejun Heo | 2010-04-05 | 1 | -2/+2 |
|\ |
|
| * | x86: Move notify_cpu_starting() callback to a later stage | Peter Zijlstra | 2010-04-02 | 1 | -2/+2 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | x86: Handle legacy PIC interrupts on all the cpu's | Suresh Siddha | 2010-03-16 | 1 | -1/+1 |
* | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-07 | 1 | -2/+7 |
|\ |
|
| * | Merge remote branch 'origin/x86/apic' into x86/mrst | H. Peter Anvin | 2010-02-22 | 1 | -4/+9 |
| |\ |
|
| * | | x86, pic: Make use of legacy_pic abstraction | Jacob Pan | 2010-02-19 | 1 | -2/+3 |
| * | | x86: Initialize stack canary in secondary start | Jacob Pan | 2010-02-19 | 1 | -0/+4 |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-03 | 1 | -4/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'x86/irq' into x86/apic | H. Peter Anvin | 2010-02-22 | 1 | -5/+4 |
| |\ \ |
|
| | * | | Merge branch 'x86/urgent' into x86/irq | H. Peter Anvin | 2010-02-20 | 1 | -2/+0 |
| | |\| |
|
| | * | | smp: Use nr_cpus= to set nr_cpu_ids early | Yinghai Lu | 2010-02-17 | 1 | -3/+4 |
| * | | | x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online... | Suresh Siddha | 2010-01-29 | 1 | -1/+5 |
| |/ / |
|
* | | | Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-02-28 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86: Enable NMI on all cpus on UV | Russ Anderson | 2010-02-27 | 1 | -0/+1 |
| |/ |
|
* / | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs | Suresh Siddha | 2010-02-09 | 1 | -2/+0 |
|/ |
|
* | x86: Limit the number of processor bootup messages | Mike Travis | 2009-12-11 | 1 | -14/+31 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2009-12-10 | 1 | -1/+3 |
|\ |
|
| * | workqueue: Add debugobjects support | Thomas Gleixner | 2009-11-16 | 1 | -1/+3 |
* | | x86: Remove unnecessary mdelay() from cpu_disable_common() | Suresh Siddha | 2009-12-02 | 1 | -9/+0 |
|/ |
|
* | cpumask: use zalloc_cpumask_var() where possible | Li Zefan | 2009-09-24 | 1 | -6/+3 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-18 | 1 | -2/+2 |
|\ |
|
| * | x86: Move percpu clockevents setup to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -2/+2 |
* | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 1 | -0/+14 |
|\ \ |
|
| * | | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init | Suresh Siddha | 2009-08-21 | 1 | -0/+14 |
| |/ |
|
* | | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 1 | -0/+2 |
|\ \ |
|
| * | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 | 1 | -1/+1 |
| * | | x86, intel_txt: Intel TXT Sx shutdown support | Joseph Cihula | 2009-07-21 | 1 | -0/+2 |
| |/ |
|
* / | x86, sched: Workaround broken sched domain creation for AMD Magny-Cours | Andreas Herrmann | 2009-09-03 | 1 | -1/+2 |
|/ |
|
* | x86: make zap_low_mapping could be used early | Yinghai Lu | 2009-06-12 | 1 | -1/+1 |
* | x86, apic: Fix dummy apic read operation together with broken MP handling | Cyrill Gorcunov | 2009-06-07 | 1 | -3/+5 |
* | x86: smpboot - wakeup_secondary should be done via __cpuinit section | Cyrill Gorcunov | 2009-04-19 | 1 | -2/+2 |
* | x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APIC | Yinghai Lu | 2009-04-08 | 1 | -4/+6 |
* | x86: make wakeup_secondary_cpu_via_init static | Yinghai Lu | 2009-04-08 | 1 | -1/+1 |
* | cpumask: use new cpumask functions throughout x86 | Rusty Russell | 2009-03-13 | 1 | -6/+5 |
* | cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -7/+26 |
* | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -2/+2 |
* | x86: unify 32 and 64-bit node_to_cpumask_map | Rusty Russell | 2009-03-13 | 1 | -5/+0 |
* | cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -2/+10 |
* | cpumask: remove cpu_coregroup_map: x86 | Rusty Russell | 2009-03-13 | 1 | -5/+0 |
* | x86: remove smp_apply_quirks()/smp_checks() | Yinghai Lu | 2009-03-08 | 1 | -78/+0 |
* | x86: apic: simplify secondary CPU wakeup methods | Ingo Molnar | 2009-02-26 | 1 | -3/+8 |
* | x86: remove update_apic from x86_quirks | Yinghai Lu | 2009-02-26 | 1 | -7/+1 |
* | x86, apic: remove ->store_NMI_vector() | Ingo Molnar | 2009-02-17 | 1 | -8/+5 |
* | x86, apic: remove duplicate asm/apic.h inclusions | Ingo Molnar | 2009-02-17 | 1 | -1/+0 |
* | x86, apic: remove genapic.h | Ingo Molnar | 2009-02-17 | 1 | -2/+2 |
* | x86: add x2apic config | Yinghai Lu | 2009-02-17 | 1 | -1/+1 |
* | x86: make 32bit to call enable_IO_APIC early like 64bit | Yinghai Lu | 2009-02-15 | 1 | -2/+1 |
* | Merge branch 'x86/paravirt' into x86/apic | Ingo Molnar | 2009-02-09 | 1 | -1/+1 |
|\ |
|
| * | x86: pass in cpu number to switch_to_new_gdt() | Brian Gerst | 2009-01-31 | 1 | -1/+1 |