summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-05kbuild: Move last word of nconfig help to the previous linePetr Vorel
2018-06-05kconfig: Add testconfig into make help outputPetr Vorel
2018-05-29kconfig: add basic helper macros to scripts/Kconfig.includeMasahiro Yamada
2018-05-29kconfig: show compiler version text in the top commentMasahiro Yamada
2018-05-29kconfig: test: add Kconfig macro language testsMasahiro Yamada
2018-05-29Documentation: kconfig: document a new Kconfig macro languageMasahiro Yamada
2018-05-29kconfig: error out if a recursive variable references itselfMasahiro Yamada
2018-05-29kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada
2018-05-29kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada
2018-05-29kconfig: expand lefthand side of assignment statementMasahiro Yamada
2018-05-29kconfig: support append assignment operatorMasahiro Yamada
2018-05-29kconfig: support simply expanded variableMasahiro Yamada
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada
2018-05-29kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada
2018-05-29kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada
2018-05-29kconfig: add 'shell' built-in functionMasahiro Yamada
2018-05-29kconfig: add built-in function supportMasahiro Yamada
2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada
2018-05-29kconfig: remove sym_expand_string_value()Masahiro Yamada
2018-05-29kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada
2018-05-29kconfig: remove string expansion in file_lookup()Masahiro Yamada
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-05-29kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada
2018-05-29kbuild: remove kbuild cacheMasahiro Yamada
2018-05-28kconfig: drop localization supportSam Ravnborg
2018-05-28kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada
2018-05-28kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada
2018-05-28kconfig: refactor Qt package checks for building qconfMasahiro Yamada
2018-05-28kbuild: do not display CHK for filechkMasahiro Yamada
2018-05-27Linux 4.17-rc7Linus Torvalds
2018-05-27Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-26Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2018-05-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-26Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi in...Olof Johansson
2018-05-26ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-05-26arm64: dts: hikey: Fix eMMC corruption regressionJohn Stultz
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand
2018-05-25checkpatch: fix macro argument precedence testJoe Perches
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron
2018-05-25proc: fix smaps and meminfo alignmentHugh Dickins
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin