summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-31perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraintsKan Liang1-0/+1
2021-08-31perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraintsKan Liang1-0/+7
2021-08-31perf/x86/intel/uncore: Fix Intel SPR IIO event constraintsKan Liang1-0/+1
2021-08-31perf/x86/intel/uncore: Fix Intel SPR CHA event constraintsKan Liang1-0/+1
2021-08-31perf/x86/intel/uncore: Fix Intel ICX IIO event constraintsKan Liang1-0/+2
2021-08-31perf/x86/intel/uncore: Fix invalid unit checkKan Liang1-1/+1
2021-08-31perf/x86/intel/uncore: Support extra IMC channel on Ice Lake serverKan Liang1-2/+2
2021-08-26perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> headerKim Phillips1-14/+9
2021-08-26perf/amd/uncore: Allow the driver to be built as a moduleKim Phillips3-3/+40
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips1-1/+1
2021-08-26perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/Kim Phillips1-2/+2
2021-08-26perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULLKim Phillips1-4/+2
2021-08-26perf/x86/intel: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2-6/+6
2021-08-26perf/x86: Remove unused assignment to pointer 'e'Colin Ian King1-3/+1
2021-08-26Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar10-44/+122