summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/kconfigIngo Molnar2008-06-1662-247/+433
|\
| * 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/+3Star
| | | * 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-131-0/+34
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-128-20/+15Star
| |\ \ \
| | * | | 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/+1Star
| | * | | Revert "x86: fix ioapic bug again"Ingo Molnar2008-06-122-17/+4Star
| | * | | 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/+3Star
| |\ \ \
| | * | | common implementation of iterative div/modJeremy Fitzhardinge2008-06-121-10/+3Star
| | |/ /
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-06-121-27/+0Star
| |\ \ \
| | * | | ACPI: handle invalid ACPI SLIT tableFenghua Yu2008-06-121-27/+0Star
| | |/ /
| * | | 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-061-0/+7
| | * | PCI/x86: fix up PCI stuff so that PCI_GOANY supports OLPCAndres Salomon2008-06-054-10/+11
| * | | x86: fix CONFIG_NONPROMISC_DEVMEM prompt and help textStefan Richter2008-06-051-8/+12
| |/ /
| * | x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stackSuresh Siddha2008-06-042-2/+8
| * | suspend-vs-iommu: prevent suspend if we could not resumePavel Machek2008-06-041-1/+30
| * | x86: section mismatch fixAndrew Morton2008-06-041-1/+1
| * | x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi2008-06-041-25/+24Star
| * | x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester2008-06-041-2/+2
| * | x86: fix bad pmd ffff810000207xxx(9090909090909090)Hugh Dickins2008-06-041-1/+1
| * | x86: ioremap fix failing nesting checkIngo Molnar2008-06-041-2/+3
| * | x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha2008-06-042-20/+37
| * | x86: enable preemption in delaySteven Rostedt2008-06-042-8/+53
| * | x86: disable preemption in native_smp_prepare_cpusIngo Molnar2008-06-041-1/+4
| * | x86: fix APIC warning on 32bit v2Yinghai Lu2008-06-041-2/+14
| * | lguest: fix ugly <NULL> in /proc/interruptsRusty Russell2008-05-301-2/+3
| * | Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LISTSam Ravnborg2008-05-251-10/+3Star
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-05-247-20/+26
| |\ \
| | * | x86: use explicit copy in vdso_gettimeofday()Andi Kleen2008-05-231-3/+3
| | * | namespacecheck: automated fixesIngo Molnar2008-05-232-3/+3