index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
check.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-07
objtool: Free insns when done
Josh Poimboeuf
1
-0
/
+30
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
1
-13
/
+7
2023-06-07
objtool: Get rid of reloc->jump_table_start
Josh Poimboeuf
1
-12
/
+23
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
1
-29
/
+40
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
1
-5
/
+6
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
1
-7
/
+7
2023-06-07
objtool: Add for_each_reloc()
Josh Poimboeuf
1
-12
/
+12
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
1
-81
/
+48
2023-06-07
objtool: Consolidate rel/rela handling
Josh Poimboeuf
1
-6
/
+6
2023-06-07
objtool: Improve reloc naming
Josh Poimboeuf
1
-67
/
+67
2023-06-07
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
1
-7
/
+10
2023-06-07
objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions
Josh Poimboeuf
1
-0
/
+12
2023-06-07
tools: Remove unnecessary variables
Lu Hongfei
1
-4
/
+3
2023-05-16
objtool: Move noreturn function list to separate file
Josh Poimboeuf
1
-41
/
+3
2023-05-16
objtool: Remove superfluous global_noreturns entries
Josh Poimboeuf
1
-2
/
+0
2023-05-16
objtool: Ignore exc_double_fault() __noreturn warnings
Josh Poimboeuf
1
-1
/
+30
2023-05-16
objtool: Detect missing __noreturn annotations
Josh Poimboeuf
1
-1
/
+13
2023-05-16
objtool: Include backtrace in verbose mode
Josh Poimboeuf
1
-16
/
+10
2023-05-16
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
1
-0
/
+77
2023-05-16
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
1
-2
/
+3
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-243
/
+233
2023-04-26
Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-0
/
+1
2023-04-18
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
1
-1
/
+1
2023-04-18
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
1
-1
/
+1
2023-04-18
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
1
-1
/
+0
2023-04-18
x86: move stac/clac from user copy routines into callers
Linus Torvalds
1
-0
/
+3
2023-04-18
x86: don't use REP_GOOD or ERMS for user memory clearing
Linus Torvalds
1
-2
/
+0
2023-04-17
btrfs: mark btrfs_assertfail() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
x86/hyperv: Mark hv_ghcb_terminate() as noreturn
Guilherme G. Piccoli
1
-0
/
+1
2023-04-14
scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
Josh Poimboeuf
1
-0
/
+2
2023-04-14
btrfs: Mark btrfs_assertfail() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
objtool: Include weak functions in global_noreturns check
Josh Poimboeuf
1
-4
/
+4
2023-04-14
cpu: Mark nmi_panic_self_stop() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
cpu: Mark panic_smp_self_stop() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
x86/head: Mark *_start_kernel() __noreturn
Josh Poimboeuf
1
-0
/
+2
2023-04-14
init: Mark start_kernel() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
init: Mark [arch_call_]rest_init() __noreturn
Josh Poimboeuf
1
-0
/
+2
2023-04-14
objtool: Generate ORC data for __pfx code
Josh Poimboeuf
1
-0
/
+14
2023-04-14
objtool: Separate prefix code from stack validation code
Josh Poimboeuf
1
-38
/
+50
2023-04-14
objtool: Remove superfluous dead_end_function() check
Josh Poimboeuf
1
-2
/
+1
2023-04-14
objtool: Add symbol iteration helpers
Josh Poimboeuf
1
-57
/
+41
2023-04-14
objtool: Add WARN_INSN()
Josh Poimboeuf
1
-109
/
+62
2023-04-14
objtool: Add stackleak instrumentation to uaccess safe list
Josh Poimboeuf
1
-0
/
+2
2023-04-14
Revert "objtool: Support addition to set CFA base"
Josh Poimboeuf
1
-11
/
+0
2023-03-23
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
1
-1
/
+1
2023-03-23
x86,objtool: Separate unret validation from unwind hints
Josh Poimboeuf
1
-20
/
+45
2023-03-23
objtool: Add objtool_types.h
Josh Poimboeuf
1
-1
/
+1
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-03-02
Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-144
/
+231
[next]