index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
livepatch
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-05
livepatch: Free klp_{object,func}_ext data after initialization
Petr Pavlu
2026-02-05
livepatch: Fix having __klp_objects relics in non-livepatch modules
Petr Pavlu
2026-01-29
livepatch/klp-build: Require Clang assembler >= 20
Josh Poimboeuf
2026-01-27
livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALL
Josh Poimboeuf
2025-11-18
objtool/klp: Only enable --checksum when needed
Josh Poimboeuf
2025-10-14
livepatch/klp-build: Add --show-first-changed option to show function divergence
Josh Poimboeuf
2025-10-14
livepatch/klp-build: Add --debug option to show cloning decisions
Josh Poimboeuf
2025-10-14
livepatch/klp-build: Introduce klp-build script for generating livepatch modules
Josh Poimboeuf
2025-10-14
livepatch/klp-build: Add stub init code for livepatch modules
Josh Poimboeuf
2025-10-14
livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff ...
Josh Poimboeuf