summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-11-28kbuild: switch from lz4c to lz4 for compressionParth Pancholi1-2/+2
2024-11-28kbuild: re-enable KCSAN for autogenerated *.mod.c intermediariesMasahiro Yamada1-1/+0
2024-11-28kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada4-28/+29
2024-11-28kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada4-21/+13
2024-11-28kbuild: remove support for single %.symtypes build ruleMasahiro Yamada1-18/+4
2024-11-28kbuild: do not pass -r to genksyms when *.symref does not existMasahiro Yamada1-1/+1
2024-11-28kbuild: support building external modules in a separate build directoryMasahiro Yamada2-7/+3
2024-11-28kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada4-11/+11
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada7-18/+15
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-190/+5
2024-11-27kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada6-19/+19
2024-11-27kbuild: deb-pkg: Don't fail if modules.order is missingMatt Fleming1-10/+12
2024-11-27kbuild: Fix Propeller build optionRong Xu1-2/+13
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu2-0/+38
2024-11-27AutoFDO: Enable machine function split optimization for AutoFDORong Xu1-0/+2
2024-11-27AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu1-1/+1
2024-11-27MIPS: Place __kernel_entry at the beginning of text sectionRong Xu1-1/+0
2024-11-27Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds5-12/+55
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds5-22/+61
2024-11-26Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+8
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-1/+13
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2024-11-23Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-11-23Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-2/+0
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+0
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-5/+54
2024-11-21Merge tag 'ipe-pr-20241119' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+2
2024-11-20Merge tag 'docs-6.13' of git://git.lwn.net/linuxLinus Torvalds1-17/+32
2024-11-20Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2024-11-20scripts: ipe: polgen: remove redundant close and error exit pathColin Ian King1-10/+2
2024-11-20Merge tag 'objtool-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-11-19Merge tag 'selinux-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-170/+5
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2024-11-16sparc/build: Add SPARC target flags for compiling with clangKoakuma1-0/+1
2024-11-15gdb: lx-symbols: do not error out on monolithic buildEtienne Buira2-0/+6
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov8-17/+40
2024-11-12rust: warn on bindgen < 0.69.5 and libclang >= 19.1Miguel Ojeda3-1/+51
2024-11-12scripts/tags.sh: Don't tag usages of DEFINE_MUTEXCosta Shulyupin1-1/+1
2024-11-12kbuild,bpf: Pass make jobs' value to paholeFlorian Schmaus1-2/+4
2024-11-08alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan1-2/+3
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu2-0/+32
2024-11-06checkpatch: always parse orig_commit in fixes tagTamir Duberstein1-21/+16
2024-11-06scripts/spelling.txt: add typo "exprienced" and "rewritting"WangYuli1-0/+2
2024-11-06scripts/decode_stacktrace.sh: remove trailing spaceBreno Leitao1-1/+6
2024-11-06scripts/spelling.txt: add more spellings correctionsYu Jiaoliang1-0/+31
2024-11-06kconfig: document the positional argument in the help messageMasahiro Yamada1-1/+4
2024-11-06kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada1-1/+1
2024-11-06kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada1-37/+6
2024-11-06kconfig: add sym_get_prompt_menu() helper functionMasahiro Yamada2-7/+20