index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-695
/
+908
2023-06-27
Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2023-06-27
Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+1
2023-06-19
btrfs: print assertion failure report and stack trace from the same line
David Sterba
1
-1
/
+0
2023-06-07
objtool: Skip reading DWARF section data
Josh Poimboeuf
1
-1
/
+6
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
3
-78
/
+96
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
2
-18
/
+58
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
2
-6
/
+7
2023-06-07
objtool: Get rid of reloc->jump_table_start
Josh Poimboeuf
2
-13
/
+23
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
6
-42
/
+53
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
5
-13
/
+21
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
3
-14
/
+18
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
2
-7
/
+9
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
2
-24
/
+26
2023-06-07
objtool: Allocate relocs in advance for new rela sections
Josh Poimboeuf
1
-5
/
+13
2023-06-07
objtool: Add for_each_reloc()
Josh Poimboeuf
2
-12
/
+18
2023-06-07
objtool: Don't free memory in elf_close()
Josh Poimboeuf
1
-20
/
+4
2023-06-07
objtool: Keep GElf_Rel[a] structs synced
Josh Poimboeuf
1
-41
/
+14
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
6
-157
/
+184
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
2
-16
/
+29
2023-06-07
objtool: Fix reloc_hash size
Josh Poimboeuf
2
-10
/
+14
2023-06-07
objtool: Consolidate rel/rela handling
Josh Poimboeuf
3
-159
/
+68
2023-06-07
objtool: Improve reloc naming
Josh Poimboeuf
3
-149
/
+151
2023-06-07
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
4
-15
/
+18
2023-06-07
objtool: Tidy elf.h
Josh Poimboeuf
1
-49
/
+47
2023-06-07
objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions
Josh Poimboeuf
2
-0
/
+13
2023-06-07
tools: Remove unnecessary variables
Lu Hongfei
1
-4
/
+3
2023-06-02
objtool: Add __kunit_abort() to noreturns
Josh Poimboeuf
1
-0
/
+1
2023-05-16
objtool: Move noreturn function list to separate file
Josh Poimboeuf
3
-44
/
+50
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
2
-1
/
+19
2023-05-16
objtool: Include backtrace in verbose mode
Josh Poimboeuf
3
-24
/
+20
2023-05-16
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
4
-0
/
+88
2023-05-16
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
3
-3
/
+10
2023-05-10
x86/alternative: Support relocations in alternatives
Peter Zijlstra
1
-7
/
+1
2023-04-29
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-271
/
+290
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-24
Merge tag 'docs-6.4' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2023-04-19
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
1
-1
/
+1
2023-04-19
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
1
-1
/
+1
2023-04-19
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
1
-1
/
+0
2023-04-19
x86: move stac/clac from user copy routines into callers
Linus Torvalds
1
-0
/
+3
2023-04-19
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
[next]