aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2022-11-09scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390Heiko Carstens1-1/+1
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada1-19/+4
2022-10-28kbuild: fix typo in modpostWill McVicker1-1/+1
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-9/+8
2022-10-15kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers1-1/+1
2022-10-14scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh1-5/+6
2022-10-14modpost: put modpost options before argumentRichard Acayan1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+156
2022-10-13kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin1-2/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+17
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+75
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds22-421/+359
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+71
2022-10-03Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+2
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2-19/+5
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds19-26/+773
2022-10-03checkpatch: warn for non-standard fixes tag styleNiklas Söderlund1-0/+44
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko2-0/+17
2022-10-03Merge tag 'docs-6.1' of git://git.lwn.net/linuxLinus Torvalds1-4/+4
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada2-6/+20
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada2-8/+25
2022-10-03kallsyms: ignore __kstrtab_* and __kstrtabns_* symbolsMasahiro Yamada1-0/+4
2022-10-02kallsyms: take the input file instead of reading stdinMasahiro Yamada2-19/+34
2022-10-02kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada2-4/+13
2022-10-02kbuild: reuse mksysmap output for kallsymsMasahiro Yamada1-6/+5
2022-10-02mksysmap: update comment about __crc_*Masahiro Yamada1-4/+4
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-0/+53
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada4-30/+10
2022-10-01Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen1-0/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-18/+10
2022-09-29checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand1-3/+3
2022-09-29docs: move asm-annotations.rst into core-apiJonathan Corbet1-1/+1
2022-09-29kbuild: re-run modpost when it is updatedMasahiro Yamada1-6/+8
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada3-69/+29
2022-09-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada1-3/+0
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada2-20/+28
2022-09-29kbuild: list sub-directories in ./KbuildMasahiro Yamada1-0/+2
2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers2-5/+9
2022-09-29kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch1-2/+2
2022-09-29scripts: remove unused argument 'type'Zeng Heng1-3/+3
2022-09-29Kconfig: remove sym_set_choice_valueZeng Heng2-6/+1
2022-09-29kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada2-26/+20
2022-09-29kbuild: fix and refactor single target buildMasahiro Yamada1-38/+16
2022-09-29kbuild: rewrite check-local-export in sh/awkOwen Rafferty1-49/+48
2022-09-29Revert "kbuild: Make scripts/compile.h when sh != bash"Masahiro Yamada1-3/+0
2022-09-29scripts/mkcompile_h: move LC_ALL=C to '$LD -v'Masahiro Yamada1-6/+2
2022-09-29kbuild: build init/built-in.a just onceMasahiro Yamada2-91/+15
2022-09-29kbuild: do not deduplicate modules.orderMasahiro Yamada1-1/+1
2022-09-29kbuild: check sha1sum just once for each atomic headerMasahiro Yamada1-33/+0
2022-09-29kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada1-1/+4
2022-09-29kbuild: remove the target in signal traps when interruptedMasahiro Yamada1-1/+22
2022-09-28x86: enable initial Rust supportMiguel Ojeda1-2/+13
2022-09-28Kbuild: add Rust supportMiguel Ojeda9-15/+203
2022-09-28scripts: add `is_rust_module.sh`Daniel Xu1-0/+16
2022-09-28scripts: add `rust_is_available.sh`Miguel Ojeda3-0/+168
2022-09-28scripts: add `generate_rust_target.rs`Miguel Ojeda2-0/+172
2022-09-28scripts: add `generate_rust_analyzer.py`Miguel Ojeda1-0/+135
2022-09-28scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda1-0/+14
2022-09-28scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda1-2/+2
2022-09-28scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda1-2/+6
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda1-2/+2
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda1-3/+26
2022-09-28kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda1-2/+12
2022-09-28kallsyms: avoid hardcoding buffer sizeBoqun Feng1-2/+8
2022-09-28kallsyms: use `ARRAY_SIZE` instead of hardcoded sizeBoqun Feng1-1/+1
2022-09-27dt: Add a check for undocumented compatible strings in kernelRob Herring1-0/+69
2022-09-27kbuild: take into account DT_SCHEMA_FILES changes while checking dtbsDmitry Baryshkov1-8/+6
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen1-19/+4
2022-09-26scripts/kallsyms: Ignore __kcfi_typeid_Sami Tolvanen1-0/+1
2022-09-24Makefile.debug: re-enable debug info for .S filesNick Desaulniers1-10/+11
2022-09-24Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLITNick Desaulniers1-3/+1
2022-09-24Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2-6/+0
2022-09-24scripts/clang-tools: remove unused moduleyangxingwu1-1/+0
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-31/+2
2022-09-20selinux: remove runtime disable message in the install_policy.sh scriptPaul Moore1-2/+1
2022-09-20selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman1-1/+1
2022-09-11checkpatch: handle FILE pointer typeMickaël Salaün1-1/+5
2022-09-11checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny1-0/+2
2022-09-11scripts/decodecode: improve faulting line determinationBorislav Petkov1-15/+105
2022-09-11Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-31/+2
2022-09-10mksysmap: Fix the mismatch of 'L0' symbols in System.mapYouling Tang1-1/+1
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+12
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-7/+71
2022-09-04Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers1-0/+12
2022-08-29scripts/extract-ikconfig: add zstd compression supportThitat Auareesuksakul1-0/+1
2022-08-29scripts: remove obsolete gcc-ld scriptLukas Bulwahn1-30/+0
2022-08-25bpf/scripts: Assert helper enum value is aligned with comment orderEyal Birger1-5/+34
2022-08-23scripts/bpf: Set date attribute for bpf-helpers(7) man pageQuentin Monnet1-2/+18
2022-08-23scripts/bpf: Set version attribute for bpf-helpers(7) man pageQuentin Monnet1-1/+20
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers1-22/+0
2022-08-20Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-5/+3
2022-08-21scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGuru Das Srinagesh1-0/+1
2022-08-21scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-lengthNathan Chancellor1-1/+0
2022-08-21kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__Jiri Slaby1-1/+1
2022-08-21modpost: fix module versioning when a symbol lacks valid CRCMasahiro Yamada1-3/+1
2022-08-19Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-08-16gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileAndrew Donnellan1-1/+1
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2022-08-11riscv/purgatory: Omit use of bin2cMasahiro Yamada1-0/+2
2022-08-11Revert "Makefile.extrawarn: re-enable -Wformat for clang"Linus Torvalds1-0/+1
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds16-303/+87
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-08-08Merge tag 'coccinelle-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds45-105/+99
2022-08-07update Coccinelle URLJulia Lawall43-43/+43
2022-08-07coccinelle: free: add version constraintJulia Lawall1-0/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-23/+31
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+6
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2022-08-06Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-08-05Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+15
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-3/+3
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+1
2022-08-04modpost: remove .symbol_white_list field entirelyMasahiro Yamada1-39/+16
2022-08-04modpost: remove unneeded .symbol_white_list initializersMasahiro Yamada1-8/+0
2022-08-04modpost: add PATTERNS() helper macroMasahiro Yamada1-0/+7
2022-08-04modpost: shorten warning messages in report_sec_mismatch()Masahiro Yamada1-170/+9
2022-08-04Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"Masahiro Yamada1-3/+0
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-21/+5
2022-08-03sign-file: Fix confusing error messagesTianjia Zhang1-1/+1
2022-08-03modpost: use more reliable way to get fromsec in section_rel(a)()Masahiro Yamada1-4/+2
2022-08-03modpost: add array range check to sec_name()Masahiro Yamada1-1/+9
2022-08-03modpost: refactor get_secindex()Masahiro Yamada1-12/+18
2022-08-03kbuild: set EXIT trap before creating temporary directoryMasahiro Yamada2-2/+2
2022-08-03modpost: remove unused Elf_Sword macroMasahiro Yamada1-2/+0
2022-08-03Makefile.extrawarn: re-enable -Wformat for clangJustin Stitt1-1/+0
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+3
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds3-69/+105
2022-08-02scripts/faddr2line: Add CONFIG_DEBUG_INFO checkJosh Poimboeuf1-0/+3
2022-08-02scripts/faddr2line: Fix vmlinux detection on arm64Josh Poimboeuf1-1/+3
2022-08-02scripts/tracing: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-01Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2022-07-29scripts/gdb: ensure the absolute path is generated on initial sourceAaron Tomlin1-1/+1
2022-07-27kconfig: Qt5: tell the user which packages are requiredRandy Dunlap1-0/+1
2022-07-27modpost: use sym_get_data() to get module device_table dataMasahiro Yamada3-4/+3
2022-07-27modpost: drop executable ELF supportMasahiro Yamada1-6/+4
2022-07-27checkstack: add riscv support for scripts/checkstack.plWadim Mueller1-0/+4
2022-07-27kconfig: shorten the temporary directory name for cc-optionMasahiro Yamada1-1/+1
2022-07-27scripts: headers_install.sh: Update config leak ignore entriesNicolas Schier1-2/+0
2022-07-27kbuild: error out if $(INSTALL_MOD_PATH) contains % or :Masahiro Yamada1-0/+3
2022-07-27kbuild: rpm-pkg: pass 'linux' to --target option of rpmbuildMasahiro Yamada1-2/+2
2022-07-27kbuild: rpm-pkg: fix build error when _arch is undefinedMasahiro Yamada1-0/+3
2022-07-27kbuild: dummy-tools: avoid tmpdir leak in dummy gccOndrej Mosnacek2-6/+2
2022-07-27Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."Masahiro Yamada1-1/+0
2022-07-27kbuild: remove sed command from cmd_ar_builtinMasahiro Yamada1-3/+2
2022-07-27certs: move scripts/check-blacklist-hashes.awk to certs/Masahiro Yamada1-37/+0
2022-07-27powerpc/purgatory: Omit use of bin2cMasahiro Yamada1-0/+2
2022-07-25x86/purgatory: Omit use of bin2cMasahiro Yamada1-0/+2
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-21/+1
2022-07-22bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar1-21/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-21scripts/gdb: Fix gdb 'lx-symbols' commandKhalid Masum1-1/+1
2022-07-21scripts/gdb: fix 'lx-dmesg' on 32 bits archAntonio Borneo2-8/+15
2022-07-17scripts/bloat-o-meter: add -p argumentNikolay Borisov1-1/+6
2022-07-17scripts/bloat-o-meter: switch argument parsing to using argparseNikolay Borisov1-19/+21
2022-07-16scripts/coccinelle/free: add NULL test before dev_{put, hold} functionsZiyang Xuan1-0/+54
2022-07-16coccinelle: Remove script that checks replacing 0/1 with false/true in functi...Steven Rostedt (Google)1-59/+0
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+5
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+2
2022-07-11module: panic: Taint the kernel when selftest modules loadDavid Gow1-0/+3
2022-07-11modules: Ensure natural alignment for .altinstructions and __bug_table sectionsHelge Deller1-0/+2
2022-07-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman2-6/+3
2022-07-10kbuild: remove unused cmd_none in scripts/Makefile.modinstMasahiro Yamada1-3/+0
2022-07-07scripts: sphinx-pre-install: place a warning for Sphinx >= 3.0Mauro Carvalho Chehab1-0/+4
2022-07-07scripts: sphinx-pre-install: provide both venv and package installsMauro Carvalho Chehab1-13/+42
2022-07-07scripts: sphinx-pre-install: check for PDF min version later onMauro Carvalho Chehab1-5/+10
2022-07-07scripts: sphinx-pre-install: report broken venvMauro Carvalho Chehab1-0/+6
2022-07-07scripts: sphinx-pre-install: fix venv version check logicMauro Carvalho Chehab1-3/+7
2022-07-03coccinelle: Extend address test from ifaddr semantic patch to test expressionsJérémy LEFAURE1-3/+1
2022-07-01scripts/tags.sh: Include tools directory in tags generationVipin Sharma1-8/+1
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2022-06-30scripts: get_feat.pl: use /usr/bin/env to find perlDavid Reaver1-1/+1
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2-1/+2
2022-06-29gen_compile_commands: handle multiple lines per .mod fileJohn Hubbard1-3/+3
2022-06-27Merge branch 'master' into mm-nonmm-stableakpm3-12/+38
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra1-1/+1
2022-06-26kbuild: Ignore __this_module in gen_autoksyms.shSami Tolvanen1-0/+3
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+34
2022-06-20modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada1-1/+1
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+34
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+4
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy1-0/+4
2022-06-16checkpatch: fix incorrect camelcase detection on numeric constantAntonio Borneo1-1/+1
2022-06-16checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listJoe Perches1-1/+2
2022-06-13scripts: kernel-doc: Always increment warnings counterNiklas Söderlund1-47/+35
2022-06-12Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-23/+28
2022-06-11scripts/gdb: change kernel config dumping methodKuan-Ying Lee1-3/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner3-3/+3
2022-06-10scripts/check-local-export: avoid 'wait $!' for process substitutionMasahiro Yamada1-15/+21
2022-06-08cert host tools: Stop complaining about deprecated OpenSSL functionsLinus Torvalds1-0/+7
2022-06-08scripts/nsdeps: adjust to the format change of *.mod filesMasahiro Yamada1-3/+2
2022-06-08kbuild: avoid regex RS for POSIX awkKevin Locke1-2/+2
2022-06-06faddr2line: Fix overlapping text section failures, the sequelJosh Poimboeuf1-11/+34
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds14-341/+287
2022-06-05kbuild: Allow to select bash in a modified environmentSchspa Shi1-1/+1
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer1-2/+6
2022-06-05modpost: use fnmatch() to simplify match()Masahiro Yamada1-61/+13