summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git:git.kernel.org/pub/scm/linux/kernel/git/glaubi...Stephen Rothwell2023-04-111-7/+0
|\
| * sh: remove sh5/sh64 last fragmentsRandy Dunlap2023-03-231-7/+0
* | Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell2023-04-111-0/+1
|\ \
| * | dts: add riscv include prefix linkAndre Przywara2023-03-271-0/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Stephen Rothwell2023-04-111-4/+0
|\ \
| * | scripts: Update the CONFIG_* ignore list in headers_install.shThomas Huth2023-03-101-4/+0
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Stephen Rothwell2023-04-118-542/+446
|\ \
| * | kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada2023-04-102-295/+277
| * | kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada2023-04-101-11/+0
| * | kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada2023-04-103-33/+0
| * | kbuild: builddeb: Eliminate debian/arch useBastian Germann2023-04-101-1/+1
| * | scripts/kallsyms: update the usage in the comment blockMasahiro Yamada2023-04-101-1/+1
| * | scripts/kallsyms: decrease expand_symbol() / cleanup_symbol_name() callsMasahiro Yamada2023-04-101-18/+15
| * | scripts/kallsyms: change the output orderMasahiro Yamada2023-04-101-59/+59
| * | scripts/kallsyms: move compiler-generated symbol patterns to mksysmapMasahiro Yamada2023-04-102-60/+43
| * | scripts/kallsyms: exclude symbols generated by itself dynamicallyMasahiro Yamada2023-04-103-20/+13
| * | scripts/mksysmap: use sed with in-line commentsMasahiro Yamada2023-04-101-24/+37
| * | scripts/mksysmap: remove comments described in nm(1)Masahiro Yamada2023-04-081-19/+1
| * | scripts/kallsyms: remove redundant code for omitting U and NMasahiro Yamada2023-04-081-4/+1
| * | kallsyms: expand symbol name into comment for debuggingArnd Bergmann2023-04-071-1/+2
* | | Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2023-04-117-15/+398
|\ \ \
| * | | scripts/gdb: timerlist: convert int chunks to strAmjad Ouled-Ameur2023-04-081-1/+1
| * | | scripts/gdb: print interruptsFlorian Fainelli2023-04-083-0/+247
| * | | scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2023-04-082-1/+6
| * | | scripts-gdb-add-a-radix-tree-parser-v2Florian Fainelli2023-04-081-0/+3
| * | | scripts/gdb: add a Radix Tree ParserKieran Bingham2023-04-083-0/+96
| * | | checkpatch: check for misuse of the link tagsMatthieu Baerts2023-04-081-1/+12
| * | | checkpatch: allow Closes tags with linksMatthieu Baerts2023-04-081-5/+5
| * | | checkpatch: use a list of "link" tagsMatthieu Baerts2023-04-081-4/+20
| * | | checkpatch: don't print the next line if not definedMatthieu Baerts2023-04-081-1/+1
| * | | scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingPeng Liu2023-04-081-1/+2
| * | | scripts/gdb: fix lx-timerlist for Python3Peng Liu2023-04-082-2/+7
| * | | scripts/gdb: fix lx-timerlist for struct timequeue_head changePeng Liu2023-04-081-2/+1
* | | | Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2023-04-115-11/+23
|\ \ \ \ | |/ / /
| * | | scripts/gdb: bail early if there are no generic PDFlorian Fainelli2023-04-081-1/+3
| * | | scripts/gdb: bail early if there are no clocksFlorian Fainelli2023-04-081-0/+2
| * | | checkpatch: ignore ETHTOOL_LINK_MODE_ enum valuesGerhard Engleder2023-04-081-0/+2
| * | | scripts/link-vmlinux.sh: fix error message presentationAndrew Morton2023-04-081-1/+1
| * | | scripts/gdb: support getting current task struct in UMLGlenn Washburn2023-04-081-2/+8
| * | | scripts/gdb: correct indentation in get_current_taskGlenn Washburn2023-04-081-9/+9
| |/ /
* | | rust: fix regexp in scripts/is_rust_module.shAndrea Righi2023-04-091-1/+1
* | | scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina2023-04-071-1/+4
|/ /
* | Merge tag 'kbuild-fixes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-013-3/+4
|\ \
| * | modpost: Fix processing of CRCs on 32-bit build machinesBen Hutchings2023-03-231-1/+1
| * | scripts: merge_config: Fix typo in variable name.Mirsad Goran Todorovac2023-03-231-1/+1
| * | kbuild: deb-pkg: set version for linux-headers pathsKevin Locke2023-03-221-1/+2
* | | checksyscalls: ignore fstat to silence build warning on LoongArchTiezhu Yang2023-03-231-1/+3
|/ /
* | kbuild: use git-archive for source package creationMasahiro Yamada2023-03-169-1149/+180
* | kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada2023-03-162-5/+9
* | kbuild: deb-pkg: use dh_listpackages to know enabled packagesMasahiro Yamada2023-03-152-29/+39