index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
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