summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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-11-24scripts/decode_stacktrace.sh: fix build ID and PC source parsingCarlos Llamas1-6/+8
2025-11-24scripts/decode_stacktrace.sh: symbol: preserve alignmentMatthieu Baerts (NGI0)1-14/+12
2025-11-24scripts/decode_stacktrace.sh: symbol: avoid trailing whitespacesMatthieu Baerts (NGI0)1-6/+1
2025-11-24gendwarfksyms: Skip files with no exportsSami Tolvanen3-3/+6
2025-11-13kbuild: Strip trailing padding bytes from modules.builtin.modinfoNathan Chancellor1-1/+14
2025-11-13docs: kernel-doc: avoid script crash on ancient PythonMauro Carvalho Chehab1-10/+24
2025-10-19kbuild: Add '.rel.*' strip pattern for vmlinuxNathan Chancellor1-0/+3
2025-10-19kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinuxNathan Chancellor1-1/+1
2025-10-19kbuild: keep .modinfo section in vmlinux.unstrippedMasahiro Yamada2-2/+8
2025-10-19kbuild: always create intermediate vmlinux.unstrippedMasahiro Yamada1-23/+22
2025-10-15scripts/misc-check: update export checks for EXPORT_SYMBOL_FOR_MODULES()Vlastimil Babka1-2/+2
2025-10-06gcc-plugins: Remove TODO_verify_il for GCC >= 16Kees Cook1-0/+7
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+10
2025-08-31rust: support Rust >= 1.91.0 target specMiguel Ojeda1-2/+10
2025-08-27kasan: fix GCC mem-intrinsic prefix with sw tagsAda Couprie Diaz1-4/+8
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds22-1190/+1082
2025-08-06kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran1-2/+4
2025-08-06kconfig: lxdialog: replace strcpy with snprintf in print_autowrapSuchit Karunakaran1-2/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds4-13/+82
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-18/+20
2025-08-02scripts/spelling.txt: add notifer||notifier to spelling.txtWangYuli1-0/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds10-586/+1065
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+1
2025-07-30Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+13
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-82/+102
2025-07-29Merge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+26
2025-07-29kstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGSKees Cook1-1/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2025-07-28Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+147
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-40/+49
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-07-26kstack_erase: Support Clang stack depth trackingKees Cook1-0/+6
2025-07-26kconfig: gconf: refactor text_insert_help()Masahiro Yamada1-25/+8
2025-07-26kconfig: gconf: remove unneeded variable in text_insert_msgMasahiro Yamada1-2/+1
2025-07-26kconfig: gconf: use hyphens in signalsMasahiro Yamada1-7/+7
2025-07-26kconfig: gconf: replace GtkImageMenuItem with GtkMenuItemMasahiro Yamada1-7/+7
2025-07-26kconfig: gconf: Fix Back button behaviorMasahiro Yamada1-5/+1
2025-07-26kconfig: gconf: fix single view to display dependent symbols correctlyMasahiro Yamada1-15/+1
2025-07-26scripts: add zboot support to extract-vmlinuxJeremy Linton1-7/+6
2025-07-26gendwarfksyms: order -T symtypes output by nameGiuliano Procida1-3/+26
2025-07-26gendwarfksyms: use preferred form of sizeof for allocationGiuliano Procida6-8/+8
2025-07-26kconfig: qconf: confine {begin,end}Group to constructor and destructorMasahiro Yamada2-2/+7
2025-07-26kconfig: qconf: fix ConfigList::updateListAllforAll()Masahiro Yamada1-1/+1
2025-07-26kconfig: add a function to dump all menu entries in a tree-like formatMasahiro Yamada2-0/+75
2025-07-26kconfig: gconf: show GTK version in About dialogMasahiro Yamada1-1/+5