index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
bpf: Use kmalloc_nolock() in range tree
Puranjay Mohan
1
-15
/
+6
2025-11-06
cgroup: Fix sleeping from invalid context warning on PREEMPT_RT
Tejun Heo
1
-1
/
+54
2025-11-07
tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe
Masami Hiramatsu (Google)
1
-0
/
+4
2025-11-07
tracing: tprobe-events: Fix to register tracepoint correctly
Masami Hiramatsu (Google)
1
-1
/
+2
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-10
/
+22
2025-11-06
futex: Optimize per-cpu reference counting
Peter Zijlstra
1
-6
/
+6
2025-11-06
sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remaining
Aaron Lu
2
-10
/
+7
2025-11-05
bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
Anton Protopopov
1
-0
/
+3
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
5
-6
/
+387
2025-11-05
bpf: support instructions arrays with constants blinding
Anton Protopopov
2
-1
/
+30
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
4
-1
/
+354
2025-11-06
rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()
Paul E. McKenney
1
-3
/
+1
2025-11-06
locktorture: Fix memory leak in param_set_cpumask()
Wang Liang
1
-2
/
+6
2025-11-05
srcu: Require special srcu_struct define/init for SRCU-fast readers
Paul E. McKenney
1
-0
/
+1
2025-11-05
rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
1
-4
/
+15
2025-11-05
srcu: Make grace-period determination use ssp->srcu_reader_flavor
Paul E. McKenney
1
-1
/
+1
2025-11-05
srcu: Create a DEFINE_SRCU_FAST()
Paul E. McKenney
1
-2
/
+34
2025-11-05
rcutorture: Test srcu_expedite_current()
Paul E. McKenney
1
-0
/
+12
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 r...
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_...
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/lin...
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
-171
/
+75
[prev]
[next]