summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
26 hoursMerge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
30 hoursMerge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
31 hoursMerge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
31 hoursMerge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds
32 hoursMerge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
33 hoursMerge tag 'modules-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
33 hoursMerge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
34 hoursMerge tag 'kmalloc_obj-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
34 hoursMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
46 hoursMerge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds
2 dayscoccinelle: Add kmalloc_objs conversion scriptKees Cook
2 daysMerge tag 'rcu.release.v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
4 daysMerge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
6 dayslivepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu
6 dayslivepatch: Fix having __klp_objects relics in non-livepatch modulesPetr Pavlu
9 daysMerge branch 'v6.19-rc8'Peter Zijlstra
9 daysmodsign: Enable ML-DSA module signingDavid Howells
10 daysMerge tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
11 daysMerge tag 'kbuild-fixes-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
11 dayskbuild: Do not run kernel-doc when building external modulesNathan Chancellor
12 daysMerge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
13 dayslivepatch/klp-build: Require Clang assembler >= 20Josh Poimboeuf
2026-01-28kbuild: Fix permissions of modules.builtin.modinfoEthan Zuo
2026-01-28kbuild: rpm-pkg: Generate debuginfo package manuallyNathan Chancellor
2026-01-28Merge tag 'pin-init-v7.0' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda
2026-01-27livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALLJosh Poimboeuf
2026-01-26scripts: generate_rust_analyzer: fix resolution of #[pin_data] macrosSeungJong Ha
2026-01-24Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-01-23scripts/tracepoint-update: Fix memory leak in add_string() on failureWeigang He
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner
2026-01-21scripts/gen-btf.sh: Use CONFIG_SHELL for executionIhor Solodrai
2026-01-20docs: add a scripts/kernel-doc symbolic linkJonathan Corbet
2026-01-20docs: kdoc: move kernel-doc to tools/docsJonathan Corbet
2026-01-20docs: kdoc: some fixes to kernel-doc commentsMauro Carvalho Chehab
2026-01-20docs: kdoc: ensure that comments are using our coding styleMauro Carvalho Chehab
2026-01-20docs: kdoc: avoid error_count overflowsMauro Carvalho Chehab
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein
2026-01-18scripts: generate_rust_analyzer: compile sysroot with correct editionTamir Duberstein
2026-01-18scripts: generate_rust_analyzer: compile quote with correct editionTamir Duberstein
2026-01-18scripts: generate_rust_analyzer: quote: treat `core` and `std` as dependenciesJesung Yang
2026-01-18scripts: generate_rust_analyzer: syn: treat `std` as a dependencyJesung Yang
2026-01-18scripts: generate_rust_analyzer: remove sysroot assertionOnur Özkan
2026-01-18rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` targetMiguel Ojeda
2026-01-18compiler: Use __typeof_unqual__() for __unqual_scalar_typeof()Peter Zijlstra
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-14checkpatch: Suggest kmalloc_obj family for sizeof allocationsKees Cook
2026-01-14scripts: generate_rust_analyzer: Add pin_init_internal depsTamir Duberstein
2026-01-14scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins depTamir Duberstein
2026-01-14scripts: generate_rust_analyzer: Add compiler_builtins -> core depTamir Duberstein