summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Update the FRONTEND MSR mask on Sapphire RapidsKan Liang2022-04-051-1/+1
* perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang2022-04-051-1/+5
* perf/x86/uncore: Add Raptor Lake uncore supportKan Liang2022-04-052-0/+21
* perf/x86/cstate: Add Raptor Lake supportKan Liang2022-04-051-10/+12
* perf/x86: Add Intel Raptor Lake supportKan Liang2022-04-051-0/+1
* Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-226-26/+121
|\
| * perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BITIngo Molnar2022-03-031-1/+3
| * perf: Add irq and exception return branch typesAnshuman Khandual2022-03-011-2/+2
| * perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addressesSteve Wahl2022-03-012-7/+11
| * perf/x86/intel/pt: Add a capability and config bit for disabling TNTsAlexander Shishkin2022-02-151-0/+8
| * perf/x86/intel/pt: Add a capability and config bit for event tracingAlexander Shishkin2022-02-151-0/+8
| * perf/x86/intel: Increase max number of the fixed countersKan Liang2022-02-021-1/+39
| * perf/x86/intel: Enable PEBS format 5Kan Liang2022-02-021-3/+11
| * perf/x86/intel/pt: Fix address filter config for 32-bit kernelAdrian Hunter2022-02-021-1/+1
| * x86: Share definition of __is_canonical_address()Adrian Hunter2022-02-021-12/+2
| * perf/x86/intel/pt: Relax address filter validationAdrian Hunter2022-02-021-13/+50
* | 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-131-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-081-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
| |/