summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-11-01x86: Add prefix symbols for function paddingPeter Zijlstra1-0/+1
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook1-1/+5
2022-10-27riscv: remove special treatment for the link order of head.oJisheng Zhang1-1/+0
2022-10-28kbuild: fix typo in modpostWill McVicker1-1/+1
2022-10-26Merge branch 'dt/dtbo-rename' into dt/nextRob Herring1-1/+22
2022-10-26kbuild: Allow DTB overlays to built into .dtbo.S filesAndrew Davis1-1/+19
2022-10-26kbuild: Allow DTB overlays to built from .dtso named source filesAndrew Davis1-0/+3
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-0/+2
2022-10-21scripts: dtc: only show unique unit address warning for enabled nodesAlexandre Torgue1-4/+8
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+8
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski1-14/+32
2022-10-18Merge branch 'alabaster-rb' into docs-mwJonathan Corbet2-29/+33
2022-10-18docs: improve the HTML formatting of kerneldoc commentsJonathan Corbet1-21/+33
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra1-0/+1
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-9/+8
2022-10-15kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers1-1/+1
2022-10-14scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh1-5/+6
2022-10-14modpost: put modpost options before argumentRichard Acayan1-1/+1
2022-10-13docs: sphinx-pre-install: don't require the RTD themeJonathan Corbet1-8/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+156
2022-10-13kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin1-2/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+17
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+75
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds22-421/+359
2022-10-06scripts/bpf_doc.py: update logic to not assume sequential enum valuesAndrii Nakryiko1-6/+25
2022-10-06bpf: explicitly define BPF_FUNC_xxx integer valuesAndrii Nakryiko1-10/+9
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+71
2022-10-03Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+2
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2-19/+5
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds19-26/+773
2022-10-03checkpatch: warn for non-standard fixes tag styleNiklas Söderlund1-0/+44
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko2-0/+17
2022-10-03Merge tag 'docs-6.1' of git://git.lwn.net/linuxLinus Torvalds1-4/+4
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada2-6/+20
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada2-8/+25
2022-10-03kallsyms: ignore __kstrtab_* and __kstrtabns_* symbolsMasahiro Yamada1-0/+4
2022-10-02kallsyms: take the input file instead of reading stdinMasahiro Yamada2-19/+34
2022-10-02kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada2-4/+13
2022-10-02kbuild: reuse mksysmap output for kallsymsMasahiro Yamada1-6/+5
2022-10-02mksysmap: update comment about __crc_*Masahiro Yamada1-4/+4
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-0/+53
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada4-30/+10
2022-10-01Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen1-0/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-18/+10
2022-09-29checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand1-3/+3
2022-09-29docs: move asm-annotations.rst into core-apiJonathan Corbet1-1/+1
2022-09-29kbuild: re-run modpost when it is updatedMasahiro Yamada1-6/+8
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada3-69/+29
2022-09-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada1-3/+0