Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-31 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -3/+105 |
2020-03-30 | Merge tag 'docs-5.7' of git://git.lwn.net/linux | Linus Torvalds | 2 | -0/+98 |
2020-03-17 | modpost: move the namespace field in Module.symvers last | Jessica Yu | 1 | -2/+2 |
2020-03-13 | kconfig: make 'imply' obey the direct dependency | Masahiro Yamada | 1 | -2/+13 |