Search results

Project Status Subject Author
linux [tip: objtool/core] x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] compiler: Tweak __UNIQUE_ID() naming tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] compiler.h: Make addressable symbols less of an eyesore tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] elfnote: Change ELFNOTE() to use __UNIQUE_ID() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAME tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] modpost: Ignore unresolved section bounds symbols tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] x86/alternative: Refactor INT3 call emulation selftest tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] interval_tree: Sync interval_tree_generic.h with tools tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] interval_tree: Fix ITSTATIC usage for *_subtree_search() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Make find_symbol_containing() less arbitrary tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Fix broken error handling in read_symbols() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Propagate elf_truncate_section() error in elf_write() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Remove error handling boilerplate tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Add empty symbols to the symbol tree again tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Fix interval tree insertion for zero-length symbols tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Fix weak symbol detection tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Fix x86 addend calculation tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Fix __pa_symbol() relocation handling tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Fix "unexpected end of section" warning for alternatives tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Check for missing annotation entries in read_annotate() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Const string cleanup tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Clean up compiler flag usage tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Remove .parainstructions reference tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Convert elf iterator macros to use 'struct elf' tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Add section/symbol type helpers tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Mark .cold subfunctions tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Fix weak symbol hole detection for .cold functions tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Mark prefix functions tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Simplify reloc offset calculation in unwind_read_hints() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Avoid emptying lists for duplicate sections tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Rename --Werror to --werror tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Resurrect --backup option tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Reindent check_options[] tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Refactor add_jump_destinations() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Simplify special symbol handling in elf_update_symbol() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Generalize elf_create_symbol() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Generalize elf_create_section() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Add elf_create_data() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Add elf_create_reloc() and elf_init_reloc() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Add elf_create_file() tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Add annotype() helper tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Move ANNOTATE* macros to annotate.h tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Add ANNOTATE_DATA_SPECIAL tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] x86/asm: Annotate special section entries tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool: Unify STACK_FRAME_NON_STANDARD entry sizes tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool/klp: Add --checksum option to generate per-function checksums tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool/klp: Introduce klp diff subcommand for diffing object files tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool/klp: Add --debug option to show cloning decisions tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago
linux [tip: objtool/core] objtool/klp: Add post-link subcommand to finalize livepatch modules tip-bot2 for Josh Poimboeuf 3 months, 3 weeks ago