summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-2/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+7
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+8
2024-03-11Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-6/+6
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang-2/+5
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini-18/+19
2024-03-11kbuild: remove GCC's default -Wpacked-bitfield-compat flagMasahiro Yamada-1/+0
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada-1/+1
2024-03-10kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor-0/+2
2024-03-10kconfig: remove named choice supportMasahiro Yamada-7/+3
2024-03-09kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada-8/+9
2024-03-09kconfig: link menus to a symbolMasahiro Yamada-1/+12
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2024-03-07scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance-1/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2024-03-06const_structs.checkpatch: add device_typeRicardo B. Marliere-0/+1
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann-2/+2
2024-03-03docs: drop the version constraints for sphinx and dependenciesLukas Bulwahn-16/+3
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+1
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2024-02-29leaking_addresses: Provide mechanism to scan binary filesKees Cook-0/+53
2024-02-29leaking_addresses: Ignore input device status linesKees Cook-11/+17
2024-02-29leaking_addresses: Use File::Temp for /tmp filesKees Cook-5/+4
2024-02-29coccinelle: semantic patch to check for potential struct_size callsJacob Keller-0/+74
2024-02-29coccinelle: Add rules to find str_plural() replacementsKees Cook-0/+41
2024-02-29rust: upgrade to Rust 1.76.0Miguel Ojeda-1/+1
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda-5/+5
2024-02-29dtc: Enable dtc interrupt_provider checkRob Herring-2/+1
2024-02-29kernel-doc: Add unary operator * to $type_param_refAkira Yokosawa-1/+1
2024-02-23kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada-1/+1
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada-9/+9
2024-02-23scripts: check-sysctl-docs: handle per-namespace sysctlsThomas Weißschuh-0/+20
2024-02-23scripts: check-sysctl-docs: adapt to new APIThomas Weißschuh-33/+12
2024-02-22const_structs.checkpatch: add bus_typeRicardo B. Marliere-0/+1
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor-1/+1
2024-02-22kbuild: raise the minimum supported version of LLVM to 13.0.1Nathan Chancellor-1/+1
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-1/+1
2024-02-21scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee-27/+29
2024-02-21kernel-doc: handle #if in enums as wellJohannes Berg-1/+1
2024-02-21scripts/kernel-doc: simplify signature printingVegard Nossum-22/+14
2024-02-21scripts/kernel-doc: separate out function signatureVegard Nossum-21/+28
2024-02-21scripts/kernel-doc: simplify function printingVegard Nossum-6/+4
2024-02-21scripts/kernel-doc: add modeline for vim usersVegard Nossum-0/+1
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook-0/+6
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin-3/+2
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada-39/+42
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada-15/+27
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada-6/+0
2024-02-20kconfig: convert linked list of files to hash tableMasahiro Yamada-9/+11