summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra2017-03-231-3/+6
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-171-2/+14
|\
| * x86/perf: Clarify why x86_pmu_event_mapped() isn't racyAndy Lutomirski2017-03-171-0/+12
| * x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski2017-03-171-2/+2
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* perf/x86: Reject non sampling events with precise_ipJiri Olsa2017-01-141-0/+4
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-3/+3
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+1
|\
| * x86/ldt: Make all size computations unsignedThomas Gleixner2016-12-101-1/+1
* | perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2016-12-111-2/+6
|/
* perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2016-12-061-1/+1
* perf/x86: Restore TASK_SIZE check on frame pointerJohannes Weiner2016-11-221-8/+2
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-24/+12
|\
| * perf/x86: Convert perf_callchain_kernel() to use the new unwinderJosh Poimboeuf2016-09-201-23/+10
| * x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-151-1/+1
| * perf/x86: Check perf_callchain_store() errorJosh Poimboeuf2016-09-081-1/+2
* | perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}()Peter Zijlstra2016-08-101-2/+22
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-061-4/+7
|\
| * perf/x86: Modify error message in virtualized environmentJuergen Gross2016-08-011-4/+7
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+2
|\ \ | |/ |/|
| * x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-37/+66
|\ \
| * | perf/x86: Convert the core to the hotplug state machineThomas Gleixner2016-07-141-37/+66
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-251-0/+23
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar2016-07-071-5/+6
| |\ \ | | |/
| * | perf/x86: Support sysfs files depending on SMT statusAndi Kleen2016-06-031-0/+23
* | | perf/x86: Fix bogus kernel printk, againVegard Nossum2016-07-101-1/+1
| |/ |/|
* | perf/x86: Fix 32-bit perf user callgraph collectionJosh Poimboeuf2016-07-031-5/+6
|/
* Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-7/+7
|\
| * perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-2/+2
| * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-7/+7
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-1/+1
|\ \
| * | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-1/+1
|\ \ \ | |_|/ |/| |
| * | perf/core, sched: Don't use clock function pointer to determine clockAlexander Shishkin2016-04-191-1/+1
| |/
* | perf/x86/intel/pt: Bypass PT vs. LBR exclusivity if the core supports itAlexander Shishkin2016-05-051-0/+6
* | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-2/+2
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-241-2/+2
|\
| * perf/x86/amd/power: Add AMD accumulated power reporting mechanismHuang Rui2016-03-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-2/+2
|/
* perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang2016-03-081-0/+13
* perf/x86: Move perf_event.h to its new homeBorislav Petkov2016-02-171-1/+1
* perf/x86: Move perf_event.c ............... => x86/events/core.cBorislav Petkov2016-02-091-0/+2429
OpenPOWER on IntegriCloud