summaryrefslogtreecommitdiffstats
path: root/samples/livepatch/livepatch-shadow-mod.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-07objtool: Get rid of reloc->listJosh Poimboeuf2-24/+26
2023-06-07objtool: Allocate relocs in advance for new rela sectionsJosh Poimboeuf1-5/+13
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf2-12/+18
2023-06-07objtool: Don't free memory in elf_close()Josh Poimboeuf1-20/+4
2023-06-07objtool: Keep GElf_Rel[a] structs syncedJosh Poimboeuf1-41/+14
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf6-157/+184
2023-06-07objtool: Add mark_sec_changed()Josh Poimboeuf2-16/+29
2023-06-07objtool: Fix reloc_hash sizeJosh Poimboeuf2-10/+14
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf3-159/+68
2023-06-07objtool: Improve reloc namingJosh Poimboeuf3-149/+151
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf4-15/+18
2023-06-07objtool: Tidy elf.hJosh Poimboeuf1-49/+47
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf2-4/+21
2023-06-07objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf2-0/+13
2023-06-07x86/entry: Move thunk restore code into thunk functionsJosh Poimboeuf1-12/+8
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf3-26/+2
2023-06-07lkdtm: Avoid objtool/ibt warningPeter Zijlstra1-0/+1
2023-06-07tools: Remove unnecessary variablesLu Hongfei1-4/+3
2023-06-02objtool: Add __kunit_abort() to noreturnsJosh Poimboeuf1-0/+1
2023-05-16objtool: Move noreturn function list to separate fileJosh Poimboeuf3-44/+50
2023-05-16tools/lib/subcmd: Replace NORETURN usage with __noreturnJosh Poimboeuf2-9/+4
2023-05-16objtool: Remove superfluous global_noreturns entriesJosh Poimboeuf1-2/+0
2023-05-16objtool: Ignore exc_double_fault() __noreturn warningsJosh Poimboeuf1-1/+30
2023-05-16objtool: Detect missing __noreturn annotationsJosh Poimboeuf2-1/+19
2023-05-16objtool: Include backtrace in verbose modeJosh Poimboeuf3-24/+20
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf4-0/+88
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf3-3/+10
2023-05-16x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf2-1/+54
2023-05-16start_kernel: Omit prevent_tail_call_optimization() for newer toolchainsndesaulniers@google.com1-0/+6
2023-05-16start_kernel: Add __no_stack_protector function attributendesaulniers@google.com3-1/+15
2023-05-16x86/unwind/orc: Use swap() instead of open coding itJiapeng Chong1-4/+1
2023-05-14Linux 6.4-rc2v6.4-rc2Linus Torvalds1-1/+1
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller1-4/+4
2023-05-14ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-14ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-14ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o1-4/+6
2023-05-14ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-14ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-14ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-14ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-14ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-14ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-14ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-14ext4: avoid deadlock in fs reclaim with page writebackJan Kara3-13/+40
2023-05-14ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-14ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-14ext4: allow ext4_get_group_info() to failTheodore Ts'o5-29/+82
2023-05-13cxl: Add missing return to cdat read error pathDave Jiang1-0/+1
2023-05-13tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams1-1/+1
2023-05-13x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)1-2/+2