index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
Age
Commit message (
Expand
)
Author
Lines
2026-02-23
perf/x86/intel/uncore: Add per-scheduler IMC CAS count events
Zide Chen
-1
/
+27
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-3
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-16
/
+16
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-25
/
+25
2026-02-10
Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-335
/
+1458
2026-01-21
perf/x86/intel: Do not enable BTS for guests
Fernand Sieber
-2
/
+11
2026-01-15
perf/x86/intel/uncore: Convert comma to semicolon
Chen Ni
-4
/
+4
2026-01-15
perf/x86/intel: Add support for rdpmc user disable feature
Dapeng Mi
-0
/
+54
2026-01-15
perf/x86: Use macros to replace magic numbers in attr_rdpmc
Dapeng Mi
-4
/
+12
2026-01-15
perf/x86/intel: Add core PMU support for Novalake
Dapeng Mi
-0
/
+112
2026-01-15
perf/x86/intel: Add support for PEBS memory auxiliary info field in NVL
Dapeng Mi
-0
/
+85
2026-01-15
perf/x86/intel: Add core PMU support for DMR
Dapeng Mi
-1
/
+207
2026-01-15
perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR
Dapeng Mi
-0
/
+142
2026-01-15
perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVL
Dapeng Mi
-17
/
+47
2026-01-11
treewide: Update email address
Thomas Gleixner
-2
/
+2
2026-01-06
perf/x86/intel/uncore: Add Nova Lake support
Zide Chen
-0
/
+52
2026-01-06
perf/x86/intel/uncore: Add missing PMON units for Panther Lake
Zide Chen
-0
/
+46
2026-01-06
perf/x86/intel/uncore: Update DMR uncore constraints preliminarily
Zide Chen
-0
/
+27
2026-01-06
perf/x86/intel/uncore: Support uncore constraint ranges
Zide Chen
-143
/
+44
2026-01-06
perf/x86/intel/uncore: Support IIO free-running counters on DMR
Zide Chen
-5
/
+113
2026-01-06
perf/x86/intel/uncore: Add freerunning event descriptor helper macro
Zide Chen
-67
/
+28
2026-01-06
perf/x86/intel/uncore: Add domain global init callback
Zide Chen
-0
/
+21
2026-01-06
perf/x86/intel/uncore: Add CBB PMON support for Diamond Rapids
Zide Chen
-3
/
+54
2026-01-06
perf/x86/intel/uncore: Add IMH PMON support for Diamond Rapids
Zide Chen
-0
/
+243
2026-01-06
perf/x86/intel/uncore: Remove has_generic_discovery_table()
Zide Chen
-33
/
+12
2026-01-06
perf/x86/intel/uncore: Support per-platform discovery base devices
Zide Chen
-35
/
+68
2026-01-06
perf/x86/intel/uncore: Move uncore discovery init struct to header
Zide Chen
-47
/
+49
2026-01-06
perf/x86/uncore: clean up const mismatch
Greg Kroah-Hartman
-3
/
+3
2025-12-19
perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs
Peter Zijlstra
-2
/
+3
2025-12-17
perf/x86/cstate: Add Airmont NP
Martin Schiller
-0
/
+1
2025-12-17
perf/x86/intel: Add Airmont NP
Martin Schiller
-0
/
+1
2025-12-17
perf/x86/msr: Add Airmont NP
Martin Schiller
-0
/
+1
2025-12-17
perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
Sandipan Das
-0
/
+2
2025-12-17
perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
Kan Liang
-0
/
+5
2025-12-17
perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
Mingwei Zhang
-0
/
+1
2025-12-17
perf/x86/core: Do not set bit width for unavailable counters
Sandipan Das
-2
/
+2
2025-12-17
perf/x86/core: Add APIs to switch to/from mediated PMI vector (for KVM)
Sean Christopherson
-0
/
+32
2025-12-16
perf/x86/intel/cstate: Add Diamond Rapids support
Zide Chen
-0
/
+1
2025-12-16
perf/x86/intel/cstate: Add Nova Lake support
Zide Chen
-7
/
+22
2025-12-16
perf/x86/intel/cstate: Add Wildcat Lake support
Zide Chen
-6
/
+8
2025-12-14
Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-4
/
+4
2025-12-12
perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common()
Evan Li
-0
/
+3
2025-12-09
perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on error
Sandipan Das
-4
/
+1
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+8
2025-12-02
Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-9
/
+13
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-197
/
+980
2025-11-19
perf/x86/intel/uncore: Remove superfluous check
Jiri Slaby (SUSE)
-2
/
+0
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
-4
/
+8
[next]