Age | Commit message (Expand) | Author | Files | Lines |
8 days | scripts/gdb: fix dentry_name() lookup | Florian Fainelli | 1 | -1/+1 |
2025-06-16 | gendwarfksyms: Fix structure type overrides | Sami Tolvanen | 2 | -58/+21 |
2025-06-16 | kbuild: move warnings about linux/export.h from W=1 to W=2 | Masahiro Yamada | 1 | -3/+12 |
2025-06-07 | Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 17 | -187/+590 |
2025-06-07 | genksyms: Fix enum consts from a reference affecting new values | Petr Pavlu | 1 | -7/+20 |
2025-06-06 | Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+201 |
2025-06-06 | scripts/misc-check: check unnecessary #include <linux/export.h> when W=1 | Masahiro Yamada | 1 | -0/+12 |
2025-06-06 | scripts/misc-check: check missing #include <linux/export.h> when W=1 | Masahiro Yamada | 1 | -0/+43 |
2025-06-06 | scripts/misc-check: add double-quotes to satisfy shellcheck | Masahiro Yamada | 1 | -1/+1 |
2025-06-06 | kbuild: move W=1 check for scripts/misc-check to top-level Makefile | Masahiro Yamada | 1 | -8/+1 |
2025-06-06 | scripts/tags.sh: allow to use alternative ctags implementation | Masatake YAMATO | 1 | -1/+1 |
2025-06-06 | kconfig: introduce menu type enum | Masahiro Yamada | 4 | -9/+21 |
2025-06-04 | Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 5 | -16/+34 |
2025-06-02 | Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -0/+9 |
2025-06-01 | Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2 | -11/+43 |
2025-06-01 | randstruct: gcc-plugin: Fix attribute addition | Kees Cook | 2 | -11/+43 |
2025-05-31 | kcov: rust: add flags for KCOV with Rust | Alice Ryhl | 2 | -0/+9 |
2025-05-31 | Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 5 | -28/+73 |
2025-05-31 | Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -469/+4 |
2025-05-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+4 |
2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 2 | -20/+101 |
2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
2025-05-28 | Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -1/+1 |
2025-05-28 | Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 9 | -137/+37 |
2025-05-27 | Remove legacy 'cc-disable-warning' use from the generic build scripts | Linus Torvalds | 1 | -16/+16 |
2025-05-27 | Make 'cc-option' work correctly for the -Wno-xyzzy pattern | Linus Torvalds | 1 | -2/+2 |
2025-05-27 | Merge tag 'docs-6.16' of git://git.lwn.net/linux | Linus Torvalds | 9 | -2441/+5859 |
2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+1 |
2025-05-26 | Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2025-05-26 | Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 1 | -1/+4 |
2025-05-25 | rust: compile libcore with edition 2024 for 1.87+ | Gary Guo | 1 | -5/+8 |
2025-05-25 | modpost: check forbidden MODULE_IMPORT_NS("module:") at compile time | Masahiro Yamada | 1 | -1/+8 |
2025-05-25 | kbuild: move kbuild syntax processing to scripts/Makefile.build | Masahiro Yamada | 2 | -84/+84 |
2025-05-25 | gendwarfksyms: Add a kABI rule to override type strings | Sami Tolvanen | 6 | -18/+246 |
2025-05-25 | gendwarfksyms: Add a kABI rule to override byte_size attributes | Sami Tolvanen | 6 | -1/+70 |
2025-05-25 | gendwarfksyms: Clean up kABI rule look-ups | Sami Tolvanen | 1 | -57/+44 |
2025-05-25 | module: Extend the module namespace parsing | Peter Zijlstra | 1 | -2/+34 |
2025-05-25 | module: Add module specific symbol namespace support | Peter Zijlstra | 1 | -1/+10 |
2025-05-25 | modpost: Use for() loop | Peter Zijlstra | 1 | -5/+3 |
2025-05-23 | Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/next | Marc Zyngier | 1 | -1/+4 |
2025-05-23 | rust: use absolute paths in macros referencing core and kernel | Igor Korotin | 2 | -9/+15 |
2025-05-21 | scripts/gdb/symbols: determine KASLR offset on s390 during early boot | Ilya Leoshkevich | 1 | -0/+12 |
2025-05-21 | scripts/gdb/symbols: factor out pagination_off() | Ilya Leoshkevich | 2 | -13/+18 |
2025-05-21 | scripts/gdb/symbols: factor out get_vmlinux() | Ilya Leoshkevich | 2 | -5/+10 |
2025-05-21 | Makefile.kcov: apply needed compiler option unconditionally in CFLAGS_KCOV | Lukas Bulwahn | 1 | -1/+1 |
2025-05-21 | scripts: kernel-doc: prevent a KeyError when checking output | Mauro Carvalho Chehab | 1 | -0/+4 |
2025-05-21 | Merge tag 'v6.15-rc7' into x86/core, to pick up fixes | Ingo Molnar | 5 | -5/+18 |
2025-05-17 | x86/mm/64: Always use dynamic memory layout | Kirill A. Shutemov | 1 | -3/+1 |
2025-05-16 | checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite() | Paul E. McKenney | 1 | -0/+2 |
2025-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -6/+19 |
2025-05-13 | Merge 6.15-rc6 into char-misc-next | Greg Kroah-Hartman | 2 | -2/+9 |
2025-05-12 | kbuild: fix typos "module.builtin" to "modules.builtin" | Masahiro Yamada | 2 | -3/+3 |
2025-05-12 | kbuild: fix dependency on sorttable | Masahiro Yamada | 1 | -1/+1 |
2025-05-12 | kbuild: Disable -Wdefault-const-init-unsafe | Nathan Chancellor | 1 | -0/+12 |
2025-05-12 | kbuild: rpm-pkg: Add (elfutils-devel or libdw-devel) to BuildRequires | WangYuli | 1 | -0/+1 |
2025-05-12 | kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch | WangYuli | 1 | -1/+1 |
2025-05-11 | scripts/gdb: update documentation for lx_per_cpu | Illia Ostapyshyn | 1 | -2/+2 |
2025-05-11 | scripts/gdb: fix kgdb probing on single-core systems | Illia Ostapyshyn | 1 | -1/+1 |
2025-05-11 | treewide: fix typo "previlege" | WangYuli | 1 | -0/+2 |
2025-05-11 | checkpatch: qualify do-while-0 advice | Jim Cromie | 1 | -6/+27 |
2025-05-11 | checkpatch: dont warn about unused macro arg on empty body | Jim Cromie | 1 | -1/+1 |
2025-05-12 | rust: convert raw URLs to Markdown autolinks in comments | Xizhe Yin | 1 | -2/+2 |
2025-05-12 | rust: clarify the language unstable features in use | Miguel Ojeda | 1 | -0/+9 |
2025-05-09 | scripts/bpf_doc.py: implement json output format | Ihor Solodrai | 1 | -20/+99 |
2025-05-08 | randstruct: gcc-plugin: Remove bogus void member | Kees Cook | 1 | -17/+1 |
2025-05-08 | integer-wrap: Force full rebuild when .scl file changes | Kees Cook | 2 | -0/+6 |
2025-05-08 | gcc-plugins: Force full rebuild when plugins change | Kees Cook | 3 | -1/+23 |
2025-05-08 | kbuild: Switch from -Wvla to -Wvla-larger-than=1 | Kees Cook | 1 | -2/+7 |
2025-05-08 | scripts: Do not strip .rela.dyn section | Alexandre Ghiti | 1 | -1/+1 |
2025-05-07 | KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2 | Mostafa Saleh | 1 | -1/+4 |
2025-05-06 | checkpatch: remove %p4cn | Aditya Garg | 1 | -1/+1 |
2025-05-06 | BackMerge tag 'v6.15-rc5' into drm-next | Dave Airlie | 5 | -8/+31 |
2025-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+8 |
2025-04-30 | kbuild: Properly disable -Wunterminated-string-initialization for clang | Nathan Chancellor | 1 | -1/+8 |
2025-04-30 | gcc-plugins: remove SANCOV gcc plugin | Arnd Bergmann | 4 | -147/+0 |
2025-04-30 | Kbuild: remove structleak gcc plugin | Arnd Bergmann | 2 | -271/+0 |
2025-04-30 | kbuild: require gcc-8 and binutils-2.30 | Arnd Bergmann | 3 | -50/+3 |
2025-04-28 | scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a class | Mauro Carvalho Chehab | 1 | -124/+149 |
2025-04-28 | scripts/lib/kdoc: change mode to 0644 | Mauro Carvalho Chehab | 3 | -0/+0 |
2025-04-28 | gcc-plugins: Remove ARM_SSP_PER_TASK plugin | Kees Cook | 3 | -117/+0 |
2025-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4 | Alexei Starovoitov | 1 | -1/+1 |
2025-04-28 | Merge 6.15-rc4 into char-misc-next | Greg Kroah-Hartman | 5 | -7/+23 |
2025-04-25 | git-resolve: add SPDX and copyright line | Sasha Levin | 1 | -0/+2 |
2025-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -7/+23 |
2025-04-24 | scripts/kernel-doc.py: don't create *.pyc files | Mauro Carvalho Chehab | 2 | -2/+2 |
2025-04-23 | Fix mis-uses of 'cc-option' for warning disablement | Linus Torvalds | 1 | -1/+1 |
2025-04-21 | scripts:kdoc_files.py: use glob for export_file seek | Mauro Carvalho Chehab | 1 | -1/+3 |
2025-04-21 | scripts/lib/kdoc/kdoc_parser.py: move states to a separate class | Mauro Carvalho Chehab | 1 | -59/+64 |
2025-04-21 | scripts/lib/kdoc/kdoc_files.py: don't try to join None | Mauro Carvalho Chehab | 1 | -2/+5 |
2025-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3 | Alexei Starovoitov | 31 | -206/+750 |
2025-04-21 | lib/vsprintf: Add support for generic FourCCs by extending %p4cc | Hector Martin | 1 | -1/+1 |
2025-04-19 | Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -5/+11 |
2025-04-17 | scripts: Add git-resolve tool for full SHA-1 resolution | Sasha Levin | 1 | -0/+199 |
2025-04-15 | rust: kbuild: use `pound` to support GNU Make < 4.3 | Miguel Ojeda | 1 | -1/+1 |
2025-04-15 | kbuild, bpf: Enable --btf_features=attributes | Ihor Solodrai | 1 | -0/+2 |
2025-04-14 | rust: kasan/kbuild: fix missing flags on first build | Miguel Ojeda | 1 | -1/+1 |
2025-04-14 | genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiers | Uros Bizjak | 2 | -1/+11 |
2025-04-11 | net: Retire DCCP socket. | Kuniyuki Iwashima | 1 | -1/+1 |
2025-04-09 | scripts: kernel-doc: fix parsing function-like typedefs (again) | Sean Anderson | 2 | -2/+2 |
2025-04-09 | scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe | Mauro Carvalho Chehab | 3 | -159/+159 |
2025-04-09 | scripts/kernel_doc.py: better handle exported symbols | Mauro Carvalho Chehab | 4 | -79/+124 |
2025-04-09 | scripts/lib/kdoc/kdoc_files.py: allow filtering output per fname | Mauro Carvalho Chehab | 1 | -12/+12 |
2025-04-09 | scripts/kernel-doc: switch to use kernel-doc.py | Mauro Carvalho Chehab | 1 | -1/+1 |
2025-04-09 | scripts/kernel-doc.py: Properly handle Werror and exit codes | Mauro Carvalho Chehab | 4 | -18/+35 |
2025-04-09 | scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependency | Mauro Carvalho Chehab | 1 | -1/+1 |
2025-04-09 | scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMP | Mauro Carvalho Chehab | 2 | -16/+21 |
2025-04-09 | scripts/kernel-doc.py: move modulename to man class | Mauro Carvalho Chehab | 4 | -22/+11 |
2025-04-09 | scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13 | Mauro Carvalho Chehab | 2 | -6/+6 |
2025-04-09 | scripts/kernel-doc.py: adjust some coding style issues | Mauro Carvalho Chehab | 5 | -42/+57 |
2025-04-09 | scripts/kernel-doc.py: Set an output format for --none | Mauro Carvalho Chehab | 1 | -0/+4 |
2025-04-09 | scripts/kernel-doc.py: postpone warnings to the output plugin | Mauro Carvalho Chehab | 2 | -26/+39 |
2025-04-09 | scripts/kernel-doc.py: properly handle out_section for ReST | Mauro Carvalho Chehab | 1 | -4/+4 |
2025-04-09 | scripts/kernel-doc.py: fix handling of doc output check | Mauro Carvalho Chehab | 2 | -18/+14 |
2025-04-09 | scripts/kernel-doc.py: fix line number output | Mauro Carvalho Chehab | 2 | -10/+24 |
2025-04-09 | scripts/kernel-doc.py: implement support for -no-doc-sections | Mauro Carvalho Chehab | 3 | -5/+15 |
2025-04-09 | scripts/kernel-doc.py: move file lists to the parser function | Mauro Carvalho Chehab | 2 | -24/+20 |
2025-04-09 | scripts/kernel-doc.py: convert message output to an interactor | Mauro Carvalho Chehab | 3 | -91/+104 |
2025-04-09 | scripts/kernel-doc.py: move output classes to a separate file | Mauro Carvalho Chehab | 2 | -724/+739 |
2025-04-09 | scripts/kernel-doc.py: move KernelFiles class to a separate file | Mauro Carvalho Chehab | 2 | -219/+271 |
2025-04-09 | scripts/kernel-doc.py: move KernelDoc class to a separate file | Mauro Carvalho Chehab | 2 | -1632/+1692 |
2025-04-09 | scripts/kernel-doc.py: move regex methods to a separate file | Mauro Carvalho Chehab | 2 | -218/+277 |
2025-04-09 | scripts/kernel-doc.py: properly handle struct_group macros | Mauro Carvalho Chehab | 1 | -7/+213 |
2025-04-09 | scripts/kernel-doc.py: better handle empty sections | Mauro Carvalho Chehab | 1 | -3/+28 |
2025-04-09 | scripts/kernel-doc.py: output warnings the same way as kerneldoc | Mauro Carvalho Chehab | 1 | -4/+16 |
2025-04-09 | scripts/kernel-doc.py: add a Python parser | Mauro Carvalho Chehab | 1 | -0/+2832 |
2025-04-09 | scripts/kernel-doc: add a symlink to the Perl version of kernel-doc | Mauro Carvalho Chehab | 1 | -0/+1 |
2025-04-09 | scripts/kernel-doc: rename it to scripts/kernel-doc.pl | Mauro Carvalho Chehab | 1 | -0/+0 |
2025-04-08 | scripts: generate_rust_analyzer: Add ffi crate | Lukas Fischer | 1 | -3/+9 |
2025-04-06 | Disable SLUB_TINY for build testing | Linus Torvalds | 1 | -1/+1 |
2025-04-05 | Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 28 | -201/+729 |
2025-04-06 | kbuild: rpm-pkg: build a debuginfo RPM | Uday Shankar | 2 | -2/+54 |
2025-04-06 | kconfig: merge_config: use an empty file as initfile | Daniel Gomez | 1 | -2/+2 |
2025-04-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | 1 | -1/+3 |
2025-04-03 | Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr... | Linus Torvalds | 1 | -1/+1 |
2025-04-02 | Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -6/+13 |
2025-04-02 | scripts/sorttable: Fix endianness handling in build-time mcount sort | Vasily Gorbik | 1 | -1/+1 |
2025-04-01 | Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 7 | -27/+168 |
2025-04-01 | objtool: Silence more KCOV warnings, part 2 | Josh Poimboeuf | 1 | -1/+1 |
2025-03-31 | scripts: generate_rust_analyzer: fix pin-init name in kernel deps | Andrei Lalaev | 1 | -1/+1 |
2025-03-30 | Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 3 | -7/+22 |
2025-03-30 | Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -1/+1 |
2025-03-29 | Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+5 |
2025-03-27 | Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 1 | -129/+0 |
2025-03-27 | Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -9/+406 |
2025-03-27 | scripts/make_fit: Print DT name before libfdt errorsdevicetree-for-6.15 | J. Neuschäfer | 1 | -1/+5 |
2025-03-26 | Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -5/+8 |
2025-03-26 | ARM: 9441/1: rust: Enable Rust support for ARMv7 | Christian Schrrefl | 1 | -1/+3 |
2025-03-25 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -0/+291 |
2025-03-25 | Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -9/+6 |
2025-03-25 | objtool: Remove --no-unreachable for noinstr-only vmlinux.o runs | Josh Poimboeuf | 1 | -1/+0 |
2025-03-25 | objtool: Reduce CONFIG_OBJTOOL_WERROR verbosity | Josh Poimboeuf | 1 | -1/+1 |
2025-03-25 | objtool: Fix CONFIG_OBJTOOL_WERROR for vmlinux.o | Josh Poimboeuf | 1 | -3/+11 |
2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -78/+16 |
2025-03-24 | Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2025-03-24 | Merge tag 'docs-6.15' of git://git.lwn.net/linux | Linus Torvalds | 9 | -1248/+1516 |
2025-03-24 | Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -4/+15 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2025-03-23 | rust: enable `raw_ref_op` feature | Antonio Hickey | 1 | -1/+1 |
2025-03-23 | kbuild: pacman-pkg: hardcode module installation path | Masahiro Yamada | 1 | -3/+3 |
2025-03-23 | kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally | Alexandru Gagniuc | 1 | -2/+4 |
2025-03-23 | modpost: require a MODULE_DESCRIPTION() | Jeff Johnson | 1 | -2/+2 |
2025-03-22 | kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESS | Masahiro Yamada | 1 | -0/+4 |
2025-03-22 | kbuild: deb-pkg: remove "version" variable in mkdebian | Masahiro Yamada | 1 | -9/+8 |
2025-03-22 | kbuild: deb-pkg: fix versioning for -rc releases | Masahiro Yamada | 1 | -1/+3 |
2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -31/+44 |
2025-03-20 | scripts/tracing: Remove scripts/tracing/draw_functrace.py | Steven Rostedt | 1 | -129/+0 |
2025-03-19 | Merge tag 'v6.14-rc7' into x86/core, to pick up fixes | Ingo Molnar | 3 | -32/+45 |
2025-03-17 | checkpatch: describe --min-conf-desc-length | Philipp Hahn | 1 | -2/+3 |
2025-03-17 | scripts/gdb/symbols: determine KASLR offset on s390 | Ilya Leoshkevich | 2 | -1/+65 |
2025-03-17 | scripts/gdb/linux/symbols.py: address changes to module_sect_attrs | Antonio Quartulli | 1 | -4/+9 |
2025-03-17 | objtool: Add CONFIG_OBJTOOL_WERROR | Josh Poimboeuf | 1 | -0/+1 |
2025-03-16 | coccinelle: misc: secs_to_jiffies: Patch expressions too | Easwar Hariharan | 1 | -0/+10 |
2025-03-16 | scripts/gdb: add $lx_per_cpu_ptr() | Brendan Jackman | 1 | -2/+20 |
2025-03-16 | get_maintainer: stop reporting subsystem status as maintainer role | Vlastimil Babka | 1 | -15/+6 |
2025-03-16 | get_maintainer: add --substatus for reporting subsystem status | Vlastimil Babka | 1 | -3/+25 |
2025-03-16 | scripts: add script to extract built-in firmware blobs | Guilherme G. Piccoli | 1 | -0/+30 |
2025-03-16 | rust: make pin-init its own crate | Benno Lossin | 1 | -2/+2 |
2025-03-16 | rust: add pin-init crate build infrastructure | Miguel Ojeda | 2 | -2/+17 |
2025-03-17 | kbuild: Create intermediate vmlinux build with relocations preserved | Ard Biesheuvel | 2 | -10/+21 |
2025-03-17 | kbuild: link-vmlinux.sh: Make output file name configurable | Ard Biesheuvel | 2 | -8/+9 |
2025-03-15 | Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -31/+44 |
2025-03-15 | kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=y | Masahiro Yamada | 1 | -2/+7 |
2025-03-15 | kbuild: exclude .rodata.(cst|str)* when building ranges | Kris Van Hees | 1 | -0/+5 |
2025-03-15 | kbuild: add Kbuild bash completion | Masahiro Yamada | 1 | -0/+451 |
2025-03-15 | kbuild: fix argument parsing in scripts/config | Seyediman Seyedarab | 1 | -10/+16 |
2025-03-15 | kbuild: add dependency from vmlinux to sorttable | Xi Ruoyao | 1 | -0/+4 |
2025-03-15 | kbuild: deb-pkg: add debarch for ARCH=loongarch64 | WangYuli | 1 | -0/+2 |
2025-03-15 | kbuild: move -fzero-init-padding-bits=all to the top-level Makefile | Masahiro Yamada | 1 | -3/+0 |
2025-03-15 | scripts: make python shebangs specific about desired version | Uday Shankar | 2 | -2/+2 |
2025-03-15 | kbuild: rust: add rustc-min-version support function | Miguel Ojeda | 1 | -0/+4 |
2025-03-15 | modpost: use strstarts() to clean up parse_source_files() | Masahiro Yamada | 1 | -2/+2 |
2025-03-15 | modpost: introduce get_basename() helper | Masahiro Yamada | 3 | -32/+23 |
2025-03-15 | kconfig: remove unnecessary cast in sym_get_string() | Masahiro Yamada | 1 | -1/+1 |
2025-03-15 | kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf | Masahiro Yamada | 1 | -7/+12 |
2025-03-15 | genksyms: factor out APP for the ST_NORMAL state | Masahiro Yamada | 1 | -5/+1 |
2025-03-15 | gen_compile_commands.py: remove code for '\#' replacement | Masahiro Yamada | 1 | -4/+4 |
2025-03-15 | kbuild: remove EXTRA_*FLAGS support | Masahiro Yamada | 3 | -23/+0 |
2025-03-15 | gendwarfksyms: Add a separate pass to resolve FQNs | Sami Tolvanen | 4 | -72/+86 |
2025-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+1 |