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-18
ring-buffer: Add offset of events in dump on mismatch
Steven Rostedt (Google)
1
-4
/
+9
2023-12-18
tracing: Allow creating instances with specified system events
Steven Rostedt (Google)
4
-8
/
+66
2023-12-18
ring-buffer: Fix slowpath of interrupted event
Steven Rostedt (Google)
1
-55
/
+24
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
22
-457
/
+1496
2023-12-18
bpf: Ensure precise is reset to false in __mark_reg_const_zero()
Andrii Nakryiko
1
-18
/
+11
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
1
-0
/
+3
2023-12-18
bpf: Fail uprobe multi link with negative offset
Jiri Olsa
1
-2
/
+6
2023-12-17
Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+10
2023-12-17
Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-2
/
+2
2023-12-17
trace/kprobe: Display the actual notrace function when rejecting a probe
Naveen N Rao
1
-2
/
+2
2023-12-16
Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
5
-82
/
+68
2023-12-15
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
1
-1
/
+1
2023-12-15
bpf: Fix dtor CFI
Peter Zijlstra
2
-3
/
+21
2023-12-15
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
1
-8
/
+8
2023-12-15
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
1
-0
/
+25
2023-12-15
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
2
-218
/
+16
2023-12-15
cred: switch to using atomic_long_t
Jens Axboe
1
-32
/
+32
2023-12-15
bpf: Limit the number of kprobes when attaching program to multiple kprobes
Hou Tao
1
-0
/
+3
2023-12-15
bpf: Limit the number of uprobes when attaching program to multiple uprobes
Hou Tao
1
-0
/
+4
2023-12-15
Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-6
/
+5
2023-12-15
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
3
-4
/
+4
2023-12-15
kernel/cgroup: use kernfs_create_dir_ns()
Max Kellermann
1
-27
/
+4
2023-12-15
ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
Steven Rostedt (Google)
1
-0
/
+6
2023-12-15
ring-buffer: Have rb_time_cmpxchg() set the msb counter too
Steven Rostedt (Google)
1
-0
/
+2
2023-12-15
ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
Mathieu Desnoyers
1
-2
/
+2
2023-12-15
ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
Steven Rostedt (Google)
1
-1
/
+3
2023-12-15
ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
Steven Rostedt (Google)
1
-36
/
+11
2023-12-15
ring-buffer: Do not try to put back write_stamp
Steven Rostedt (Google)
1
-23
/
+6
2023-12-15
PM: hibernate: Enforce ordering during image compression/decompression
Hongchen Zhang
1
-19
/
+19
2023-12-15
PM: hibernate: Avoid missing wakeup events during hibernation
Chris Feng
2
-2
/
+10
2023-12-15
perf: Fix perf_event_validate_size() lockdep splat
Mark Rutland
1
-0
/
+10
2023-12-15
dma-mapping: clear dev->dma_mem to NULL after freeing it
Joakim Zhang
1
-1
/
+3
2023-12-15
swiotlb: reduce area lock contention for non-primary IO TLB pools
Petr Tesarik
1
-35
/
+55
2023-12-15
dma-mapping: don't store redundant offsets
Robin Murphy
1
-1
/
+0
2023-12-14
bpf: xdp: Register generic_kfunc_set with XDP programs
Daniel Xu
1
-0
/
+1
2023-12-14
bpf: support symbolic BPF FS delegation mount options
Andrii Nakryiko
1
-35
/
+208
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-137
/
+108
2023-12-14
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
1
-1
/
+5
2023-12-13
bpf: Use GFP_KERNEL in bpf_event_entry_gen()
Hou Tao
1
-1
/
+1
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
2
-4
/
+6
2023-12-13
tracing: Fix uaf issue when open the hist or hist_debug file
Zheng Yejian
3
-4
/
+15
2023-12-13
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
1
-3
/
+7
2023-12-13
bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list
Matt Bobrowski
1
-0
/
+12
2023-12-13
bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
1
-1
/
+9
2023-12-13
bpf: Support uid and gid when mounting bpffs
Jie Jiang
1
-1
/
+49
2023-12-14
Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a', 'rcu-tasks.2023.12.12b' and 'srcu.2023.12.13a' into rcu-merge.2023.12.13a
Neeraj Upadhyay (AMD)
9
-34
/
+80
2023-12-14
rcu: Force quiescent states only for ongoing grace period
Zqiang
1
-0
/
+2
2023-12-12
tracing: Add size check when printing trace_marker output
Steven Rostedt (Google)
1
-2
/
+4
2023-12-12
ring-buffer: Have saved event hold the entire event
Steven Rostedt (Google)
1
-2
/
+3
2023-12-12
ring-buffer: Do not update before stamp when switching sub-buffers
Steven Rostedt (Google)
1
-8
/
+1
[prev]
[next]