summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+26
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds13-42/+496
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-04-28Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+0
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+10
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+16
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-8/+7
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+0
2023-04-25Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+9
2023-04-24scripts: Remove ICC-related dead codeRuihan Li1-4/+0
2023-04-23Merge tag 'kbuild-fixes-v6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2023-04-23kbuild: use proper prefix for tarballs to fix rpm-pkg build errorMasahiro Yamada1-3/+3
2023-04-23kbuild: deb-pkg: Fix a spell typo in mkdebian scriptWoody Suwalski1-1/+1
2023-04-21ASN.1: Fix check for strdup() successEkaterina Orlova1-1/+1
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-121/+126
2023-04-20Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-2/+5
2023-04-19rust: fix regexp in scripts/is_rust_module.shAndrea Righi1-1/+1
2023-04-19checkpatch: introduce proper bindings license checkDmitry Rokosov1-1/+6
2023-04-19scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry()Glenn Washburn1-0/+37
2023-04-19scripts/gdb: create linux/vfs.py for VFS related GDB helpersGlenn Washburn4-15/+32
2023-04-19scripts/gdb: timerlist: convert int chunks to strAmjad Ouled-Ameur1-1/+1
2023-04-19scripts/gdb: print interruptsFlorian Fainelli3-0/+247
2023-04-19scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2-1/+6
2023-04-19scripts/gdb: add a Radix Tree ParserKieran Bingham3-0/+99
2023-04-19checkpatch: check for misuse of the link tagsMatthieu Baerts1-1/+12
2023-04-19checkpatch: allow Closes tags with linksMatthieu Baerts1-5/+5
2023-04-19checkpatch: use a list of "link" tagsMatthieu Baerts1-4/+20
2023-04-19checkpatch: don't print the next line if not definedMatthieu Baerts1-1/+1
2023-04-19scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingPeng Liu1-1/+2
2023-04-19scripts/gdb: fix lx-timerlist for Python3Peng Liu2-2/+7
2023-04-19scripts/gdb: fix lx-timerlist for struct timequeue_head changePeng Liu1-2/+1
2023-04-19kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14Arnd Bergmann1-0/+2
2023-04-16kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada1-17/+9
2023-04-16kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada1-7/+17
2023-04-16kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada1-10/+9
2023-04-14scripts/objdump-func: Support multiple functionsJosh Poimboeuf1-9/+25
2023-04-14module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang1-2/+2
2023-04-14module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang1-9/+1
2023-04-14module: Sync code of is_arm_mapping_symbol()Tiezhu Yang1-0/+2
2023-04-14Daniel Borkmann says:Jakub Kicinski1-1/+1
2023-04-14scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav3-4/+7
2023-04-11bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesAlejandro Colomar1-1/+1
2023-04-11kbuild: give up untracked files for source package buildsMasahiro Yamada4-89/+90
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman4-4/+7
2023-04-08scripts/gdb: bail early if there are no generic PDFlorian Fainelli1-1/+3
2023-04-08scripts/gdb: bail early if there are no clocksFlorian Fainelli1-0/+2
2023-04-08checkpatch: ignore ETHTOOL_LINK_MODE_ enum valuesGerhard Engleder1-0/+2
2023-04-08scripts/link-vmlinux.sh: fix error message presentationAndrew Morton1-1/+1
2023-04-08scripts/gdb: support getting current task struct in UMLGlenn Washburn1-2/+8