summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-051-1/+1
|\
| * perf/x86/intel: Fix event constraints for ICLKan Liang2022-05-251-1/+1
* | perf/x86/Kconfig: Fix indentation in the Kconfig fileJuerg Haefliger2022-05-251-6/+6
|/
* perf/x86/amd/core: Fix reloading events for SVMSandipan Das2022-05-191-4/+20
* perf/x86/amd: Run AMD BRS code only on supported hwBorislav Petkov2022-05-181-1/+4
* perf/x86/amd: Fix AMD BRS period adjustmentPeter Zijlstra2022-05-183-25/+13
* perf/x86/amd: Remove unused variable 'hwc'Zucheng Zheng2022-05-121-3/+0
* perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attributeRavi Bangoria2022-05-111-0/+21
* perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria2022-05-111-7/+60
* perf/amd/ibs: Use ->is_visible callback for dynamic attributesRavi Bangoria2022-05-111-24/+54
* perf/amd/ibs: Cascade pmu init functions' return valueRavi Bangoria2022-05-111-8/+29
* perf/x86/uncore: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-112-0/+54
* perf/x86/uncore: Clean up uncore_pci_ids[]Kan Liang2022-05-111-316/+86
* perf/x86/cstate: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-111-0/+2
* perf/x86/msr: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-111-0/+2
* perf/x86: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-111-0/+2
* Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-115-12/+42
|\
| * perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU supportZhang Rui2022-04-191-3/+4
| * 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
* | perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria2022-05-101-0/+18
* | perf/x86/amd/core: Add PerfMonV2 overflow handlingSandipan Das2022-05-041-11/+133
* | perf/x86/amd/core: Add PerfMonV2 counter controlSandipan Das2022-05-041-5/+45
* | perf/x86/amd/core: Detect available countersSandipan Das2022-05-041-0/+6
* | perf/x86/amd/core: Detect PerfMonV2 supportSandipan Das2022-05-041-0/+27
* | perf/x86: Unify format of events sysfs showYang Jihong2022-04-051-1/+1
* | perf/x86/amd: Add idle hooks for branch samplingStephane Eranian2022-04-053-0/+38
* | perf/x86/amd: Make Zen3 branch sampling opt-inStephane Eranian2022-04-053-11/+49
* | perf/x86/amd: Add AMD branch sampling period adjustmentStephane Eranian2022-04-052-0/+19
* | perf/x86/amd: Enable branch sampling priv level filteringStephane Eranian2022-04-051-6/+20
* | perf/x86/amd: Add branch-brs helper event for Fam19h BRSStephane Eranian2022-04-051-0/+15
* | perf/x86/amd: Add AMD Fam19h Branch Sampling supportStephane Eranian2022-04-055-22/+641
* | perf/core: Add perf_clear_branch_entry_bitfields() helperStephane Eranian2022-04-051-19/+17
|/
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-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