index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
kbuild
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2
-19
/
+12
2021-04-25
docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02
Bhaskar Chowdhury
1
-1
/
+1
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
1
-10
/
+4
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
1
-4
/
+0
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2
-5
/
+8
2021-02-25
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-7
/
+1
2021-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+1
2021-02-21
Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2021-02-16
kbuild: doc: remove "Objects which export symbols" section
Masahiro Yamada
1
-7
/
+1
2021-02-01
kbuild: remove PYTHON variable
Masahiro Yamada
1
-1
/
+1
2021-01-30
Documentation/llvm: Add a section about supported architectures
Nathan Chancellor
1
-0
/
+44
2021-01-29
arch: sparc: Remove CONFIG_OPROFILE support
Viresh Kumar
1
-1
/
+0
2021-01-26
doc: gcc-plugins: update gcc-plugins.rst
Masahiro Yamada
1
-20
/
+21
2021-01-23
Documentation/Kbuild: Remove references to gcc-plugin.sh
Robert Karszniewicz
1
-6
/
+0
2021-01-22
scsi: Drop gdth driver
Hannes Reinecke
1
-3
/
+1
2021-01-11
Documentation: kbuild: Fix section reference
Viresh Kumar
1
-1
/
+1
2020-12-22
Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2020-12-21
kconfig: doc: fix $(fileno) to $(filename)
Masahiro Yamada
1
-1
/
+1
2020-12-21
Documentation/kbuild: Document platform dependency practises
Geert Uytterhoeven
1
-0
/
+24
2020-12-21
Documentation/kbuild: Document COMPILE_TEST dependencies
Geert Uytterhoeven
1
-0
/
+11
2020-12-21
kbuild: doc: document subdir-y syntax
Masahiro Yamada
1
-0
/
+15
2020-12-21
kbuild: doc: clarify the difference between extra-y and always-y
Masahiro Yamada
1
-39
/
+71
2020-12-21
kbuild: doc: split if_changed explanation to a separate section
Masahiro Yamada
1
-42
/
+52
2020-12-21
kbuild: doc: merge 'Special Rules' and 'Custom kbuild commands' sections
Masahiro Yamada
1
-48
/
+40
2020-12-21
kbuild: doc: fix 'List directories to visit when descending' section
Masahiro Yamada
1
-9
/
+10
2020-12-21
kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/
Masahiro Yamada
2
-28
/
+35
2020-12-21
kbuild: doc: update the description about kbuild Makefiles
Masahiro Yamada
1
-1
/
+1
2020-11-02
kbuild: remove unused OBJSIZE
Vasily Gorbik
1
-3
/
+2
2020-10-13
kbuild: doc: describe proper script invocation
Lukas Bulwahn
1
-0
/
+20
2020-10-12
Merge tag 'docs-5.10' of git://git.lwn.net/linux
Linus Torvalds
1
-0
/
+4
2020-09-26
Documentation/llvm: Fix clang target examples
Florian Fainelli
1
-2
/
+2
2020-09-03
kbuild: Documentation: clean up makefiles.rst
Randy Dunlap
1
-9
/
+9
2020-08-31
Documentation: add minimum clang/llvm version
Nick Desaulniers
1
-0
/
+4
2020-08-31
Documentation/llvm: Improve formatting of commands, variables, and arguments
Nathan Chancellor
1
-13
/
+13
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
4
-12
/
+55
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
1
-1
/
+30
2020-08-10
kbuild: Replace HTTP links with HTTPS ones
Alexander A. Klimov
3
-9
/
+9
2020-08-10
kbuild: introduce ccflags-remove-y and asflags-remove-y
Masahiro Yamada
1
-0
/
+14
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-07-13
Documentation: kbuild/kconfig-language: eliminate duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-07
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
1
-2
/
+2
2020-06-28
docs: kbuild: fix ReST formatting
Dov Murik
1
-3
/
+4
2020-06-28
gcc-plugins: fix gcc-plugins directory path in documentation
Masahiro Yamada
1
-1
/
+1
2020-06-06
kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
1
-2
/
+2
2020-05-26
kbuild: doc: remove documentation about copying Module.symvers around
Masahiro Yamada
1
-12
/
+0
2020-05-17
kbuild: doc: document the new syntax 'userprogs'
Masahiro Yamada
1
-48
/
+135
2020-04-23
Documentation: kbuild: fix the section title format
Masahiro Yamada
1
-1
/
+2
2020-04-09
kbuild: support LLVM=1 to switch the default tools to Clang/LLVM
Masahiro Yamada
2
-2
/
+11
2020-04-09
kbuild: replace AS=clang with LLVM_IAS=1
Masahiro Yamada
1
-1
/
+4
2020-04-09
Documentation/llvm: fix the name of llvm-size
Fangrui Song
1
-1
/
+1
[next]