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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-07
bpf: Add bpf_trampoline_multi_attach/detach functions
Jiri Olsa
2
-0
/
+47
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
2
-0
/
+6
2026-06-07
bpf: Factor fsession link to use struct bpf_tramp_node
Jiri Olsa
1
-5
/
+1
2026-06-07
bpf: Add struct bpf_tramp_node object
Jiri Olsa
1
-23
/
+37
2026-06-07
bpf: Use mutex lock pool for bpf trampolines
Jiri Olsa
1
-2
/
+0
2026-06-07
ftrace: Add add_ftrace_hash_entry function
Jiri Olsa
1
-0
/
+1
2026-06-07
ftrace: Add ftrace_hash_remove function
Jiri Olsa
1
-0
/
+1
2026-06-07
ftrace: Add ftrace_hash_count function
Jiri Olsa
1
-0
/
+7
2026-06-07
net/mlx5: Add sd_group_size bits for SD management
Shay Drory
1
-2
/
+5
2026-06-07
net/mlx5: Update IFC allowed_list_size field bits
Dragos Tatulea
1
-2
/
+2
2026-06-07
filelock: fix break_lease() stub signature for CONFIG_FILE_LOCKING=n
Christian Brauner
1
-1
/
+1
2026-06-07
Merge branch 'for-linus' into for-next
Takashi Iwai
17
-35
/
+78
2026-06-06
interconnect: Add devm_of_icc_get_by_index() as exported API for users
Luca Weiss
1
-0
/
+6
2026-06-06
cfi: Include uaccess.h for get_kernel_nofault()
Nathan Chancellor
1
-0
/
+1
2026-06-06
bpf: Add simple xattr support to bpffs
Daniel Borkmann
2
-0
/
+7
2026-06-06
simpe_xattr: use per-sb cache
Miklos Szeredi
2
-11
/
+18
2026-06-06
simple_xattr: change interface to pass struct simple_xattrs **
Miklos Szeredi
1
-15
/
+6
2026-06-06
kernfs: fix xattr race condition with multiple superblocks
Miklos Szeredi
1
-3
/
+8
2026-06-05
bpf: Expose signature verdict via bpf_prog_aux
KP Singh
1
-10
/
+35
2026-06-05
bridge: add bridge_flags_bit enum
Eric Dumazet
1
-25
/
+53
2026-06-05
block/bdev: Annotate the blk_holder_ops callback functions
Bart Van Assche
1
-4
/
+8
2026-06-05
block: Annotate the queue limits functions
Bart Van Assche
1
-3
/
+6
2026-06-05
bpf: Replace scratch PTE atomically when allocating arena pages
Tejun Heo
1
-0
/
+18
2026-06-05
bpf: Implement resizable hashmap basic functions
Mykyta Yatsenko
1
-0
/
+1
2026-06-05
rhashtable: Use irq work for shrinking
Herbert Xu
1
-1
/
+1
2026-06-05
rhashtable: Add rhashtable_next_key() API
Mykyta Yatsenko
1
-0
/
+40
2026-06-05
cleanup: Specify nonnull argument index
Dmitry Ilvokhin
1
-2
/
+2
2026-06-05
iomap: introduce iomap_fsverity_write() for writing fsverity metadata
Andrey Albershteyn
1
-0
/
+3
2026-06-05
iomap: teach iomap to read files with fsverity
Andrey Albershteyn
1
-0
/
+2
2026-06-05
iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
Andrey Albershteyn
1
-0
/
+8
2026-06-05
fsverity: generate and store zero-block hash
Andrey Albershteyn
1
-0
/
+8
2026-06-05
kasan: Move generic KASAN page tables out of BSS too
Ard Biesheuvel
1
-0
/
+4
2026-06-05
iomap: introduce IOMAP_F_ZERO_TAIL flag
Namjae Jeon
1
-0
/
+4
2026-06-05
wind ->s_roots via ->d_sib instead of ->d_hash
Al Viro
1
-1
/
+2
2026-06-05
kill d_dispose_if_unused()
Al Viro
1
-1
/
+1
2026-06-05
fix a race between d_find_any_alias() and final dput() of NORCU dentries
Al Viro
1
-0
/
+18
2026-06-05
VFS: use wait_var_event for waiting in d_alloc_parallel()
NeilBrown
2
-7
/
+5
2026-06-05
Merge tag 'drm-rust-next-2026-06-04' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-next
Dave Airlie
2
-2
/
+6
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-18
/
+23
2026-06-04
err.h: use __always_inline on all error pointer helpers
Arnd Bergmann
1
-6
/
+6
2026-06-04
mm: document the folio refcount a little better
Matthew Wilcox (Oracle)
1
-0
/
+18
2026-06-04
userfaultfd: make functions that are not used outside uffd static
Mike Rapoport (Microsoft)
1
-36
/
+0
2026-06-04
mm/mglru: use folio_mark_accessed to replace folio_set_active
Barry Song (Xiaomi)
1
-1
/
+1
2026-06-04
mm/damon: fix missing parens in macro arguments
Maksym Shcherba
1
-4
/
+4
2026-06-04
mm/damon/core: hide damon_destroy_region()
SeongJae Park
1
-1
/
+0
2026-06-04
mm/damon/core: hide damon_insert_region()
SeongJae Park
1
-11
/
+0
2026-06-04
mm/damon/core: hide damon_add_region()
SeongJae Park
1
-1
/
+0
2026-06-04
mm/vma: eliminate mmap_action->error_hook, introduce error_override
Lorenzo Stoakes
1
-6
/
+3
2026-06-04
mm/vma: remove mmap_action->success_hook
Lorenzo Stoakes
1
-10
/
+0
2026-06-04
drivers/char/mem: eliminate unnecessary use of success_hook
Lorenzo Stoakes
1
-0
/
+5
[prev]
[next]