summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-11-20x86: Fix interrupt leak due to migrationMatthew Wilcox1-0/+14
2008-11-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+10
2008-11-19Merge branch 'x86/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds4-1/+44
2008-11-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-19/+80
2008-11-19reintroduce accept4Ulrich Drepper1-2/+2
2008-11-18x86: uaccess_64: fix return value in __copy_from_user()Hiroshi Shimamoto1-1/+1
2008-11-18x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin1-0/+9
2008-11-18Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar14-31/+18
2008-11-18x86: more general identifier for Phoenix BIOSPhilipp Kohlbecher1-1/+1
2008-11-18AMD IOMMU: check for next_bit also in unmapped areaJoerg Roedel1-1/+1
2008-11-18AMD IOMMU: fix fullflush comparison lengthJoerg Roedel1-1/+1
2008-11-18AMD IOMMU: enable device isolation per defaultJoerg Roedel1-1/+1
2008-11-18AMD IOMMU: add parameter to disable device isolationJoerg Roedel1-0/+2
2008-11-18x86, PEBS/DS: fix code flow in ds_request()Ingo Molnar1-5/+21
2008-11-18x86: add rdtsc barrier to TSC sync checkVenki Pallipadi1-0/+4
2008-11-16x86: fix es7000 compilingYinghai Lu1-8/+1
2008-11-16x86, bts: fix unlock problem in ds.cMarkus Metzger1-1/+2
2008-11-15Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2-19/+0
2008-11-12x86: make NUMA on 32-bit depend on EXPERIMENTAL againRafael J. Wysocki1-1/+1
2008-11-12x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki3-0/+43
2008-11-12Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-4/+10
2008-11-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-2/+0
2008-11-11Merge branch 'misc' into releaseLen Brown2-2/+0
2008-11-11ACPI: pci_link: remove acpi_irq_balance_set() interfaceBjorn Helgaas2-2/+0
2008-11-11KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity1-1/+3
2008-11-11KVM: VMX: Set IGMT bit in EPT entrySheng Yang2-1/+3
2008-11-11KVM: Require the PCI subsystemAvi Kivity1-0/+2
2008-11-11x86: KVM guest: fix section mismatch warning in kvmclock.cRakib Mullick1-1/+1
2008-11-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2008-11-11KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti1-1/+1
2008-11-11x86, voyager: fix smp generic helper voyager breakageJames Bottomley2-3/+18
2008-11-10x86: Make NUMA on 32-bit depend on BROKENRafael J. Wysocki1-1/+1
2008-11-10x86: HPET: enter hpet_interrupt_handler with interrupts disabledMatt Fleming1-1/+1
2008-11-10x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMPMatt Fleming1-1/+1
2008-11-10x86: HPET: convert WARN_ON to WARN_ON_ONCEMatt Fleming1-1/+1
2008-11-09x86: move iomap.h to the new include locationArjan van de Ven1-0/+30
2008-11-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+8
2008-11-08sched: optimize sched_clock() a bitIngo Molnar1-1/+1
2008-11-08sched: improve sched_clock() performanceIngo Molnar2-3/+7
2008-11-07Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-5/+4
2008-11-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2008-11-07oprofile: Fix p6 counter overflow checkAndi Kleen1-5/+4
2008-11-07xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge2-5/+9
2008-11-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-32/+39
2008-11-06x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge1-2/+2
2008-11-06Revert "x86: default to reboot via ACPI"Eduardo Habkost1-5/+1
2008-11-06x86: align DirectMap in /proc/meminfoHugh Dickins1-4/+4
2008-11-06Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-2/+7
2008-11-06AMD IOMMU: fix lazy IO/TLB flushing in unmap pathJoerg Roedel1-1/+6
2008-11-06x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha2-0/+11