summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-05-08scripts: Do not strip .rela.dyn sectionAlexandre Ghiti-1/+1
2025-04-30kbuild: Properly disable -Wunterminated-string-initialization for clangNathan Chancellor-1/+8
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds-1/+1
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+11
2025-04-15rust: kbuild: use `pound` to support GNU Make < 4.3Miguel Ojeda-1/+1
2025-04-14rust: kasan/kbuild: fix missing flags on first buildMiguel Ojeda-1/+1
2025-04-14genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiersUros Bizjak-1/+11
2025-04-08scripts: generate_rust_analyzer: Add ffi crateLukas Fischer-3/+9
2025-04-06Disable SLUB_TINY for build testingLinus Torvalds-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-201/+729
2025-04-06kbuild: rpm-pkg: build a debuginfo RPMUday Shankar-2/+54
2025-04-06kconfig: merge_config: use an empty file as initfileDaniel Gomez-2/+2
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-1/+3
2025-04-03Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-1/+1
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+13
2025-04-02scripts/sorttable: Fix endianness handling in build-time mcount sortVasily Gorbik-1/+1
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-27/+168
2025-04-01objtool: Silence more KCOV warnings, part 2Josh Poimboeuf-1/+1
2025-03-31scripts: generate_rust_analyzer: fix pin-init name in kernel depsAndrei Lalaev-1/+1
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-7/+22
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+1
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+5
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-129/+0
2025-03-27Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+406
2025-03-27scripts/make_fit: Print DT name before libfdt errorsJ. Neuschäfer-1/+5
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-5/+8
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl-1/+3
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-0/+291
2025-03-25Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+6
2025-03-25objtool: Remove --no-unreachable for noinstr-only vmlinux.o runsJosh Poimboeuf-1/+0
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf-1/+1
2025-03-25objtool: Fix CONFIG_OBJTOOL_WERROR for vmlinux.oJosh Poimboeuf-3/+11
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-78/+16
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds-1248/+1516
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+15
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey-1/+1
2025-03-23kbuild: pacman-pkg: hardcode module installation pathMasahiro Yamada-3/+3
2025-03-23kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionallyAlexandru Gagniuc-2/+4
2025-03-23modpost: require a MODULE_DESCRIPTION()Jeff Johnson-2/+2
2025-03-22kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESSMasahiro Yamada-0/+4
2025-03-22kbuild: deb-pkg: remove "version" variable in mkdebianMasahiro Yamada-9/+8
2025-03-22kbuild: deb-pkg: fix versioning for -rc releasesMasahiro Yamada-1/+3
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-31/+44
2025-03-20scripts/tracing: Remove scripts/tracing/draw_functrace.pySteven Rostedt-129/+0
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-32/+45
2025-03-17checkpatch: describe --min-conf-desc-lengthPhilipp Hahn-2/+3
2025-03-17scripts/gdb/symbols: determine KASLR offset on s390Ilya Leoshkevich-1/+65