summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-2415-214/+134
| |\
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | x86, ioapic: Restore ioapic entries during resume properlySuresh Siddha2011-05-241-2/+2
* | | x86: Get rid of asmregparmRichard Weinberger2011-05-241-2/+2
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-05-232-65/+0
|\ \ \
| * | | x86/PCI: Remove dma32_reserve_bootmemYinghai Lu2011-05-102-65/+0
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-2317-537/+446
|\ \ \ \
| * | | | x86, apic: Include module.h header in apic_flat_64.cRandy Dunlap2011-05-231-0/+1
| * | | | x86, apic: Make apic drivers staticSuresh Siddha2011-05-2210-57/+22
| * | | | x86, apic: Clean up bigsmp apic selection codeSuresh Siddha2011-05-222-29/+31
| * | | | x86, apic: Use .apicdrivers section for the apic drivers listSuresh Siddha2011-05-222-31/+36
| * | | | x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha2011-05-2211-6/+43
| * | | | x86, x2apic: Move the common bits to x2apic.hCyrill Gorcunov2011-05-202-124/+7
| * | | | x86, x2apic: Minimize IPI register writes using cluster groupsCyrill Gorcunov2011-05-201-14/+44
| * | | | x86, x2apic: Track the x2apic cluster sibling mapCyrill Gorcunov2011-05-201-2/+70
| * | | | x86, x2apic: Remove duplicate code for IPI mask routinesSuresh Siddha2011-05-202-62/+31
| * | | | x86, apic: Use probe routines to simplify apic selectionSuresh Siddha2011-05-205-19/+37
| * | | | x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic'Suresh Siddha2011-05-201-6/+3
| * | | | x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha2011-05-202-14/+28
| * | | | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha2011-05-204-47/+59
| * | | | x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic'Suresh Siddha2011-05-201-14/+13
| * | | | x86, ioapic: Add struct ioapicSuresh Siddha2011-05-201-15/+17
| * | | | x86, ioapic: Remove duplicate code for saving/restoring RTEsSuresh Siddha2011-05-201-31/+5
| * | | | x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha2011-05-202-97/+31
| * | | | x86, ioapic: Allocate ioapic_saved_data earlySuresh Siddha2011-05-201-14/+13
| * | | | x86, ioapic: Fix potential resume deadlockDaniel J Blueman2011-05-201-2/+2
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-231-2/+2
|\ \ \ \ \
| * | | | | watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines2011-05-231-2/+2
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-233-8/+8
|\ \ \ \ \
| * | | | | x86: Eliminate various 'set but not used' warningsGustavo F. Padovan2011-05-212-5/+2
| * | | | | x86, SMEP: Fix section mismatch warningsFenghua Yu2011-05-211-2/+2
| * | | | | x86, amd: Use _safe() msr access for GartTlbWlk disable codeRoedel, Joerg2011-05-201-3/+6
| |/ / / /
* | | | | x86: setup_smep needs to be __cpuinitLinus Torvalds2011-05-221-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-0/+1
|\ \ \ \ \
| * | | | | net: Add sendmmsg socket system callAnton Blanchard2011-05-051-0/+1
* | | | | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-9/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86: signal: sys_rt_sigreturn() should use set_current_blocked()Oleg Nesterov2011-04-281-4/+1
| * | | | | x86: signal: handle_signal() should use set_current_blocked()Oleg Nesterov2011-04-281-5/+4
* | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-1/+0
|\ \ \ \ \ \
| * | | | | | sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
* | | | | | | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-191-0/+23
|\ \ \ \ \ \ \
| * | | | | | | x86, cpu: Enable/disable Supervisor Mode Execution ProtectionFenghua Yu2011-05-171-0/+23
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git....Linus Torvalds2011-05-191-1/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Reorder reboot method preferencesMatthew Garrett2011-04-061-1/+23
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-194-3/+103
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Introduce pci_map_biosrom()Dan Williams2011-03-154-3/+103
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-1911-68/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86-32, NUMA: Update numaq to use new NUMA init protocolTejun Heo2011-05-021-18/+10
| * | | | | | | | | | x86-32, NUMA: use sparse_memory_present_with_active_regions()Tejun Heo2011-05-021-2/+0
OpenPOWER on IntegriCloud