summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Restrict period on NehalemJosh Hunt2019-09-211-0/+6
* perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips2019-07-261-4/+11
* perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips2019-07-261-1/+1
* perf/x86/intel: Fix spurious NMI on fixed counterKan Liang2019-07-261-5/+3
* perf/x86/intel/uncore: Handle invalid event coding for free-running counterKan Liang2019-07-262-0/+11
* perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraintsStephane Eranian2019-06-221-14/+14
* perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian2019-06-151-1/+1
* perf/x86/intel/cstate: Add Icelake supportKan Liang2019-05-311-0/+2
* perf/x86/intel/rapl: Add Icelake supportKan Liang2019-05-311-0/+2
* perf/x86/msr: Add Icelake supportKan Liang2019-05-311-0/+1
* perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa2019-05-251-3/+7
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-144-19/+21
* perf/x86/intel: Initialize TFA MSRPeter Zijlstra2019-05-101-0/+6
* perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian2019-05-101-1/+1
* perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips2019-05-081-3/+108
* perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan2019-05-021-5/+5
* perf/x86: Fix incorrect PEBS_REGSKan Liang2019-04-272-20/+20
* perf/x86/amd: Add event map for AMD Family 17hKim Phillips2019-04-271-9/+26
* x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas2019-04-172-12/+22
* x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas2019-04-171-1/+55
* x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas2019-04-171-3/+62
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-04-052-3/+6
* perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang2019-03-233-7/+10
* perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-191-1/+1
* perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-191-1/+1
* perf/x86: Fixup typo in stub functionsPeter Zijlstra2019-03-191-2/+2
* perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-132-3/+77
* perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-131-21/+30
* perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-133-22/+31
* perf/x86: Add check_period PMU callbackJiri Olsa2019-02-203-2/+37
* perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-121-2/+8
* perf/x86/intel/uncore: Add Node ID maskKan Liang2019-02-121-1/+3
* perf/x86/intel: Disallow precise_ip on BTS eventsJiri Olsa2018-12-051-0/+4
* perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2018-12-052-18/+12
* perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2018-12-052-21/+40
* perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang2018-12-011-1/+114
* 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
* perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded p...Masayoshi Mizuma2018-10-021-1/+1
* perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUsJacek Tomaka2018-09-101-0/+4
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-08-311-1/+1
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-022-4/+8
|\
| * perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devicesKan Liang2018-07-312-4/+8
* | perf/x86/intel: Support Extended PEBS for Goldmont PlusKan Liang2018-07-252-7/+1
* | perf/x86/intel/ds: Handle PEBS overflow for fixed countersKan Liang2018-07-252-10/+31
* | perf/x86/intel: Support PEBS on fixed countersKan Liang2018-07-251-11/+13
* | perf/x86/intel: Introduce PMU flag for Extended PEBSKan Liang2018-07-252-0/+8
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-253-18/+24
|\|
| * perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-252-14/+14
| * perf/x86/amd/ibs: Don't access non-started eventThomas Gleixner2018-07-241-1/+5