summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
47 hoursMerge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2 daysMerge tag 'objtool-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2 daysMerge tag 'powerpc-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2 daysMerge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2 daysMerge tag 'kbuild-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds
3 daysMerge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
3 daysMerge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
5 daysmodpost: use mod_warn() and mod_error(), clean up loggingJani Nikula
6 daysmodpost: add module as parameter to modpost_log()Jani Nikula
6 dayskconfig: fix submenu rendering of negative dependenciesJulian Braha
9 daysrust: macros: auto-insert OwnerModule in #[vtable]Alvin Sun
9 daysrust: doctest: add LocalModule fallback for #[vtable] ThisModuleAlvin Sun
10 daysrust: doctest: use vertical import styleAlvin Sun
10 dayslib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers
10 dayslib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers
10 dayslib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers
10 dayslib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers
10 dayslib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers
10 dayskbuild: Support generated asm-headers in subdirectoriesThomas Weißschuh
2026-08-05kbuild: link-vmlinux.sh: improve detection of third pass requirementAndré Draszik
2026-08-05kallsyms: add symbol size for kallsyms symbols that can change sizeAndré Draszik
2026-08-05kbuild: set the initial value of subdir-rustflags-yYuntao Wang
2026-08-05scripts/config: Use in-place editing (-i) in sed portablyRong Zhang
2026-08-05scripts/config: Use POSIX standard ERE (-E) in sedRong Zhang
2026-08-05modpost: prevent leak when early return no suffix .o in read_symbols()Robertus Diawan Chris
2026-08-05fixdep: make gendered language gender-neutralElsie Heck
2026-08-05kconfig: fix minor typos in commentsJulian Braha
2026-08-05scripts: fix spelling mistakesMartin Weiss
2026-08-05kconfig: abort rather than loop for ever on EOFSimon Glass
2026-08-05scripts/tags.sh: Add support for rust source filesSergei Litvin
2026-08-05scripts/tags.sh: Prevent binary files appearing in cscope.filesSergei Litvin
2026-08-04scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__Thomas Huth
2026-08-03rust: rust_is_available: warn for `bindgen` < 0.72.1 && libclang >= 22Miguel Ojeda
2026-08-03rust: rust_is_available: support testing with `bash` as `/bin/sh`Miguel Ojeda
2026-08-03objtool/klp: Fix symbol resolution for duplicate data symbolsJosh Poimboeuf
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf
2026-08-03objtool/klp: Skip hidden directories when finding objectsJosh Poimboeuf
2026-07-31rust/powerpc: Set min rustc version for powerpcMukesh Kumar Chaurasiya (IBM)
2026-07-29kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo str...Yafang Shao
2026-07-27arch: hookup fchroot() system callChristian Brauner
2026-07-13scripts: headers_install.sh: Normalize __ASSEMBLER__ to __ASSEMBLY__Thomas Weißschuh
2026-07-13scripts: kconfig: merge_config.sh: keep temp file in the output dirGustavo Luiz Duarte
2026-07-07kbuild: remove srctree path from CHECK outputBen Dooks
2026-06-25scripts/sorttable: Handle RISC-V patchable ftrace entriesWang Han
2026-06-25Merge tag 'kbuild-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds
2026-06-24Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-06-22Merge tag 'spdx-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-19rust: doctest: fix incorrect pattern in replacementGary Guo