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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-23
rcu: introduce rcu_defer_qs_clear() helper
Joel Fernandes
2
-2
/
+7
2026-07-23
rcu: Use task_state_to_char() in stall-warning prints
Kunwu Chan
1
-6
/
+6
2026-07-23
rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
Puranjay Mohan
2
-3
/
+13
2026-07-23
rcu/segcblist: Track segment grace periods with struct rcu_gp_seq
Puranjay Mohan
4
-34
/
+42
2026-07-23
rcu/segcblist: Factor out rcu_segcblist_advance_compact() helper
Puranjay Mohan
1
-18
/
+32
2026-07-23
rcu/segcblist: Add SRCU and Tasks RCU wrapper functions
Puranjay Mohan
4
-11
/
+23
2026-07-23
rcu: Rename struct rcu_gp_oldstate to rcu_gp_seq
Puranjay Mohan
4
-57
/
+57
2026-07-23
rcu: Remove unused rdp parameter from trace_rcu_this_gp()
Joel Fernandes
2
-15
/
+12
2026-07-23
scftorture: Make invoker threads actually wait for all threads to start
Joel Fernandes
1
-1
/
+1
2026-07-23
scftorture: Count single_rpc offline failures in statistics output
Joel Fernandes
1
-0
/
+1
2026-07-23
tracing: Fix resource leak on mmiotrace trace_pipe close
deepakraog
1
-1
/
+1
2026-07-23
tracing: Propagate errors from remote event bulk updates
Jackie Liu
1
-1
/
+12
2026-07-23
PM: sleep: Allow disabling DPM watchdog by default
Tzung-Bi Shih
1
-0
/
+10
2026-07-23
PM: hibernate: swap: defer linking the next map page
Haesung Kim
1
-10
/
+20
2026-07-23
PM: hibernate: Fix memory leak in snapshot_write_next() error path
Malaya Kumar Rout
1
-2
/
+3
2026-07-23
rv: Simplify task monitor slot management
Li Qiang
1
-13
/
+5
2026-07-23
Merge tag 'amd-pstate-v7.3-2026-07-22' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux
Rafael J. Wysocki
19
-192
/
+454
2026-07-22
tracing/remotes: Fix page_va[] access before counter update in trace_remote_alloc_buffer()
Fuad Tabba
1
-2
/
+1
2026-07-22
perf: Use sysfs_emit() for cpumask show callbacks
Yury Norov
1
-1
/
+1
2026-07-22
smp: Make CSD lock acquisition atomic for debug mode
Chuyi Zhou
1
-4
/
+23
2026-07-22
smp: Avoid invalid per-CPU CSD lookup with CSD lock debug
Chuyi Zhou
1
-1
/
+2
2026-07-22
Merge tag 'liveupdate-fixes-2026-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux
Linus Torvalds
1
-1
/
+1
2026-07-22
sched_ext: Fix stale errno in scx_sub_enable_workfn()
Cui Jian
1
-0
/
+2
2026-07-22
sched_ext: Mark waker CPU busy when selected in WAKE_SYNC case
Kuba Piecuch
1
-1
/
+3
2026-07-22
Merge tag 'ath-next-20260722' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath
Johannes Berg
1
-0
/
+1
2026-07-22
bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writable
Mike Rapoport (Microsoft)
1
-0
/
+5
2026-07-22
bpf: alloc_prog_pack(): Skip ROX management for already ROX memory
Mike Rapoport (Microsoft)
1
-7
/
+14
2026-07-22
bpf: Drop __weak from bpf_jit_alloc_exec() and bpf_jit_free_exec()
Mike Rapoport (Microsoft)
1
-2
/
+2
2026-07-22
bpf: dispatcher: Allocate bpf_dispatcher->rw_image with vzalloc()
Mike Rapoport (Microsoft)
1
-1
/
+4
2026-07-22
PM: hibernate: Use %pe to print error pointer values
Ronan Marchal
1
-2
/
+2
2026-07-22
cpufreq: schedutil: Replace sprintf() with sysfs_emit() in sysfs show
Zhongqiu Han
1
-1
/
+1
2026-07-22
cpufreq: schedutil: Publish util hooks only after all sg_cpu are initialized
Zhongqiu Han
1
-0
/
+11
2026-07-22
PM: hibernate: Remove kernel-doc markings from helper descriptions
Adi Nata
1
-21
/
+21
2026-07-21
sched_ext: Build the cid tables privately and publish them with RCU
Tejun Heo
5
-139
/
+273
2026-07-21
sched_ext: Drop unused scx_cpumask_to_cmask()
Tejun Heo
2
-22
/
+0
2026-07-21
sched_ext: Skip the default CPU selection while bypassing
Tejun Heo
1
-2
/
+13
2026-07-21
sched_ext: Blame the DSQ's owning scheduler for a runnable stall
Tejun Heo
1
-0
/
+11
2026-07-21
bpf: Mark bpf_refcount field as unique
Kumar Kartikeya Dwivedi
1
-1
/
+1
2026-07-21
bpf: Preserve unique-field state across nested structs
Kumar Kartikeya Dwivedi
1
-12
/
+14
2026-07-21
bpf: Fix offset warn check for bpf_res_spin_lock
Kumar Kartikeya Dwivedi
1
-1
/
+1
2026-07-21
bpf: Zero queue and stack outputs on lock failure
Kumar Kartikeya Dwivedi
1
-2
/
+6
2026-07-21
cgroup/dmem: accept only one region per limit write
Eric Chanudet
1
-44
/
+25
2026-07-21
tracing/probes: Fix extra whitespace in trace_probe_kernel.h
Masami Hiramatsu (Google)
1
-1
/
+1
2026-07-21
tracing/kprobe: Remove redundant memset in kprobe_perf_func()
Masami Hiramatsu (Google)
1
-1
/
+0
2026-07-21
tracing/fprobe: Remove redundant memset in fentry_perf_func()
Masami Hiramatsu (Google)
1
-1
/
+0
2026-07-21
tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()
Masami Hiramatsu (Google)
1
-4
/
+1
2026-07-21
tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()
Masami Hiramatsu (Google)
1
-4
/
+1
2026-07-21
tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()
Masami Hiramatsu (Google)
1
-1
/
+1
2026-07-21
tracing/probes: Remove unused parameter from parse_probe_var_retval()
Masami Hiramatsu (Google)
1
-2
/
+2
2026-07-21
tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()
Masami Hiramatsu (Google)
1
-4
/
+3
[prev]
[next]