summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-26kbuild: make module name conflict fatal errorMasahiro Yamada
2020-05-26kbuild: error out if targets prefixed with '__' are directly runMasahiro Yamada
2020-05-26kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))Masahiro Yamada
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada
2020-05-26bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks
2020-05-26scripts/checkstack.pl: fix arm sp regexManinder Singh
2020-05-26scripts/checkstack.pl: add arm push handling for stack usageManinder Singh
2020-05-26scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh
2020-05-26scripts/checkstack.pl: don't display $dre as different entityManinder Singh
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-26scripts: headers_install: Exit with error on config leakSiddharth Gupta
2020-05-26kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada
2020-05-26kbuild: remove misleading stale FIXME commentMasahiro Yamada
2020-05-26kbuild: invoke syncconfig if autoconf.h is missingMasahiro Yamada
2020-05-17samples: watchdog: use 'userprogs' syntaxMasahiro Yamada
2020-05-17samples: timers: use 'userprogs' syntaxMasahiro Yamada
2020-05-17samples: auxdisplay: use 'userprogs' syntaxMasahiro Yamada
2020-05-17samples: mei: build sample program for target architectureMasahiro Yamada
2020-05-17samples: pidfd: build sample program for target architectureMasahiro Yamada
2020-05-17samples: vfs: build sample programs for target architectureMasahiro Yamada
2020-05-17samples: connector: build sample program for target architectureMasahiro Yamada
2020-05-17samples: hidraw: build sample program for target architectureMasahiro Yamada
2020-05-17samples: uhid: build sample program for target architectureMasahiro Yamada
2020-05-17samples: uhid: fix warnings in uhid-exampleSam Ravnborg
2020-05-17kbuild: doc: document the new syntax 'userprogs'Masahiro Yamada
2020-05-17samples: seccomp: build sample programs for target architectureMasahiro Yamada
2020-05-17bpfilter: use 'userprogs' syntax to build bpfilter_umhMasahiro Yamada
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada
2020-05-17bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada
2020-05-12kbuild: determine the output format of DTC by the target suffixMasahiro Yamada
2020-05-12kbuild: remove unused AS assignmentMasahiro Yamada
2020-05-12kbuild: remove '/' targetMasahiro Yamada
2020-05-12Revert "objtool: Skip samples subdirectory"Masahiro Yamada
2020-05-12kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada
2020-05-12kbuild: ensure full rebuild when the compiler is updatedMasahiro Yamada
2020-05-12kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANGMasahiro Yamada
2020-05-12unicore32: do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-05-12h8300: suppress error messages for 'make clean'Masahiro Yamada
2020-05-12hexagon: suppress error message for 'make clean'Masahiro Yamada
2020-05-12um: do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-05-10Linux 5.7-rc5Linus Torvalds
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-10Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-05-10Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-05-10Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds