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-03-12
fork: Add kernel_clone_args flag to ignore signals
Mike Christie
1
-0
/
+3
2023-03-12
fork: add kernel_clone_args flag to not dup/clone files
Mike Christie
1
-2
/
+8
2023-03-12
fork/vm: Move common PF_IO_WORKER behavior to new flag
Mike Christie
1
-0
/
+3
2023-03-12
kthread: Pass in the thread's name during creation
Mike Christie
1
-21
/
+11
2023-03-12
kernel: Allow a kernel thread's name to be set in copy_process
Mike Christie
2
-2
/
+8
2023-03-11
rcutorture: Eliminate variable n_rcu_torture_boost_rterror
Yue Hu
1
-8
/
+3
2023-03-11
rcutorture: Add test_nmis module parameter
Paul E. McKenney
1
-2
/
+30
2023-03-11
kcsan: Avoid READ_ONCE() in read_instrumented_memory()
Marco Elver
1
-4
/
+13
2023-03-10
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
Dave Marchevsky
1
-1
/
+7
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
3
-13
/
+49
2023-03-10
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
1
-3
/
+3
2023-03-10
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
1
-6
/
+0
2023-03-10
bpf: verifier: Rename kernel_type_name helper to btf_type_name
Dave Marchevsky
1
-8
/
+8
2023-03-10
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
1
-9
/
+14
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
1
-6
/
+11
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
1
-7
/
+14
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
1
-4
/
+9
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
1
-62
/
+5
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
4
-15
/
+15
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
1
-0
/
+4
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
1
-3
/
+3
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
1
-37
/
+26
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
4
-25
/
+9
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
1
-2
/
+2
2023-03-10
bpf: take into account liveness when propagating precision
Andrii Nakryiko
1
-2
/
+4
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
1
-3
/
+28
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-127
/
+127
2023-03-09
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
1
-1
/
+2
2023-03-09
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
1
-0
/
+3
2023-03-09
tracing: Do not let histogram values have some modifiers
Steven Rostedt (Google)
1
-0
/
+9
2023-03-09
dyndbg: use the module notifier callbacks
Jason Baron
2
-24
/
+8
2023-03-09
module: make module_ktype structure constant
Thomas Weißschuh
1
-1
/
+1
2023-03-09
module: Remove the unused function within
Jiapeng Chong
1
-5
/
+0
2023-03-09
module: replace module_layout with module_memory
Song Liu
7
-350
/
+294
2023-03-09
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2023-03-09
livepatch: Make kobj_type structures constant
Thomas Weißschuh
1
-3
/
+3
2023-03-09
livepatch: fix ELF typos
Alexey Dobriyan
1
-5
/
+5
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
2
-0
/
+73
2023-03-08
bpf: add support for open-coded iterator loops
Andrii Nakryiko
1
-8
/
+587
2023-03-08
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
1
-1
/
+111
2023-03-08
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
1
-33
/
+59
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-03-08
sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
Josh Poimboeuf
1
-1
/
+1
2023-03-08
fork: allow CLONE_NEWTIME in clone3 flags
Tobias Klauser
1
-1
/
+1
2023-03-08
watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
David Disseldorp
1
-0
/
+1
2023-03-07
locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels
Zqiang
1
-1
/
+55
2023-03-07
locktorture: With nested locks, occasionally skip main lock
John Stultz
1
-10
/
+27
2023-03-07
locktorture: Add nested locking to rtmutex torture tests
John Stultz
1
-0
/
+35
2023-03-07
locktorture: Add nested locking to mutex torture tests
John Stultz
1
-0
/
+35
2023-03-07
locktorture: Add nested_[un]lock() hooks and nlocks parameter
John Stultz
1
-4
/
+19
[prev]
[next]