summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86,mm: make pagefault killableKOSAKI Motohiro2011-05-251-1/+11
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-242-2/+7
|\
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-2420-267/+180
| |\
| | * percpu: Avoid extra NOP in percpu_cmpxchg16b_doubleEric Dumazet2011-03-281-1/+6
| * | 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-242-7/+2
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-05-236-79/+19
|\ \ \
| * | | x86/PCI: derive pcibios_last_bus from ACPI MCFGJan Beulich2011-05-211-0/+10
| * | | x86/PCI: irq and pci_ids patch for Intel Panther Point DeviceIDsSeth Heasley2011-05-101-1/+3
| * | | x86/PCI: Remove dma32_reserve_bootmemYinghai Lu2011-05-103-67/+0
| * | | x86/PCI: Convert release_resource to release_region/release_mem_regionJulia Lawall2011-05-101-11/+6
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-2320-563/+539
|\ \ \ \
| * | | | x86, apic: Include module.h header in apic_flat_64.cRandy Dunlap2011-05-231-0/+1
| * | | | x86, apic: Make apic drivers staticSuresh Siddha2011-05-2211-64/+22
| * | | | x86, apic: Clean up bigsmp apic selection codeSuresh Siddha2011-05-223-30/+32
| * | | | 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-2212-6/+63
| * | | | x86, x2apic: Move the common bits to x2apic.hCyrill Gorcunov2011-05-203-124/+69
| * | | | 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-203-14/+29
| * | | | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha2011-05-205-50/+62
| * | | | x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic'Suresh Siddha2011-05-201-14/+13
| * | | | x86, ioapic: Add struct ioapicSuresh Siddha2011-05-202-16/+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-203-111/+37
| * | | | 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \ \ \ \
| * | | | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-234-19/+11
|\ \ \ \ \ \
| * | | | | | x86: Eliminate various 'set but not used' warningsGustavo F. Padovan2011-05-213-16/+5
| * | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-2312-1028/+2463
|\ \ \ \ \ \
| * | | | | | KVM: MMU: Use ptep_user for cmpxchg_gpte()Takuya Yoshikawa2011-05-221-14/+12
| * | | | | | KVM: x86 emulator: Make jmp far emulation into a separate functionTakuya Yoshikawa2011-05-221-14/+22
| * | | | | | KVM: x86 emulator: Rename emulate_grpX() to em_grpX()Takuya Yoshikawa2011-05-221-16/+15
| * | | | | | KVM: x86 emulator: Remove unused arg from emulate_pop()Takuya Yoshikawa2011-05-221-15/+13
| * | | | | | KVM: x86 emulator: Remove unused arg from writeback()Takuya Yoshikawa2011-05-221-3/+2
| * | | | | | KVM: x86 emulator: Remove unused arg from read_descriptor()Takuya Yoshikawa2011-05-221-5/+3
| * | | | | | KVM: x86 emulator: Remove unused arg from seg_override()Takuya Yoshikawa2011-05-221-4/+3
| * | | | | | KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa2011-05-221-1/+1
| * | | | | | KVM: MMU: Clean up gpte reading with copy_from_user()Takuya Yoshikawa2011-05-221-15/+1