Age | Commit message (Expand) | Author | Files | Lines |
2017-05-19 | devicetree: Move include prefixes from arch to separate directory | Olof Johansson | 1 | -1/+1 |
2017-05-11 | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+31 |
2017-05-06 | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+13 |
2017-04-28 | of: per-file dtc compiler flags | Frank Rowand | 1 | -0/+2 |
2017-04-23 | kbuild: fix asm-offset generation to work with clang | Jeroen Hofstee | 1 | -2/+6 |
2017-04-23 | kbuild: consolidate redundant sed script ASM offset generation | Masahiro Yamada | 1 | -1/+0 |
2017-04-12 | kbuild: Consolidate header generation from ASM offset information | Matthias Kaehlcke | 1 | -0/+28 |
2017-03-30 | dtc: update warning settings for new bus and node/property name checks | Rob Herring | 1 | -1/+11 |
2017-03-11 | kbuild: external module build warnings when KBUILD_OUTPUT set and W=1 | Allan, Bruce W | 1 | -1/+1 |
2016-08-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-08-03 | kcov: allow more fine-grained coverage instrumentation | Vegard Nossum | 1 | -1/+1 |
2016-07-18 | Kbuild: don't add obj tree in additional includes | Arnd Bergmann | 1 | -3/+4 |
2016-05-27 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -4/+4 |
2016-04-20 | kbuild: Get rid of KBUILD_STR | Michal Marek | 1 | -4/+4 |
2016-03-31 | dtc: turn off dtc unit address warnings by default | Rob Herring | 1 | -0/+5 |
2016-03-23 | kernel: add kcov code coverage | Dmitry Vyukov | 1 | -0/+6 |
2016-02-23 | kbuild: Allow using host dtc instead of kernel's copy | Rob Herring | 1 | -1/+2 |
2016-01-21 | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 1 | -0/+6 |
2016-01-20 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -2/+2 |
2015-12-18 | kbuild: add AFLAGS_REMOVE_(basename).o option | Heiko Carstens | 1 | -1/+2 |
2015-11-25 | kbuild: Allow to specify composite modules with modname-m | Michal Marek | 1 | -2/+2 |
2015-04-03 | kbuild: Create directory for target DTB | Nathan Rossi | 1 | -1/+2 |
2015-02-14 | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin | 1 | -0/+10 |
2014-10-21 | dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst | Robert Richter | 1 | -12/+0 |
2014-08-19 | kbuild: handle multi-objs dependency appropriately | Masahiro Yamada | 1 | -0/+9 |
2014-04-30 | kbuild: trivial - remove trailing spaces | Masahiro Yamada | 1 | -5/+5 |
2014-04-08 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -4/+0 |
2014-03-30 | kbuild: move "quote" to Kbuild.include to be consistent | Masahiro Yamada | 1 | -4/+0 |
2014-03-04 | Merge tag 'v3.14-rc5' into HEAD | Grant Likely | 1 | -0/+1 |
2014-02-20 | kbuild: dtbs_install: new make target | Jason Cooper | 1 | -0/+12 |
2014-02-20 | of: Move testcase FDT data into drivers/of | Grant Likely | 1 | -0/+1 |
2013-07-11 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -2/+2 |
2013-07-09 | lib: add support for LZ4-compressed kernel | Kyungsik Lee | 1 | -0/+5 |
2013-07-04 | kbuild: create directory for dir/file.o | 张忠山 | 1 | -1/+1 |
2013-06-14 | kbuild: make sure we clean up DTB temporary files | Ian Campbell | 1 | -4/+4 |
2013-06-13 | Makefile.lib: align DTB quiet_cmd | James Hogan | 1 | -1/+1 |
2013-05-23 | kbuild: Don't assume dts files live in arch/*/boot/dts | Matthijs Kooijman | 1 | -1/+1 |
2013-05-05 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+0 |
2013-04-05 | kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp | Stephen Warren | 1 | -9/+5 |
2013-04-05 | kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtc | Stephen Warren | 1 | -2/+3 |
2013-04-05 | kbuild: create an "include chroot" for DT bindings | Stephen Warren | 1 | -1/+1 |
2013-03-15 | CONFIG_SYMBOL_PREFIX: cleanup. | Rusty Russell | 1 | -7/+0 |
2013-02-13 | kbuild: limit dtc+cpp include path | Stephen Warren | 1 | -2/+6 |
2013-02-08 | kbuild: create a rule to run the pre-processor on *.dts files | Stephen Warren | 1 | -0/+10 |
2012-11-30 | kbuild: centralize .dts->.dtb rule | Stephen Warren | 1 | -0/+3 |
2012-03-26 | Kbuild: centralize MKIMAGE and cmd_uimage definitions | Stephen Warren | 1 | -0/+24 |
2012-01-15 | Kbuild: Use dtc's -d (dependency) option | Stephen Warren | 1 | -1/+1 |
2012-01-09 | kbuild: Fix comment in Makefile.lib | Michal Marek | 1 | -3/+3 |
2011-08-31 | kbuild: prevent make from deleting _shipped files | Peter Foley | 1 | -0/+4 |
2011-06-09 | kbuild: simplify the %_shipped rule | Arnaud Lacombe | 1 | -1/+1 |