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
Age
Commit message (
Expand
)
Author
2025-01-11
tools: Add gendwarfksyms
Sami Tolvanen
2025-01-10
genksyms: use uint32_t instead of unsigned long for calculating CRC
Masahiro Yamada
2025-01-10
genksyms: use generic macros for hash table implementation
Masahiro Yamada
2025-01-10
genksyms: refactor the return points in the for-loop in __add_symbol()
Masahiro Yamada
2025-01-10
genksyms: reduce the indentation in the for-loop in __add_symbol()
Masahiro Yamada
2025-01-10
genksyms: fix memory leak when the same symbol is read from *.symref file
Masahiro Yamada
2025-01-10
genksyms: fix memory leak when the same symbol is added from source
Masahiro Yamada
2025-01-10
modpost: zero-pad CRC values in modversion_info array
Masahiro Yamada
2025-01-10
kconfig: qconf: use preferred form of QString API
Rolf Eike Beer
2025-01-10
kheaders: use 'tar' instead of 'cpio' for copying files
Masahiro Yamada
2025-01-10
kbuild: suppress stdout from merge_config for silent builds
Masahiro Yamada
2025-01-10
kbuild: refactor cross-compiling linux-headers package
Masahiro Yamada
2025-01-10
kbuild: deb-pkg: allow hooks also in /usr/share/kernel
Johannes Schauer Marin Rodrigues
2025-01-10
kbuild: deb-pkg: do not include empty hook directories
Masahiro Yamada
2025-01-10
scripts/sorttable: Use a structure of function pointers for elf helpers
Steven Rostedt
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-10
rust: use host dylib naming convention to support macOS
Tamir Duberstein
2025-01-10
rust: document `bindgen` 0.71.0 regression
Miguel Ojeda
2025-01-08
scripts/spdxcheck: Handle license identifiers in Jinja comments
Lukas Bulwahn
2025-01-08
scripts/spdxcheck: Parse j2 comments correctly
Thomas Gleixner
2025-01-08
scripts/tags.sh: Tag timer definitions
Costa Shulyupin
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: 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 write functions
Steven Rostedt
2025-01-07
scripts/sorttable: Remove unused macro defines
Steven Rostedt
2025-01-05
Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-05
kbuild: pacman-pkg: provide versioned linux-api-headers package
Thomas Weißschuh
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-12-30
scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity
Kuan-Wei Chiu
2024-12-30
Align git commit ID abbreviation guidelines and checks
Geert Uytterhoeven
2024-12-30
scripts/kernel-doc: fix identifier parsing regex
Vegard Nossum
2024-12-28
modpost: work around unaligned data access error
Masahiro Yamada
2024-12-28
modpost: refactor do_vmbus_entry()
Masahiro Yamada
2024-12-28
modpost: fix the missed iteration for the max bit in do_input()
Masahiro Yamada
2024-12-28
scripts/mksysmap: Fix escape chars '$'
Mostafa Saleh
2024-12-24
usb: typec: Only use SVID for matching altmodes
Abhishek Pandit-Subedi
2024-12-21
Merge tag 'kbuild-fixes-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-12-21
modpost: distinguish same module paths from different dump files
Masahiro Yamada
2024-12-21
kbuild: deb-pkg: Do not install maint scripts for arch 'um'
Nicolas Schier
2024-12-21
kbuild: deb-pkg: add debarch for ARCH=um
Masahiro Yamada
[prev]
[next]