summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-12-0310-47/+84
|\
| * AMD IOMMU: fix possible race while accessing iommu->need_syncJoerg Roedel2008-12-031-20/+13
| * AMD IOMMU: set device table entry for aliased devicesJoerg Roedel2008-12-031-0/+3
| * AMD IOMMU: struct amd_iommu remove padding on 64 bitRichard Kennedy2008-12-031-12/+12
| * Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-301-5/+21
| |\
| | * Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar2008-11-2327-49/+161
| | |\
| | * | x86: apic honour irq affinity which was set in early bootThomas Gleixner2008-11-091-5/+21
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-3012-101/+87
| |\ \ \
| * \ \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-11-302-4/+31
| |\ \ \ \
| | * | | | [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus valueAndreas Herrmann2008-11-252-4/+31
| | | |_|/ | | |/| |
| * | | | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+0
| * | | | xen_play_dead() is __cpuinitAl Viro2008-11-301-1/+1
| * | | | xen_setup_vcpu_info_placement() is not init on x86Al Viro2008-11-301-1/+1
| * | | | kvm_setup_secondary_clock() is cpuinitAl Viro2008-11-301-1/+1
| * | | | enable_IR_x2apic() needs to be __initAl Viro2008-11-301-1/+1
| |/ / /
* | | | x86: fix broken flushing in GART nofullflush pathJoerg Roedel2008-12-031-0/+2
* | | | x86: fix dma_mapping_error for 32bit x86Thomas Bogendoerfer2008-11-291-4/+2
| |/ / |/| |
* | | x86: always define DECLARE_PCI_UNMAP* macrosJoerg Roedel2008-11-271-14/+0
* | | x86: fixup config space size of CPU functions for AMD family 11hAndreas Herrmann2008-11-261-11/+14
* | | x86, bts: fix wrmsr and spinlock over kmallocMarkus Metzger2008-11-251-37/+40
* | | x86, pebs: fix PEBS record size configurationMarkus Metzger2008-11-251-0/+8
* | | x86, bts: turn macro into static inline functionMarkus Metzger2008-11-251-2/+4
* | | x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-252-4/+1
* | | arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoulJulia Lawall2008-11-251-1/+1
* | | x86: use limited register constraint for setnzSteven Rostedt2008-11-251-1/+1
* | | xen: pin correct PGD on suspendIan Campbell2008-11-231-7/+14
* | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-11-231-1/+1
|\ \ \
| * | | oprofile: fix an overflow in ppro codeEric Dumazet2008-11-171-1/+1
* | | | x86: revert irq number limitationThomas Gleixner2008-11-231-21/+1
* | | | Merge commit 'v2.6.28-rc6' into x86/urgentIngo Molnar2008-11-216-3/+60
|\ \ \ \ | | |/ / | |/| |
| * | | x86: Fix interrupt leak due to migrationMatthew Wilcox2008-11-201-0/+14
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-202-1/+10
| |\ \ \
| * \ \ \ Merge branch 'x86/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2008-11-194-1/+44
| |\ \ \ \
| | * | | | x86: make NUMA on 32-bit depend on EXPERIMENTAL againRafael J. Wysocki2008-11-121-1/+1
| | * | | | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki2008-11-123-0/+43
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-199-19/+80
| |\ \ \ \ \
| * | | | | | reintroduce accept4Ulrich Drepper2008-11-191-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()Rakib Mullick2008-11-201-1/+1
* | | | | | x86: fix __cpuinit/__init tangle in init_thread_xstate()Rakib Mullick2008-11-201-1/+1
| |_|_|/ / |/| | | |
* | | | | x86: uaccess_64: fix return value in __copy_from_user()Hiroshi Shimamoto2008-11-181-1/+1
* | | | | x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin2008-11-181-0/+9
| |/ / / |/| | |
* | | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-1814-31/+18
|\ \ \ \
| * | | | AMD IOMMU: check for next_bit also in unmapped areaJoerg Roedel2008-11-181-1/+1
| * | | | AMD IOMMU: fix fullflush comparison lengthJoerg Roedel2008-11-181-1/+1
| * | | | AMD IOMMU: enable device isolation per defaultJoerg Roedel2008-11-181-1/+1
| * | | | AMD IOMMU: add parameter to disable device isolationJoerg Roedel2008-11-181-0/+2
| |/ / /
| * | | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2008-11-152-19/+0
| |/ /
| * | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-11-126-4/+10
| |\ \
| | * | KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity2008-11-111-1/+3
| | * | KVM: VMX: Set IGMT bit in EPT entrySheng Yang2008-11-112-1/+3
OpenPOWER on IntegriCloud