aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Gravatar Linus Torvalds 2-0/+13
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+1
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-1283/+1280
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-18/+197
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-2/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-7/+7
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-1/+8
2024-03-11Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 3-6/+6
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2024-03-07scripts/gdb/symbols: fix invalid escape sequence warningGravatar Andrew Ballance 1-1/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-2/+2
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-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-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-20locking/atomic: scripts: Clarify ordering of conditional atomicsGravatar Mark Rutland 7-1/+8
2024-02-17firmware: coreboot: Generate aliases for coreboot modulesGravatar Nícolas F. R. A. Prado 2-0/+13
2024-02-16kbuild: Add -Wa,--fatal-warnings to as-instr invocationGravatar Nathan Chancellor 2-2/+2
2024-02-15kallsyms: ignore ARMv4 thunks along with othersGravatar Arnd Bergmann 1-11/+2
2024-02-14scripts/kernel-doc: reindentGravatar Vegard Nossum 1-1264/+1258
2024-02-14docs: scripts: sphinx-pre-install: Fix building docs with pyyaml packageGravatar Thorsten Blum 1-0/+4
2024-02-15modpost: trim leading spaces when processing source files listGravatar Radek Krejci 1-1/+6
2024-02-15gen_compile_commands: fix invalid escape sequence warningGravatar Andrew Ballance 1-1/+1
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianGravatar Nathan Chancellor 1-2/+7
2024-02-14bpf, scripts: Correct GPL license nameGravatar Gianmarco Lusvardi 1-1/+1
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Gravatar Ingo Molnar 4-7/+7
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLGravatar Kees Cook 1-1/+1
2024-02-06ubsan: Use Clang's -fsanitize-trap=undefined optionGravatar Kees Cook 1-1/+1
2024-02-05kernel-doc: Support arrays of pointers struct fieldsGravatar Sakari Ailus 1-0/+9
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-33/+22
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againGravatar Masahiro Yamada 1-1/+3
2024-01-31kbuild: rpm-pkg: simplify installkernel %postGravatar Jose Ignacio Tornos Martinez 1-11/+11
2024-01-31modpost: avoid using the alias attributeGravatar Masahiro Yamada 2-16/+2