summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2024-05-212-17/+17
|\
| * Coccinelle: pm_runtime: Fix grammar in commentThorsten Blum2024-05-201-1/+1
| * coccinelle: misc: minmax: Suppress reports for err returnsRicardo Ribalda2024-05-201-16/+16
* | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-194-10/+11
|\ \
| * | scripts: checkpatch: check unused parameters for function-like macroXining Xu2024-05-121-0/+6
| * | scripts/gdb: fix detection of current CPU in KGDBFlorian Rommel2024-05-081-5/+1
| * | scripts/gdb: make get_thread_info accept pointersFlorian Rommel2024-05-081-1/+1
| * | scripts/gdb: fix parameter handling in $lx_per_cpuFlorian Rommel2024-05-081-3/+2
| * | scripts/gdb: fix failing KGDB detection during probeFlorian Rommel2024-05-081-1/+1
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-193-0/+21
|\ \
| * | lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-261-0/+7
| * | scripts/kallysms: always include __start and __stop symbolsKent Overstreet2024-04-261-0/+13
| * | scripts/kernel-doc: drop "_noprof" on function prototypesRandy Dunlap2024-04-261-0/+1
| |/
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-1838-458/+350
|\ \
| * | kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada2024-05-151-4/+2
| * | kconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada2024-05-141-9/+0
| * | kconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada2024-05-142-9/+4
| * | kconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada2024-05-142-29/+14
| * | kconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada2024-05-142-95/+71
| * | kconfig: gconf: show checkbox for choice correctlyMasahiro Yamada2024-05-141-7/+5
| * | kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinalMasahiro Yamada2024-05-141-1/+3
| * | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-142-4/+0
| * | kbuild: provide reasonable defaults for tool coverageMasahiro Yamada2024-05-142-9/+13
| * | modules: Drop the .export_symbol section from the final modulesWang Yao2024-05-141-0/+1
| * | kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada2024-05-091-10/+15
| * | kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada2024-05-091-4/+5
| * | kconfig: add sym_get_choice_menu() helperMasahiro Yamada2024-05-092-0/+36
| * | kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada2024-05-092-10/+40
| * | kconfig: turn missing prompt for choice members into errorMasahiro Yamada2024-05-092-2/+14
| * | kconfig: turn conf_choice() into void functionMasahiro Yamada2024-05-091-6/+5
| * | kconfig: use linked list in sym_set_changed()Masahiro Yamada2024-05-091-5/+3
| * | kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada2024-05-091-6/+3
| * | kconfig: gconf: remove debug codeMasahiro Yamada2024-05-091-48/+1
| * | kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada2024-05-091-1/+3
| * | kbuild: buildtar: install riscv compressed images as vmlinuzEmil Renner Berthing2024-05-091-10/+8
| * | kbuild: simplify generic vdso installation codeMasahiro Yamada2024-05-091-4/+3
| * | kbuild: add 'private' to target-specific variablesMasahiro Yamada2024-05-091-3/+3
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-0910-23/+22
| * | kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada2024-05-093-16/+16
| * | kbuild: do not add $(srctree) or $(objtree) to header search pathsMasahiro Yamada2024-05-071-3/+3
| * | kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada2024-05-025-8/+4
| * | kconfig: remove 'optional' property supportMasahiro Yamada2024-05-0214-75/+5
| * | kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada2024-05-026-9/+6
| * | kbuild: buildtar: remove warning for the default caseMasahiro Yamada2024-05-021-11/+1
| * | kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada2024-05-021-3/+2
| * | kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada2024-05-022-35/+6
| * | kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada2024-05-022-0/+26
| * | kbuild: buildtar: add comments about inconsistent package generationMasahiro Yamada2024-05-021-4/+12
| * | dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring2024-05-021-1/+1
| * | scripts/unifdef: avoid constexpr keywordArnd Bergmann2024-04-221-6/+6
| |/