| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-04-21 | 6 | -121/+126 |
|\ |
|
| * | Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2023-04-20 | 2 | -2/+5 |
| |\ |
|
| | * | rust: fix regexp in scripts/is_rust_module.sh | Andrea Righi | 2023-04-19 | 1 | -1/+1 |
| | * | scripts: generate_rust_analyzer: Handle sub-modules with no Makefile | Asahi Lina | 2023-04-07 | 1 | -1/+4 |
| * | | kbuild: do not create intermediate *.tar for tar packages | Masahiro Yamada | 2023-04-16 | 1 | -17/+9 |
| * | | kbuild: do not create intermediate *.tar for source tarballs | Masahiro Yamada | 2023-04-16 | 1 | -7/+17 |
| * | | kbuild: merge cmd_archive_linux and cmd_archive_perf | Masahiro Yamada | 2023-04-16 | 1 | -10/+9 |
| * | | kbuild: give up untracked files for source package builds | Masahiro Yamada | 2023-04-11 | 4 | -89/+90 |
| |/ |
|
* | | Daniel Borkmann says: | Jakub Kicinski | 2023-04-14 | 1 | -1/+1 |
|\ \ |
|
| * | | bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages | Alejandro Colomar | 2023-04-11 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-04-06 | 3 | -3/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'kbuild-fixes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-04-01 | 3 | -3/+4 |
| |\ \ |
|
| | * | | modpost: Fix processing of CRCs on 32-bit build machines | Ben Hutchings | 2023-03-23 | 1 | -1/+1 |
| | * | | scripts: merge_config: Fix typo in variable name. | Mirsad Goran Todorovac | 2023-03-23 | 1 | -1/+1 |
| | * | | kbuild: deb-pkg: set version for linux-headers paths | Kevin Locke | 2023-03-22 | 1 | -1/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-30 | 1 | -1/+3 |
|\| | | |
|
| * | | | checksyscalls: ignore fstat to silence build warning on LoongArch | Tiezhu Yang | 2023-03-24 | 1 | -1/+3 |
| |/ / |
|
* | | | Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jakub Kicinski | 2023-03-29 | 2 | -7/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | atomics: Provide atomic_add_negative() variants | Thomas Gleixner | 2023-03-28 | 2 | -7/+6 |
* | | | kbuild: use git-archive for source package creation | Masahiro Yamada | 2023-03-16 | 9 | -1149/+180 |
* | | | kbuild: rpm-pkg: move source components to rpmbuild/SOURCES | Masahiro Yamada | 2023-03-16 | 2 | -5/+9 |
* | | | kbuild: deb-pkg: use dh_listpackages to know enabled packages | Masahiro Yamada | 2023-03-15 | 2 | -29/+39 |
* | | | kbuild: deb-pkg: split image and debug objects staging out into functions | Masahiro Yamada | 2023-03-15 | 1 | -106/+116 |
* | | | kbuild: deb-pkg: set CROSS_COMPILE only when undefined | Masahiro Yamada | 2023-03-15 | 1 | -3/+2 |
* | | | kbuild: deb-pkg: do not take KERNELRELEASE from the source version | Masahiro Yamada | 2023-03-15 | 2 | -5/+5 |
* | | | kbuild: deb-pkg: make debian source package working again | Masahiro Yamada | 2023-03-15 | 1 | -1/+4 |
* | | | kconfig: Update config changed flag before calling callback | Jurica Vukadin | 2023-03-13 | 1 | -2/+4 |
* | | | kallsyms: add kallsyms_seqs_of_names to list of special symbols | Arnd Bergmann | 2023-03-07 | 1 | -0/+1 |
|/ / |
|
* | | Remove Intel compiler support | Masahiro Yamada | 2023-03-05 | 2 | -6/+0 |
* | | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s... | Linus Torvalds | 2023-03-04 | 1 | -0/+17 |
|\ \ |
|
| * | | kasan: treat meminstrinsic as builtins in uninstrumented files | Marco Elver | 2023-03-03 | 1 | -0/+9 |
| * | | kasan: emit different calls for instrumentable memintrinsics | Marco Elver | 2023-03-03 | 1 | -0/+8 |
* | | | Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2023-03-04 | 2 | -6/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | scripts: coccicheck: Use /usr/bin/env | Jarkko Sakkinen | 2023-02-25 | 1 | -1/+1 |
| * | | scripts: coccicheck: Avoid warning about spurious escape | Peter Foley | 2023-02-25 | 1 | -1/+1 |
| * | | coccinelle: api/atomic_as_refcounter: include message type in output | Deepak R Varma | 2022-12-26 | 1 | -4/+4 |
* | | | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-02-26 | 31 | -480/+1646 |
|\ \ \
| |_|/
|/| | |
|
| * | | kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_install | Masahiro Yamada | 2023-02-26 | 1 | -2/+2 |
| * | | kbuild: deb-pkg: improve the usability of source package | Masahiro Yamada | 2023-02-26 | 2 | -5/+20 |
| * | | kbuild: deb-pkg: fix binary-arch and clean in debian/rules | Masahiro Yamada | 2023-02-26 | 1 | -4/+2 |
| * | | kbuild: tar-pkg: use tar rules in scripts/Makefile.package | Masahiro Yamada | 2023-02-26 | 2 | -57/+24 |
| * | | kbuild: make perf-tar*-src-pkg work without relying on git | Masahiro Yamada | 2023-02-26 | 1 | -33/+64 |
| * | | kbuild: deb-pkg: switch over to source format 3.0 (quilt) | Masahiro Yamada | 2023-02-26 | 2 | -24/+19 |
| * | | kbuild: deb-pkg: make .orig tarball a hard link if possible | Masahiro Yamada | 2023-02-26 | 1 | -1/+5 |
| * | | kbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile | Masahiro Yamada | 2023-02-26 | 2 | -9/+16 |
| * | | kbuild: srcrpm-pkg: create source package without cleaning | Masahiro Yamada | 2023-02-26 | 2 | -32/+8 |
| * | | kbuild: rpm-pkg: build binary packages from source rpm | Masahiro Yamada | 2023-02-26 | 1 | -5/+3 |
| * | | kbuild: deb-pkg: create source package without cleaning | Masahiro Yamada | 2023-02-26 | 2 | -6/+66 |
| * | | kbuild: add a tool to list files ignored by git | Masahiro Yamada | 2023-02-16 | 3 | -1/+1059 |
| * | | setlocalversion: use only the correct release tag for git-describe | Masahiro Yamada | 2023-02-14 | 1 | -7/+20 |