aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-06-05
* kbuild: Move last word of nconfig help to the previous linePetr Vorel2018-06-05
* kconfig: Add testconfig into make help outputPetr Vorel2018-06-05
* kconfig: add basic helper macros to scripts/Kconfig.includeMasahiro Yamada2018-05-28
* kconfig: show compiler version text in the top commentMasahiro Yamada2018-05-28
* kconfig: test: add Kconfig macro language testsMasahiro Yamada2018-05-28
* Documentation: kconfig: document a new Kconfig macro languageMasahiro Yamada2018-05-28
* kconfig: error out if a recursive variable references itselfMasahiro Yamada2018-05-28
* kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada2018-05-28
* kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada2018-05-28
* kconfig: expand lefthand side of assignment statementMasahiro Yamada2018-05-28
* kconfig: support append assignment operatorMasahiro Yamada2018-05-28
* kconfig: support simply expanded variableMasahiro Yamada2018-05-28
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-28
* kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada2018-05-28
* kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada2018-05-28
* kconfig: add 'shell' built-in functionMasahiro Yamada2018-05-28
* kconfig: add built-in function supportMasahiro Yamada2018-05-28
* kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-28
* kconfig: remove sym_expand_string_value()Masahiro Yamada2018-05-28
* kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-28
* kconfig: remove string expansion in file_lookup()Masahiro Yamada2018-05-28
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-28
* kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada2018-05-28
* kbuild: remove kbuild cacheMasahiro Yamada2018-05-28
* kconfig: drop localization supportSam Ravnborg2018-05-28
* kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada2018-05-28
* kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada2018-05-28
* kconfig: refactor Qt package checks for building qconfMasahiro Yamada2018-05-28
* kbuild: do not display CHK for filechkMasahiro Yamada2018-05-28
* Linux 4.17-rc7Linus Torvalds2018-05-27
* Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-27
|\
| * Makefile: disable PIE before testing asm gotoMichal Kubecek2018-05-17
| * kbuild: gcov: enable -fno-tree-loop-im if supportedNick Desaulniers2018-05-17
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-05-26
|\ \
| * \ Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi in...Olof Johansson2018-05-26
| |\ \
| | * | arm64: dts: hikey: Fix eMMC corruption regressionJohn Stultz2018-05-26
| * | | ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij2018-05-26
| * | | Merge tag 'qcom-fixes-for-4.17-rc7' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-05-25
| |\ \ \
| | * | | firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()Niklas Cassel2018-05-24
| * | | | Merge tag 'sunxi-fixes-for-4.17' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2018-05-25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: sun8i: v3s: fix spelling mistake: "disbaled" -> "disabled"Colin Ian King2018-05-02
| | * | | ARM: dts: sun4i: Fix incorrect clocks for displaysPascal Roeleven2018-04-23
| | * | | ARM: dts: sun8i: h3: Re-enable EMAC on Orange Pi OneChen-Yu Tsai2018-04-17
| | |/ /
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-26
|\ \ \ \
| * | | | x86/speculation: Simplify the CPU bug detection logicDominik Brodowski2018-05-23
| * | | | KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk2018-05-23
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-26
|\ \ \ \ \
| * | | | | sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior2018-05-25
| * | | | | kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra2018-05-25