Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
857833698536b9abc1540e9df25d32697b9b25c0
/
Documentation
/
kbuild
168c799
Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
5ef8726
kbuild: get rid of misleading $(AS) from documents
by Masahiro Yamada
· 5 years ago
1688694
docs: kbuild: fix build with pdf and fix some minor issues
by Mauro Carvalho Chehab
· 6 years ago
113094f
docs: add some directories to the main documentation index
by Mauro Carvalho Chehab
· 6 years ago
39ceda5
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
95fd3f8
kbuild: add a flag to force absolute path for srctree
by Masahiro Yamada
· 6 years ago
1e21cbf
kbuild: support header-test-pattern-y
by Masahiro Yamada
· 6 years ago
c93a036
kbuild: do not create wrappers for header-test-y
by Masahiro Yamada
· 6 years ago
e846f0d
kbuild: add support for ensuring headers are self-contained
by Jani Nikula
· 6 years ago
f3c8d4c7
kbuild: remove headers_{install,check}_all
by Masahiro Yamada
· 6 years ago
cd238ef
docs: kbuild: convert docs to ReST and rename to *.rst
by Mauro Carvalho Chehab
· 6 years ago
055efab
kbuild: drop support for cc-ldoption
by Nick Desaulniers
· 6 years ago
898490c
moduleparam: Save information about built-in modules in separate file
by Alexey Gladkov
· 6 years ago
037fc33
kbuild: force all architectures except um to include mandatory-y
by Masahiro Yamada
· 6 years ago
d3a918c
kbuild: remove cc-version macro
by Masahiro Yamada
· 6 years ago
6d3c94e
kbuild: turn '/' into an alias of './'
by Masahiro Yamada
· 6 years ago
d151e97
kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJS
by Masahiro Yamada
· 6 years ago
dee9495
kbuild: remove top-level built-in.a
by Masahiro Yamada
· 6 years ago
9199873
kbuild: generate asm-generic wrappers if mandatory headers are missing
by Masahiro Yamada
· 6 years ago
0126be3
kbuild: announce removal of SUBDIRS if used
by Masahiro Yamada
· 6 years ago
3f80bab
kbuild: remove unused cc-fullversion variable
by Masahiro Yamada
· 6 years ago
a7ddcea
Drop all 00-INDEX files from Documentation/
by Henrik Austad
· 6 years ago
c86b1f9
kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
by Michal Suchanek
· 6 years ago
5e8c529
kconfig: report recursive dependency involving 'imply'
by Masahiro Yamada
· 6 years ago
01f0e5cd
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
08b220b
kconfig: fix typos in description of "choice" in kconfig-language.txt
by Randy Dunlap
· 6 years ago
bb81955
kbuild: if_changed: document single use per target limitation
by Dirk Gouders
· 6 years ago
f92d19e
kbuild: Use HOST*FLAGS options from the command line
by Laura Abbott
· 7 years ago
96f14fe
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
by Laura Abbott
· 7 years ago
00e0793
kbuild: document the KBUILD_KCONFIG env. variable
by Randy Dunlap
· 7 years ago
452d4c8
kconfig: update user kconfig tools doc.
by Randy Dunlap
· 7 years ago
3f9cdee
kbuild: delete INSTALL_FW_PATH from kbuild documentation
by Randy Dunlap
· 7 years ago
5ba8009
kbuild: update ARCH alias info for sparc
by Randy Dunlap
· 7 years ago
09b1565
kbuild: update ARCH alias info for sh
by Randy Dunlap
· 7 years ago
bdb6010
kconfig: document Kconfig source file comments
by Randy Dunlap
· 7 years ago
050e9ba
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
by Linus Torvalds
· 7 years ago
8373b7d
Documentation: kconfig: add recommended way to describe compiler support
by Masahiro Yamada
· 7 years ago
316d55d
Documentation: kconfig: document a new Kconfig macro language
by Masahiro Yamada
· 7 years ago
104daea
kconfig: reference environment variables directly and remove 'option env='
by Masahiro Yamada
· 7 years ago
147a89b
Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
911a91c
kconfig: rename silentoldconfig to syncconfig
by Masahiro Yamada
· 7 years ago
bd0f98e
kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt
by Masahiro Yamada
· 7 years ago
35cd02b
kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt
by Masahiro Yamada
· 7 years ago
f49821e
kbuild: rename built-in.o to built-in.a
by Nicholas Piggin
· 7 years ago
6358d6e
kbuild: remove incremental linking option
by Nicholas Piggin
· 7 years ago
255442c
Merge tag 'docs-4.16' of git://git.lwn.net/linux
by Linus Torvalds
· 7 years ago
9059a34
kconfig: fix relational operators for bool and tristate symbols
by Nicolas Pitre
· 7 years ago
b7d4ec3
Documentation/kbuild: Add guidance for the use of default
by Darren Hart (VMware)
· 7 years ago
37cb8e1
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
74ce189
kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
by Masahiro Yamada
· 7 years ago
d87e47e
kbuild doc: a bundle of fixes on makefiles.txt
by Cao jin
· 7 years ago
3d91a35
kbuild: Update example for ccflags-y usage
by Sedat Dilek
· 7 years ago
98ced88
Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 8 years ago
58f051f
Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 8 years ago
3a166fc
kbuild: handle libs-y archives separately from built-in.o archives
by Nicholas Piggin
· 8 years ago
39a33ff
kbuild: remove cc-option-align
by Masahiro Yamada
· 8 years ago
ae3f415
kbuild: replace genhdr-y with generated-y
by Masahiro Yamada
· 8 years ago
468f876
Documentation, kbuild: fix typo "minimun" -> "minimum"
by Tobias Klauser
· 8 years ago
61562f98
uapi: export all arch specifics directories
by Nicolas Dichtel
· 8 years ago
fcc8487
uapi: export all headers under uapi directories
by Nicolas Dichtel
· 8 years ago
bd73a32
Makefile.headersinst: remove destination-y option
by Nicolas Dichtel
· 8 years ago
237e3ad
Kconfig: Introduce the "imply" keyword
by Nicolas Pitre
· 8 years ago
84d6984
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
fbe6e37
kbuild: add arch specific post-link Makefile
by Nicholas Piggin
· 8 years ago
cfd7c61
kconfig-language: improve menuconfig usage description
by Eugeniu Rosca
· 8 years ago
54b880c
kbuild, x86: Track generated headers with generated-y
by James Hogan
· 9 years ago
032a318
kconfig-language: elaborate on the type of a choice
by Dirk Gouders
· 9 years ago
3e2ba95
kconfig-language: fix comment on dependency-generated menu structures.
by Dirk Gouders
· 9 years ago
1c199f2
kbuild: document recursive dependency limitation / resolution
by Luis R. Rodriguez
· 9 years ago
af1eb29
modsign: Allow password to be specified for signing key
by David Woodhouse
· 9 years ago
61754c1
kbuild: Allow arch Makefiles to override {cpp,ld,c}flags
by Michal Marek
· 10 years ago
ed45d40
kbuild : Fix documentation of INSTALL_HDR_PATH
by Anish Bhatt
· 10 years ago
bd55daf
kbuild: edit explanation of clean-files variable
by Jeffrey Rogers
· 10 years ago
7734334
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
6dcb4e5
kbuild: allow cc-ifversion to have the argument for false condition
by Masahiro Yamada
· 10 years ago
665d92e
kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
by Masahiro Yamada
· 10 years ago
97659181
kbuild: Update documentation of clean-files and clean-dirs
by Michal Marek
· 10 years ago
39fed70
Documentation: kbuild: Improve grammar
by Geert Uytterhoeven
· 10 years ago
cf6c53d
Documentation: kbuild: Remove obsolete dtc_cpp section
by Geert Uytterhoeven
· 10 years ago
ef80f0a
Documentation: kbuild: Improve if_changed documentation
by Geert Uytterhoeven
· 10 years ago
b22ae40
Documentation: kbuild: Remove obsolete include/asm symlink step
by Geert Uytterhoeven
· 10 years ago
899552d
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
3b7b3e6
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
aa8dbee
Documentation: headers_install.txt is part of kbuild
by Yann Droneaud
· 10 years ago
62e2210
kbuild: drop shared library support from Makefile.host
by Masahiro Yamada
· 10 years ago
c141056
kbuild: fix a typo in a kbuild document
by Masahiro Yamada
· 11 years ago
4be7f0a
kbuild: Fix a typo in documentation
by Warren Turkal
· 11 years ago
5d2acfc
kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
by Josh Triplett
· 11 years ago
560909d
Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig
by Regid Ichira
· 11 years ago
e062781
kconfig: do not allow more than one symbol to have 'option modules'
by Yann E. MORIN
· 11 years ago
c3286ee
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig
by Michal Marek
· 11 years ago
9e554dd
Documentation/kconfig: more concise and straightforward search explanation
by Yann E. MORIN
· 12 years ago
b202c0d
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
193b40a
kconfig: sort found symbols by relevance
by Yann E. MORIN
· 12 years ago
40b3136
Finally eradicate CONFIG_HOTPLUG
by Stephen Rothwell
· 12 years ago
b9e306e
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
685e56d
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
e43956e
kconfig: implement KCONFIG_PROBABILITY for randconfig
by Yann E. MORIN
· 12 years ago
0d8024c
kconfig: allow specifying the seed for randconfig
by Yann E. MORIN
· 12 years ago
ff4eb04
doc: change example to existing Makefile fragment
by Paul Bolle
· 12 years ago
Next »