summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-11-12kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei-1/+4
2022-11-12kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei-2/+38
2022-11-12kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei-0/+37
2022-11-12scripts/kallsyms: rename build_initial_tok_table()Zhen Lei-2/+2
2022-11-11Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-1/+1
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+5
2022-11-10scripts/dtc: Update to upstream version v1.6.1-63-g55778a03df61Rob Herring-48/+124
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel-0/+6
2022-11-09scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390Heiko Carstens-1/+1
2022-11-07arm64: remove special treatment for the link order of head.oMasahiro Yamada-1/+0
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+2
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada-19/+4
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra-0/+1
2022-11-01x86: Add prefix symbols for function paddingPeter Zijlstra-0/+1
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook-1/+5
2022-10-27riscv: remove special treatment for the link order of head.oJisheng Zhang-1/+0
2022-10-28kbuild: fix typo in modpostWill McVicker-1/+1
2022-10-26Merge branch 'dt/dtbo-rename' into dt/nextRob Herring-1/+22
2022-10-26kbuild: Allow DTB overlays to built into .dtbo.S filesAndrew Davis-1/+19
2022-10-26kbuild: Allow DTB overlays to built from .dtso named source filesAndrew Davis-0/+3
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song-0/+2
2022-10-21scripts: dtc: only show unique unit address warning for enabled nodesAlexandre Torgue-4/+8
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+8
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski-14/+32
2022-10-18Merge branch 'alabaster-rb' into docs-mwJonathan Corbet-29/+33
2022-10-18docs: improve the HTML formatting of kerneldoc commentsJonathan Corbet-21/+33
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra-0/+1
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+8
2022-10-15kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers-1/+1
2022-10-14scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh-5/+6
2022-10-14modpost: put modpost options before argumentRichard Acayan-1/+1
2022-10-13docs: sphinx-pre-install: don't require the RTD themeJonathan Corbet-8/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-16/+156
2022-10-13kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin-2/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+17
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+75
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-421/+359
2022-10-06scripts/bpf_doc.py: update logic to not assume sequential enum valuesAndrii Nakryiko-6/+25
2022-10-06bpf: explicitly define BPF_FUNC_xxx integer valuesAndrii Nakryiko-10/+9
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-7/+71
2022-10-03Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+2
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-19/+5
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-26/+773
2022-10-03checkpatch: warn for non-standard fixes tag styleNiklas Söderlund-0/+44
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko-0/+17
2022-10-03Merge tag 'docs-6.1' of git://git.lwn.net/linuxLinus Torvalds-4/+4
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada-6/+20
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada-8/+25
2022-10-03kallsyms: ignore __kstrtab_* and __kstrtabns_* symbolsMasahiro Yamada-0/+4