summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler1-0/+5
2008-06-12geode: fix modular buildIngo Molnar1-0/+2
2008-06-12Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+3
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-10/+3
2008-06-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-27/+0
2008-06-12ACPI: handle invalid ACPI SLIT tableFenghua Yu1-27/+0
2008-06-11Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-7/+30
2008-06-10x86: move more common idle functions/variables to process.cThomas Gleixner3-82/+70
2008-06-10x86: use cpuid to check MWAIT support for C1Thomas Gleixner1-8/+20
2008-06-10x86: use cpuinfo to check for interrupt pending message msrThomas Gleixner2-49/+30
2008-06-10x86: cleanup C1E enabled detectionThomas Gleixner2-6/+4
2008-06-10x86: simplify idle selectionThomas Gleixner3-22/+10
2008-06-10fix build bug in "x86: add PCI extended config space access for AMD Barcelona"Robert Richter6-31/+7
2008-06-10x86, pci-dma.c: don't always add __GFP_NORETRY to gfpMiquel van Smoorenburg1-3/+10
2008-06-06KVM: MMU: Fix is_empty_shadow_page() checkAvi Kivity1-1/+1
2008-06-06KVM: MMU: Fix printk() format stringAvi Kivity1-1/+1
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds5-10/+18
2008-06-06KVM: MMU: reschedule during shadow teardownAvi Kivity1-0/+1
2008-06-06KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins1-0/+1
2008-06-06KVM: migrate PIT timerMarcelo Tosatti6-4/+24
2008-06-06KVM: x86 emulator: fix hypercall return value on AMDAvi Kivity1-1/+2
2008-06-06x86/PCI: add workaround for bug in ASUS A7V600 BIOS (rev 1005)Bertram Felgenhauer1-0/+7
2008-06-06PCI/x86: fix up PCI stuff so that PCI_GOANY supports OLPCAndres Salomon4-10/+11
2008-06-06x86: fix CONFIG_NONPROMISC_DEVMEM prompt and help textStefan Richter1-8/+12
2008-06-04x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stackSuresh Siddha2-2/+8
2008-06-04suspend-vs-iommu: prevent suspend if we could not resumePavel Machek1-1/+30
2008-06-04x86: section mismatch fixAndrew Morton1-1/+1
2008-06-04x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-06-04x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-04x86: fix bad pmd ffff810000207xxx(9090909090909090)Hugh Dickins1-1/+1
2008-06-04x86: ioremap fix failing nesting checkIngo Molnar1-2/+3
2008-06-04x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha2-20/+37
2008-06-04x86: enable preemption in delaySteven Rostedt2-8/+53
2008-06-04x86: disable preemption in native_smp_prepare_cpusIngo Molnar1-1/+4
2008-06-04x86: fix APIC warning on 32bit v2Yinghai Lu1-2/+14
2008-06-04x86: move bugs_64.c to cpu/bugs_64.cHiroshi Shimamoto3-1/+1
2008-06-02suspend-vs-iommu: prevent suspend if we could not resumePavel Machek1-1/+30
2008-06-02fix build bug in "x86: add PCI extended config space access for AMD Barcelona"Ingo Molnar1-0/+1
2008-06-02x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRYMiquel van Smoorenburg1-4/+3
2008-06-02x86: add PCI extended config space access for AMD BarcelonaRobert Richter6-6/+63
2008-06-02pci, x86: add workaround for bug in ASUS A7V600 BIOS (rev 1005)Bertram Felgenhauer1-0/+7
2008-05-31x86: fix overlong line in arch/x86/kernel/cpu/amd_64.cH. Peter Anvin1-1/+2
2008-05-31x86: Move the 64-bit Centaur specific parts out of setup_64.cDave Jones3-26/+34
2008-05-31x86: Remove workaround for prescott (32bit P4) from 64-bit code.Dave Jones1-5/+0
2008-05-31x86: Move the 64-bit Intel specific parts out of setup_64.cDave Jones3-91/+100
2008-05-31x86: Move the AMD64 specific parts out of setup_64.cDave Jones3-226/+242
2008-05-31x86: move mmconfig declarations to headerThomas Gleixner2-12/+2
2008-05-30lguest: fix ugly <NULL> in /proc/interruptsRusty Russell1-2/+3
2008-05-26Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LISTSam Ravnborg1-10/+3
2008-05-24Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-20/+26