summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2026-07-04scripts/sorttable: Fix endianness handling in build-time mcount sortVasily Gorbik1-1/+1
2026-07-04scripts/sorttable: Allow matches to functions before function entrySteven Rostedt1-1/+6
2026-07-04scripts/sorttable: Use normal sort if theres no relocs in the mcount sectionSteven Rostedt1-2/+7
2026-07-04scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt2-3/+129
2026-07-04scripts/sorttable: Always use an array for the mcount_loc sortingSteven Rostedt1-32/+90
2026-07-04scripts/sorttable: Have mcount rela sort use direct valuesSteven Rostedt1-1/+25
2026-07-04arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64Steven Rostedt1-3/+182
2026-07-04scripts/sorttable: Use a structure of function pointers for elf helpersSteven Rostedt1-57/+118
2026-07-04scripts/sorttable: Get start/stop_mcount_loc from ELF file directlySteven Rostedt1-50/+45
2026-07-04scripts/sorttable: Move code from sorttable.h into sorttable.cSteven Rostedt2-498/+460
2026-07-04scripts/sorttable: Use uint64_t for mcount sortingSteven Rostedt1-11/+11
2026-07-04scripts/sorttable: Add helper functions for Elf_SymSteven Rostedt2-14/+63
2026-07-04scripts/sorttable: Add helper functions for Elf_ShdrSteven Rostedt2-23/+85
2026-07-04scripts/sorttable: Add helper functions for Elf_EhdrSteven Rostedt2-4/+41
2026-07-04scripts/sorttable: Convert Elf_Sym MACRO over to a unionSteven Rostedt2-11/+19
2026-07-04scripts/sorttable: Replace Elf_Shdr Macro with a unionSteven Rostedt2-33/+51
2026-07-04scripts/sorttable: Convert Elf_Ehdr to unionSteven Rostedt2-22/+26
2026-07-04scripts/sorttable: Make compare_extable() into two functionsSteven Rostedt2-14/+20
2026-07-04scripts/sorttable: Have the ORC code use the _r() functions to readSteven Rostedt1-4/+4
2026-07-04scripts/sorttable: Remove unneeded Elf_RelSteven Rostedt1-21/+2
2026-07-04scripts/sorttable: Remove unused write functionsSteven Rostedt1-26/+0
2026-07-04scripts/sorttable: Remove unused macro definesSteven Rostedt1-27/+0
2026-06-19rust: kasan/kbuild: fix rustc-option when cross-compilingAlice Ryhl1-1/+1
2026-06-19rust: x86: support Rust >= 1.98.0 target specMiguel Ojeda1-2/+6
2026-06-01kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning schemeViktor Jägersküpper1-1/+1
2026-05-23kbuild: builddeb - avoid recompiles for non-cross-compilesMathias Krause1-1/+7
2026-05-07check-uapi: link into shared objectsArnd Bergmann1-2/+5
2026-04-27scripts/dtc: Remove unused dts_version in dtc-lexer.lNathan Chancellor1-3/+0
2026-04-27scripts: generate_rust_analyzer.py: define scriptsTamir Duberstein1-1/+13
2026-04-27rust: warn on bindgen < 0.69.5 and libclang >= 19.1Miguel Ojeda3-1/+51
2026-04-22checkpatch: add support for Assisted-by tagSasha Levin1-0/+10
2026-04-22scripts: generate_rust_analyzer.py: avoid FD leakTamir Duberstein1-1/+2
2026-04-02kbuild: install-extmod-build: Package resolve_btfids if necessaryThomas Weißschuh1-0/+4
2026-03-04modpost: Amend ppc64 save/restfpr symnames for -Os buildRené Rebe1-0/+4
2026-02-06scripts: generate_rust_analyzer: Add compiler_builtins -> core depTamir Duberstein1-1/+1
2026-02-06scripts: generate_rust_analyzer: compile sysroot with correct editionTamir Duberstein1-3/+26
2026-02-06scripts: generate_rust_analyzer: remove sysroot assertionOnur Özkan1-3/+0
2026-02-06rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` targetMiguel Ojeda1-1/+1
2026-01-30kconfig: fix static linking of nconfArkadiusz Kozdra1-5/+6
2026-01-08kbuild: fix compilation of dtb specified on command-line without make ruleThomas De Schampheleire1-12/+14
2026-01-08kbuild: Use objtree for module signing key pathMikhail Malyshev1-1/+1
2026-01-08scripts/faddr2line: Fix "Argument list too long" errorPankaj Raghav1-4/+9
2025-12-01kconfig/nconf: Initialize the default locale at startupJakub Horký1-0/+3
2025-12-01kconfig/mconf: Initialize the default locale at startupJakub Horký1-0/+3
2025-10-06gcc-plugins: Remove TODO_verify_il for GCC >= 16Kees Cook1-0/+7
2025-09-09rust: support Rust >= 1.91.0 target specMiguel Ojeda1-2/+10
2025-09-09kasan: fix GCC mem-intrinsic prefix with sw tagsAda Couprie Diaz1-4/+8
2025-08-20kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2025-08-20kconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada1-1/+2
2025-08-20kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada1-2/+3