summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-13Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-13Merge tag 'devicetree-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-12Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds
2022-12-12Merge tag 'rust-6.2' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi
2022-12-06Merge branch 'for-next/kbuild' into for-next/coreWill Deacon
2022-12-04rust: add `build_error` crateGary Guo
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe
2022-11-30checkpatch: add check for array allocator family argument orderLiao Chang
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -exportJason Gunthorpe
2022-11-27Merge tag 'objtool_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-11-24scripts: add rust in scripts/Makefile.packageParan Lee
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar
2022-11-18scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2022-11-18scripts: checkpatch: allow "case" macrosStanislaw Gruszka
2022-11-18checkpatch: add warning for non-lore mailing list URLsBjorn Helgaas
2022-11-18kbuild: Cleanup DT Overlay intermediate files as appropriateAndrew Davis
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-17kbuild: Restore .version auto-increment behaviour for Debian packagesMarc Zyngier
2022-11-16scripts/faddr2line: Fix regression in name resolution on ppc64leSrikar Dronamraju
2022-11-12kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei
2022-11-12kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei
2022-11-12kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei
2022-11-12scripts/kallsyms: rename build_initial_tok_table()Zhen Lei
2022-11-11Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-10scripts/dtc: Update to upstream version v1.6.1-63-g55778a03df61Rob Herring
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel
2022-11-09scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390Heiko Carstens
2022-11-07arm64: remove special treatment for the link order of head.oMasahiro Yamada
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-11-01x86: Add prefix symbols for function paddingPeter Zijlstra
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook
2022-10-27riscv: remove special treatment for the link order of head.oJisheng Zhang
2022-10-28kbuild: fix typo in modpostWill McVicker
2022-10-26Merge branch 'dt/dtbo-rename' into dt/nextRob Herring
2022-10-26kbuild: Allow DTB overlays to built into .dtbo.S filesAndrew Davis
2022-10-26kbuild: Allow DTB overlays to built from .dtso named source filesAndrew Davis
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song