aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds2-1283/+1280
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-18/+197
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-2/+2
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-7/+7
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-1/+8
2024-03-11Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-6/+6
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-03-07scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance1-1/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann2-2/+2
2024-03-03docs: drop the version constraints for sphinx and dependenciesLukas Bulwahn1-16/+3
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-2/+2
2024-02-29leaking_addresses: Provide mechanism to scan binary filesKees Cook1-0/+53
2024-02-29leaking_addresses: Ignore input device status linesKees Cook1-11/+17
2024-02-29leaking_addresses: Use File::Temp for /tmp filesKees Cook1-5/+4
2024-02-29coccinelle: semantic patch to check for potential struct_size callsJacob Keller1-0/+74
2024-02-29coccinelle: Add rules to find str_plural() replacementsKees Cook1-0/+41
2024-02-29rust: upgrade to Rust 1.76.0Miguel Ojeda1-1/+1
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda2-5/+5
2024-02-29dtc: Enable dtc interrupt_provider checkRob Herring1-2/+1
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfPaolo Abeni1-1/+1
2024-02-21kernel-doc: handle #if in enums as wellJohannes Berg1-1/+1
2024-02-21scripts/kernel-doc: simplify signature printingVegard Nossum1-22/+14
2024-02-21scripts/kernel-doc: separate out function signatureVegard Nossum1-21/+28
2024-02-21scripts/kernel-doc: simplify function printingVegard Nossum1-6/+4
2024-02-21scripts/kernel-doc: add modeline for vim usersVegard Nossum1-0/+1
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook2-0/+6
2024-02-20locking/atomic: scripts: Clarify ordering of conditional atomicsMark Rutland7-1/+8
2024-02-16kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor2-2/+2
2024-02-15kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann1-11/+2
2024-02-14scripts/kernel-doc: reindentVegard Nossum1-1264/+1258
2024-02-14docs: scripts: sphinx-pre-install: Fix building docs with pyyaml packageThorsten Blum1-0/+4
2024-02-15modpost: trim leading spaces when processing source files listRadek Krejci1-1/+6
2024-02-15gen_compile_commands: fix invalid escape sequence warningAndrew Ballance1-1/+1
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor1-2/+7
2024-02-14bpf, scripts: Correct GPL license nameGianmarco Lusvardi1-1/+1
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patchesIngo Molnar4-7/+7
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-1/+1
2024-02-06ubsan: Use Clang's -fsanitize-trap=undefined optionKees Cook1-1/+1
2024-02-05kernel-doc: Support arrays of pointers struct fieldsSakari Ailus1-0/+9
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds5-33/+22
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada1-1/+3
2024-01-31kbuild: rpm-pkg: simplify installkernel %postJose Ignacio Tornos Martinez1-11/+11
2024-01-31modpost: avoid using the alias attributeMasahiro Yamada2-16/+2
2024-01-30docs: sphinx-pre-install fix-noto-sans-cjk on fedoraAndrew Ballance1-2/+7
2024-01-30kernel-doc: drop looking for "MACDOC"Randy Dunlap1-1/+1