aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
18 hoursMerge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell1-0/+3
19 hoursMerge branch 'for-backlight-next' of git://git.kernel.org/pub/scm/linux/kerne...Stephen Rothwell1-0/+1
20 hoursMerge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Stephen Rothwell1-1/+1
20 hoursMerge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/risc...Stephen Rothwell1-0/+6
20 hoursMerge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Stephen Rothwell1-1/+0
20 hoursMerge branch 'loongarch-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell2-7/+2
21 hoursMerge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Stephen Rothwell38-458/+350
21 hoursMerge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell1-18/+11
21 hoursMerge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell4-10/+11
21 hoursMerge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell3-0/+21
47 hoursMerge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2 dayskconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada1-4/+2
3 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+14
3 daysfooAndrew Morton5-28/+22
3 dayskbuild: enable -Wcast-function-type-strict unconditionallyArnd Bergmann1-1/+0
3 dayskbuild: enable -Wformat-truncation on clangArnd Bergmann1-0/+7
3 dayskbuild: turn on -Wrestrict by defaultArnd Bergmann1-1/+0
3 dayskbuild: remove redundant extra warning flagsArnd Bergmann1-15/+0
3 dayskbuild: turn on -Wextra by defaultArnd Bergmann1-1/+4
3 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+306
3 daysMerge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
3 dayskconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada1-9/+0
3 dayskconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada2-9/+4
3 dayskconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada2-29/+14
3 dayskconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada2-95/+71
3 dayskconfig: gconf: show checkbox for choice correctlyMasahiro Yamada1-7/+5
3 dayskbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinalMasahiro Yamada1-1/+3
3 daysMakefile: remove redundant tool coverage variablesMasahiro Yamada2-4/+0
3 dayskbuild: provide reasonable defaults for tool coverageMasahiro Yamada2-9/+13
3 dayss390/vdso: Create .build-id links for unstripped vdso filesJens Remus1-1/+1
4 daysmodule: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Yifan Hong1-1/+1
4 daysmodules: Drop the .export_symbol section from the final modulesWang Yao1-0/+1
4 daysLoongArch: rust: Switch to use built-in rustc targetWANG Rui2-7/+2
4 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+13
4 daysMerge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds5-4/+12
4 daysMerge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds3-3/+122
4 daysMerge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-5/+0
6 daysscripts: checkpatch: check unused parameters for function-like macroXining Xu1-0/+6
8 dayskbuild,bpf: Switch to using --btf_features for pahole v1.26 and laterAlan Maguire1-2/+13
8 dayskconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada1-10/+15
8 dayskconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada1-4/+5
8 dayskconfig: add sym_get_choice_menu() helperMasahiro Yamada2-0/+36
8 dayskconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada2-10/+40
8 dayskconfig: turn missing prompt for choice members into errorMasahiro Yamada2-2/+14
8 dayskconfig: turn conf_choice() into void functionMasahiro Yamada1-6/+5
8 dayskconfig: use linked list in sym_set_changed()Masahiro Yamada1-5/+3
8 dayskconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada1-6/+3
8 dayskconfig: gconf: remove debug codeMasahiro Yamada1-48/+1
8 dayskconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada1-1/+3
8 dayskbuild: buildtar: install riscv compressed images as vmlinuzEmil Renner Berthing1-10/+8
8 dayskbuild: simplify generic vdso installation codeMasahiro Yamada1-4/+3
8 dayskbuild: add 'private' to target-specific variablesMasahiro Yamada1-3/+3
8 dayskbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada10-23/+22
8 dayskbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada3-16/+16
9 daysMerge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman1-1/+1
9 daysscripts/gdb: fix detection of current CPU in KGDBFlorian Rommel1-5/+1
9 daysscripts/gdb: make get_thread_info accept pointersFlorian Rommel1-1/+1
9 daysscripts/gdb: fix parameter handling in $lx_per_cpuFlorian Rommel1-3/+2
9 daysscripts/gdb: fix failing KGDB detection during probeFlorian Rommel1-1/+1
10 dayskbuild: do not add $(srctree) or $(objtree) to header search pathsMasahiro Yamada1-3/+3
10 dayskernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning.Utkarsh Tripathi1-1/+1
11 daysm68k: Avoid CONFIG_COLDFIRE switch in uapi headerThomas Huth1-1/+0
12 daysrust: upgrade to Rust 1.78.0Miguel Ojeda2-2/+2
13 daysscripts/spdxcheck: Add count of missing files to stats outputBird, Tim1-0/+3
2024-05-03const_structs.checkpatch: add lcd_opsKrzysztof Kozlowski1-0/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-05-02docs: scripts/check-variable-fonts.sh: Improve commands for detectionAkira Yokosawa1-8/+6
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada5-8/+4
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada14-75/+5
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada6-9/+6
2024-05-02kbuild: buildtar: remove warning for the default caseMasahiro Yamada1-11/+1
2024-05-02kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada1-3/+2
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada2-35/+6
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada2-0/+26
2024-05-02kbuild: buildtar: add comments about inconsistent package generationMasahiro Yamada1-4/+12
2024-05-02dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring1-1/+1
2024-04-28RISC-V: enable building 64-bit kernels with rust supportMiguel Ojeda1-0/+6
2024-04-27Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan1-0/+7
2024-04-25scripts/kallysms: always include __start and __stop symbolsKent Overstreet1-0/+13
2024-04-25scripts/kernel-doc: drop "_noprof" on function prototypesRandy Dunlap1-0/+1
2024-04-25kbuild: rust: force `alloc` extern to allow "empty" Rust filesMiguel Ojeda1-1/+1
2024-04-24kernel-doc: fix struct_group_tagged() parsingKees Cook1-1/+2
2024-04-23scripts/unifdef: avoid constexpr keywordArnd Bergmann1-6/+6
2024-04-17s390/expoline: Make modules use kernel expolinesVasily Gorbik1-5/+0
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho1-1/+1
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu1-3/+3
2024-04-12arm64: boot: Support Flat Image TreeSimon Glass2-0/+306
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2024-04-10docs: Detect variable fonts and suggest denylisting themAkira Yokosawa1-0/+117
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-38/+42
2024-04-03gcc-plugins/stackleak: Avoid .head.text sectionArd Biesheuvel1-0/+2
2024-04-02Merge tag 'docs-6.9-fixes' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-04-02scripts: sphinx-pre-install: Add pyyaml hint to other distrosThorsten Blum1-0/+3
2024-04-02scripts/sphinx-pre-install: fix Arch xelatex dependencyLi Hua1-1/+1
2024-04-02kbuild: rust: use `-Zdebuginfo-compression`Miguel Ojeda1-0/+2
2024-04-02kbuild: rust: use `-Zdwarf-version` to support DWARFv5Miguel Ojeda1-0/+6
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-37/+41
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer8-14/+14
2024-03-31kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesBorislav Petkov (AMD)1-1/+1
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-7/+3
2024-03-29rust: upgrade to Rust 1.77.1Miguel Ojeda2-2/+2
2024-03-29docs: Fix bitfield handling in kernel-docDonald Hunter1-1/+1
2024-03-28compiler_types: add Endianness-dependent __counted_by_{le,be}Alexander Lobakin1-0/+1
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2024-03-28modpost: do not make find_tosym() return NULLMasahiro Yamada1-2/+5
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada4-13/+18
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-2/+2
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-2/+5
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds45-523/+894
2024-03-21Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2024-03-21kconfig: tests: test dependency after shuffling choicesMasahiro Yamada5-0/+71
2024-03-21kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada5-0/+78
2024-03-21kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada1-6/+10
2024-03-18Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-33/+32
2024-03-19kbuild: rpm-pkg: add dtb files in kernel rpmJose Ignacio Tornos Martinez1-0/+13
2024-03-19kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada1-4/+1
2024-03-19kconfig: check prompt for choice while parsingMasahiro Yamada2-3/+6
2024-03-19kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada2-22/+0
2024-03-19kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada1-1/+1
2024-03-19modpost: fix null pointer dereferenceMax Kellermann1-1/+3
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+6
2024-03-15scripts/bpf_doc: Use silent mode when exec make cmdHangbin Liu1-2/+2
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds3-2/+4
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-27/+29
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+6
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2024-03-13Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Linus Torvalds2-0/+13
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds2-1283/+1280
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-18/+197
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+7
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-1/+8
2024-03-11Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-6/+6
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang1-2/+5
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini7-18/+19
2024-03-11kbuild: remove GCC's default -Wpacked-bitfield-compat flagMasahiro Yamada1-1/+0
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada1-1/+1
2024-03-10kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor1-0/+2
2024-03-10kconfig: remove named choice supportMasahiro Yamada1-7/+3
2024-03-09kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada1-8/+9
2024-03-09kconfig: link menus to a symbolMasahiro Yamada3-1/+12
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-03-07scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance1-1/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2024-03-06const_structs.checkpatch: add device_typeRicardo B. Marliere1-0/+1
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann2-2/+2
2024-03-03docs: drop the version constraints for sphinx and dependenciesLukas Bulwahn1-16/+3
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2024-02-29leaking_addresses: Provide mechanism to scan binary filesKees Cook1-0/+53
2024-02-29leaking_addresses: Ignore input device status linesKees Cook1-11/+17
2024-02-29leaking_addresses: Use File::Temp for /tmp filesKees Cook1-5/+4
2024-02-29coccinelle: semantic patch to check for potential struct_size callsJacob Keller1-0/+74
2024-02-29coccinelle: Add rules to find str_plural() replacementsKees Cook1-0/+41
2024-02-29rust: upgrade to Rust 1.76.0Miguel Ojeda1-1/+1
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda2-5/+5
2024-02-29dtc: Enable dtc interrupt_provider checkRob Herring1-2/+1
2024-02-29kernel-doc: Add unary operator * to $type_param_refAkira Yokosawa1-1/+1
2024-02-23kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-1/+1
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada2-9/+9
2024-02-23scripts: check-sysctl-docs: handle per-namespace sysctlsThomas Weißschuh1-0/+20
2024-02-23scripts: check-sysctl-docs: adapt to new APIThomas Weißschuh1-33/+12
2024-02-22const_structs.checkpatch: add bus_typeRicardo B. Marliere1-0/+1
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor1-1/+1
2024-02-22kbuild: raise the minimum supported version of LLVM to 13.0.1Nathan Chancellor1-1/+1
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-1/+1
2024-02-21scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee1-27/+29
2024-02-21kernel-doc: handle #if in enums as wellJohannes Berg1-1/+1
2024-02-21scripts/kernel-doc: simplify signature printingVegard Nossum1-22/+14
2024-02-21scripts/kernel-doc: separate out function signatureVegard Nossum1-21/+28
2024-02-21scripts/kernel-doc: simplify function printingVegard Nossum1-6/+4
2024-02-21scripts/kernel-doc: add modeline for vim usersVegard Nossum1-0/+1
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook2-0/+6
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin1-3/+2
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada7-39/+42
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada2-15/+27
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada1-6/+0
2024-02-20kconfig: convert linked list of files to hash tableMasahiro Yamada1-9/+11
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada3-9/+11
2024-02-20locking/atomic: scripts: Clarify ordering of conditional atomicsMark Rutland7-1/+8
2024-02-19kconfig: move ARRAY_SIZE to a headerMasahiro Yamada2-2/+12
2024-02-19kconfig: add macros useful for hashtableMasahiro Yamada1-0/+48
2024-02-19kconfig: import more list macros and inline functionsMasahiro Yamada2-0/+77
2024-02-19kconfig: resync list.hMasahiro Yamada1-62/+121
2024-02-19kconfig: split list_head into a separate headerMasahiro Yamada6-7/+15
2024-02-19kconfig: change file_lookup() to return the file nameMasahiro Yamada5-16/+13
2024-02-19kconfig: make file::name a flexible array memberMasahiro Yamada2-3/+6
2024-02-19kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada3-33/+23
2024-02-19kconfig: replace remaining current_file->name with cur_filenameMasahiro Yamada2-6/+6
2024-02-19kconfig: do not delay the cur_filename updateMasahiro Yamada2-10/+15
2024-02-19kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada1-5/+5
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada3-9/+9
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada5-10/+10
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada5-51/+37
2024-02-19kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada1-8/+17