aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus 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/git/driver-core/driver-coreLinus Torvalds1-0/+1
2025-07-28Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-0/+147
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-40/+49
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus 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
2025-07-26kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPanedMasahiro Yamada1-2/+3
2025-07-26kconfig: gconf: replace GdkColor with GdkRGBAMasahiro Yamada1-11/+11
2025-07-26kconfig: gconf: replace GtkVbox with GtkBoxMasahiro Yamada1-1/+2
2025-07-26kconfig: gconf: migrate to GTK 3Masahiro Yamada3-146/+135
2025-07-26kconfig: gconf: rename gconf.glade to gconf.uiMasahiro Yamada2-3/+3
2025-07-26kconfig: gconf: rename display_tree_part()Masahiro Yamada1-7/+7
2025-07-26kconfig: gconf: use configure-event handler to adjust pane separatorMasahiro Yamada1-18/+7
2025-07-26kconfig: gconf: fix behavior of a menu under a symbol in split viewMasahiro Yamada1-3/+2
2025-07-26kconfig: nconf: Ensure null termination where strncpy is usedShankari Anand2-0/+3
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-07-24scripts: add origin commit identification based on specific patternsZhiyu Zhang1-1/+37
2025-07-23docs: Replace spaces with tabs in check-sysctl-docsJoel Granados1-82/+81
2025-07-23docs: Add awk section for ucount sysctl entriesJoel Granados1-0/+8
2025-07-23docs: Use skiplist when checking sysctl admin-guideJoel Granados1-4/+17
2025-07-23docs: nixify check-sysctl-docsJoel Granados1-1/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+1
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook2-14/+17
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook1-26/+26
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-3/+3
2025-07-21scripts: rust: emit path candidates in panic messageTamir Duberstein1-3/+5
2025-07-21scripts: rust: replace length checks with matchTamir Duberstein1-16/+15
2025-07-19coccinelle: misc: secs_to_jiffies: implement context and report modesEaswar Hariharan1-5/+44
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein1-2/+3
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+2
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab1-1/+3
2025-07-17docs: kernel-doc: emit warnings for ancient versions of PythonMauro Carvalho Chehab1-0/+10
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-9/+296
2025-07-16checkpatch: Remove SRCU-lite deprecationPaul E. McKenney1-2/+0
2025-07-15Merge branch 'kdoc-item2' into docs-mwJonathan Corbet4-244/+145