platform/kernel/linux-starfive.git
2023-02-26 Masahiro Yamadakbuild: tar-pkg: use tar rules in scripts/Makefile...
2023-02-26 Masahiro Yamadakbuild: make perf-tar*-src-pkg work without relying...
2023-02-26 Masahiro Yamadakbuild: deb-pkg: switch over to source format 3.0 ...
2023-02-26 Masahiro Yamadakbuild: deb-pkg: make .orig tarball a hard link if...
2023-02-26 Masahiro Yamadakbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile
2023-02-26 Masahiro Yamadakbuild: srcrpm-pkg: create source package without cleaning
2023-02-26 Masahiro Yamadakbuild: rpm-pkg: build binary packages from source rpm
2023-02-26 Masahiro Yamadakbuild: deb-pkg: create source package without cleaning
2023-02-16 Masahiro Yamadakbuild: add a tool to list files ignored by git
2023-02-14 Nick DesaulniersDocumentation/llvm: add Chimera Linux, Google and Meta...
2023-02-14 Masahiro Yamadasetlocalversion: use only the correct release tag for...
2023-02-05 Masahiro Yamadasetlocalversion: clean up the construction of version...
2023-02-05 Masahiro Yamada.gitignore: ignore *.cover and *.mbx
2023-02-05 Masahiro Yamadakbuild: remove --include-dir MAKEFLAG from top Makefile
2023-02-05 Carlos Llamaskbuild: fix trivial typo in comment
2023-02-05 Masahiro Yamadakbuild: do not automatically add -w option to modpost
2023-02-05 Nathan Chancellorpowerpc/vdso: Filter clang's auto var init zero enabler...
2023-02-05 Masahiro Yamadakbuild: deb-pkg: add --source-option=-sP
2023-02-05 Masahiro Yamadakbuild: save overridden KERNELRELEASE in include/config...
2023-02-05 Masahiro Yamadasetlocalversion: absorb $(KERNELVERSION)
2023-02-05 Masahiro Yamadasetlocalversion: make indentation shallower
2023-02-05 Masahiro Yamadasetlocalversion: simplify the construction of the short...
2023-01-30 Masahiro Yamadakbuild: do not put .scmversion into the source tarball
2023-01-26 Bastian Germannbuilddeb: clean generated package content
2023-01-26 Sven Joachimbuilddeb: Consolidate consecutive chmod calls into one
2023-01-26 Masahiro Yamadascripts: remove bin2c
2023-01-26 Masahiro Yamadascripts: handle BrokenPipeError for python scripts
2023-01-26 Nathan Chancellorkbuild: Stop using '-Qunused-arguments' with clang
2023-01-26 Nathan Chancellorkbuild: Turn a couple more of clang's unused option...
2023-01-26 Nathan Chancellordrm/amd/display: Do not add '-mhard-float' to dml_ccfla...
2023-01-26 Nathan Chancellors390/purgatory: Remove unused '-MD' and unnecessary...
2023-01-26 Nathan Chancellors390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
2023-01-26 Nathan Chancellors390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64
2023-01-26 Nathan Chancellorpowerpc/vdso: Remove an unsupported flag from vgettimeo...
2023-01-26 Nathan Chancellorpowerpc/vdso: Improve linker flags
2023-01-26 Nathan Chancellorpowerpc/vdso: Remove unused '-s' flag from ASFLAGS
2023-01-26 Nathan Chancellorpowerpc: Remove linker flag from KBUILD_AFLAGS
2023-01-26 Nick Desaulnierskbuild: Update assembler calls to use proper flags...
2023-01-26 Nathan ChancellorMIPS: Prefer cc-option for additions to cflags
2023-01-26 Nathan ChancellorMIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS...
2023-01-26 Nick Desaulniersx86/boot/compressed: prefer cc-option for CFLAGS additions
2023-01-22 Thomas Weißschuhkheaders: use standard naming for the temporary directory
2023-01-22 Thomas Weißschuhkbuild: also delete temporary directories
2023-01-22 Jani Nikuladocs/kbuild/makefiles: unify quoting
2023-01-22 Jani Nikuladocs/kbuild/makefiles: clean up indentation and whitespace
2023-01-22 Jani Nikuladocs/kbuild/makefiles: drop section numbering, use...
2023-01-22 Jani Nikuladocs/kbuild/makefiles: throw out the local table of...
2023-01-22 Jani Nikuladocs/kbuild/makefiles: fix header underline
2023-01-22 Jani NikulaMAINTAINERS: fix kbuild repo branch
2023-01-22 Masahiro Yamadakbuild: replace $(dot-target).tmp in filechk with ...
2023-01-22 Masahiro Yamadakbuild: rust: move rust/target.json to scripts/
2023-01-22 Masahiro Yamadafixdep: do not parse *.rlib, *.rmeta, *.so
2023-01-22 Masahiro Yamadafixdep: avoid parsing the same file over again
2023-01-22 Masahiro Yamadafixdep: refactor hash table lookup
2023-01-22 Masahiro Yamadakbuild: remove sed commands after rustc rules
2023-01-22 Masahiro Yamadafixdep: parse Makefile more correctly to handle comment...
2023-01-22 Masahiro Yamadakbuild: specify output names separately for each emissi...
2023-01-22 Masahiro Yamadakbuild: refactor host*_flags
2023-01-22 Masahiro Yamadakbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtbo
2023-01-22 Masahiro Yamadakbuild: add more comments for KBUILD_NOCMDDEP=1
2023-01-22 Masahiro Yamadakbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files
2023-01-22 Masahiro Yamadakbuild: make W=1 warn files that are tracked but ignore...
2023-01-22 Masahiro Yamada.gitignore: update the command to check tracked files...
2023-01-22 Masahiro Yamadakbuild: clean up stale file removal
2023-01-22 Masahiro Yamadakbuild: drop V=0 support
2023-01-22 Masahiro Yamadakbuild: allow to combine multiple V= levels
2023-01-22 Masahiro Yamadakbuild: do not print extra logs for V=2
2023-01-22 Masahiro Yamadakbuild: print short log in addition to the whole comman...
2023-01-22 Masahiro Yamadakbuild: refactor silent mode detection
2023-01-22 Linus TorvaldsLinux 6.2-rc5
2023-01-22 Linus TorvaldsMerge tag 'io_uring-6.2-2023-01-21' of git://git.kernel...
2023-01-21 Linus TorvaldsMerge tag 'char-misc-6.2-rc5' of git://git./linux/kerne...
2023-01-21 Linus TorvaldsMerge tag 'driver-core-6.2-rc5' of git://git./linux...
2023-01-21 Linus TorvaldsMerge tag 'staging-6.2-rc5' of git://git./linux/kernel...
2023-01-21 Linus TorvaldsMerge tag 'tty-6.2-rc5' of git://git./linux/kernel...
2023-01-21 Linus TorvaldsMerge tag 'usb-6.2-rc5' of git://git./linux/kernel...
2023-01-21 Linus TorvaldsMerge tag 'kbuild-fixes-v6.2-3' of git://git./linux...
2023-01-21 Linus Torvaldsext4: deal with legacy signed xattr name hash values
2023-01-21 Greg Kroah... prlimit: do_prlimit needs to have a speculation check
2023-01-21 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.2-rc5' of git://git./linux...
2023-01-20 Linus TorvaldsMerge tag '6.2-rc4-smb3-client-fixes' of git://git...
2023-01-20 Linus TorvaldsMerge tag 'pinctrl-v6.2-2' of git://git./linux/kernel...
2023-01-20 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2023-01-20 Jens Axboeio_uring/poll: don't reissue in case of poll race on...
2023-01-20 Linus TorvaldsMerge tag 'block-6.2-2023-01-20' of git://git.kernel...
2023-01-20 Linus TorvaldsMerge tag 'io_uring-6.2-2023-01-20' of git://git.kernel...
2023-01-20 Linus TorvaldsMerge tag 'for-6.2-rc4-tag' of git://git./linux/kernel...
2023-01-20 Linus TorvaldsMerge tag 'linux-kselftest-fixes-6.2-rc5' of git:/...
2023-01-20 Linus TorvaldsMerge tag 'thermal-6.2-rc5' of git://git./linux/kernel...
2023-01-20 Linus TorvaldsMerge tag 'acpi-6.2-rc5' of git://git./linux/kernel...
2023-01-20 Linus TorvaldsMerge tag 'mmc-v6.2-rc2' of git://git./linux/kernel...
2023-01-20 Linus TorvaldsMerge tag 'soc-fixes-6.2' of git://git./linux/kernel...
2023-01-20 Linus TorvaldsMerge tag 'drm-fixes-2023-01-20' of git://anongit.freed...
2023-01-20 Linus TorvaldsMerge tag 'dmaengine-fix-6.2' of git://git./linux/kerne...
2023-01-20 Linus TorvaldsMerge tag 'phy-fixes-6.2' of git://git./linux/kernel...
2023-01-20 Linus TorvaldsMerge tag 'net-6.2-rc5-2' of git://git./linux/kernel...
2023-01-20 Rafael J. WysockiMerge branches 'acpi-prm' and 'acpi-video'
2023-01-20 Pavel Begunkovio_uring/msg_ring: fix remote queue to disabled ring
2023-01-20 Pavel Begunkovio_uring/msg_ring: fix flagging remote execution
2023-01-20 Jakub KicinskiRevert "Merge branch 'octeontx2-af-CPT'"
next