index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
liveupdate
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux
Linus Torvalds
4
-146
/
+414
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2026-08-04
mm: split out vmalloc declarations from internal.h
Mike Rapoport (Microsoft)
1
-1
/
+1
2026-08-04
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
1
-0
/
+1
2026-08-04
Merge branch 'misc' into next
Mike Rapoport (Microsoft)
1
-1
/
+0
2026-08-04
kho: exclude hugetlb memory from scratch size calculation
Pratyush Yadav (Google)
1
-2
/
+10
2026-08-04
kho: extend scratch
Pratyush Yadav (Google)
1
-17
/
+153
2026-08-04
kho: initialize preserved memory map radix tree earlier
Pratyush Yadav (Google)
1
-17
/
+26
2026-08-04
kho: initialize kho_scratch pointer earlier in boot
Pratyush Yadav (Google)
1
-2
/
+13
2026-08-04
kho: expose kho_scratch_overlap() to kexec_handover.h
Pratyush Yadav (Google)
4
-37
/
+20
2026-08-04
kho: add kho_radix_init_tree()
Pratyush Yadav (Google)
1
-18
/
+44
2026-08-04
kho: allow destroying KHO radix tree
Pratyush Yadav (Google)
1
-0
/
+35
2026-08-04
kho: allow early-boot usage of the KHO radix tree
Pratyush Yadav (Google)
1
-2
/
+22
2026-08-04
kho: add data argument to radix walk callback
Pratyush Yadav (Google)
1
-11
/
+13
2026-08-04
kho: add callback for table pages
Pratyush Yadav (Google)
1
-0
/
+12
2026-08-04
kho: add a struct for radix callbacks
Pratyush Yadav (Google)
1
-12
/
+15
2026-08-04
kho: move all memory retrieval logic to kho_mem_retrieve()
Pratyush Yadav (Google)
1
-13
/
+19
2026-08-04
kho: store incoming radix tree in kho_in
Pratyush Yadav (Google)
1
-16
/
+22
2026-08-03
kho: disallow wide keys in radix tree
Pratyush Yadav (Google)
1
-0
/
+12
2026-08-03
kho: make radix max key width more obvious
Pratyush Yadav (Google)
1
-8
/
+11
2026-08-03
kho: generalize radix tree APIs
Pratyush Yadav (Google)
1
-40
/
+36
2026-07-29
kho: fix size calculation in kho_preserved_memory_reserve()
Pratyush Yadav (Google)
1
-1
/
+1
2026-07-25
liveupdate: Remember FLB retrieve() status
David Matlack
1
-3
/
+7
2026-07-25
liveupdate: Reference count outgoing FLB data
David Matlack
1
-3
/
+7
2026-07-25
liveupdate: reject nonzero reserved value for SESSION_FINISH
Jackie Liu
1
-1
/
+5
2026-07-25
kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
Michal Clapinski
1
-6
/
+16
2026-07-16
liveupdate: fix GET_NAME ioctl argument validation
Jackie Liu
1
-1
/
+1
2026-07-15
liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_alloc
Hongfu Li
1
-1
/
+0
2026-06-03
liveupdate: Remove limit on the number of files per session
Pasha Tatashin
2
-77
/
+67
2026-06-03
liveupdate: Remove limit on the number of sessions
Pasha Tatashin
1
-60
/
+53
2026-06-03
liveupdate: defer session block allocation and physical address setting
Pasha Tatashin
3
-29
/
+45
2026-06-03
kho: add support for linked-block serialization
Pasha Tatashin
2
-0
/
+417
2026-06-03
liveupdate: Extract luo_session_deserialize_one helper
Pasha Tatashin
1
-27
/
+36
2026-06-03
liveupdate: Extract luo_file_deserialize_one helper
Pasha Tatashin
1
-33
/
+44
2026-06-03
liveupdate: register luo_ser as KHO subtree
Pasha Tatashin
1
-59
/
+24
2026-06-03
liveupdate: centralize state management into struct luo_ser
Pasha Tatashin
4
-131
/
+65
2026-06-03
liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
Pasha Tatashin
1
-2
/
+3
2026-06-03
liveupdate: change file_set->count type to u64 for type safety
Pasha Tatashin
1
-1
/
+1
2026-06-01
liveupdate: Remove unused ser field from struct luo_session
Pasha Tatashin
1
-2
/
+0
2026-06-01
liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()
Pasha Tatashin
1
-2
/
+3
2026-06-01
liveupdate: block session mutations during reboot
Pasha Tatashin
1
-3
/
+48
2026-06-01
liveupdate: fix TOCTOU race in luo_session_retrieve()
Pasha Tatashin
1
-6
/
+5
2026-06-01
kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTES
Pratyush Yadav (Google)
1
-11
/
+21
2026-06-01
liveupdate: document liveupdate=on
Pratyush Yadav (Google)
1
-0
/
+4
2026-06-01
liveupdate: validate session type before performing operation
Pratyush Yadav (Google)
1
-6
/
+33
2026-06-01
liveupdate: Reference count incoming FLB data
David Matlack
1
-15
/
+17
2026-06-01
liveupdate: Use refcount_t for FLB reference counts
David Matlack
1
-12
/
+10
2026-06-01
liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Luca Boccassi
1
-0
/
+16
2026-06-01
liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
Luca Boccassi
1
-0
/
+4
2026-06-01
kho: make preserved pages compatible with deferred struct page init
Evangelos Petrongonas
2
-3
/
+26
[next]