summaryrefslogtreecommitdiffstats
path: root/arch/x86/events (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> headerKim Phillips2021-08-261-14/+9
* perf/amd/uncore: Allow the driver to be built as a moduleKim Phillips2021-08-263-3/+40
* x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-261-1/+1
* perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/Kim Phillips2021-08-261-2/+2
* perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULLKim Phillips2021-08-261-4/+2
* perf/x86/intel: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-262-6/+6
* perf/x86: Remove unused assignment to pointer 'e'Colin Ian King2021-08-261-3/+1
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2021-08-2610-44/+122
|\
| * perf/x86/amd/power: Assign pmu.moduleKim Phillips2021-08-261-0/+1
| * perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips2021-08-261-0/+1
| * perf/x86/amd/ibs: Work around erratum #1197Kim Phillips2021-08-261-0/+8
| * 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-062-8/+30
| * perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guestLike Xu2021-08-041-1/+2
| * perf/x86: Fix out of bound MSR accessPeter Zijlstra2021-08-041-5/+7
| * 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-287-20/+222
| |\ \ \
| * \ \ \ Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-5/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | x86/events/intel: Do not deploy TSX force abort workaround when TSX is deprec...Pawan Gupta2021-06-151-1/+7
| | * | | perf/x86/rapl: Use CPUID bit on AMD and Hygon partsAndrew Cooper2021-06-011-4/+2
| * | | | perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner2021-06-241-1/+2
| | |_|/ | |/| |
| * | | perf/x86/intel/uncore: Fix M2M event umask for Ice Lake serverKan Liang2021-06-011-1/+2
| * | | perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1Kan Liang2021-05-311-2/+4
| * | | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-05-183-8/+30
| * | | perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-181-1/+1
| |/ /
* | | perf/x86/intel/uncore: Fix IIO cleanup mapping procedure for SNR/ICXAlexander Antonov2021-07-161-12/+28
* | | perf/x86/intel/uncore: Support IMC free-running counters on Sapphire Rapids s...Kan Liang2021-07-021-1/+65
* | | perf/x86/intel/uncore: Support IIO free-running counters on Sapphire Rapids s...Kan Liang2021-07-023-11/+136
* | | perf/x86/intel/uncore: Factor out snr_uncore_mmio_map()Kan Liang2021-07-021-11/+25
* | | perf/x86/intel/uncore: Add alias PMU nameKan Liang2021-07-023-7/+41
* | | perf/x86/intel/uncore: Add Sapphire Rapids server MDF supportKan Liang2021-07-021-1/+6
* | | perf/x86/intel/uncore: Add Sapphire Rapids server M3UPI supportKan Liang2021-07-021-1/+6
* | | perf/x86/intel/uncore: Add Sapphire Rapids server UPI supportKan Liang2021-07-021-1/+6
* | | perf/x86/intel/uncore: Add Sapphire Rapids server M2M supportKan Liang2021-07-023-8/+44
* | | perf/x86/intel/uncore: Add Sapphire Rapids server IMC supportKan Liang2021-07-023-6/+45
* | | perf/x86/intel/uncore: Add Sapphire Rapids server PCU supportKan Liang2021-07-021-1/+5
* | | perf/x86/intel/uncore: Add Sapphire Rapids server M2PCIe supportKan Liang2021-07-021-1/+6
* | | perf/x86/intel/uncore: Add Sapphire Rapids server IRP supportKan Liang2021-07-021-1/+26
* | | perf/x86/intel/uncore: Add Sapphire Rapids server IIO supportKan Liang2021-07-021-1/+8
* | | perf/x86/intel/uncore: Add Sapphire Rapids server CHA supportKan Liang2021-07-023-4/+96
* | | perf/x86/intel/uncore: Add Sapphire Rapids server frameworkKan Liang2021-07-025-5/+116
| |/ |/|
* | perf/x86/intel: Fix instructions:ppp support in Sapphire RapidsKan Liang2021-06-231-1/+3
* | perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire RapidsKan Liang2021-06-231-0/+2
* | perf/x86/intel: Fix fixed counter check warning for some Alder LakeKan Liang2021-06-231-2/+7