| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-09-10 | 1 | -1/+0 |
|\ |
|
| * | x86: Remove the arch_calc_vm_prot_bits() macro from the UAPI | Thomas Huth | 2023-09-06 | 1 | -1/+0 |
* | | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2023-09-08 | 1 | -28/+28 |
|\ \ |
|
| * | | bpf, docs: Fix invalid escape sequence warnings in bpf_doc.py | Vishal Chourasia | 2023-08-31 | 1 | -28/+28 |
* | | | Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-09-05 | 30 | -532/+830 |
|\ \ \
| |_|/
|/| | |
|
| * | | kconfig: fix possible buffer overflow | Konstantin Meskhidze | 2023-09-05 | 1 | -0/+3 |
| * | | kbuild: Show marked Kconfig fragments in "help" | Kees Cook | 2023-09-03 | 1 | -3/+12 |
| * | | kconfig: add warn-unknown-symbols sanity check | Sergey Senozhatsky | 2023-09-01 | 1 | -2/+19 |
| * | | kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE | Jiri Slaby | 2023-09-01 | 1 | -2/+1 |
| * | | modpost: Skip .llvm.call-graph-profile section check | Denis Nikitin | 2023-09-01 | 1 | -0/+1 |
| * | | kbuild: support modules_sign for external modules as well | Masahiro Yamada | 2023-09-01 | 1 | -2/+2 |
| * | | kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=n | Masahiro Yamada | 2023-09-01 | 1 | -4/+5 |
| * | | kbuild: move more module installation code to scripts/Makefile.modinst | Masahiro Yamada | 2023-09-01 | 1 | -2/+31 |
| * | | kbuild: reduce the number of mkdir calls during modules_install | Masahiro Yamada | 2023-09-01 | 1 | -1/+7 |
| * | | kbuild: move depmod rule to scripts/Makefile.modinst | Masahiro Yamada | 2023-08-29 | 2 | -5/+16 |
| * | | kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rules | Masahiro Yamada | 2023-08-29 | 2 | -1/+6 |
| * | | extrawarn: move -Wrestrict into W=1 warnings | Arnd Bergmann | 2023-08-20 | 1 | -3/+2 |
| * | | extrawarn: enable format and stringop overflow warnings in W=1 | Arnd Bergmann | 2023-08-20 | 1 | -5/+6 |
| * | | kbuild: avoid duplicate warning options | Arnd Bergmann | 2023-08-20 | 1 | -17/+26 |
| * | | kbuild: consolidate warning flags in scripts/Makefile.extrawarn | Arnd Bergmann | 2023-08-20 | 1 | -0/+90 |
| * | | kconfig: port qconf to work with Qt6 in addition to Qt5 | Boris Kolpackov | 2023-08-16 | 2 | -21/+44 |
| * | | kconfig: nconf: Add search jump feature | Jesse Taube | 2023-08-13 | 3 | -15/+140 |
| * | | scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${fi... | Rasmus Villemoes | 2023-08-07 | 1 | -10/+26 |
| * | | scripts/setlocalversion: clean up stale comment | Rasmus Villemoes | 2023-08-07 | 1 | -1/+1 |
| * | | kbuild: deb-pkg: split debian/rules | Masahiro Yamada | 2023-08-07 | 2 | -29/+33 |
| * | | kbuild: deb-pkg: use Debian compliant shebang for debian/rules | Masahiro Yamada | 2023-08-07 | 2 | -2/+2 |
| * | | modpost: remove ElF_Rela variables from for-loop in section_rel(a) | Masahiro Yamada | 2023-07-31 | 1 | -14/+11 |
| * | | modpost: clean up MIPS64 little endian relocation code | Masahiro Yamada | 2023-07-31 | 2 | -55/+43 |
| * | | modpost: pass r_type to addend_*_rel() | Masahiro Yamada | 2023-07-31 | 1 | -13/+11 |
| * | | modpost: change return type of addend_*_rel() | Masahiro Yamada | 2023-07-31 | 1 | -39/+24 |
| * | | kbuild: rpm-pkg: skip build dependency check on non-rpm systems | Masahiro Yamada | 2023-07-24 | 1 | -1/+2 |
| * | | kbuild: rpm-pkg: refactor *rpm-pkg targets | Masahiro Yamada | 2023-07-24 | 2 | -33/+29 |
| * | | kbuild: rpm-pkg: build the kernel in-place for rpm-pkg | Masahiro Yamada | 2023-07-24 | 1 | -0/+1 |
| * | | kbuild: rpm-pkg: rename binkernel.spec to kernel.spec | Masahiro Yamada | 2023-07-24 | 2 | -2/+4 |
| * | | kbuild: rpm-pkg: split out the body of spec file | Masahiro Yamada | 2023-07-24 | 2 | -120/+120 |
| * | | kbuild: rpm-pkg: introduce %{with_devel} switch to select devel package | Masahiro Yamada | 2023-07-24 | 2 | -29/+26 |
| * | | kbuild: rpm-pkg: run modules_install for non-modular kernel | Masahiro Yamada | 2023-07-24 | 1 | -9/+6 |
| * | | kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkg | Masahiro Yamada | 2023-07-24 | 2 | -16/+17 |
| * | | kbuild: rpm-pkg: use a dummy string for _arch when undefined | Masahiro Yamada | 2023-07-24 | 1 | -3/+2 |
| * | | kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE} | Masahiro Yamada | 2023-07-24 | 1 | -3/+1 |
| * | | kbuild: refactor kernel-devel RPM package and linux-headers Deb package | Masahiro Yamada | 2023-07-24 | 3 | -33/+41 |
| * | | kbuild: add a phony target to run a command with Kbuild env vars | Masahiro Yamada | 2023-07-24 | 2 | -5/+2 |
| * | | kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE} | Masahiro Yamada | 2023-07-24 | 1 | -29/+30 |
| * | | kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version} | Masahiro Yamada | 2023-07-24 | 1 | -2/+2 |
| * | | kbuild: rpm-pkg: record ARCH option in spec file | Masahiro Yamada | 2023-07-24 | 1 | -1/+3 |
| * | | kbuild: rpm-pkg: use %{makeflags} to pass common Make options | Masahiro Yamada | 2023-07-24 | 1 | -5/+6 |
| * | | kbuild: rpm-pkg: do not hard-code $MAKE in spec file | Masahiro Yamada | 2023-07-24 | 2 | -7/+10 |
| * | | kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec file | Masahiro Yamada | 2023-07-24 | 1 | -1/+0 |
| * | | kbuild: rpm-pkg: define _arch conditionally | Masahiro Yamada | 2023-07-24 | 1 | -1/+1 |
| * | | Revert "kbuild: Hack for depmod not handling X.Y versions" | Michal Suchanek | 2023-07-24 | 1 | -26/+1 |