summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-13Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-11Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds
2024-03-07scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann
2024-03-03docs: drop the version constraints for sphinx and dependenciesLukas Bulwahn
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-29leaking_addresses: Provide mechanism to scan binary filesKees Cook
2024-02-29leaking_addresses: Ignore input device status linesKees Cook
2024-02-29leaking_addresses: Use File::Temp for /tmp filesKees Cook
2024-02-29coccinelle: semantic patch to check for potential struct_size callsJacob Keller
2024-02-29coccinelle: Add rules to find str_plural() replacementsKees Cook
2024-02-29rust: upgrade to Rust 1.76.0Miguel Ojeda
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda
2024-02-29dtc: Enable dtc interrupt_provider checkRob Herring
2024-02-29kernel-doc: Add unary operator * to $type_param_refAkira Yokosawa
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-21kernel-doc: handle #if in enums as wellJohannes Berg
2024-02-21scripts/kernel-doc: simplify signature printingVegard Nossum
2024-02-21scripts/kernel-doc: separate out function signatureVegard Nossum
2024-02-21scripts/kernel-doc: simplify function printingVegard Nossum
2024-02-21scripts/kernel-doc: add modeline for vim usersVegard Nossum
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook
2024-02-20locking/atomic: scripts: Clarify ordering of conditional atomicsMark Rutland
2024-02-17firmware: coreboot: Generate aliases for coreboot modulesNĂ­colas F. R. A. Prado
2024-02-16kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor
2024-02-15kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann
2024-02-14scripts/kernel-doc: reindentVegard Nossum
2024-02-14docs: scripts: sphinx-pre-install: Fix building docs with pyyaml packageThorsten Blum
2024-02-15modpost: trim leading spaces when processing source files listRadek Krejci
2024-02-15gen_compile_commands: fix invalid escape sequence warningAndrew Ballance
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor
2024-02-14bpf, scripts: Correct GPL license nameGianmarco Lusvardi
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook
2024-02-06ubsan: Use Clang's -fsanitize-trap=undefined optionKees Cook
2024-02-05kernel-doc: Support arrays of pointers struct fieldsSakari Ailus
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada