aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | x86: Unify APERF/MPERF supportBorislav Petkov2010-04-092-6/+8
| | * | | | | powernow-k8: Add core performance boost supportBorislav Petkov2010-04-092-12/+151
| | * | | | | x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfoBorislav Petkov2010-04-091-2/+3
| * | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-1/+0
| |\ \ \ \ \ \
| | * | | | | | x86-64: Don't export init_level4_pgtJan Beulich2010-04-281-1/+0
| * | | | | | | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-2/+4
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'x86/asm' into x86/atomicH. Peter Anvin2010-04-29126-3876/+6079
| | |\ \ \ \ \ \ \
| | * | | | | | | | x86: Add support for lock prefix in alternativesLuca Barbieri2010-02-251-2/+4
| * | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-182-22/+27
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | x86-64: Reduce SMP locks table sizeJan Beulich2010-04-281-20/+25
| | * | | | | | | | x86, asm: Introduce and use percpu_inc()Jan Beulich2010-04-281-2/+2
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-1821-2965/+2394
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-182-9/+9
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar2010-05-0399-1508/+3298
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-022-9/+9
| * | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-182-71/+132
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel2010-05-111-71/+126
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | 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-071-18/+72
| | | * | | | | | | | | | x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizesJoerg Roedel2010-03-071-20/+33
| | | * | | | | | | | | | 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
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-142-5/+11
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-05-141-0/+4
| | * | | | | | | | | | | x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRsAndreas Herrmann2010-05-131-5/+7
| | |/ / / / / / / / / /
| * | | | | | | | | | | kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu2010-05-111-14/+13
| |/ / / / / / / / / /
* | | | | | | | | | | perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_Cyrill Gorcunov2010-05-191-1/+1
* | | | | | | | | | | perf, x86: P4 PMU -- do a real check for ESCR address being in hashCyrill Gorcunov2010-05-191-3/+4
* | | | | | | | | | | perf, x86: P4 PMU -- fix typo in unflagged NMI handlingCyrill Gorcunov2010-05-181-1/+1
* | | | | | | | | | | perf, x86: P4 PMU -- handle unflagged eventsCyrill Gorcunov2010-05-181-16/+16
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | x86, perf: P4 PMU - fix counters management logicCyrill Gorcunov2010-05-151-4/+4
* | | | | | | | | | x86, perf: P4 PMU -- use hash for p4_get_escr_idx()Cyrill Gorcunov2010-05-131-55/+71
* | | | | | | | | | x86, perf: P4 PMU -- check for proper event index in RAW eventsCyrill Gorcunov2010-05-081-1/+10
* | | | | | | | | | x86, perf: P4 PMU -- Get rid of redundant check for array indexCyrill Gorcunov2010-05-081-5/+0
* | | | | | | | | | x86, perf: P4 PMU -- protect sensible procedures from preemptionCyrill Gorcunov2010-05-081-2/+6
* | | | | | | | | | x86, perf: P4 PMU -- configure predefined eventsCyrill Gorcunov2010-05-081-15/+14
* | | | | | | | | | perf, x86: implement group scheduling transactional APIsLin Ming2010-05-071-113/+67
* | | | | | | | | | perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-073-9/+24
* | | | | | | | | | perf, x86: Consolidate some code repetitionPeter Zijlstra2010-05-071-53/+44
* | | | | | | | | | perf, x86: Remove PEBS SAMPLE_RAW supportPeter Zijlstra2010-05-071-14/+0
* | | | | | | | | | perf, x86: Use weight instead of cmask in for_each_event_constraint()Robert Richter2010-05-071-1/+1
* | | | | | | | | | perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter2010-05-072-6/+8
* | | | | | | | | | perf, x86: Call x86_setup_perfctr() from .hw_config()Robert Richter2010-05-072-8/+3
* | | | | | | | | | perf, x86: Move x86_setup_perfctr()Robert Richter2010-05-071-61/+59
* | | | | | | | | | perf, x86: Move perfctr init code to x86_setup_perfctr()Robert Richter2010-05-071-6/+14
* | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-072-1/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | powernow-k8: Fix frequency reportingMark Langsdorf2010-05-031-1/+2
| * | | | | | | | | x86: Fix NULL pointer access in irq_force_complete_move() for Xen guestsPrarit Bhargava2010-04-301-0/+3
| | |_|/ / / / / / | |/| | | | | | |