summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2018-12-04fdto: peripheral driver support dtbo [1/4]jiamin ma3-0/+13
2018-09-07dtc: enable generation of symbolsJianxin Pan1-1/+1
2018-09-07dtc: update warning settings for new bus and node/property name checksRob Herring2-1/+12
2018-08-17Merge 4.9.121 into android-4.9Greg Kroah-Hartman19-401/+356
2018-08-17kasan: don't emit builtin calls when sanitization is offAndrey Konovalov3-2/+6
2018-03-18Merge 4.9.88 into android-4.9Greg Kroah-Hartman95-950/+875
2018-03-18kbuild: Handle builtin dtb file names containing hyphensJames Hogan1-4/+4
2017-10-16UPSTREAM: kbuild: fix asm-offset generation to work with clangJeroen Hofstee2-5/+9
2017-10-16UPSTREAM: kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada1-1/+0
2017-10-16UPSTREAM: kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke4-75/+32
2017-01-27ANDROID: ARM: convert build of appended dtb zImage to list of dtbsColin Cross6-9/+41
2016-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds206-2012/+5749
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum2-1/+12
2016-07-18Kbuild: don't add obj tree in additional includesArnd Bergmann2-4/+5
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds29-95/+335
2016-04-20kbuild: Get rid of KBUILD_STRMichal Marek1-4/+4
2016-03-31dtc: turn off dtc unit address warnings by defaultRob Herring1-0/+5
2016-03-22kernel: add kcov code coverageDmitry Vyukov28-1/+567
2016-02-23kbuild: Allow using host dtc instead of kernel's copyRob Herring1-1/+2
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin17-1/+693
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds14-20/+35
2015-12-18kbuild: add AFLAGS_REMOVE_(basename).o optionHeiko Carstens1-1/+2
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek5-7/+11
2015-04-03kbuild: Create directory for target DTBNathan Rossi1-1/+2
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin14-1/+855
2014-10-21dts, kbuild: Factor out dtbs install rules to Makefile.dtbinstRobert Richter7-18/+54
2014-08-19kbuild: handle multi-objs dependency appropriatelyMasahiro Yamada2-6/+13
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada10-25/+25
2014-04-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-30/+16
2014-03-29kbuild: move "quote" to Kbuild.include to be consistentMasahiro Yamada2-4/+1
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely1196-7288/+14561
2014-02-20kbuild: dtbs_install: new make targetJason Cooper4-4/+26
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely6-4/+5
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds10-63/+73
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee10-2/+243
2013-07-03kbuild: create directory for dir/file.o张忠山1-1/+1
2013-06-13kbuild: make sure we clean up DTB temporary filesIan Campbell1-4/+4
2013-06-13Makefile.lib: align DTB quiet_cmdJames Hogan1-1/+1
2013-05-23kbuild: Don't assume dts files live in arch/*/boot/dtsMatthijs Kooijman1-1/+1
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-139/+201
2013-04-05kbuild: always run gcc -E on *.dts, remove cmd_dtc_cppStephen Warren1-9/+5
2013-04-05kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtcStephen Warren1-2/+3
2013-04-05kbuild: create an "include chroot" for DT bindingsStephen Warren2-1/+2
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell16-88/+57
2013-02-13kbuild: limit dtc+cpp include pathStephen Warren1-2/+6
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren2-0/+33
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren5-16/+11
2012-03-26Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren8-60/+54
2012-01-14Kbuild: Use dtc's -d (dependency) optionStephen Warren5-8/+10
[next]