summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-14kbuild: deb-pkg: clean up package name variablesMasahiro Yamada
2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada
2020-10-12kbuild: enforce -Werror=return-typeOlaf Hering
2020-10-12scripts: remove namespace.plJacob Keller
2020-10-10builddeb: Add support for all required debian/rules targetsGuillem Jover
2020-10-09builddeb: Enable rootless buildsGuillem Jover
2020-10-09builddeb: Pass -n to gzip for reproducible packagesGuillem Jover
2020-10-09kbuild: split the build log of kallsymsMasahiro Yamada
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-09-25scripts/setlocalversion: make git describe output more reliableRasmus Villemoes
2020-09-25kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada
2020-09-25kbuild: remove cc-option test of -fno-stack-checkMasahiro Yamada
2020-09-25kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada
2020-09-25kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada
2020-09-25kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada
2020-09-25kbuild: do not create built-in objects for external module buildsMasahiro Yamada
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada
2020-08-27Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry
2020-08-27gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada
2020-08-27kbuild: wire up the build rule of compile_commands.json to MakefileMasahiro Yamada
2020-08-27gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada
2020-08-27gen_compile_commands: move directory walk to a generator functionMasahiro Yamada
2020-08-27gen_compile_commands: make -o option independent of -d optionMasahiro Yamada
2020-08-27gen_compile_commands: reword the help message of -d optionMasahiro Yamada
2020-08-27gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada
2020-08-27gen_compile_commands: use choices for --log_levels optionMasahiro Yamada
2020-08-27gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada
2020-08-27kbuild: Simplify DEBUG_INFO Kconfig handlingSedat Dilek
2020-08-23Linux 5.9-rc2v5.9-rc2Linus Torvalds
2020-08-23Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-23Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-23Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-23Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-23Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-22Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-08-22do_epoll_ctl(): clean the failure exits up a bitAl Viro
2020-08-22epoll: Keep a reference on files added to the check listMarc Zyngier
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-08-22Merge tag 'kbuild-fixes-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-08-22Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-08-22Merge tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-08-21dt-bindings: vendor-prefixes: Remove trailing whitespaceGeert Uytterhoeven
2020-08-21KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not setWill Deacon