summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-05s390: remove kvm_types.h from KbuildRandy Dunlap1-1/+0
2026-02-03uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao1-1/+1
2026-02-03x86/ibs: Fix typo in dc_l2tlb_miss commentXiang-Bin Shi1-1/+1
2026-01-16x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov3-3/+32
2026-01-15perf/x86/intel/uncore: Convert comma to semicolonChen Ni1-4/+4
2026-01-15perf/x86/intel: Add support for rdpmc user disable featureDapeng Mi5-2/+104
2026-01-15perf/x86: Use macros to replace magic numbers in attr_rdpmcDapeng Mi3-4/+12
2026-01-15perf/x86/intel: Add core PMU support for NovalakeDapeng Mi3-0/+112
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in NVLDapeng Mi2-0/+85
2026-01-15perf/x86/intel: Add core PMU support for DMRDapeng Mi3-1/+207
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi4-6/+190
2026-01-15perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVLDapeng Mi3-17/+52
2026-01-15perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim1-2/+18
2026-01-13perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU callsJan H. Schönherr1-1/+2
2026-01-06uprobes: use kmap_local_page() for temporary page mappingsKeke Ming1-6/+6
2026-01-06arm/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming1-2/+2
2026-01-06mips/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming1-2/+2
2026-01-06arm64/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming1-2/+2
2026-01-06riscv/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming1-2/+2
2026-01-06perf/x86/intel/uncore: Add Nova Lake supportZide Chen4-0/+52
2026-01-06perf/x86/intel/uncore: Add missing PMON units for Panther LakeZide Chen2-0/+46
2026-01-06perf pmu: Relax uncore wildcard matching to allow numeric suffixZide Chen1-6/+8
2026-01-06perf/x86/intel/uncore: Update DMR uncore constraints preliminarilyZide Chen1-0/+27
2026-01-06perf/x86/intel/uncore: Support uncore constraint rangesZide Chen3-143/+44
2026-01-06perf/x86/intel/uncore: Support IIO free-running counters on DMRZide Chen1-5/+113
2026-01-06perf/x86/intel/uncore: Add freerunning event descriptor helper macroZide Chen1-67/+28
2026-01-06perf/x86/intel/uncore: Add domain global init callbackZide Chen3-0/+21
2026-01-06perf/x86/intel/uncore: Add CBB PMON support for Diamond RapidsZide Chen4-3/+54
2026-01-06perf/x86/intel/uncore: Add IMH PMON support for Diamond RapidsZide Chen4-0/+243
2026-01-06perf/x86/intel/uncore: Remove has_generic_discovery_table()Zide Chen2-33/+12
2026-01-06perf/x86/intel/uncore: Support per-platform discovery base devicesZide Chen3-35/+68
2026-01-06perf/x86/intel/uncore: Move uncore discovery init struct to headerZide Chen4-47/+49
2026-01-06perf/x86/uncore: clean up const mismatchGreg Kroah-Hartman1-3/+3
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra3-4/+7
2025-12-17perf: Clean up mediated vPMU accountingPeter Zijlstra1-2/+7
2025-12-17perf/x86/cstate: Add Airmont NPMartin Schiller1-0/+1
2025-12-17perf/x86/intel: Add Airmont NPMartin Schiller1-0/+1
2025-12-17perf/x86/msr: Add Airmont NPMartin Schiller1-0/+1
2025-12-17x86/unwind_user: Simplify unwind_user_word_size()Jens Remus1-5/+1
2025-12-17x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USERJens Remus1-13/+17
2025-12-17unwind_user/fp: Use dummies instead of ifdefJens Remus3-6/+17
2025-12-17unwind_user: Enhance comments on get CFA, FP, and RAJens Remus1-4/+4
2025-12-17perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD hostSandipan Das1-0/+2
2025-12-17perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMUKan Liang1-0/+5
2025-12-17perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_capMingwei Zhang2-0/+2
2025-12-17perf/x86/core: Do not set bit width for unavailable countersSandipan Das1-2/+2
2025-12-17perf/x86/core: Add APIs to switch to/from mediated PMI vector (for KVM)Sean Christopherson2-0/+37
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson10-4/+55
2025-12-17perf: Add APIs to load/put guest mediated PMU contextKan Liang2-0/+63
2025-12-17perf: Add a EVENT_GUEST flagKan Liang2-51/+185