summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-05-222-7/+2
|\
| * LoongArch: rust: Switch to use built-in rustc targetWANG Rui2024-05-142-7/+2
* | Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-211-1/+1
|\ \
| * | s390/vdso: Create .build-id links for unstripped vdso filesJens Remus2024-05-141-1/+1
* | | Merge tag 'm68knommu-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-211-1/+0
|\ \ \
| * | | m68k: Avoid CONFIG_COLDFIRE switch in uapi headerThomas Huth2024-05-071-1/+0
| | |/ | |/|
* | | Merge tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2024-05-202-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-111-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-251-0/+7
| * | | | scripts/kallysms: always include __start and __stop symbolsKent Overstreet2024-04-251-0/+13
| * | | | scripts/kernel-doc: drop "_noprof" on function prototypesRandy Dunlap2024-04-251-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-161-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-101-10/+15
| * | | | kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada2024-05-101-4/+5
| * | | | kconfig: add sym_get_choice_menu() helperMasahiro Yamada2024-05-102-0/+36
| * | | | kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada2024-05-102-10/+40
| * | | | kconfig: turn missing prompt for choice members into errorMasahiro Yamada2024-05-102-2/+14
| * | | | kconfig: turn conf_choice() into void functionMasahiro Yamada2024-05-101-6/+5
| * | | | kconfig: use linked list in sym_set_changed()Masahiro Yamada2024-05-101-5/+3
| * | | | kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada2024-05-101-6/+3
| * | | | kconfig: gconf: remove debug codeMasahiro Yamada2024-05-101-48/+1
| * | | | kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada2024-05-101-1/+3
| * | | | kbuild: buildtar: install riscv compressed images as vmlinuzEmil Renner Berthing2024-05-101-10/+8
| * | | | kbuild: simplify generic vdso installation codeMasahiro Yamada2024-05-101-4/+3
| * | | | kbuild: add 'private' to target-specific variablesMasahiro Yamada2024-05-101-3/+3
| * | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-1010-23/+22
| * | | | kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada2024-05-103-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