aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-11-22scripts/checkstack.pl: match all stack sizes for s390Heiko Carstens1-2/+1
2023-11-19Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+12
2023-11-17kconfig: fix memory leak from range propertiesMasahiro Yamada1-8/+6
2023-11-17kbuild: Move the single quotes for image nameSimon Glass1-2/+2
2023-11-16modpost: fix section mismatch message for RELAMasahiro Yamada1-2/+4
2023-11-14Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-12/+2
2023-11-14gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin descriptionKonstantin Runov1-2/+2
2023-11-08gcc-plugins: randstruct: Only warn about true flexible arraysKees Cook1-10/+0
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds16-219/+386
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+12
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+12
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2-11/+29
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds5-25/+49
2023-11-01Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-11-01module: Make is_valid_name() return boolTiezhu Yang1-2/+2
2023-11-01scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2-2/+7
2023-11-01scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger1-4/+5
2023-11-01scripts/gdb: add lx_current support for riscvDeepak Gupta1-0/+15
2023-11-01kbuild: support 'userldlibs' syntaxMasahiro Yamada1-3/+3
2023-11-01kbuild: dummy-tools: pretend we understand -fpatchable-function-entryJiri Slaby (SUSE)1-0/+10
2023-10-31Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+58
2023-10-30Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+8
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds1-9/+0
2023-10-30Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+21
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-16/+20
2023-10-30Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+3
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-10-30scripts/kernel-doc: Fix the regex for matching -Werror flagYujie Liu1-1/+1
2023-10-28modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSMasahiro Yamada1-6/+1
2023-10-28modpost: merge sectioncheck table entries regarding init/exit sectionsMasahiro Yamada1-15/+3
2023-10-28modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSMasahiro Yamada1-1/+1
2023-10-28modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Masahiro Yamada1-1/+1
2023-10-28modpost: remove EXIT_SECTIONS macroMasahiro Yamada1-5/+3
2023-10-28modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada1-2/+1
2023-10-28modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada1-7/+1
2023-10-28modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada1-6/+0
2023-10-28linux/init: remove __memexit* annotationsMasahiro Yamada1-12/+3
2023-10-28modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada1-2/+0
2023-10-28kbuild: simplify cmd_ld_multi_mMasahiro Yamada1-1/+1
2023-10-28kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada2-30/+19
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada1-4/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-0/+45
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde2-0/+12
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth1-1/+0
2023-10-23scripts/faddr2line: Skip over mapping symbols in output from readelfobjtool-core-2023-10-28Will Deacon1-0/+5
2023-10-23scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1Will Deacon1-2/+15
2023-10-23scripts/faddr2line: Don't filter out non-function symbols from readelfWill Deacon1-1/+1
2023-10-22scripts/kernel-doc: match -Werror flag strictlyYujie Liu1-1/+1
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain2-0/+12
2023-10-20x86/retpoline: Make sure there are no unconverted return thunks due to KCSANJosh Poimboeuf1-0/+1
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-1/+2
2023-10-18scripts/show_delta: add __main__ judgement before main codeHu Haowen1-1/+2
2023-10-18get_maintainer: add --keywords-in-file optionJoe Perches1-18/+20
2023-10-18modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada1-24/+26
2023-10-18modpost: refactor check_sec_ref()Masahiro Yamada1-6/+7
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada2-22/+16
2023-10-18modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-2/+2
2023-10-18modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-5/+5
2023-10-18kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada1-2/+0
2023-10-15rust: upgrade to Rust 1.73.0Miguel Ojeda1-1/+1
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer1-0/+2
2023-10-12run-clang-tools: Add pass through checks and and header-filter argumentsIan Rogers1-7/+25
2023-10-12gen_compile_commands: Sort output compile commands by file nameIan Rogers1-1/+1
2023-10-12gen_compile_commands: Allow the line prefix to still be cmd_Ian Rogers1-3/+3
2023-10-12const_structs.checkpatch: add xattr_handlerThomas Weißschuh1-0/+1
2023-10-09locking/atomic: Add generic support for sync_try_cmpxchg() and its fallbackUros Bizjak2-16/+20
2023-10-08randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook1-3/+8
2023-10-05rust: upgrade to Rust 1.72.1Miguel Ojeda1-1/+1
2023-10-03kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada3-5/+11
2023-10-03modpost: Optimize symbol search from linear to binary searchJack Brennen4-66/+232
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl1-1/+1
2023-09-25kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen1-1/+1
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds1-21/+2
2023-09-20dt: dt-extract-compatibles: Add flag for driver matching compatiblesNícolas F. R. A. Prado1-9/+48
2023-09-20dt: dt-extract-compatibles: Handle cfile arguments in generator functionNícolas F. R. A. Prado1-8/+11
2023-09-20locking/atomic: scripts: fix fallback ifdefferyMark Rutland1-1/+1
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton1-21/+2
2023-09-16Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-09-15kbuild: avoid long argument lists in make modules_installMichal Kubecek1-1/+1
2023-09-15kbuild: fix kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada1-1/+1
2023-09-13Revert "checkpatch: Error out if deprecated RCU API used"Joel Fernandes (Google)1-9/+0
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2023-09-12linux/export: fix reference to exported functions for parisc64Masahiro Yamada1-0/+9
2023-09-10Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-28/+28
2023-09-06x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth1-1/+0
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds30-532/+830
2023-09-06kconfig: fix possible buffer overflowKonstantin Meskhidze1-0/+3
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook1-3/+12
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky1-2/+19
2023-09-01kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BEJiri Slaby1-2/+1
2023-09-01modpost: Skip .llvm.call-graph-profile section checkDenis Nikitin1-0/+1
2023-09-01kbuild: support modules_sign for external modules as wellMasahiro Yamada1-2/+2
2023-09-01kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nMasahiro Yamada1-4/+5
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstMasahiro Yamada1-2/+31
2023-09-01kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada1-1/+7
2023-08-31bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyVishal Chourasia1-28/+28
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-0/+5
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds14-224/+1406
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds6-95/+545
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstMasahiro Yamada2-5/+16
2023-08-29kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rulesMasahiro Yamada2-1/+6
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-0/+338
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+24
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-08-21scripts/bloat-o-meter: count weak symbol sizesGeert Uytterhoeven1-5/+5
2023-08-21scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee3-0/+65
2023-08-21scripts/gdb/slab: add slab supportKuan-Ying Lee3-0/+340
2023-08-21scripts/gdb/page_owner: add page owner supportKuan-Ying Lee3-0/+198
2023-08-21scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee3-0/+57
2023-08-21scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee4-204/+626
2023-08-21scripts/gdb/utils: add common type usageKuan-Ying Lee1-0/+20
2023-08-21scripts/gdb/modules: add get module text supportKuan-Ying Lee1-1/+31
2023-08-21scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee1-2/+21
2023-08-21checkpatch: reword long-line warning about commit-msgJim Cromie1-1/+1
2023-08-21checkpatch: special case extern struct in .cJim Cromie1-0/+20
2023-08-20scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo1-2/+14
2023-08-20extrawarn: move -Wrestrict into W=1 warningsArnd Bergmann1-3/+2
2023-08-20extrawarn: enable format and stringop overflow warnings in W=1Arnd Bergmann1-5/+6
2023-08-20kbuild: avoid duplicate warning optionsArnd Bergmann1-17/+26
2023-08-20kbuild: consolidate warning flags in scripts/Makefile.extrawarnArnd Bergmann1-0/+90
2023-08-18scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2-3/+12
2023-08-18scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori1-7/+10
2023-08-18arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerThomas Huth1-1/+0
2023-08-18scripts: kernel-doc: fix macro handling in enumsPavan Kumar Linga1-0/+1
2023-08-18scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]Pavan Kumar Linga1-0/+4
2023-08-17dt: dt-check-compatible: Find struct of_device_id instances with compiler ann...Rob Herring1-2/+2
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov2-21/+44
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma1-1/+1
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda1-1/+1
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2023-08-13kconfig: nconf: Add search jump featureJesse Taube3-15/+140
2023-08-10gcc-plugins: Rename last_stmt() for GCC 14+Kees Cook1-0/+4
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi2-18/+0
2023-08-10kbuild: rust_is_available: add test suiteMiguel Ojeda1-0/+346
2023-08-10kbuild: rust_is_available: check that output looks as expectedMiguel Ojeda1-0/+28
2023-08-10kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`Miguel Ojeda1-2/+26
2023-08-10kbuild: rust_is_available: normalize version matchingMiguel Ojeda1-4/+5
2023-08-10kbuild: rust_is_available: fix confusion when a version appears in the pathMiguel Ojeda1-3/+1
2023-08-09kbuild: rust_is_available: check that environment variables are setMiguel Ojeda1-0/+29
2023-08-09kbuild: rust_is_available: add check for `bindgen` invocationMiguel Ojeda1-1/+21
2023-08-09kbuild: rust_is_available: print docs referenceMiguel Ojeda1-0/+17
2023-08-09kbuild: rust_is_available: fix version check when CC has multiple argumentsRussell Currey1-2/+2
2023-08-09kbuild: rust_is_available: remove -v optionMasahiro Yamada1-56/+40
2023-08-08scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${fi...Rasmus Villemoes1-10/+26
2023-08-08scripts/setlocalversion: clean up stale commentRasmus Villemoes1-1/+1
2023-08-08kbuild: deb-pkg: split debian/rulesMasahiro Yamada2-29/+33
2023-08-08kbuild: deb-pkg: use Debian compliant shebang for debian/rulesMasahiro Yamada2-2/+2
2023-08-07scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma1-9/+18
2023-07-31modpost: remove ElF_Rela variables from for-loop in section_rel(a)Masahiro Yamada1-14/+11
2023-07-31modpost: clean up MIPS64 little endian relocation codeMasahiro Yamada2-55/+43
2023-07-31modpost: pass r_type to addend_*_rel()Masahiro Yamada1-13/+11
2023-07-31modpost: change return type of addend_*_rel()Masahiro Yamada1-39/+24
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-68/+0
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson1-68/+0
2023-07-29scripts/kallsyms: Fix build failure by setting errno before calling getline()James Clark1-0/+1
2023-07-27scripts/spelling.txt: remove 'thead' as a typoDrew Fustini1-1/+0
2023-07-24checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney1-0/+24
2023-07-25kbuild: rpm-pkg: skip build dependency check on non-rpm systemsMasahiro Yamada1-1/+2
2023-07-25kbuild: rpm-pkg: refactor *rpm-pkg targetsMasahiro Yamada2-33/+29
2023-07-25kbuild: rpm-pkg: build the kernel in-place for rpm-pkgMasahiro Yamada1-0/+1
2023-07-25kbuild: rpm-pkg: rename binkernel.spec to kernel.specMasahiro Yamada2-2/+4
2023-07-25kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada2-120/+120
2023-07-25kbuild: rpm-pkg: introduce %{with_devel} switch to select devel packageMasahiro Yamada2-29/+26
2023-07-25kbuild: rpm-pkg: run modules_install for non-modular kernelMasahiro Yamada1-9/+6
2023-07-25kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkgMasahiro Yamada2-16/+17
2023-07-25kbuild: rpm-pkg: use a dummy string for _arch when undefinedMasahiro Yamada1-3/+2
2023-07-25kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE}Masahiro Yamada1-3/+1
2023-07-25kbuild: refactor kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada3-33/+41
2023-07-25kbuild: add a phony target to run a command with Kbuild env varsMasahiro Yamada2-5/+2
2023-07-25kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE}Masahiro Yamada1-29/+30
2023-07-25kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version}Masahiro Yamada1-2/+2
2023-07-25kbuild: rpm-pkg: record ARCH option in spec fileMasahiro Yamada1-1/+3
2023-07-25kbuild: rpm-pkg: use %{makeflags} to pass common Make optionsMasahiro Yamada1-5/+6
2023-07-25kbuild: rpm-pkg: do not hard-code $MAKE in spec fileMasahiro Yamada2-7/+10
2023-07-25kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec fileMasahiro Yamada1-1/+0
2023-07-25kbuild: rpm-pkg: define _arch conditionallyMasahiro Yamada1-1/+1
2023-07-25Revert "kbuild: Hack for depmod not handling X.Y versions"Michal Suchanek1-26/+1
2023-07-25kconfig: menuconfig: remove jump_key::indexMasahiro Yamada3-12/+4
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada5-90/+97
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada2-2/+7
2023-07-23Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+14
2023-07-24kbuild: rust: avoid creating temporary filesMiguel Ojeda2-2/+9
2023-07-23gen_compile_commands: add assembly files to compilation databaseBenjamin Gray1-1/+1
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda4-0/+338
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song1-3/+3
2023-07-12kconfig: gconfig: correct program name in help textRandy Dunlap1-3/+3
2023-07-12kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap1-4/+1
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds1-0/+3
2023-07-05Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-07-04scripts: kernel-doc: support private / public marking for enumsJakub Kicinski1-0/+3