Age | Commit message (Expand) | Author | Files | Lines |
2018-03-25 | kconfig: use yylineno option instead of manual lineno increments | Masahiro Yamada | 2 | -11/+10 |
2018-03-25 | kconfig: detect recursive inclusion earlier | Masahiro Yamada | 1 | -6/+8 |
2018-03-25 | kconfig: remove duplicated file name and lineno of recursive inclusion | Masahiro Yamada | 2 | -10/+10 |
2018-03-25 | kconfig: do not include both curses.h and ncurses.h for nconfig | Masahiro Yamada | 1 | -3/+1 |
2018-03-25 | kconfig: make unmet dependency warnings readable | Masahiro Yamada | 3 | -55/+23 |
2018-03-25 | kconfig: warn unmet direct dependency of tristate symbols selected by y | Masahiro Yamada | 1 | -2/+2 |
2018-03-25 | kconfig: tests: test if recursive inclusion is detected | Masahiro Yamada | 6 | -0/+24 |
2018-03-25 | kconfig: tests: test if recursive dependencies are detected | Masahiro Yamada | 3 | -0/+101 |
2018-03-25 | kconfig: tests: test randconfig for choice in choice | Masahiro Yamada | 5 | -0/+60 |
2018-03-25 | kconfig: tests: test defconfig when two choices interact | Masahiro Yamada | 4 | -0/+42 |
2018-03-25 | kconfig: tests: check visibility of tristate choice values in y choice | Masahiro Yamada | 5 | -0/+43 |
2018-03-25 | kconfig: tests: check unneeded "is not set" with unmet dependency | Masahiro Yamada | 4 | -0/+39 |
2018-03-25 | kconfig: tests: test if new symbols in choice are asked | Masahiro Yamada | 4 | -0/+64 |
2018-03-25 | kconfig: tests: test automatic submenu creation | Masahiro Yamada | 3 | -0/+72 |
2018-03-25 | kconfig: tests: add basic choice tests | Masahiro Yamada | 9 | -0/+149 |
2018-03-25 | kconfig: tests: add framework for Kconfig unit testing | Masahiro Yamada | 3 | -0/+306 |
2018-03-25 | kbuild: add PYTHON2 and PYTHON3 variables | Masahiro Yamada | 1 | -1/+3 |
2018-03-25 | kconfig: remove redundant streamline_config.pl prerequisite | Ulf Magnusson | 1 | -4/+4 |
2018-03-25 | kconfig: rename silentoldconfig to syncconfig | Masahiro Yamada | 5 | -16/+23 |
2018-03-25 | kconfig: invoke oldconfig instead of silentoldconfig from local*config | Masahiro Yamada | 1 | -2/+2 |
2018-03-25 | kconfig: hide irrelevant sub-menus for oldconfig | Masahiro Yamada | 1 | -3/+6 |
2018-03-25 | kconfig: remove redundant input_mode test for check_conf() loop | Masahiro Yamada | 1 | -1/+1 |
2018-03-25 | kconfig: remove unneeded input_mode test in conf() | Masahiro Yamada | 1 | -3/+1 |
2018-03-25 | kconfig: do not call check_conf() for olddefconfig | Masahiro Yamada | 1 | -5/+5 |
2018-03-25 | kconfig: only write '# CONFIG_FOO is not set' for visible symbols | Ulf Magnusson | 1 | -1/+2 |
2018-03-25 | kconfig: Print reverse dependencies in groups | Eugeniu Rosca | 3 | -13/+20 |
2018-03-25 | kconfig: clean-up reverse dependency help implementation | Masahiro Yamada | 2 | -17/+23 |
2018-03-25 | checkpatch: kconfig: prefer 'help' over '---help---' | Ulf Magnusson | 1 | -1/+5 |
2018-03-25 | checkpatch: kconfig: check help texts for menuconfig and choice | Ulf Magnusson | 1 | -2/+11 |
2018-03-25 | checkpatch: kconfig: recognize more prompts when checking help texts | Ulf Magnusson | 1 | -1/+1 |
2018-03-12 | Linux 4.16-rc5 | Linus Torvalds | 1 | -1/+1 |
2018-03-12 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 17 | -182/+291 |
2018-03-12 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
2018-03-12 | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+25 |
2018-03-12 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 13 | -17/+65 |
2018-03-12 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+3 |
2018-03-11 | Merge tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/sla... | Linus Torvalds | 3 | -7/+26 |
2018-03-11 | Merge tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -22/+16 |
2018-03-11 | dmaengine: mv_xor_v2: Fix clock resource by adding a register clock | Gregory CLEMENT | 2 | -6/+25 |
2018-03-10 | Merge tag 'kbuild-fixes-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -15/+10 |
2018-03-10 | Merge tag 'linux-watchdog-4.16-fixes-2' of git://www.linux-watchdog.org/linux... | Linus Torvalds | 3 | -494/+13 |
2018-03-10 | Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-block | Linus Torvalds | 9 | -73/+60 |
2018-03-10 | Merge tag 'for-4.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -75/+65 |
2018-03-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 23 | -156/+192 |
2018-03-10 | Merge tag 'platform-drivers-x86-v4.16-6' of git://git.infradead.org/linux-pla... | Linus Torvalds | 6 | -38/+82 |
2018-03-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -35/+57 |
2018-03-10 | Merge tag 'for-linus-4.16a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+4 |
2018-03-10 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 3 | -7/+7 |
2018-03-10 | Merge tag 'docs-4.16-fix' of git://git.lwn.net/linux | Linus Torvalds | 1 | -2/+1 |
2018-03-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -21/+40 |