| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | kconfig: clean-up reverse dependency help implementation | Masahiro Yamada | 2018-03-26 | 2 | -17/+23 | |
| | * | | | | | | | checkpatch: kconfig: prefer 'help' over '---help---' | Ulf Magnusson | 2018-03-26 | 1 | -1/+5 | |
| | * | | | | | | | checkpatch: kconfig: check help texts for menuconfig and choice | Ulf Magnusson | 2018-03-26 | 1 | -2/+11 | |
| | * | | | | | | | checkpatch: kconfig: recognize more prompts when checking help texts | Ulf Magnusson | 2018-03-26 | 1 | -1/+1 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-04-03 | 12 | -181/+142 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h> | Masahiro Yamada | 2018-03-31 | 1 | -0/+1 | |
| | * | | | | | | | kbuild: clean up link rule of composite modules | Masahiro Yamada | 2018-03-26 | 1 | -3/+1 | |
| | * | | | | | | | kbuild: clean up archive rule of built-in.a | Masahiro Yamada | 2018-03-26 | 1 | -9/+4 | |
| | * | | | | | | | kbuild: remove partial section mismatch detection for built-in.a | Masahiro Yamada | 2018-03-26 | 1 | -2/+1 | |
| | * | | | | | | | kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a | Masahiro Yamada | 2018-03-26 | 2 | -18/+10 | |
| | * | | | | | | | kbuild: rename real-objs-y/m to real-obj-y/m | Masahiro Yamada | 2018-03-26 | 2 | -16/+16 | |
| | * | | | | | | | kbuild: move modname and modname-multi close to modname_flags | Masahiro Yamada | 2018-03-26 | 2 | -8/+8 | |
| | * | | | | | | | kbuild: simplify modname calculation | Masahiro Yamada | 2018-03-26 | 2 | -18/+1 | |
| | * | | | | | | | kbuild: fix modname for composite modules | Cao jin | 2018-03-26 | 1 | -2/+2 | |
| | * | | | | | | | kbuild: define KBUILD_MODNAME even if multiple modules share objects | Masahiro Yamada | 2018-03-26 | 1 | -7/+5 | |
| | * | | | | | | | kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi | Masahiro Yamada | 2018-03-26 | 1 | -1/+1 | |
| | * | | | | | | | kbuild: Use ls(1) instead of stat(1) to obtain file size | Michael Forney | 2018-03-26 | 3 | -3/+7 | |
| | * | | | | | | | kbuild: move include/config/ksym/* to include/ksym/* | Masahiro Yamada | 2018-03-26 | 3 | -6/+6 | |
| | * | | | | | | | kbuild: restore autoksyms.h touch to the top Makefile | Masahiro Yamada | 2018-03-26 | 1 | -2/+0 | |
| | * | | | | | | | kbuild: remove wrong 'touch' in adjust_autoksyms.sh | Masahiro Yamada | 2018-03-26 | 1 | -3/+0 | |
| | * | | | | | | | kbuild: simplify ld-option implementation | Masahiro Yamada | 2018-03-26 | 1 | -3/+1 | |
| | * | | | | | | | kbuild: rename built-in.o to built-in.a | Nicholas Piggin | 2018-03-26 | 4 | -19/+19 | |
| | * | | | | | | | kbuild: remove incremental linking option | Nicholas Piggin | 2018-03-26 | 2 | -80/+43 | |
| | * | | | | | | | kbuild: Improve portability of some sed invocations | Michael Forney | 2018-03-26 | 5 | -9/+11 | |
| | * | | | | | | | kbuild: add clang-version.sh | Sami Tolvanen | 2018-03-26 | 1 | -0/+33 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge tag 'docs-4.17' of git://git.lwn.net/linux | Linus Torvalds | 2018-04-03 | 2 | -303/+396 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | docs: kernel-doc: fix parsing of arrays | Mauro Carvalho Chehab | 2018-03-29 | 1 | -1/+1 | |
| | * | | | | | | kernel-doc: Remove __sched markings | Matthew Wilcox | 2018-03-21 | 1 | -0/+1 | |
| | * | | | | | | Merge branch 'kerneldoc2' into docs-next | Jonathan Corbet | 2018-02-20 | 1 | -301/+365 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | docs: Add an SPDX header to kernel-doc | Jonathan Corbet | 2018-02-20 | 1 | -0/+1 | |
| | | * | | | | | | docs: kernel-doc: Don't mangle literal code blocks in comments | Jonathan Corbet | 2018-02-15 | 1 | -5/+64 | |
| | | * | | | | | | docs: kernel-doc: Finish moving STATE_* code out of process_file() | Jonathan Corbet | 2018-02-15 | 1 | -62/+77 | |
| | | * | | | | | | docs: kernel-doc: Move STATE_PROTO processing into its own function | Jonathan Corbet | 2018-02-15 | 1 | -18/+28 | |
| | | * | | | | | | docs: kernel-doc: Move STATE_BODY processing to a separate function | Jonathan Corbet | 2018-02-15 | 1 | -92/+101 | |
| | | * | | | | | | docs: kernel-doc: Move STATE_NAME processing into its own function | Jonathan Corbet | 2018-02-15 | 1 | -65/+72 | |
| | | * | | | | | | docs: kernel-doc: Move STATE_NORMAL processing into its own function | Jonathan Corbet | 2018-02-15 | 1 | -5/+16 | |
| | | * | | | | | | docs: kernel-doc: Rename and split STATE_FIELD | Jonathan Corbet | 2018-02-15 | 1 | -11/+11 | |
| | | * | | | | | | docs: kernel-doc: Get rid of xml_escape() and friends | Jonathan Corbet | 2018-02-15 | 1 | -56/+9 | |
| | * | | | | | | | scripts: kernel-doc: support in-line comments on nested structs/unions | Mauro Carvalho Chehab | 2018-02-18 | 1 | -1/+1 | |
| | * | | | | | | | scripts: kernel_doc: fixup reporting of function identifiers | Mike Rapoport | 2018-02-18 | 1 | -1/+1 | |
| | * | | | | | | | Add scripts/split-man.pl | Matthew Wilcox | 2018-02-13 | 1 | -0/+28 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2018-04-02 | 5 | -65/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | scripts/checkstack.pl: remove blackfin support | Tobias Klauser | 2018-03-26 | 1 | -3/+0 | |
| | * | | | | | | | recordmcount.pl: drop blackin and tile support | Arnd Bergmann | 2018-03-26 | 1 | -8/+0 | |
| | * | | | | | | | arch: remove blackfin port | Arnd Bergmann | 2018-03-16 | 1 | -26/+0 | |
| | * | | | | | | | mn10300: Remove the architecture | David Howells | 2018-03-09 | 1 | -4/+3 | |
| | * | | | | | | | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Arnd Bergmann | 2018-03-07 | 2 | -24/+0 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Drop a bunch of metag references | James Hogan | 2018-02-23 | 2 | -24/+0 | |
| | | |/ / / / / / | ||||||
| * | | | | | | | | Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2018-04-02 | 1 | -10/+0 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | Backmerge tag 'v4.16-rc7' into drm-next | Dave Airlie | 2018-03-28 | 16 | -33/+47 | |
| | |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | |_|_|_|/ | |/| | | | | ||||||

