index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-3
/
+3
2026-08-20
Merge tag 'bitmap-for-7.3' of https://github.com/norov/linux
Linus Torvalds
5
-5
/
+5
2026-08-18
Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-15
/
+15
2026-08-10
perf/x86: Optimize ACR handling in match_prev_assignment()
Dapeng Mi
2
-2
/
+13
2026-08-10
perf/x86/intel: Fix intel_cap handling on hybrid PMUs
Dapeng Mi
1
-11
/
+29
2026-08-10
perf/x86: Remove stale fixed counter helper and fix hybrid PMU access
Dapeng Mi
3
-17
/
+4
2026-08-10
perf/x86/intel: Unwind cpuc state if PEBS buffer setup fails
Dapeng Mi
1
-2
/
+9
2026-08-10
perf/x86: Guard intel_pmu_cpu_dead() against invalid hybrid PMU casts
Dapeng Mi
3
-2
/
+11
2026-08-10
perf/x86: Free hybrid state on PMU init failure
Dapeng Mi
1
-3
/
+12
2026-08-10
perf/x86: Unregister PMI handler on PMU init failure
Dapeng Mi
1
-1
/
+3
2026-08-07
perf/x86/intel/pt: Fix stop/start with no update
Adrian Hunter
1
-9
/
+36
2026-08-07
perf/x86/intel/pt: Use bitwise access for PERF_HES_STOPPED
Adrian Hunter
1
-8
/
+8
2026-08-07
perf/x86/intel/pt: Factor out pt_config_enable()
Adrian Hunter
1
-17
/
+24
2026-07-31
perf/x86/intel/pt: Drop kernel-doc for deleted struct members
Randy Dunlap
1
-2
/
+0
2026-07-31
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
3
-10
/
+15
2026-07-30
perf/x86/intel: use higher-level allocator API
Brendan Jackman
1
-3
/
+3
2026-07-22
x86/events: Use sysfs_emit() for cpumask show callbacks
Yury Norov
5
-5
/
+5
2026-07-11
perf/x86/amd/brs: Fix kernel address leakage
Sandipan Das
1
-5
/
+5
2026-07-10
perf/x86/amd/lbr: Fix kernel address leakage
Sandipan Das
1
-1
/
+2
2026-07-08
perf/x86/amd/core: Avoid enabling BRS from the SVM reload path
Sandipan Das
1
-4
/
+8
2026-07-06
x86/cpu: Hide and rename static_cpu_has()
Borislav Petkov (AMD)
4
-16
/
+16
2026-07-04
perf/x86/amd/uncore: Add group validation
Sandipan Das
1
-0
/
+31
2026-06-30
perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
Dapeng Mi
1
-13
/
+0
2026-06-30
perf/x86/intel: Validate the return value of intel_pmu_init_hybrid()
Dapeng Mi
1
-14
/
+30
2026-06-30
perf/x86/intel: Fix kernel address leakages in LBR stack
Dapeng Mi
1
-3
/
+9
2026-06-30
perf/x86/intel: Fallback to sw branch type decoding if no hw decoding
Dapeng Mi
1
-1
/
+1
2026-06-30
perf/x86/intel: Keep cap_user_rdpmc in sync with RDPMC user-disable state
Dapeng Mi
3
-5
/
+6
2026-06-30
perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
Dapeng Mi
2
-8
/
+4
2026-06-30
perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMUs
Zide Chen
2
-62
/
+22
2026-06-30
perf/x86/intel/uncore: Fix uncore_box ref/unref ordering
Zide Chen
1
-27
/
+23
2026-06-30
perf/x86/intel/uncore: Introduce PMU flags and broken state
Zide Chen
3
-13
/
+46
2026-06-30
perf/x86/intel/uncore: Factor out box setup code
Zide Chen
1
-12
/
+28
2026-06-30
perf/x86/intel/uncore: Keep PCI PMUs working when MMIO/MSR setup fails
Zide Chen
1
-2
/
+0
2026-06-30
perf/x86/intel/uncore: Let init_box() callback report failures
Zide Chen
6
-77
/
+126
2026-06-30
perf/x86/intel/uncore: Fix refcnt and other cleanups
Zide Chen
2
-10
/
+12
2026-06-30
perf/x86/intel/uncore: Fix PCI PMU cleanup on setup failure
Zide Chen
1
-1
/
+4
2026-06-15
Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-0
/
+12
2026-06-15
Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-11
/
+8
2026-06-15
Merge tag 'perf-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
10
-145
/
+511
2026-06-15
Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-7
/
+7
2026-06-08
x86/msr: Switch wrmsrl() users to wrmsrq()
Juergen Gross
2
-3
/
+3
2026-06-08
x86/msr: Switch rdmsrl() users to rdmsrq()
Juergen Gross
1
-1
/
+1
2026-06-08
x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()
Juergen Gross
1
-7
/
+4
2026-06-04
perf/x86/amd/uncore: Use Node ID to identify DF and UMC domains
Sandipan Das
1
-3
/
+3
2026-06-04
perf/x86/intel/uncore: Implement global init callback for GNR uncore
Zide Chen
3
-6
/
+18
2026-06-04
perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies
Zide Chen
2
-3
/
+8
2026-06-04
perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
Zide Chen
3
-20
/
+23
2026-06-04
perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()
Zide Chen
1
-7
/
+0
2026-06-04
perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discovery
Zide Chen
1
-3
/
+3
2026-06-04
perf/x86/intel/uncore: Guard against invalid box control address
Zide Chen
1
-9
/
+24
[next]