summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
38 hourskconfig: fix potential NULL pointer dereference in conf_askvalueXingjing Deng1-4/+2
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-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-27checkpatch: add support for Assisted-by tagSasha Levin1-0/+10
2026-04-27scripts: generate_rust_analyzer.py: avoid FD leakTamir Duberstein1-1/+2
2026-03-04modpost: Amend ppc64 save/restfpr symnames for -Os buildRené Rebe1-0/+4
2026-03-04cache: enforce cache groupsCoco Li1-0/+5
2026-02-06scripts: generate_rust_analyzer: Add compiler_builtins -> core depTamir Duberstein1-1/+1
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-11kbuild: Use objtree for module signing key pathMikhail Malyshev1-1/+1
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-19kasan: fix GCC mem-intrinsic prefix with sw tagsAda Couprie Diaz1-4/+8
2025-08-28kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2025-08-28kconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada1-1/+2
2025-08-28kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada1-2/+3
2025-08-28kconfig: nconf: Ensure null termination where strncpy is usedShankari Anand2-0/+3
2025-08-28kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran1-2/+4
2025-08-15kconfig: qconf: fix ConfigList::updateListAllforAll()Masahiro Yamada1-1/+1
2025-07-17scripts/gdb: fix interrupts.py after maple tree conversionFlorian Fainelli4-6/+293
2025-07-17scripts/gdb: de-reference per-CPU MCE interruptsFlorian Fainelli1-1/+1
2025-07-17scripts/gdb: fix interrupts display after MCP on x86Florian Fainelli1-1/+1
2025-07-06kbuild: rpm-pkg: simplify installkernel %postJose Ignacio Tornos Martinez1-11/+11
2025-07-06scripts: clean up IA-64 codeMasahiro Yamada10-34/+6
2025-06-19kbuild: Disable -Wdefault-const-init-unsafeNathan Chancellor1-0/+12
2025-06-19randstruct: gcc-plugin: Fix attribute additionKees Cook2-11/+43