index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
check.c
Age
Commit message (
Expand
)
Author
2020-10-01
objtool: Fix noreturn detection for ignored functions
Josh Poimboeuf
2020-06-20
objtool: Ignore empty alternatives
Julien Thierry
2020-05-20
objtool: Fix stack offset tracking for indirect CFAs
Josh Poimboeuf
2020-05-02
objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings
Josh Poimboeuf
2020-04-24
objtool: Fix switch table detection in .text.unlikely
Josh Poimboeuf
2019-08-11
objtool: Add rewind_stack_do_exit() to the noreturn list
Josh Poimboeuf
2019-08-11
objtool: Add machine_real_restart() to the noreturn list
Josh Poimboeuf
2019-06-22
objtool: Don't use ignore flag for fake jumps
Josh Poimboeuf
2019-05-21
objtool: Fix function fallthrough detection
Josh Poimboeuf
2019-03-27
objtool: Move objtool_file struct off the stack
Josh Poimboeuf
2018-06-05
objtool: Fix "noreturn" detection for recursive sibling calls
Josh Poimboeuf
2018-06-05
objtool: Detect RIP-relative switch table references, part 2
Josh Poimboeuf
2018-06-05
objtool: Detect RIP-relative switch table references
Josh Poimboeuf
2018-06-05
objtool: Support GCC 8 switch tables
Josh Poimboeuf
2018-06-05
objtool: Support GCC 8's cold subfunctions
Josh Poimboeuf
2018-06-05
objtool: sync up with the 4.14.47 version of objtool
Greg Kroah-Hartman
2018-06-05
objtool: Move checking code to check.c
Josh Poimboeuf