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
/
liveupdate
/
luo_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
liveupdate: defer file handler module refcounting to active sessions
Pasha Tatashin
1
-12
/
+12
2026-04-18
liveupdate: make unregister functions return void
Pasha Tatashin
1
-12
/
+2
2026-04-18
liveupdate: remove liveupdate_test_unregister()
Pasha Tatashin
1
-2
/
+0
2026-04-18
liveupdate: auto unregister FLBs on file handler unregistration
Pasha Tatashin
1
-12
/
+2
2026-04-18
liveupdate: remove luo_session_quiesce()
Pasha Tatashin
1
-20
/
+1
2026-04-18
liveupdate: protect file handler list with rwsem
Pasha Tatashin
1
-5
/
+17
2026-04-18
liveupdate: safely print untrusted strings
Pasha Tatashin
1
-1
/
+2
2026-04-18
liveupdate: prevent double management of files
Pasha Tatashin
1
-2
/
+30
2026-02-24
liveupdate: luo_file: remember retrieve() status
Pratyush Yadav (Google)
1
-16
/
+25
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-6
/
+33
2026-02-08
tests/liveupdate: add in-kernel liveupdate test
Pasha Tatashin
1
-1
/
+7
2026-02-08
liveupdate: luo_flb: introduce File-Lifecycle-Bound global state
Pasha Tatashin
1
-2
/
+22
2026-02-08
liveupdate: luo_file: Use private list
Pasha Tatashin
1
-3
/
+4
2026-02-02
liveupdate: luo_file: do not clear serialized_data on unfreeze
Pratyush Yadav (Google)
1
-2
/
+0
2025-12-10
liveupdate: luo_file: don't use invalid list iterator
Dan Carpenter
1
-2
/
+5
2025-11-27
liveupdate: luo_file: add private argument to store runtime state
Pratyush Yadav
1
-0
/
+9
2025-11-27
liveupdate: luo_file: implement file systems callbacks
Pasha Tatashin
1
-0
/
+880