summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-2411-223/+285
|\
| * x86: KVM guest: Use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-242-56/+34
| * KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-241-13/+62
| * x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-242-120/+13
| * x86: Add structs and functions for paravirt clocksourceGerd Hoffmann2008-06-243-0/+146
| * KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity2008-06-241-8/+11
| * KVM: MMU: Fix oops on guest userspace access to guest pagetableAvi Kivity2008-06-241-6/+0
| * KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)Marcelo Tosatti2008-06-241-5/+7
| * KVM: MMU: Fix rmap_write_protect() hugepage iteration bugMarcelo Tosatti2008-06-241-0/+1
| * KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-243-3/+8
| * KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti2008-06-241-12/+3
* | xen: remove support for non-PAE 32-bitJeremy Fitzhardinge2008-06-245-73/+27
|/
* xen: don't drop NX bitJeremy Fitzhardinge2008-06-202-25/+31
* xen: mask unwanted pte bits in __supported_pte_maskJeremy Fitzhardinge2008-06-202-3/+6
* x86, geode: add a VSA2 ID for General SoftwareJordan Crouse2008-06-191-1/+4
* x86: use BOOTMEM_EXCLUSIVE on 32-bitBernhard Walle2008-06-191-2/+8
* x86, 32-bit: fix boot failure on TSC-less processorsMikael Pettersson2008-06-191-10/+8
* x86: fix NULL pointer deref in __switch_toSuresh Siddha2008-06-192-0/+2
* x86-64: Fix "bytes left to copy" return value for copy_from_user()Linus Torvalds2008-06-172-28/+22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-06-142-8/+14
|\
| * Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes2008-06-122-8/+14
| |\
| | * x86, pci-dma.c: don't always add __GFP_NORETRY to gfpMiquel van Smoorenburg2008-06-101-3/+10
| | * suspend-vs-iommu: prevent suspend if we could not resumePavel Machek2008-06-021-1/+30
| | * x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRYMiquel van Smoorenburg2008-06-021-4/+3
| | * pci, x86: add workaround for bug in ASUS A7V600 BIOS (rev 1005)Bertram Felgenhauer2008-06-021-0/+7
| | * PCI: Correct last two HP entries in the bfsort whitelistTony Camuso2008-05-221-4/+4
* | | provide rtc_cmos platform deviceStas Sergeev2008-06-121-0/+34
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-128-20/+15
|\ \ \
| * | | x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester2008-06-121-2/+2
| * | | x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum2008-06-121-0/+1
| * | | x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells2008-06-121-2/+2
| * | | x86: fix lockdep warning during suspend-to-ramPeter Zijlstra2008-06-121-0/+1
| * | | x86: fix unused variable 'loops' warning in arch/x86/boot/a20.cManish Katiyar2008-06-121-2/+1
| * | | Revert "x86: fix ioapic bug again"Ingo Molnar2008-06-122-17/+4
| * | | x86: fix asm warning in head_32.SJoe Korty2008-06-121-1/+1
| * | | x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler2008-06-121-0/+5
| * | | geode: fix modular buildIngo Molnar2008-06-121-0/+2
| |/ /
* | | Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-06-121-10/+3
|\ \ \
| * | | common implementation of iterative div/modJeremy Fitzhardinge2008-06-121-10/+3
| |/ /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-06-111-27/+0
|\ \ \
| * | | ACPI: handle invalid ACPI SLIT tableFenghua Yu2008-06-111-27/+0
| |/ /
* | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-119-7/+30
|\ \ \ | |/ / |/| |
| * | KVM: MMU: Fix is_empty_shadow_page() checkAvi Kivity2008-06-061-1/+1
| * | KVM: MMU: Fix printk() format stringAvi Kivity2008-06-061-1/+1
| * | KVM: MMU: reschedule during shadow teardownAvi Kivity2008-06-061-0/+1
| * | KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins2008-06-061-0/+1
| * | KVM: migrate PIT timerMarcelo Tosatti2008-06-066-4/+24
| * | KVM: x86 emulator: fix hypercall return value on AMDAvi Kivity2008-06-061-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-06-065-10/+18
|\ \ \ | |/ / |/| |
| * | x86/PCI: add workaround for bug in ASUS A7V600 BIOS (rev 1005)Bertram Felgenhauer2008-06-051-0/+7