summaryrefslogtreecommitdiffstats
path: root/arch/x86/events (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/msr: Add Raptor Lake CPU supportKan Liang2022-04-051-0/+1
* 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 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-1/+1
|\
| * x86: remove __range_not_ok()Arnd Bergmann2022-02-251-1/+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-183-51/+75
* perf/x86/rapl: fix AMD event handlingStephane Eranian2022-01-181-3/+6
* 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-132-10/+8
|\
| * perf: Add wrappers for invoking guest callbacksSean Christopherson2021-11-172-14/+6
| * perf/core: Rework guest callbacks to prepare for static_call supportLike Xu2021-11-172-10/+8
| * perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-172-9/+17
* | Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-101-1/+1
|\ \
| * | x86/events/amd/iommu: Remove redundant assignment to variable shiftColin Ian King2021-12-281-1/+1
* | | x86: perf: Move RDPMC event flag to a common definitionRob Herring2021-12-142-6/+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-024-22/+86
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-0/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-082-0/+2
| |\ \ \
| * | | | perf: Enable branch record for software eventsSong Liu2021-09-134-22/+86
| | |_|/ | |/| |
* | | | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-0/+1
|\ \ \ \
| * | | | x86/pkru: Remove useless includeThomas Gleixner2021-10-201-0/+1
| | |/ / | |/| |
* | | | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-017-7/+50
|\ \ \ \ | |_|_|/ |/| | |