summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-26/+121
2022-03-03perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BITIngo Molnar1-1/+3
2022-03-01perf: Add irq and exception return branch typesAnshuman Khandual1-2/+2
2022-03-01perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addressesSteve Wahl2-7/+11
2022-02-25x86: remove __range_not_ok()Arnd Bergmann1-1/+1
2022-02-15perf/x86/intel/pt: Add a capability and config bit for disabling TNTsAlexander Shishkin1-0/+8
2022-02-15perf/x86/intel/pt: Add a capability and config bit for event tracingAlexander Shishkin1-0/+8
2022-02-02perf/x86/intel: Increase max number of the fixed countersKan Liang1-1/+39
2022-02-02perf/x86/intel: Enable PEBS format 5Kan Liang1-3/+11
2022-02-02perf/x86/intel/pt: Fix address filter config for 32-bit kernelAdrian Hunter1-1/+1
2022-02-02x86: Share definition of __is_canonical_address()Adrian Hunter1-12/+2
2022-02-02perf/x86/intel/pt: Relax address filter validationAdrian Hunter1-13/+50
2022-02-02perf/x86/intel/pt: Fix crash with stop filters in single-range modeTristan Hume1-2/+3
2022-02-02x86/perf: Default set FREEZE_ON_SMI for allPeter Zijlstra1-0/+13
2022-01-18x86/perf: Avoid warning for Arch LBR without XSAVEAndi Kleen1-0/+3
2022-01-18perf/x86/intel/uncore: Add IMC uncore support for ADLKan Liang5-5/+220
2022-01-18perf/x86/intel/lbr: Add static_branch for LBR INFO flagsPeter Zijlstra (Intel)1-17/+34
2022-01-18perf/x86/intel/lbr: Support LBR format V7Peter Zijlstra (Intel)3-51/+75
2022-01-18perf/x86/rapl: fix AMD event handlingStephane Eranian1-3/+6
2022-01-18perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICXZhengjun Xing1-1/+1
2022-01-18perf/x86/intel: Add a quirk for the calculation of the number of counters on ...Kan Liang1-0/+13
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+8
2022-01-10Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-12-28x86/events/amd/iommu: Remove redundant assignment to variable shiftColin Ian King1-1/+1
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring2-6/+6
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson2-14/+6
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu2-10/+8
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson2-9/+17
2021-11-17x86/perf: Fix snapshot_branch_stack warning in VMSong Liu1-2/+0
2021-11-17perf/x86/intel/uncore: Fix IIO event constraints for SnowridgeAlexander Antonov1-0/+8
2021-11-17perf/x86/intel/uncore: Fix IIO event constraints for Skylake ServerAlexander Antonov1-0/+1
2021-11-17perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake ServerAlexander Antonov1-0/+3
2021-11-11perf/x86/vlbr: Add c->flags to vlbr event constraintsLike Xu1-1/+3
2021-11-11perf/x86/lbr: Reset LBR_SELECT during vlbr resetWanpeng Li1-0/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-22/+86
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-7/+50
2021-10-30perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian2-4/+6
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-10-20x86/pkru: Remove useless includeThomas Gleixner1-0/+1
2021-10-18perf/x86/intel/uncore: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-1/+1
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter3-0/+23
2021-10-15perf/x86/msr: Add Sapphire Rapids CPU supportKan Liang1-0/+1
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2021-10-01perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry1-0/+1
2021-09-17perf/x86: Add compiler barrier after updating BTSLeo Yan1-0/+6
2021-09-13perf: Enable branch record for software eventsSong Liu4-22/+86