aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 16-219/+386
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+12
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+12
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-11/+29
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 5-25/+49
2023-11-01Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-11-01module: Make is_valid_name() return boolGravatar Tiezhu Yang 1-2/+2
2023-11-01scripts/gdb/vmalloc: disable on no-MMUGravatar Ben Wolsieffer 2-2/+7
2023-11-01scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nGravatar Clément Léger 1-4/+5
2023-11-01scripts/gdb: add lx_current support for riscvGravatar Deepak Gupta 1-0/+15
2023-11-01kbuild: support 'userldlibs' syntaxGravatar Masahiro Yamada 1-3/+3
2023-11-01kbuild: dummy-tools: pretend we understand -fpatchable-function-entryGravatar Jiri Slaby (SUSE) 1-0/+10
2023-10-31Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-16/+58
2023-10-30Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+8
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-9/+0
2023-10-30Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+21
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-16/+20
2023-10-30Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+3
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-10-30scripts/kernel-doc: Fix the regex for matching -Werror flagGravatar Yujie Liu 1-1/+1
2023-10-28modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSGravatar Masahiro Yamada 1-6/+1
2023-10-28modpost: merge sectioncheck table entries regarding init/exit sectionsGravatar Masahiro Yamada 1-15/+3
2023-10-28modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSGravatar Masahiro Yamada 1-1/+1
2023-10-28modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Gravatar Masahiro Yamada 1-1/+1
2023-10-28modpost: remove EXIT_SECTIONS macroGravatar Masahiro Yamada 1-5/+3
2023-10-28modpost: remove MEM_INIT_SECTIONS macroGravatar Masahiro Yamada 1-2/+1
2023-10-28modpost: remove more symbol patterns from the section check whitelistGravatar Masahiro Yamada 1-7/+1
2023-10-28modpost: disallow *driver to reference .meminit* sectionsGravatar Masahiro Yamada 1-6/+0
2023-10-28linux/init: remove __memexit* annotationsGravatar Masahiro Yamada 1-12/+3
2023-10-28modpost: remove ALL_EXIT_DATA_SECTIONS macroGravatar Masahiro Yamada 1-2/+0
2023-10-28kbuild: simplify cmd_ld_multi_mGravatar Masahiro Yamada 1-1/+1
2023-10-28kbuild: avoid too many execution of scripts/pahole-flags.shGravatar Masahiro Yamada 2-30/+19
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsGravatar Masahiro Yamada 1-4/+1
2023-10-28kbuild: unify vdso_install rulesGravatar Masahiro Yamada 1-0/+45
2023-10-27cdx: add sysfs for subsystem, class and revisionGravatar Abhijit Gangurde 2-0/+12
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiGravatar Thomas Huth 1-1/+0
2023-10-23scripts/faddr2line: Skip over mapping symbols in output from readelfGravatar Will Deacon 1-0/+5
2023-10-23scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1Gravatar Will Deacon 1-2/+15
2023-10-23scripts/faddr2line: Don't filter out non-function symbols from readelfGravatar Will Deacon 1-1/+1
2023-10-22scripts/kernel-doc: match -Werror flag strictlyGravatar Yujie Liu 1-1/+1
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEGravatar Umang Jain 2-0/+12
2023-10-20x86/retpoline: Make sure there are no unconverted return thunks due to KCSANGravatar Josh Poimboeuf 1-0/+1
2023-10-20x86/srso: Fix unret validation dependenciesGravatar Josh Poimboeuf 1-1/+2
2023-10-18scripts/show_delta: add __main__ judgement before main codeGravatar Hu Haowen 1-1/+2
2023-10-18get_maintainer: add --keywords-in-file optionGravatar Joe Perches 1-18/+20
2023-10-18modpost: factor out the common boilerplate of section_rel(a)Gravatar Masahiro Yamada 1-24/+26