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