| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-04 | klp-build: Validate short-circuit prerequisites | Josh Poimboeuf | 1 | -0/+18 |
| 2026-05-04 | objtool/klp: Remove "objtool --checksum" | Josh Poimboeuf | 1 | -0/+3 |
| 2026-05-04 | klp-build: Use "objtool klp checksum" subcommand | Josh Poimboeuf | 1 | -30/+65 |
| 2026-05-04 | klp-build: Remove redundant SRC and OBJ variables | Josh Poimboeuf | 1 | -39/+28 |
| 2026-05-04 | klp-build: Print "objtool klp diff" command in verbose mode | Josh Poimboeuf | 1 | -0/+1 |
| 2026-05-04 | klp-build: Reject patches to realmode | Josh Poimboeuf | 1 | -1/+1 |
| 2026-05-04 | klp-build: Reject patches to vDSO | Josh Poimboeuf | 1 | -1/+1 |
| 2026-05-04 | klp-build: Fix patch cleanup on interrupt | Josh Poimboeuf | 1 | -2/+2 |
| 2026-05-04 | klp-build: Suppress excessive fuzz output by default | Josh Poimboeuf | 1 | -6/+13 |
| 2026-05-04 | klp-build: Validate patch file existence | Josh Poimboeuf | 1 | -0/+5 |
| 2026-05-04 | klp-build: Don't use errexit | Josh Poimboeuf | 1 | -3/+2 |
| 2026-05-04 | klp-build: Fix checksum comparison for changed offsets | Josh Poimboeuf | 1 | -7/+23 |
| 2026-05-04 | klp-build: Fix hang on out-of-date .config | Josh Poimboeuf | 1 | -1/+6 |
| 2026-04-14 | Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -55/+96 |
| 2026-03-16 | livepatch/klp-build: report patch validation fuzz | Joe Lawrence | 1 | -5/+19 |
| 2026-03-16 | livepatch/klp-build: add terminal color output | Joe Lawrence | 1 | -4/+13 |
| 2026-03-16 | livepatch/klp-build: provide friendlier error messages | Joe Lawrence | 1 | -4/+5 |
| 2026-03-16 | livepatch/klp-build: Fix inconsistent kernel version | Josh Poimboeuf | 1 | -5/+4 |
| 2026-03-16 | livepatch/klp-build: improve short-circuit validation | Joe Lawrence | 1 | -2/+5 |
| 2026-03-16 | livepatch/klp-build: fix shellcheck complaints | Joe Lawrence | 1 | -1/+1 |
| 2026-03-16 | livepatch/klp-build: add Makefile with check target | Joe Lawrence | 1 | -0/+20 |
| 2026-03-16 | livepatch/klp-build: add grep-override function | Joe Lawrence | 1 | -0/+7 |
| 2026-03-16 | livepatch/klp-build: switch to GNU patch and recountdiff | Joe Lawrence | 1 | -46/+13 |
| 2026-03-16 | livepatch/klp-build: support patches that add/remove files | Joe Lawrence | 1 | -7/+27 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-02-05 | livepatch: Free klp_{object,func}_ext data after initialization | Petr Pavlu | 1 | -1/+1 |
| 2026-02-05 | livepatch: Fix having __klp_objects relics in non-livepatch modules | Petr Pavlu | 1 | -11/+9 |
| 2026-01-29 | livepatch/klp-build: Require Clang assembler >= 20 | Josh Poimboeuf | 1 | -0/+4 |
| 2026-01-27 | livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALL | Josh Poimboeuf | 1 | -4/+4 |
| 2025-11-18 | objtool/klp: Only enable --checksum when needed | Josh Poimboeuf | 1 | -0/+4 |
| 2025-10-14 | livepatch/klp-build: Add --show-first-changed option to show function divergence | Josh Poimboeuf | 1 | -4/+78 |
| 2025-10-14 | livepatch/klp-build: Add --debug option to show cloning decisions | Josh Poimboeuf | 1 | -3/+13 |
| 2025-10-14 | livepatch/klp-build: Introduce klp-build script for generating livepatch modules | Josh Poimboeuf | 2 | -1/+744 |
| 2025-10-14 | livepatch/klp-build: Add stub init code for livepatch modules | Josh Poimboeuf | 1 | -0/+108 |
| 2025-10-14 | livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff ... | Josh Poimboeuf | 1 | -0/+79 |