index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-12-02
bpf: enforce precise retval range on program exit
Andrii Nakryiko
-27
/
+29
2023-12-02
bpf: enforce exact retval range on subprog/callback exit
Andrii Nakryiko
-11
/
+22
2023-12-02
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
-0
/
+7
2023-12-02
bpf: provide correct register name for exception callback retval check
Andrii Nakryiko
-6
/
+6
2023-12-01
bpf: Add kfunc bpf_get_file_xattr
Song Liu
-0
/
+67
2023-12-01
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
-4
/
+8
2023-12-01
tracing/uprobe: Replace strlcpy() with strscpy()
Kees Cook
-1
/
+1
2023-12-01
params: Fix multi-line comment style
Andy Shevchenko
-8
/
+12
2023-12-01
params: Sort headers
Andy Shevchenko
-6
/
+6
2023-12-01
params: Use size_add() for kmalloc()
Andy Shevchenko
-1
/
+2
2023-12-01
params: Do not go over the limit when getting the string length
Andy Shevchenko
-3
/
+6
2023-12-01
params: Introduce the param_unknown_fn type
Andy Shevchenko
-6
/
+2
2023-12-01
cgroup/rstat: Optimize cgroup_rstat_updated_list()
Waiman Long
-62
/
+91
2023-12-01
locking/mutex: Document that mutex_unlock() is non-atomic
Jann Horn
-0
/
+5
2023-12-01
rethook: Use __rcu pointer for rethook::handler
Masami Hiramatsu (Google)
-9
/
+14
2023-12-01
kprobes: consistent rcu api usage for kretprobe holder
JP Kobryn
-2
/
+2
2023-11-30
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-28
/
+141
2023-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+4
2023-12-01
Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+2
2023-11-29
ptrace: Convert ptrace_attach() to use lock guards
Peter Zijlstra
-67
/
+61
2023-11-29
freezer,sched: Clean saved_state when restoring it during thaw
Elliot Berman
-0
/
+1
2023-11-29
sched/fair: Update min_vruntime for reweight_entity() correctly
Yiwei Lin
-10
/
+10
2023-11-29
perf: Fix perf_event_validate_size()
Peter Zijlstra
-23
/
+38
2023-11-29
freezer,sched: Do not restore saved_state of a thawed task
Elliot Berman
-1
/
+1
2023-11-28
bpf: Add link_info support for uprobe multi link
Jiri Olsa
-0
/
+72
2023-11-28
bpf: Store ref_ctr_offsets values in bpf_uprobe array
Jiri Olsa
-11
/
+3
2023-11-28
cgroup_freezer: cgroup_freezing: Check if not frozen
Tim Van Patten
-1
/
+7
2023-11-28
cgroup/cpuset: Expose cpuset.cpus.isolated
Waiman Long
-1
/
+1
2023-11-28
mnt_idmapping: decouple from namespaces
Christian Brauner
-2
/
+2
2023-11-26
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
-0
/
+2
2023-11-26
Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+2
2023-11-24
lockdep: Fix block chain corruption
Peter Zijlstra
-1
/
+2
2023-11-24
bpf: Validate global subprogs lazily
Andrii Nakryiko
-6
/
+42
2023-11-24
bpf: Emit global subprog name in verifier logs
Andrii Nakryiko
-11
/
+24
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-200
/
+448
2023-11-23
Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-136
/
+266
2023-11-23
perf: Fix the nr_addr_filters fix
Peter Zijlstra
-3
/
+1
2023-11-23
sched/cpufreq: Rework iowait boost
Vincent Guittot
-75
/
+14
2023-11-23
sched/cpufreq: Rework schedutil governor performance estimation
Vincent Guittot
-82
/
+89
2023-11-23
sched/pelt: Avoid underestimation of task utilization
Vincent Guittot
-0
/
+13
2023-11-23
rcutorture: Add fqs_holdoff check before fqs_task is created
Zqiang
-1
/
+3
2023-11-23
locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...
Paul E. McKenney
-9
/
+9
2023-11-22
Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Tejun Heo
-6
/
+16
2023-11-22
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
-7
/
+15
2023-11-22
time: Make sysfs_get_uname() function visible in header
Arnd Bergmann
-1
/
+2
2023-11-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-1057
/
+1304
2023-11-21
workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG...
Waiman Long
-51
/
+51
2023-11-20
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
-2
/
+17
2023-11-20
bpf: widening for callback iterators
Eduard Zingerman
-2
/
+22
2023-11-20
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
-99
/
+175
[prev]
[next]