summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-263-3/+3
* scripts: headers_install: Exit with error on config leakSiddharth Gupta2020-05-261-5/+6
* kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada2020-05-262-17/+7
* kbuild: remove misleading stale FIXME commentMasahiro Yamada2020-05-261-3/+0
* kbuild: invoke syncconfig if autoconf.h is missingMasahiro Yamada2020-05-261-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-101-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
| * ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| * x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
| * objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf2020-04-261-3/+4
| * x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
| * x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| * x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| * x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| * x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
| * x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
| * x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn2020-04-251-1/+1
| * x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf2020-04-251-3/+2
| * x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf2020-04-251-1/+2