summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
3 daysCoccinelle: pm_runtime: Fix typo in report messageThorsten Blum1-1/+1
3 daysscripts: coccicheck: filter *.cocci files by MODESongwei Chai1-1/+5
12 daysMerge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+6
14 dayscheckpatch: add uninitialized pointer with __free attribute checkAlly Heev1-0/+6
2025-12-10Merge tag 'kbuild-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+1
2025-12-10Merge tag 'trace-v6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-0/+3
2025-12-10tracing: Fix unused tracepoints when module uses only exported onesSteven Rostedt1-0/+3
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds5-19/+492
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2025-12-05Merge tag 'tracepoints-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-443/+817
2025-12-05Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+9
2025-12-04coccinelle: Drop pm_runtime_barrier() error code checksBrian Norris1-1/+0
2025-12-04Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds7-11/+153
2025-12-04Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-2/+24
2025-12-03Merge tag 'docs-6.19' of git://git.lwn.net/linuxLinus Torvalds22-11251/+26
2025-12-03x86/asm: Remove ANNOTATE_DATA_SPECIAL usageJosh Poimboeuf1-0/+1
2025-12-03Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+84
2025-12-03Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+36
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-18/+1086
2025-12-02Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+7
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2025-11-28Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton1-6/+8
2025-11-26kbuild: add target to build a cpio containing modulesSascha Hauer1-0/+20
2025-11-24rust: macros: support `proc-macro2`, `quote` and `syn`Miguel Ojeda1-1/+1
2025-11-24rust: syn: enable support in kbuildMiguel Ojeda1-0/+7
2025-11-24rust: quote: enable support in kbuildMiguel Ojeda1-0/+7
2025-11-24rust: proc-macro2: enable support in kbuildMiguel Ojeda1-0/+7
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda1-1/+1
2025-11-21kbuild: Check for functions with ambiguous -ffunction-sections section namesJosh Poimboeuf2-0/+29
2025-11-21scripts/gdb/symbols: make BPF debug info available to GDBIlya Leoshkevich3-12/+349
2025-11-21scripts/gdb/radix-tree: add lx-radix-tree-commandIlya Leoshkevich1-7/+132
2025-11-21checkpatch: add IDR to the deprecated listCarlos López1-0/+4
2025-11-18docs: bring some order to our Python module hierarchyJonathan Corbet1-3/+3
2025-11-18docs: Move the python libraries to tools/lib/pythonJonathan Corbet12-4527/+2
2025-11-18objtool/klp: Only enable --checksum when neededJosh Poimboeuf2-1/+4
2025-11-18rust: allow `clippy::disallowed_names` for doctestsMiguel Ojeda1-1/+1
2025-11-17kbuild: Ensure .dtbo targets are applied to a base .dtbRob Herring (Arm)1-0/+9
2025-11-17rust: allow `unreachable_pub` for doctestsMiguel Ojeda1-0/+1
2025-11-15Merge tag 'rust-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+6
2025-11-14init: deduplicate cc-can-link.sh invocationsThomas Weißschuh1-0/+3
2025-11-14kbuild: don't enable CC_CAN_LINK if the dummy program generates warningsThomas Weißschuh1-1/+1
2025-11-13scripts: docs: kdoc_files.py: don't consider symlinks as directoriesMauro Carvalho Chehab1-1/+1
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar5-3/+22
2025-11-12kbuild: install-extmod-build: Properly fix CC expansion when ccache is usedAbel Vesa1-1/+1
2025-11-12checkpatch: detect unhandled placeholders in cover lettersOnur Özkan1-0/+7
2025-11-11gendwarfksyms: Skip files with no exportsSami Tolvanen3-3/+6
2025-11-11lib/crypto: tests: Add KUnit tests for POLYVALEric Biggers1-2/+45
2025-11-11lib/crypto: tests: Add additional SHAKE testsEric Biggers1-4/+23