index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
perf/x86/intel/uncore: Remove extra double quote mark
Zide Chen
1
-24
/
+24
2026-04-07
perf/x86/intel/uncore: Fix die ID init and look up bugs
Zide Chen
2
-7
/
+7
2026-04-07
perf/x86/intel/uncore: Skip discovery table for offline dies
Zide Chen
1
-1
/
+1
2026-04-07
perf/x86/intel/uncore: Fix iounmap() leak on global_init failure
Zide Chen
1
-5
/
+10
2026-04-02
perf/x86: Fix potential bad container_of in intel_pmu_hw_config
Ian Rogers
1
-2
/
+4
2026-03-12
perf/x86/intel: Fix OMR snoop information parsing issues
Dapeng Mi
1
-4
/
+7
2026-03-12
perf/x86/intel: Add missing branch counters constraint apply
Dapeng Mi
1
-10
/
+21
2026-02-23
perf/x86/intel/uncore: Add per-scheduler IMC CAS count events
Zide Chen
1
-1
/
+27
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-3
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-10
/
+10
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-18
/
+18
2026-01-15
perf/x86/intel/uncore: Convert comma to semicolon
Chen Ni
1
-4
/
+4
2026-01-15
perf/x86/intel: Add support for rdpmc user disable feature
Dapeng Mi
1
-0
/
+27
2026-01-15
perf/x86: Use macros to replace magic numbers in attr_rdpmc
Dapeng Mi
1
-1
/
+1
2026-01-15
perf/x86/intel: Add core PMU support for Novalake
Dapeng Mi
2
-0
/
+110
2026-01-15
perf/x86/intel: Add support for PEBS memory auxiliary info field in NVL
Dapeng Mi
1
-0
/
+83
2026-01-15
perf/x86/intel: Add core PMU support for DMR
Dapeng Mi
2
-1
/
+205
2026-01-15
perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR
Dapeng Mi
1
-0
/
+140
2026-01-15
perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVL
Dapeng Mi
1
-17
/
+42
2026-01-06
perf/x86/intel/uncore: Add Nova Lake support
Zide Chen
4
-0
/
+52
2026-01-06
perf/x86/intel/uncore: Add missing PMON units for Panther Lake
Zide Chen
2
-0
/
+46
2026-01-06
perf/x86/intel/uncore: Update DMR uncore constraints preliminarily
Zide Chen
1
-0
/
+27
2026-01-06
perf/x86/intel/uncore: Support uncore constraint ranges
Zide Chen
3
-143
/
+44
2026-01-06
perf/x86/intel/uncore: Support IIO free-running counters on DMR
Zide Chen
1
-5
/
+113
2026-01-06
perf/x86/intel/uncore: Add freerunning event descriptor helper macro
Zide Chen
1
-67
/
+28
2026-01-06
perf/x86/intel/uncore: Add domain global init callback
Zide Chen
3
-0
/
+21
2026-01-06
perf/x86/intel/uncore: Add CBB PMON support for Diamond Rapids
Zide Chen
4
-3
/
+54
2026-01-06
perf/x86/intel/uncore: Add IMH PMON support for Diamond Rapids
Zide Chen
4
-0
/
+243
2026-01-06
perf/x86/intel/uncore: Remove has_generic_discovery_table()
Zide Chen
2
-33
/
+12
2026-01-06
perf/x86/intel/uncore: Support per-platform discovery base devices
Zide Chen
3
-35
/
+68
2026-01-06
perf/x86/intel/uncore: Move uncore discovery init struct to header
Zide Chen
4
-47
/
+49
2026-01-06
perf/x86/uncore: clean up const mismatch
Greg Kroah-Hartman
1
-3
/
+3
2025-12-17
perf/x86/cstate: Add Airmont NP
Martin Schiller
1
-0
/
+1
2025-12-17
perf/x86/intel: Add Airmont NP
Martin Schiller
1
-0
/
+1
2025-12-17
perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
Kan Liang
1
-0
/
+5
2025-12-16
perf/x86/intel/cstate: Add Diamond Rapids support
Zide Chen
1
-0
/
+1
2025-12-16
perf/x86/intel/cstate: Add Nova Lake support
Zide Chen
1
-7
/
+22
2025-12-16
perf/x86/intel/cstate: Add Wildcat Lake support
Zide Chen
1
-6
/
+8
2025-12-12
perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common()
Evan Li
1
-0
/
+3
2025-12-02
Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+6
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-143
/
+918
2025-11-19
perf/x86/intel/uncore: Remove superfluous check
Jiri Slaby (SUSE)
1
-2
/
+0
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
2
-4
/
+6
2025-11-12
perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use
Ingo Molnar
1
-2
/
+1
2025-11-07
perf/x86/intel: Optimize PEBS extended config
Peter Zijlstra
1
-11
/
+14
2025-11-07
perf/x86/intel: Check PEBS dyn_constraints
Peter Zijlstra
1
-0
/
+12
2025-11-07
perf/x86/intel: Add a check for dynamic constraints
Kan Liang
1
-8
/
+148
2025-11-07
perf/x86/intel: Add counter group support for arch-PEBS
Dapeng Mi
2
-6
/
+61
[next]