aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/stat' into perf/coreIngo Molnar2011-05-062-16/+29
|\
| * perf events, x86: Add Westmere stalled-cycles-frontend/backend eventsIngo Molnar2011-04-291-0/+6
| * perf, x86: Add new stalled cycles events for Intel and AMD CPUsIngo Molnar2011-04-292-7/+11
| * perf events: Add generic front-end and back-end stalled cycle event definitionsIngo Molnar2011-04-291-1/+1
| * perf event, x86: Use better stalled cycles metricIngo Molnar2011-04-281-2/+2
| * perf events, x86: Mark constrant tables read mostlyIngo Molnar2011-04-261-10/+10
| * perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLESIngo Molnar2011-04-261-0/+3
| * Merge branch 'perf/urgent' into perf/statIngo Molnar2011-04-264-10/+35
| |\
* | | perf events, x86: Add SandyBridge stalled-cycles-frontend/backend eventsLin Ming2011-05-061-0/+6
* | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-014-16/+68
|\ \ \
| * | | perf, x86, nmi: Move LVT un-masking into irq handlersDon Zickus2011-04-273-6/+33
| | |/ | |/|
| * | perf events, x86: Work around the Nehalem AAJ80 erratumIngo Molnar2011-04-261-2/+14
| * | perf, x86: Fix BTS conditionPeter Zijlstra2011-04-262-2/+5
| * | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-04-231-0/+5
| |\ \
| | * | PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki2011-04-201-0/+5
| * | | perf, x86: Update/fix Intel Nehalem cache eventsPeter Zijlstra2011-04-221-4/+4
| * | | perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflowCyrill Gorcunov2011-04-221-1/+1
| * | | x86, perf event: Turn off unstructured raw event access to offcore registersIngo Molnar2011-04-221-1/+5
| * | | perf: Support Xeon E7's via the Westmere PMU driverAndi Kleen2011-04-221-0/+1
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-274-14/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | jump label: Add _ASM_ALIGN for x86 and x86_64Jason Baron2011-04-041-0/+1
| * | | jump label: Introduce static_branch() interfaceJason Baron2011-04-044-14/+18
* | | | perf events, x86, P4: Fix typo in commentJustin P. Mattock2011-04-241-1/+1
* | | | perf, x86: P4 PMU -- Use perf_sample_data_init helperCyrill Gorcunov2011-04-221-2/+1
* | | | Merge branch 'linus' into perf/coreIngo Molnar2011-04-2215-77/+109
|\ \ \ \ | | |/ / | |/| |
| * | | x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes2011-04-213-33/+20
| * | | Revert "x86, NUMA: Fix fakenuma boot failure"David Rientjes2011-04-211-23/+0
| * | | Merge branch 'stable/bug-fixes-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-202-5/+10
| |\ \ \
| | * | | xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32Stefano Stabellini2011-04-201-4/+9
| | * | | xen: do not create the extra e820 region at an addr lower than 4GStefano Stabellini2011-04-201-1/+1
| | | |/ | | |/|
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-04-193-14/+21
| |\ \ \
| | * | | x86, gart: Make sure GART does not map physmem above 1TBJoerg Roedel2011-04-181-1/+8
| | * | | x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel2011-04-182-3/+3
| | * | | x86, gart: Convert spaces to tabs in enable_gart_translationJoerg Roedel2011-04-181-11/+11
| | |/ /
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-191-4/+18
| |\ \ \ | | |/ / | |/| |
| | * | perf, x86: Fix AMD family 15h FPU event constraintsRobert Richter2011-04-191-3/+17
| | * | perf, x86: Fix pre-defined cache-misses event for AMD family 15h cpusAndre Przywara2011-04-191-1/+1
| | | |
| | \ \
| *-. \ \ Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-f...Linus Torvalds2011-04-165-5/+53
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | x86, amd: Disable GartTlbWlkErr when BIOS forgets itJoerg Roedel2011-04-152-0/+23
| | | * | x86, NUMA: Fix fakenuma boot failureKOSAKI Motohiro2011-04-151-0/+23
| | | * | x86/mrst: Fix boot crash caused by incorrect pin to irq mappingJacob Pan2011-04-121-5/+5
| | | * | x86/ce4100: Add reg property to bridgesSebastian Andrzej Siewior2011-04-111-0/+2
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-04-121-0/+1
| |\ \ \
| | * | | fix XEN_SAVE_RESTORE Kconfig dependenciesShriram Rajagopalan2011-04-111-0/+1
| | |/ /
| * | | Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-112-16/+9
| |\ \ \ | | |/ / | |/| |
| | * | xen: Allow PV-OPS kernel to detect whether XSAVE is supportedShan Haitao2011-04-061-1/+10
| | * | xen: just completely disable XSAVEJeremy Fitzhardinge2011-04-061-17/+1
| | * | xen/debug: Don't be so verbose with WARN on 1-1 mapping errors.Konrad Rzeszutek Wilk2011-04-041-2/+2
* | | | perf, x86: Use ALTERNATIVE() to check for X86_FEATURE_PERFCTR_CORERobert Richter2011-04-191-4/+11
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-04-1919-40/+85
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |