summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2020-05-252-1/+5
* kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada2020-05-251-8/+2
* kbuild: doc: remove documentation about copying Module.symvers aroundMasahiro Yamada2020-05-251-12/+0
* kbuild: make module name conflict fatal errorMasahiro Yamada2020-05-252-5/+18
* kbuild: error out if targets prefixed with '__' are directly runMasahiro Yamada2020-05-251-10/+13
* kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))Masahiro Yamada2020-05-251-2/+4
* gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada2020-05-251-1/+1
* bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks2020-05-251-0/+4
* scripts/checkstack.pl: fix arm sp regexManinder Singh2020-05-251-1/+1
* scripts/checkstack.pl: add arm push handling for stack usageManinder Singh2020-05-251-1/+27
* scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh2020-05-251-3/+8
* scripts/checkstack.pl: don't display $dre as different entityManinder Singh2020-05-251-27/+27
* modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-253-3/+3
* scripts: headers_install: Exit with error on config leakSiddharth Gupta2020-05-251-5/+6
* kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada2020-05-252-17/+7
* kbuild: remove misleading stale FIXME commentMasahiro Yamada2020-05-251-3/+0
* kbuild: invoke syncconfig if autoconf.h is missingMasahiro Yamada2020-05-251-2/+3
* samples: watchdog: use 'userprogs' syntaxMasahiro Yamada2020-05-173-8/+6
* samples: timers: use 'userprogs' syntaxMasahiro Yamada2020-05-173-14/+8
* samples: auxdisplay: use 'userprogs' syntaxMasahiro Yamada2020-05-173-9/+7
* samples: mei: build sample program for target architectureMasahiro Yamada2020-05-172-6/+4
* samples: pidfd: build sample program for target architectureMasahiro Yamada2020-05-172-5/+5
* samples: vfs: build sample programs for target architectureMasahiro Yamada2020-05-172-9/+4
* samples: connector: build sample program for target architectureMasahiro Yamada2020-05-171-9/+3
* samples: hidraw: build sample program for target architectureMasahiro Yamada2020-05-172-7/+4
* samples: uhid: build sample program for target architectureMasahiro Yamada2020-05-174-6/+12
* samples: uhid: fix warnings in uhid-exampleSam Ravnborg2020-05-171-2/+2
* kbuild: doc: document the new syntax 'userprogs'Masahiro Yamada2020-05-171-48/+135
* samples: seccomp: build sample programs for target architectureMasahiro Yamada2020-05-172-40/+4
* bpfilter: use 'userprogs' syntax to build bpfilter_umhMasahiro Yamada2020-05-171-8/+4
* kbuild: add infrastructure to build userspace programsMasahiro Yamada2020-05-174-4/+62
* bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada2020-05-172-1/+6
* bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada2020-05-173-3/+10
* kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada2020-05-171-1/+11
* kbuild: determine the output format of DTC by the target suffixMasahiro Yamada2020-05-121-3/+3
* kbuild: remove unused AS assignmentMasahiro Yamada2020-05-122-4/+0
* kbuild: remove '/' targetMasahiro Yamada2020-05-121-4/+0
* Revert "objtool: Skip samples subdirectory"Masahiro Yamada2020-05-121-1/+0
* kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada2020-05-122-3/+2
* kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada2020-05-124-8/+8
* kbuild: ensure full rebuild when the compiler is updatedMasahiro Yamada2020-05-123-2/+19
* kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANGMasahiro Yamada2020-05-121-2/+2
* unicore32: do not evaluate compiler's library path when cleaningMasahiro Yamada2020-05-121-2/+2
* h8300: suppress error messages for 'make clean'Masahiro Yamada2020-05-121-1/+1
* hexagon: suppress error message for 'make clean'Masahiro Yamada2020-05-121-1/+1
* um: do not evaluate compiler's library path when cleaningMasahiro Yamada2020-05-121-2/+2
* Linux 5.7-rc5v5.7-rc5Linus Torvalds2020-05-111-1/+1
* Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-1011-90/+138
|\
| * x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| * x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14