summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-185-291/+321
|\
| * Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2010-05-103-113/+130
| |\
| | * oprofile/x86: make AMD IBS hotplug capableRobert Richter2010-05-063-41/+19
| | * oprofile/x86: notify cpus only when daemon is runningRobert Richter2010-05-061-13/+3
| | * oprofile/x86: reordering some functionsRobert Richter2010-05-041-67/+67
| | * oprofile/x86: stop disabled counters in nmi handlerRobert Richter2010-05-041-2/+10
| | * oprofile/x86: protect cpu hotplug sectionsRobert Richter2010-05-041-6/+46
| | * oprofile/x86: remove CONFIG_SMP macrosRobert Richter2010-05-041-6/+1
| | * oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter2010-05-041-2/+8
| * | Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar2010-05-1018-108/+151
| |\ \ | | |/ | |/|
| * | oprofile/x86: remove duplicate IBS capability checkRobert Richter2010-05-041-2/+1
| * | oprofile/x86: move IBS codeRobert Richter2010-05-041-110/+110
| * | oprofile/x86: return -EBUSY if counters are already reservedRobert Richter2010-05-045-25/+44
| * | oprofile/x86: moving shutdown functionsRobert Richter2010-05-043-49/+46
| * | oprofile/x86: reserve counter msrs pairwiseRobert Richter2010-05-042-43/+36
| * | oprofile/x86: rework error handler in nmi_setup()Robert Richter2010-05-041-14/+19
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-183-10/+10
|\ \ \
| * \ \ Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar2010-05-03210-3066/+6422
| |\ \ \
| * | | | i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-023-10/+10
* | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-183-71/+166
|\ \ \ \ \
| * \ \ \ \ Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel2010-05-112-71/+160
| |\ \ \ \ \
| | * | | | | iommu-api: Remove iommu_{un}map_range functionsJoerg Roedel2010-03-071-48/+0
| | * | | | | x86/amd-iommu: Implement ->{un}map callbacks for iommu-apiJoerg Roedel2010-03-071-0/+29
| | * | | | | x86/amd-iommu: Make amd_iommu_iova_to_phys aware of multiple page sizesJoerg Roedel2010-03-071-4/+9
| | * | | | | x86/amd-iommu: Make iommu_unmap_page and fetch_pte aware of page sizesJoerg Roedel2010-03-072-18/+78
| | * | | | | x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizesJoerg Roedel2010-03-072-20/+61
| | * | | | | iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel2010-03-071-2/+2
| * | | | | | x86/amd-iommu: Add amd_iommu=off command line optionJoerg Roedel2010-05-111-0/+6
| | |_|_|_|/ | |/| | | |
* | | | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-172-2/+2
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-141-0/+4
|\ \ \ \ \ \
| * | | | | | x86, mrst: Don't blindly access extended config spaceH. Peter Anvin2010-05-141-0/+4
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-144-6/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-05-141-0/+4
| * | | | | | x86, k8: Fix build error when K8_NB is disabledBorislav Petkov2010-05-141-0/+5
| * | | | | | x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRsAndreas Herrmann2010-05-131-5/+7
| * | | | | | x86: Fix fake apicid to node mapping for numa emulationDavid Rientjes2010-05-061-1/+2
| |/ / / / /
* | | | | | KVM: VMX: blocked-by-sti must not defer NMI injectionsJan Kiszka2010-05-131-2/+1
* | | | | | KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu2010-05-131-0/+4
* | | | | | KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel2010-05-131-4/+4
* | | | | | kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu2010-05-111-14/+13
|/ / / / /
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-045-1/+22
|\ \ \ \ \
| * | | | | powernow-k8: Fix frequency reportingMark Langsdorf2010-05-031-1/+2
| * | | | | x86: Fix parse_reservetop() build failure on certain configsIngo Molnar2010-05-031-0/+1
| * | | | | x86: Fix NULL pointer access in irq_force_complete_move() for Xen guestsPrarit Bhargava2010-04-301-0/+3
| * | | | | x86: Fix 'reservetop=' functionalityLiang Li2010-04-303-0/+16
| | |_|/ / | |/| | |
* | | | | Fix the x86_64 implementation of call_rwsem_wait()David Howells2010-05-041-1/+1
|/ / / /
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-283-3/+24
|\ \ \ \
| * | | | x86: Disable large pages on CPUs with Atom erratum AAE44H. Peter Anvin2010-04-231-0/+21
| * | | | x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzeroH. Peter Anvin2010-04-231-2/+2
| * | | | x86, mrst: Conditionally register cpu hotplug notifier for apbtJacob Pan2010-04-201-1/+1
OpenPOWER on IntegriCloud