aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-03-06arch: simplify architecture specific page size configurationGravatar Arnd Bergmann 2-2/+2
2024-03-03docs: drop the version constraints for sphinx and dependenciesGravatar Lukas Bulwahn 1-16/+3
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+1
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2024-02-29leaking_addresses: Provide mechanism to scan binary filesGravatar Kees Cook 1-0/+53
2024-02-29leaking_addresses: Ignore input device status linesGravatar Kees Cook 1-11/+17
2024-02-29leaking_addresses: Use File::Temp for /tmp filesGravatar Kees Cook 1-5/+4
2024-02-29coccinelle: semantic patch to check for potential struct_size callsGravatar Jacob Keller 1-0/+74
2024-02-29coccinelle: Add rules to find str_plural() replacementsGravatar Kees Cook 1-0/+41
2024-02-29rust: upgrade to Rust 1.76.0Gravatar Miguel Ojeda 1-1/+1
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveGravatar Miguel Ojeda 2-5/+5
2024-02-29dtc: Enable dtc interrupt_provider checkGravatar Rob Herring 1-2/+1
2024-02-29kernel-doc: Add unary operator * to $type_param_refGravatar Akira Yokosawa 1-1/+1
2024-02-23kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Gravatar Masahiro Yamada 1-1/+1
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Gravatar Masahiro Yamada 2-9/+9
2024-02-23scripts: check-sysctl-docs: handle per-namespace sysctlsGravatar Thomas Weißschuh 1-0/+20
2024-02-23scripts: check-sysctl-docs: adapt to new APIGravatar Thomas Weißschuh 1-33/+12
2024-02-22const_structs.checkpatch: add bus_typeGravatar Ricardo B. Marliere 1-0/+1
2024-02-22riscv: remove MCOUNT_NAME workaroundGravatar Nathan Chancellor 1-1/+1
2024-02-22kbuild: raise the minimum supported version of LLVM to 13.0.1Gravatar Nathan Chancellor 1-1/+1
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-1/+1
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Paolo Abeni 1-1/+1
2024-02-21scripts/gdb/vmalloc: fix vmallocinfo errorGravatar Kuan-Ying Lee 1-27/+29
2024-02-21kernel-doc: handle #if in enums as wellGravatar Johannes Berg 1-1/+1
2024-02-21scripts/kernel-doc: simplify signature printingGravatar Vegard Nossum 1-22/+14
2024-02-21scripts/kernel-doc: separate out function signatureGravatar Vegard Nossum 1-21/+28
2024-02-21scripts/kernel-doc: simplify function printingGravatar Vegard Nossum 1-6/+4
2024-02-21scripts/kernel-doc: add modeline for vim usersGravatar Vegard Nossum 1-0/+1
2024-02-20ubsan: Reintroduce signed overflow sanitizerGravatar Kees Cook 2-0/+6
2024-02-20kconfig: lxdialog: fix cursor render in checklistGravatar Matthew Bystrin 1-3/+2
2024-02-20kconfig: use generic macros to implement symbol hashtableGravatar Masahiro Yamada 7-39/+42
2024-02-20kconfig: print recursive dependency errors in the parsed orderGravatar Masahiro Yamada 2-15/+27
2024-02-20kconfig: do not imply the type of choice valueGravatar Masahiro Yamada 1-6/+0
2024-02-20kconfig: convert linked list of files to hash tableGravatar Masahiro Yamada 1-9/+11
2024-02-20kconfig: move strhash() to util.c as a global functionGravatar Masahiro Yamada 3-9/+11
2024-02-20locking/atomic: scripts: Clarify ordering of conditional atomicsGravatar Mark Rutland 7-1/+8
2024-02-19kconfig: move ARRAY_SIZE to a headerGravatar Masahiro Yamada 2-2/+12
2024-02-19kconfig: add macros useful for hashtableGravatar Masahiro Yamada 1-0/+48
2024-02-19kconfig: import more list macros and inline functionsGravatar Masahiro Yamada 2-0/+77
2024-02-19kconfig: resync list.hGravatar Masahiro Yamada 1-62/+121
2024-02-19kconfig: split list_head into a separate headerGravatar Masahiro Yamada 6-7/+15
2024-02-19kconfig: change file_lookup() to return the file nameGravatar Masahiro Yamada 5-16/+13
2024-02-19kconfig: make file::name a flexible array memberGravatar Masahiro Yamada 2-3/+6
2024-02-19kconfig: move the file and lineno in struct file to struct bufferGravatar Masahiro Yamada 3-33/+23
2024-02-19kconfig: replace remaining current_file->name with cur_filenameGravatar Masahiro Yamada 2-6/+6
2024-02-19kconfig: do not delay the cur_filename updateGravatar Masahiro Yamada 2-10/+15
2024-02-19kconfig: replace file->name with name in zconf_nextfile()Gravatar Masahiro Yamada 1-5/+5
2024-02-19kconfig: associate struct property with file name directlyGravatar Masahiro Yamada 3-9/+9
2024-02-19kconfig: associate struct menu with file name directlyGravatar Masahiro Yamada 5-10/+10
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Gravatar Masahiro Yamada 5-51/+37