index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
sorttable.h
Age
Commit message (
Expand
)
Author
2025-01-07
scripts/sorttable: Move code from sorttable.h into sorttable.c
Steven Rostedt
2025-01-07
scripts/sorttable: Use uint64_t for mcount sorting
Steven Rostedt
2025-01-07
scripts/sorttable: Add helper functions for Elf_Sym
Steven Rostedt
2025-01-07
scripts/sorttable: Add helper functions for Elf_Shdr
Steven Rostedt
2025-01-07
scripts/sorttable: Add helper functions for Elf_Ehdr
Steven Rostedt
2025-01-07
scripts/sorttable: Convert Elf_Sym MACRO over to a union
Steven Rostedt
2025-01-07
scripts/sorttable: Replace Elf_Shdr Macro with a union
Steven Rostedt
2025-01-07
scripts/sorttable: Convert Elf_Ehdr to union
Steven Rostedt
2025-01-07
scripts/sorttable: Make compare_extable() into two functions
Steven Rostedt
2025-01-07
scripts/sorttable: Have the ORC code use the _r() functions to read
Steven Rostedt
2025-01-07
scripts/sorttable: Remove unneeded Elf_Rel
Steven Rostedt
2025-01-07
scripts/sorttable: Remove unused macro defines
Steven Rostedt
2024-12-30
scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity
Kuan-Wei Chiu
2023-03-23
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
2022-01-18
script/sorttable: Fix some initialization problems
Yinan Liu
2022-01-13
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2021-12-11
script/sorttable: Code style improvements
Yinan Liu
2019-12-13
scripts/sorttable: Implement build-time ORC unwind table sorting
Shile Zhang
2019-12-13
scripts/sorttable: Rename 'sortextable' to 'sorttable'
Shile Zhang