summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\
| * x86: fix more deprecated cpu function usage.Rusty Russell2015-03-101-2/+2
| * x86: fix up obsolete cpu function usage.Rusty Russell2015-03-052-6/+6
* | Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-183-6/+74
|\ \
| * | x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig2015-04-013-6/+74
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-182-13/+17
|\ \ \
| * | | x86/fpu: Load xsave pointer *after* initializationBorislav Petkov2015-04-171-2/+6
| * | | x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal()Oleg Nesterov2015-04-161-11/+11
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-185-49/+106
|\ \ \ \
| * | | | perf/x86/intel/pt: Fix and clean up error handling in pt_event_add()Ingo Molnar2015-04-181-18/+15
| * | | | perf/x86/intel: Add Broadwell support for the LBR callstackKan Liang2015-04-171-1/+1
| * | | | perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain...Jacob Pan2015-04-171-21/+73
| * | | | perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp eventsPeter Zijlstra2015-04-171-0/+8
| * | | | perf/x86: Fix hw_perf_event::flags collisionPeter Zijlstra2015-04-171-9/+9
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-7/+5
|\ \ \ \ \
| * | | | | x86: mtrr: if: remove use of seq_printf return valueJoe Perches2015-04-151-7/+5
* | | | | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-15/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86: Remove signal translation and exec_domainRichard Weinberger2015-04-121-15/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-142-4/+4
|\ \ \ \ \ \
| * | | | | | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-3/+3
| * | | | | | watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-141-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-1416-234/+4612
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init()Ingo Molnar2015-04-121-23/+30
| * | | | | perf/x86/intel/pt: Fix the 32-bit buildIngo Molnar2015-04-022-3/+3
| * | | | | perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRsAndi Kleen2015-04-021-2/+4
| * | | | | perf/x86/intel: Streamline LBR MSR handling in PMIAndi Kleen2015-04-023-10/+27
| * | | | | perf/x86: Only dump PEBS register when PEBS has been detectedAndi Kleen2015-04-021-2/+4
| * | | | | perf/x86: Dump DEBUGCTL in PMU dumpAndi Kleen2015-04-021-1/+5
| * | | | | perf/x86/intel: Reset more state in PMU resetAndi Kleen2015-04-021-0/+12
| * | | | | perf/x86/intel: Make the HT bug workaround conditional on HT enabledStephane Eranian2015-04-022-21/+79
| * | | | | perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...Stephane Eranian2015-04-022-2/+22
| * | | | | perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraintsStephane Eranian2015-04-021-5/+10
| * | | | | perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSWMaria Dimakopoulou2015-04-022-11/+37
| * | | | | perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSWMaria Dimakopoulou2015-04-021-9/+44
| * | | | | perf/x86/intel: Implement cross-HT corruption bug workaroundMaria Dimakopoulou2015-04-023-13/+331
| * | | | | perf/x86/intel: Add cross-HT counter exclusion infrastructureMaria Dimakopoulou2015-04-022-5/+98
| * | | | | perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian2015-04-024-10/+19
| * | | | | perf/x86: Add 3 new scheduling callbacksMaria Dimakopoulou2015-04-022-0/+18
| * | | | | perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian2015-04-024-6/+19
| * | | | | perf/x86: Rename x86_pmu::er_flags to 'flags'Stephane Eranian2015-04-022-15/+18
| * | | | | Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-04-022-9/+19
| |\ \ \ \ \
| * | | | | | perf/x86/intel/bts: Add BTS PMU driverAlexander Shishkin2015-04-025-3/+540
| * | | | | | perf/x86/intel/pt: Add Intel PT PMU driverAlexander Shishkin2015-04-025-0/+1238
| * | | | | | perf/x86: Mark Intel PT and LBR/BTS as mutually exclusiveAlexander Shishkin2015-04-023-0/+94
| * | | | | | x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin2015-04-021-0/+1
| * | | | | | perf: Add per event clockid supportPeter Zijlstra2015-03-271-2/+12
| * | | | | | Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar2015-03-2710-151/+2007
| |\ \ \ \ \ \
| | * | | | | | perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()David Ahern2015-03-271-2/+0
| | * | | | | | Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-273-1/+1419
| | |\ \ \ \ \ \
| | | * | | | | | perf: Remove type specific target pointersPeter Zijlstra2015-03-231-4/+3