aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-09kbuild: make samples really depend on headers_installMasahiro Yamada
2018-08-07um: clean up archheaders recipeMasahiro Yamada
2018-08-07kbuild: add %asm-generic to no-dot-config-targetsMasahiro Yamada
2018-08-07um: fix parallel building with O= optionMasahiro Yamada
2018-07-29scripts: Add Python 3 support to tracing/draw_functrace.pyJeremy Cline
2018-07-28builddeb: Add automatic support for sh{3,4}{,eb} architecturesBen Hutchings
2018-07-28builddeb: Add automatic support for riscv* architecturesBen Hutchings
2018-07-28builddeb: Add automatic support for m68k architectureBen Hutchings
2018-07-28builddeb: Add automatic support for or1k architectureBen Hutchings
2018-07-28builddeb: Add automatic support for sparc64 architectureBen Hutchings
2018-07-28builddeb: Add automatic support for mips{,64}r6{,el} architecturesBen Hutchings
2018-07-28builddeb: Add automatic support for mips64el architectureBen Hutchings
2018-07-28builddeb: Add automatic support for ppc64 and powerpcspe architecturesBen Hutchings
2018-07-28builddeb: Introduce functions to simplify kconfig tests in set_debarchBen Hutchings
2018-07-28builddeb: Drop check for 32-bit s390Ben Hutchings
2018-07-28builddeb: Change architecture detection fallback to use dpkg-architectureBen Hutchings
2018-07-28builddeb: Skip architecture detection when KBUILD_DEBARCH is setBen Hutchings
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada
2018-07-28ARM: at91: remove unused duplicated filechk_offsetsMasahiro Yamada
2018-07-21kbuild: if_changed: document single use per target limitationDirk Gouders
2018-07-19kbuild: buildtar: add arm64 supportOlof Johansson
2018-07-19kbuild: buildtar: remove crufty vax piecesOlof Johansson
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada
2018-07-19kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada
2018-07-19kbuild: remove redundant LDFLAGS clearing in arch/*/MakefileMasahiro Yamada
2018-07-19um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.umMasahiro Yamada
2018-07-18kbuild: Use HOST*FLAGS options from the command lineLaura Abbott
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-07-18arm64: Add build salt to the vDSOLaura Abbott
2018-07-18powerpc: Add build salt to the vDSOLaura Abbott
2018-07-18x86: Add build salt to the vDSOLaura Abbott
2018-07-18kbuild: Add build salt to the kernel and modulesLaura Abbott
2018-07-18kbuild: verify that $DEPMOD is installedRandy Dunlap
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada
2018-07-18Coccinelle: add atomic_as_refcounter scriptElena Reshetova
2018-07-15Linux 4.18-rc5Linus Torvalds
2018-07-15Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2018-07-14Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds
2018-07-14Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/l...Olof Johansson
2018-07-14Merge tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson
2018-07-14Merge tag 'pxa-fixes-4.18' of https://github.com/rjarzmik/linux into fixesOlof Johansson
2018-07-14Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-07-14Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers
2018-07-14checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches
2018-07-14mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko