summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2021-11-13Merge tag 'coccinelle-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+155
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-0/+5
2021-11-10mips: decompressor: do not copy source files while buildingMasahiro Yamada-0/+5
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+35
2021-11-09scripts/gdb: handle split debug for vmlinuxDouglas Anderson-1/+2
2021-11-09checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi-4/+28
2021-11-09checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches-0/+1
2021-11-09const_structs.checkpatch: add a few sound ops structsRikard Falkeborn-0/+4
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-326/+344
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+19
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook-1/+2
2021-11-06scripts/decodecode: fix faulting instruction no print when opps.file is DOS f...weidonghui-1/+1
2021-11-06scripts/spelling.txt: fix "mistake" version of "synchronization"Sven Eckelmann-1/+1
2021-11-06scripts/spelling.txt: add more spellings to spelling.txtColin Ian King-0/+16
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-26/+467
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+5
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-115/+275
2021-11-02Merge tag 'docs-5.16' of git://git.lwn.net/linuxLinus Torvalds-0/+6
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-21/+6
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+25
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)-21/+6
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-11/+25
2021-11-01kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa-11/+22
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+71
2021-11-01Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-298/+3
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+30
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2021-11-01kernel-doc: support DECLARE_PHY_INTERFACE_MASK()Randy Dunlap-0/+1
2021-10-29scripts/dtc: Update to upstream version v1.6.1-19-g0a3a9d3449c8Rob Herring-114/+275
2021-10-26scripts: documentation-file-ref-check: fix bpf selftests pathMauro Carvalho Chehab-0/+1
2021-10-26scripts: documentation-file-ref-check: ignore hidden filesMauro Carvalho Chehab-0/+3
2021-10-24kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugMasahiro Yamada-0/+33
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen-0/+2
2021-10-21gcc-plugins: remove duplicate include in gcc-common.hYe Guojin-1/+0
2021-10-21gcc-plugins: Remove cyc_complexityKees Cook-87/+0
2021-10-21gcc-plugins: Explicitly document purpose and deprecation scheduleKees Cook-2/+2
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland-0/+30
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook-0/+2
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsKees Cook-0/+62
2021-10-18Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman-3/+9
2021-10-18Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman-3/+9
2021-10-16Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar-19/+21
2021-10-15nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^'Steven Rostedt-1/+1
2021-10-15leaking_addresses: Always print a trailing newlineKees Cook-1/+2
2021-10-12scripts: kernel-doc: Ignore __alloc_size() attributeKees Cook-0/+1
2021-10-12kbuild: Add make tarzst-pkg build optionPaweł Jasiak-3/+11
2021-10-12scripts: update the comments of kallsyms supportHui Su-3/+3
2021-10-11Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds-0/+4