summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-171-1/+1
* perf/x86: Fixup typo in stub functionsPeter Zijlstra2019-03-151-2/+2
* perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-151-1/+1
* Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-123-46/+138
|\
| * perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-062-3/+77
| * perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-061-21/+30
| * perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-063-22/+31
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-103-7/+10
|\ \
| * | perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang2019-03-093-7/+10
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-072-0/+3
|\ \ \ | |/ / |/| |
| * | x86/events: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-292-0/+3
* | | Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-4/+5
|\ \ \
| * | | perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-4/+5
* | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-283-2/+37
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | perf/x86: Add check_period PMU callbackJiri Olsa2019-02-113-2/+37
* | | perf/x86/intel: Add counter freezing quirk for GoldmontKan Liang2019-02-111-2/+7
* | | perf/x86/intel: Clean up counter freezing quirkKan Liang2019-02-111-16/+11
* | | perf/x86/intel: Clean up SNB PEBS quirkKan Liang2019-02-111-25/+10
* | | perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen2019-02-113-16/+75
* | | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-062-3/+6
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-042-6/+14
|\| |
| * | perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-041-5/+11
| * | perf/x86/intel/uncore: Add Node ID maskKan Liang2019-02-041-1/+3
| |/
* | perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-213-18/+4
* | perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-216-51/+12
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-264-4/+4
|\
| * x86: Fix various typos in commentsIngo Molnar2018-12-034-4/+4
* | perf/x86/intel/pt: add new capability for Intel PTLuwei Kang2018-12-211-0/+1
* | perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang2018-12-211-3/+9
* | perf/x86/intel/pt: Export pt_cap_get()Chao Peng2018-12-212-44/+26
* | perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng2018-12-211-37/+0
|/
* perf/x86/intel: Disallow precise_ip on BTS eventsJiri Olsa2018-11-221-0/+4
* perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2018-11-222-18/+12
* perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2018-11-222-21/+40
* perf/x86/intel: Fix regression by default disabling perfmon v4 interrupt hand...Peter Zijlstra2018-11-201-4/+8
* perf/x86/intel/uncore: Support CoffeeLake 8th CBOXKan Liang2018-11-122-9/+30
* perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang2018-11-121-1/+114
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-233-7/+21
|\
| * x86/events: Add Hygon Dhyana support to PMU infrastructurePu Wen2018-09-273-7/+21
* | perf/x86/intel: Export mem events only if there's PEBS supportJiri Olsa2018-10-162-21/+56
* | perf/x86/intel: Add quirk for Goldmont PlusKan Liang2018-10-021-0/+35
* | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-024-19/+21
* | perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen2018-10-022-1/+116
* | perf/x86/intel: Factor out common code of PMI handlerKan Liang2018-10-021-49/+60
* | Merge branch 'x86/cache' into perf/core, to resolve conflictsIngo Molnar2018-10-021-0/+21
|\ \
| * | perf/x86: Add helper to obtain performance counter indexReinette Chatre2018-09-281-0/+21
| |/
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-10-022-7/+17
|\ \
| * | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-021-0/+10
| * | perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang2018-10-021-6/+6