Age | Commit message (Expand) | Author | Files | Lines |
2019-01-06 | kbuild: generate asm-generic wrappers if mandatory headers are missing | Masahiro Yamada | 1 | -7/+0 |
2018-12-08 | kbuild: remove a special handling for *.agh in Makefile.headersinst | Masahiro Yamada | 1 | -1/+0 |
2017-11-18 | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -5/+5 |
2017-11-16 | kbuild: specify FORCE in Makefile.headersinst as .PHONY target | Masahiro Yamada | 1 | -2/+3 |
2017-11-16 | kbuild: remove redundant $(wildcard ...) for cmd_files calculation | Masahiro Yamada | 1 | -2/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-10 | kbuild: replace $(hdr-arch) with $(SRCARCH) | Masahiro Yamada | 1 | -1/+1 |
2017-07-11 | kbuild: remove wrapper files handling from Makefile.headersinst | Masahiro Yamada | 1 | -10/+1 |
2017-07-11 | kbuild: do not include old-kbuild-file from Makefile.headersinst | Masahiro Yamada | 1 | -5/+0 |
2017-07-09 | kbuild: pass dst= to Makefile.headersinst from top Makefile | Masahiro Yamada | 1 | -6/+2 |
2017-07-09 | kbuild: remove useless $(gen) variable in Makefile.headersinst | Masahiro Yamada | 1 | -4/+1 |
2017-06-22 | kbuild: fix header installation under fakechroot environment | Richard Genoud | 1 | -1/+9 |
2017-05-17 | kbuild: skip install/check of headers right under uapi directories | Masahiro Yamada | 1 | -16/+27 |
2017-05-10 | uapi: export all arch specifics directories | Nicolas Dichtel | 1 | -2/+1 |
2017-05-10 | uapi: export all headers under uapi directories | Nicolas Dichtel | 1 | -26/+29 |
2017-05-10 | Makefile.headersinst: remove destination-y option | Nicolas Dichtel | 1 | -1/+1 |
2017-05-10 | Makefile.headersinst: cleanup input files | Nicolas Dichtel | 1 | -24/+14 |
2014-11-26 | kbuild: collect shorthands into scripts/Kbuild.include | Masahiro Yamada | 1 | -1/+0 |
2013-05-18 | kbuild: fix make headers_install when path is too long | Nicolas Dichtel | 1 | -6/+14 |
2013-04-09 | headers_install.pl: convert to headers_install.sh | Rob Landley | 1 | -2/+2 |
2013-03-05 | kbuild: fix make headers_check with make 3.80 | Sam Ravnborg | 1 | -5/+6 |
2013-02-22 | kbuild: Fix destination-y for installed headers | Jesper Nilsson | 1 | -3/+3 |
2012-10-02 | UAPI: Plumb the UAPI Kbuilds into the user header installation and checking | David Howells | 1 | -14/+31 |
2012-10-02 | UAPI: Remove the objhdr-y export list | David Howells | 1 | -5/+2 |
2011-11-18 | kbuild: Add support for installing generated asm headers | H. Peter Anvin | 1 | -2/+8 |
2011-04-28 | kbuild: asm-generic support | Sam Ravnborg | 1 | -1/+9 |
2010-08-15 | kbuild: drop unifdef-y support | Sam Ravnborg | 1 | -2/+1 |
2009-06-10 | kbuild: fix "Argument list too long" error for "make headers_check", | Sergei Poselenov | 1 | -2/+6 |
2009-04-11 | kbuild: introduce destination-y for exported headers | Sam Ravnborg | 1 | -0/+2 |
2008-07-26 | kbuild: install all headers when arch is changed | Sam Ravnborg | 1 | -3/+4 |
2008-07-26 | kbuild: optimize headers_* targets | Sam Ravnborg | 1 | -82/+63 |
2008-07-26 | kbuild: only one call for include/ in make headers_* | Sam Ravnborg | 1 | -9/+0 |
2008-07-26 | kbuild: code refactoring in Makefile.headerinst | Sam Ravnborg | 1 | -29/+35 |
2008-07-26 | kbuild: drop support of ALTARCH for headers_* | Sam Ravnborg | 1 | -75/+9 |
2008-07-26 | kbuild: always unifdef files in headers_install* | Sam Ravnborg | 1 | -19/+10 |
2007-07-17 | kbuild: use POSIX BRE in headers install target | Mike Frysinger | 1 | -7/+7 |
2007-07-06 | x86_64: fix headers_install | David Woodhouse | 1 | -1/+1 |
2007-05-22 | Make 'headerscheck' stop immediately on an error | David Woodhouse | 1 | -1/+1 |
2007-01-31 | [PATCH] translate dashes in filenames for headers install | Mike Frysinger | 1 | -1/+1 |
2006-10-17 | [PATCH] fix `make headers_install' | David Woodhouse | 1 | -1/+1 |
2006-10-04 | [PATCH] hdrcheck permission fix | Andrew Morton | 1 | -1/+1 |
2006-09-25 | Merge git://git.infradead.org/~dwmw2/khdrs-2.6 | Linus Torvalds | 1 | -45/+79 |
2006-09-25 | kbuild: use in-kernel unifdef | Sam Ravnborg | 1 | -1/+1 |
2006-09-25 | Use dependencies for 'make headers_install'. | David Woodhouse | 1 | -45/+79 |
2006-09-16 | [PATCH] Fix 'make headers_check' on biarch architectures | David Woodhouse | 1 | -3/+5 |
2006-06-18 | Basic implementation of 'make headers_check' | David Woodhouse | 1 | -0/+11 |
2006-06-18 | Basic implementation of 'make headers_install' | David Woodhouse | 1 | -0/+147 |