index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
srcu: Create an srcu_expedite_current() function
Paul E. McKenney
1
-0
/
+58
2025-11-05
srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabled
Paul E. McKenney
1
-4
/
+9
2025-11-05
trace: use override credential guard
Christian Brauner
1
-12
/
+5
2025-11-05
trace: use prepare credential guard
Christian Brauner
1
-4
/
+1
2025-11-05
sched_ext: Mark racy bitfields to prevent adding fields that can't tolerate races
Tejun Heo
1
-0
/
+4
2025-11-05
cgroup/cpuset: Globally track isolated_cpus update
Waiman Long
1
-38
/
+35
2025-11-05
cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partition
Waiman Long
1
-4
/
+6
2025-11-05
cgroup/cpuset: Move up prstate_housekeeping_conflict() helper
Waiman Long
1
-20
/
+20
2025-11-05
cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
Waiman Long
1
-1
/
+73
2025-11-05
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_cpumasks()
Gabriele Monaco
1
-6
/
+6
2025-11-04
bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
Kees Cook
1
-4
/
+4
2025-11-04
bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistently
Kees Cook
1
-2
/
+2
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
2
-2
/
+3
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
2
-16
/
+20
2025-11-04
sched_ext: Minor cleanups to scx_task_iter
Tejun Heo
1
-6
/
+5
2025-11-04
sched_ext: Move __SCX_DSQ_ITER_ALL_FLAGS BUILD_BUG_ON to the right place
Tejun Heo
1
-3
/
+2
2025-11-04
Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux into trace/trace/core
Steven Rostedt
15
-154
/
+197
2025-11-04
tracing: Add an option to show symbols in _text+offset for function profiler
Masami Hiramatsu (Google)
3
-4
/
+38
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
14
-150
/
+159
2025-11-04
cgroup: use credential guards in cgroup_attach_permissions()
Christian Brauner
1
-6
/
+4
2025-11-04
act: use credential guards in acct_write_process()
Christian Brauner
1
-16
/
+13
2025-11-04
cred: make init_cred static
Christian Brauner
1
-27
/
+0
2025-11-04
rseq: Switch to TIF_RSEQ if supported
Thomas Gleixner
1
-2
/
+8
2025-11-04
rseq: Switch to fast path processing on exit to user
Thomas Gleixner
2
-9
/
+25
2025-11-04
rseq: Implement fast path for exit to user
Thomas Gleixner
1
-0
/
+2
2025-11-04
rseq: Optimize event setting
Thomas Gleixner
3
-3
/
+11
2025-11-04
rseq: Rework the TIF_NOTIFY handler
Thomas Gleixner
1
-43
/
+33
2025-11-04
rseq: Separate the signal delivery path
Thomas Gleixner
1
-8
/
+22
2025-11-04
rseq: Provide and use rseq_set_ids()
Thomas Gleixner
1
-186
/
+50
2025-11-04
rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
Thomas Gleixner
1
-2
/
+8
2025-11-04
rseq: Replace the original debug implementation
Thomas Gleixner
1
-69
/
+12
2025-11-04
rseq: Provide and use rseq_update_user_cs()
Thomas Gleixner
1
-170
/
+74
2025-11-04
rseq: Provide static branch for runtime debugging
Thomas Gleixner
1
-4
/
+69
2025-11-04
rseq: Expose lightweight statistics in debugfs
Thomas Gleixner
1
-7
/
+72
2025-11-04
rseq: Provide tracepoint wrappers for inline code
Thomas Gleixner
1
-1
/
+18
2025-11-04
rseq: Cache CPU ID and MM CID values
Thomas Gleixner
1
-0
/
+4
2025-11-04
entry: Inline irqentry_enter/exit_from/to_user_mode()
Thomas Gleixner
1
-13
/
+0
2025-11-04
entry: Remove syscall_enter_from_user_mode_prepare()
Thomas Gleixner
1
-8
/
+0
2025-11-04
rseq: Introduce struct rseq_data
Thomas Gleixner
2
-35
/
+34
2025-11-04
rseq: Avoid CPU/MM CID updates when no event pending
Thomas Gleixner
1
-5
/
+6
2025-11-04
rseq, virt: Retrigger RSEQ after vcpu_run()
Thomas Gleixner
1
-36
/
+40
2025-11-04
rseq: Simplify the event notification
Thomas Gleixner
3
-19
/
+22
2025-11-04
rseq: Simplify registration
Thomas Gleixner
1
-7
/
+3
2025-11-04
rseq: Move algorithm comment to top
Thomas Gleixner
1
-60
/
+59
2025-11-04
rseq: Avoid pointless evaluation in __rseq_notify_resume()
Thomas Gleixner
1
-22
/
+44
2025-11-04
futex: Convert to get/put_user_inline()
Thomas Gleixner
2
-57
/
+5
2025-11-03
bpf: Skip bounds adjustment for conditional jumps on same scalar register
KaFai Wan
1
-0
/
+31
2025-11-03
ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
Song Liu
1
-9
/
+31
2025-11-03
ftrace: Fix BPF fexit with livepatch
Song Liu
2
-11
/
+14
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
20
-59
/
+187
[prev]
[next]