index
:
git.armlinux.org.uk/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.c
Age
Commit message (
Expand
)
Author
2025-04-02
scripts/sorttable: Fix endianness handling in build-time mcount sort
Vasily Gorbik
2025-02-25
scripts/sorttable: Allow matches to functions before function entry
Steven Rostedt
2025-02-25
scripts/sorttable: Use normal sort if theres no relocs in the mcount section
Steven Rostedt
2025-02-18
scripts/sorttable: Zero out weak functions in mcount_loc table
Steven Rostedt
2025-02-18
scripts/sorttable: Always use an array for the mcount_loc sorting
Steven Rostedt
2025-02-18
scripts/sorttable: Have mcount rela sort use direct values
Steven Rostedt
2025-02-18
arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
Steven Rostedt
2025-01-10
scripts/sorttable: Use a structure of function pointers for elf helpers
Steven Rostedt
2025-01-07
scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
Steven Rostedt
2025-01-07
scripts/sorttable: Move code from sorttable.h into sorttable.c
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: Remove unused write functions
Steven Rostedt
2022-12-14
LoongArch: extable: Add `type` and `data` fields
Youling Tang
2022-12-14
LoongArch: Switch to relative exception tables
Youling Tang
2022-06-03
LoongArch: Add ELF-related definitions
Huacai Chen
2022-03-08
s390/extable: convert to relative table with data
Heiko Carstens
2022-01-19
Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-13
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2022-01-05
riscv: extable: add `type` and `data` fields
Jisheng Zhang
2022-01-05
riscv: switch to relative exception tables
Jisheng Zhang
2022-01-05
scripts/sorttable: Unify arm64 & x86 sort functions
Mark Rutland
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-10-21
arm64: extable: add `type` and `data` fields
Mark Rutland
2021-10-16
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
2021-09-24
scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' error
Miles Chen
2021-09-13
x86/extable: Rework the exception table mechanics
Thomas Gleixner
2021-09-10
riscv: Enable BUILDTIME_TABLE_SORT
Jisheng Zhang
2020-07-20
s390/kernel: expand exception table logic to allow new handling options
Ilya Leoshkevich
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