summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/pt: Fix crash with stop filters in single-range modeTristan Hume2022-02-021-2/+3
* x86/perf: Default set FREEZE_ON_SMI for allPeter Zijlstra2022-02-021-0/+13
* x86/perf: Avoid warning for Arch LBR without XSAVEAndi Kleen2022-01-181-0/+3
* perf/x86/intel/uncore: Add IMC uncore support for ADLKan Liang2022-01-185-5/+220
* perf/x86/intel/lbr: Add static_branch for LBR INFO flagsPeter Zijlstra (Intel)2022-01-181-17/+34
* perf/x86/intel/lbr: Support LBR format V7Peter Zijlstra (Intel)2022-01-182-50/+66
* perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICXZhengjun Xing2022-01-181-1/+1
* perf/x86/intel: Add a quirk for the calculation of the number of counters on ...Kan Liang2022-01-181-0/+13
* Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-4/+1
|\
| * perf: Add wrappers for invoking guest callbacksSean Christopherson2021-11-171-4/+1
| * perf/core: Rework guest callbacks to prepare for static_call supportLike Xu2021-11-171-4/+1
| * perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-3/+6
* | x86/perf: Fix snapshot_branch_stack warning in VMSong Liu2021-11-171-2/+0
* | perf/x86/intel/uncore: Fix IIO event constraints for SnowridgeAlexander Antonov2021-11-171-0/+8
* | perf/x86/intel/uncore: Fix IIO event constraints for Skylake ServerAlexander Antonov2021-11-171-0/+1
* | perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake ServerAlexander Antonov2021-11-171-0/+3
|/
* perf/x86/vlbr: Add c->flags to vlbr event constraintsLike Xu2021-11-111-1/+3
* perf/x86/lbr: Reset LBR_SELECT during vlbr resetWanpeng Li2021-11-111-0/+2
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\
| * perf/x86/intel/uncore: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-1/+1
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-023-22/+67
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-0/+1
| |\ \
| * | | perf: Enable branch record for software eventsSong Liu2021-09-133-22/+67
| | |/ | |/|
* | | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-015-7/+43
|\ \ \ | |_|/ |/| |
| * | perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian2021-10-302-4/+6
| * | perf/x86: Add new event for AUX output counter indexAdrian Hunter2021-10-151-0/+16
| * | perf/x86: Add compiler barrier after updating BTSLeo Yan2021-09-171-0/+6
| * | perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraintsKan Liang2021-08-311-0/+1
| * | perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraintsKan Liang2021-08-311-0/+7
| * | perf/x86/intel/uncore: Fix Intel SPR IIO event constraintsKan Liang2021-08-311-0/+1
| * | perf/x86/intel/uncore: Fix Intel SPR CHA event constraintsKan Liang2021-08-311-0/+1
| * | perf/x86/intel/uncore: Fix Intel ICX IIO event constraintsKan Liang2021-08-311-0/+2
| * | perf/x86/intel/uncore: Fix invalid unit checkKan Liang2021-08-311-1/+1
| * | perf/x86/intel/uncore: Support extra IMC channel on Ice Lake serverKan Liang2021-08-311-2/+2
| |/
* / perf/x86/intel: Update event constraints for ICXKan Liang2021-10-011-0/+1
|/
* perf/x86/intel: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-262-6/+6
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2021-08-265-32/+76
|\
| * perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King2021-08-261-1/+1
| * perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li2021-08-251-1/+1
| * perf/x86/intel: Apply mid ACK for small coreKan Liang2021-08-061-8/+15
| * Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
| |\
| | * perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| | * perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
| * | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-3/+3
| |\ \
| | * | x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner2021-06-231-3/+3
| | * | x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski2021-06-231-3/+3
| * | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-285-19/+194
| |\ \ \
| * \ \ \ Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+7
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | x86/events/intel: Do not deploy TSX force abort workaround when TSX is deprec...Pawan Gupta2021-06-151-1/+7
| * | | | perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner2021-06-241-1/+2
| | |_|/ | |/| |