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-07
bpf: Guard stack limits against 32bit overflow
Andrei Matei
1
-3
/
+3
2023-12-07
bpf: Fix verification of indirect var-off stack access
Andrei Matei
1
-10
/
+4
2023-12-07
Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-1
/
+7
2023-12-07
Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-7
/
+15
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
3
-22
/
+42
2023-12-06
bpf: Add arch_bpf_trampoline_size()
Song Liu
1
-0
/
+6
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
2
-14
/
+44
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
1
-2
/
+2
2023-12-06
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
2
-15
/
+11
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
4
-12
/
+20
2023-12-06
kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
Baoquan He
1
-1
/
+0
2023-12-06
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
1
-48
/
+10
2023-12-06
ring-buffer: Test last update in 32bit version of __rb_time_read()
Steven Rostedt (Google)
1
-2
/
+2
2023-12-06
ring-buffer: Force absolute timestamp on discard of event
Steven Rostedt (Google)
1
-11
/
+8
2023-12-06
cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() check
Waiman Long
1
-0
/
+11
2023-12-06
bpf,lsm: add BPF token LSM hooks
Andrii Nakryiko
2
-6
/
+16
2023-12-06
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2
-5
/
+5
2023-12-06
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2
-14
/
+16
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
3
-9
/
+8
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
4
-9
/
+10
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
4
-26
/
+95
2023-12-06
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-2
/
+18
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
3
-15
/
+56
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
4
-6
/
+239
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-10
/
+78
2023-12-06
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2023-12-05
tracing: Fix a possible race when disabling buffered events
Petr Pavlu
1
-4
/
+8
2023-12-05
tracing: Fix a warning when allocating buffered events fails
Petr Pavlu
1
-6
/
+5
2023-12-05
tracing: Fix incomplete locking when disabling buffered events
Petr Pavlu
1
-8
/
+4
2023-12-05
tracing: Disable snapshot buffer when stopping instance tracers
Steven Rostedt (Google)
1
-76
/
+34
2023-12-05
tracing: Stop current tracer when resizing buffer
Steven Rostedt (Google)
1
-3
/
+7
2023-12-05
tracing: Always update snapshot buffer size
Steven Rostedt (Google)
1
-2
/
+1
2023-12-05
bpf: track aligned STACK_ZERO cases as imprecise spilled registers
Andrii Nakryiko
1
-3
/
+7
2023-12-05
bpf: preserve constant zero when doing partial register restore
Andrii Nakryiko
1
-4
/
+21
2023-12-05
bpf: preserve STACK_ZERO slots on partial reg spills
Andrii Nakryiko
1
-5
/
+23
2023-12-05
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
1
-1
/
+1
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
1
-73
/
+102
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
1
-2
/
+1
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
1
-2
/
+1
2023-12-05
cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
Vlastimil Babka
1
-5
/
+0
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
4
-6
/
+24
2023-12-04
bpf: Defer the free of inner map when necessary
Hou Tao
2
-8
/
+35
2023-12-04
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
1
-9
/
+14
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
4
-10
/
+12
2023-12-04
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
1
-5
/
+8
2023-12-04
kernel/resource: Increment by align value in get_free_mem_region()
Alison Schofield
1
-2
/
+2
2023-12-04
bpf: Minor logging improvement
Andrei Matei
1
-2
/
+2
2023-12-03
Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-11
/
+16
2023-12-02
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
2
-6
/
+13
2023-12-02
bpf: enforce precision of R0 on program/async callback return
Andrii Nakryiko
1
-0
/
+4
[prev]
[next]