VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-08-10
scripts: merge_config: add strict mode to fail upon any redefinition
Matthias Maennich
2021-07-10
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2021-06-29
streamline_config.pl: add softtabstop=4 for vim users
Steven Rostedt (VMware)
2021-06-29
streamline_config.pl: make spacing consistent
Steven Rostedt (VMware)
2021-06-05
kconfig: constify long_opts
Masahiro Yamada
2021-04-29
Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2021-04-26
kconfig: refactor .gitignore
Masahiro Yamada
2021-04-25
kbuild: redo fake deps at include/config/*.h
Alexey Dobriyan
2021-04-19
kconfig: highlight xconfig 'comment' lines with '***'
Randy Dunlap
2021-04-19
kconfig: highlight gconfig 'comment' lines with '***'
Randy Dunlap
2021-04-19
kconfig: gconf: remove unused code
Masahiro Yamada
2021-04-19
kconfig: remove unused PACKAGE definition
Masahiro Yamada
2021-04-16
kconfig: nconf: stop endless search loops
Mihai Moldovan
2021-04-14
kconfig: split menu.c out of parser.y
Masahiro Yamada
2021-04-14
kconfig: nconf: refactor in print_in_middle()
Masahiro Yamada
2021-04-14
kconfig: nconf: remove meaningless wattrset() call from show_menu()
Masahiro Yamada
2021-04-14
kconfig: nconf: change set_config_filename() to void function
Masahiro Yamada
2021-04-14
kconfig: nconf: refactor attributes setup code
Masahiro Yamada
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
2021-04-14
kconfig: nconf: fix NORMAL attributes
Masahiro Yamada
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
2021-04-14
kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
Masahiro Yamada
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
2021-04-14
kconfig: lxdialog: A spello fix and a punctuation added
Bhaskar Chowdhury
2021-04-14
kconfig: streamline_config.pl: Couple of typo fixes
Bhaskar Chowdhury
2021-04-14
kconfig: use true and false for bool variable
Yang Li
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
2021-04-14
kconfig: do not use allnoconfig_y option
Masahiro Yamada
2021-04-14
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Masahiro Yamada
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
2021-03-25
kconfig: move conf_rewrite_mod_or_yes() to conf.c
Masahiro Yamada
2021-03-25
kconfig: remove assignment for Kconfig file
Masahiro Yamada
2021-03-25
kconfig: add help messages for --help (-h) and --silent (-s)
Masahiro Yamada
2021-03-25
kconfig: add long options --help and --silent
Masahiro Yamada
2021-03-25
kconfig: refactor option parse code
Masahiro Yamada
2021-03-25
kconfig: split randconfig setup code into set_randconfig_seed()
Masahiro Yamada
2021-02-24
kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig
Masahiro Yamada
2021-02-24
kconfig: omit --oldaskconfig option for 'make config'
Masahiro Yamada
2021-02-24
kconfig: fix 'invalid option' for help option
Masahiro Yamada
2021-02-24
kconfig: remove dead code in conf_askvalue()
Masahiro Yamada
2021-02-24
kconfig: clean up nested if-conditionals in check_conf()
Masahiro Yamada
2021-02-24
kconfig: Remove duplicate call to sym_get_string_value()
Mickaël Salaün
2021-01-27
kconfig: mconf: fix HOSTCC call
Enrico Weigelt, metux IT consult
2021-01-04
kconfig: remove 'kvmconfig' and 'xenconfig' shorthands
Masahiro Yamada
2021-01-04
kconfig: Support building mconf with vendor sysroot ncurses
John Millikin
2020-12-21
kconfig: fix return value of do_error_if()
Masahiro Yamada
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
2020-12-08
kconfig: qconf: show Qt version in the About dialog
Masahiro Yamada
2020-12-08
kconfig: make lkc.h self-sufficient #include-wise
Boris Kolpackov
2020-12-08
kconfig: qconf: convert to Qt5 new signal/slot connection syntax
Masahiro Yamada
2020-12-08
kconfig: qconf: use a variable to pass packages to pkg-config
Masahiro Yamada
2020-12-08
kconfig: qconf: drop Qt4 support
Masahiro Yamada
2020-10-22
Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-09-25
kconfig: qconf: create QApplication after option checks
Masahiro Yamada
2020-09-25
kconfig: qconf: remove Y, M, N columns
Masahiro Yamada
2020-09-25
kconfig: qconf: remove ConfigView class
Masahiro Yamada
2020-09-25
kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView
Masahiro Yamada
2020-09-25
kconfig: qconf: remove ConfigLineEdit class
Masahiro Yamada
2020-09-25
kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
Masahiro Yamada
2020-09-25
kconfig: qconf: show data column all the time
Masahiro Yamada
2020-09-25
kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
Masahiro Yamada
2020-09-25
kconfig: qconf: remove unused ConfigItem::okRename()
Masahiro Yamada
2020-09-25
kconfig: qconf: update the intro message to match to the current code
Masahiro Yamada
2020-09-25
kconfig: qconf: reformat the intro message
Masahiro Yamada
2020-09-20
kconfig: qconf: revive help message in the info view
Masahiro Yamada
2020-09-20
kconfig: qconf: fix incomplete type 'struct gstr' warning
Masahiro Yamada
2020-09-19
kconfig: qconf: use delete[] instead of delete to free array (again)
Masahiro Yamada
2020-09-03
kconfig: remove redundant assignment prompt = prompt
Denis Efremov
2020-09-03
kconfig: streamline_config.pl: check defined(ENV variable) before using it
Randy Dunlap
2020-08-27
kbuild: hide commands to run Kconfig, and show short log for syncconfig
Masahiro Yamada
2020-08-21
kconfig: qconf: replace deprecated QString::sprintf() with QTextStream
Masahiro Yamada
2020-08-21
kconfig: qconf: remove redundant help in the info view
Masahiro Yamada
2020-08-21
kconfig: qconf: remove qInfo() to get back Qt4 support
Masahiro Yamada
2020-08-18
kconfig: qconf: remove unused colNr
Masahiro Yamada
2020-08-18
kconfig: qconf: fix the popup menu in the ConfigInfoView window
Masahiro Yamada
2020-08-18
kconfig: qconf: fix signal connection to invalid slots
Masahiro Yamada
2020-08-14
kconfig: qconf: move setOptionMode() to ConfigList from ConfigView
Masahiro Yamada
2020-08-14
kconfig: qconf: do not limit the pop-up menu to the first row
Masahiro Yamada
2020-08-14
kconfig: qconf: refactor icon setups
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused voidPix, menuInvPix
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ConfigItem::text/setText
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ConfigList::addColumn/removeColumn
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ConfigItem::pixmap/setPixmap
Masahiro Yamada
2020-08-14
kconfig: qconf: drop more localization code
Masahiro Yamada
2020-08-14
kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused argument from ConfigView::updateList()
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused argument from ConfigList::updateList()
Masahiro Yamada
2020-08-14
kconfig: qconf: omit parent to QHBoxLayout()
Masahiro Yamada
2020-08-14
kconfig: qconf: remove name from ConfigSearchWindow constructor
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused ConfigList::listView()
Masahiro Yamada
2020-08-14
kconfig: qconf: overload addToolBar() to create and insert toolbar
Masahiro Yamada
2020-08-14
kconfig: qconf: remove toolBar from ConfigMainWindow members
Masahiro Yamada
2020-08-14
kconfig: qconf: use 'menu' variable for (QMenu *)
Masahiro Yamada
2020-08-14
kconfig: qconf: do not use 'menu' variable for (QMenuBar *)
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ->addSeparator() to menuBar
Masahiro Yamada
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-08-14
kconfig: qconf: Fix mouse events in search view
Maxime Chretien
2020-08-14
kconfig: constify XPM data
Masahiro Yamada
2020-08-14
kconfig: remove '---help---' support
Masahiro Yamada
2020-08-02
kconfig: qconf: remove wrong ConfigList::firstChild()
Masahiro Yamada
2020-08-01
Revert "kconfig: qconf: don't show goback button on splitMode"
Masahiro Yamada
2020-08-01
Revert "kconfig: qconf: Change title for the item window"
Masahiro Yamada
2020-08-01
kconfig: qconf: remove "goBack" debug message
Masahiro Yamada
2020-08-01
kconfig: qconf: use delete[] instead of delete to free array
Masahiro Yamada
2020-08-01
kconfig: qconf: compile moc object separately
Masahiro Yamada
2020-08-01
kconfig: qconf: use if_changed for qconf.moc rule
Masahiro Yamada
2020-07-02
kconfig: qconf: parse newer types at debug info
Mauro Carvalho Chehab
2020-07-02
kconfig: qconf: navigate menus on hyperlinks
Mauro Carvalho Chehab
2020-07-02
kconfig: qconf: don't show goback button on splitMode
Mauro Carvalho Chehab
2020-07-01
kconfig: qconf: simplify the goBack() logic
Mauro Carvalho Chehab
2020-07-01
kconfig: qconf: re-implement setSelected()
Mauro Carvalho Chehab
2020-07-01
kconfig: qconf: make debug links work again
Mauro Carvalho Chehab
2020-07-01
kconfig: qconf: make search fully work again on split mode
Mauro Carvalho Chehab
2020-07-01
kconfig: qconf: cleanup includes
Mauro Carvalho Chehab
2020-05-26
kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands
Masahiro Yamada
2020-05-13
streamline_config.pl: add LMC_KEEP to preserve some kconfigs
Changbin Du
2020-05-12
kconfig: allow only 'config', 'comment', and 'if' inside 'choice'
Masahiro Yamada
2020-05-12
kconfig: tests: remove randconfig test for choice in choice
Masahiro Yamada
2020-05-12
kconfig: do not assign a variable in the return statement
Masahiro Yamada
2020-05-12
kconfig: do not use OR-assignment for zero-cleared structure
Masahiro Yamada
2020-04-09
kconfig: qconf: Fix a few alignment issues
Mauro Carvalho Chehab
2020-04-09
kconfig: qconf: remove some old bogus TODOs
Mauro Carvalho Chehab
2020-04-09
kconfig: qconf: fix support for the split view mode
Mauro Carvalho Chehab
2020-04-09
kconfig: qconf: fix the content of the main widget
Mauro Carvalho Chehab
2020-04-09
kconfig: qconf: Change title for the item window
Mauro Carvalho Chehab
2020-04-09
kconfig: qconf: clean deprecated warnings
Mauro Carvalho Chehab
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
2020-03-29
kconfig: remove unused variable in qconf.cc
Masahiro Yamada
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
.gitignore: remove too obvious comments
Masahiro Yamada
2020-03-13
kconfig: make 'imply' obey the direct dependency
Masahiro Yamada
2020-03-13
kconfig: allow symbols implied by y to become m
Masahiro Yamada
2020-03-03
kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST
Masahiro Yamada
2020-02-05
kconfig: Invalidate all symbols after changing to y or m.
Tetsuo Handa
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-04
kconfig: fix broken dependency in randconfig-generated .config
Masahiro Yamada
2020-02-01
Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-01-10
kconfig: fix an "implicit declaration of function" warning
Bartosz Golaszewski
2020-01-07
kconfig: fix nesting of symbol help text
Thomas Hebb
2020-01-07
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
2020-01-07
kconfig: list all definitions of a symbol in help text
Thomas Hebb
2020-01-07
kconfig: Add yes2modconfig and mod2yesconfig targets.
Tetsuo Handa
2020-01-07
kconfig: use $(PERL) in Makefile
Masahiro Yamada
2020-01-07
kconfig: fix too deep indentation in Makefile
Masahiro Yamada
2020-01-07
kconfig: localmodconfig: fix indentation for closing brace
Masahiro Yamada
2020-01-07
kconfig: localmodconfig: remove unused $config
Masahiro Yamada
2020-01-07
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
2020-01-07
kconfig: remove sym from struct property
Masahiro Yamada
2020-01-07
kconfig: remove 'prompt' argument from menu_add_prop()
Masahiro Yamada
2020-01-07
kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()
Masahiro Yamada
2020-01-07
kconfig: remove 'prompt' symbol
Masahiro Yamada
2020-01-07
kconfig: drop T_WORD from the RHS of 'prompt' symbol
Masahiro Yamada
2020-01-07
kconfig: use parent->dep as the parentdep of 'menu'
Masahiro Yamada
2020-01-07
kconfig: remove the rootmenu check in menu_add_prop()
Masahiro Yamada
2020-01-07
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2019-12-17
kconfig: don't crash on NULL expressions in expr_eq()
Thomas Hebb
2019-11-11
kconfig: be more helpful if pkg-config is missing
Alyssa Ross
2019-11-11
kconfig: Add option to get the full help text with listnewconfig
Laura Abbott
2019-11-11
kbuild: Wrap long "make help" text lines
Geert Uytterhoeven
2019-11-11
kconfig: split util.c out of parser.y
Masahiro Yamada
2019-09-04
merge_config.sh: ignore unwanted grep errors
Guillaume Tucker
2019-09-04
kbuild: change *FLAGS_.o to take the path relative to $(obj)
Masahiro Yamada
2019-08-29
kbuild: remove clean-dirs syntax
Masahiro Yamada
2019-08-22
merge_config.sh: Check error codes from make
Mark Brown
2019-08-04
kconfig: Clear "written" flag to avoid data loss
M. Vefa Bicakci
2019-07-17
kconfig: fix missing choice values in auto.conf
Masahiro Yamada
2019-07-17
kconfig: run olddefconfig instead of oldconfig after merging fragments
Masahiro Yamada
2019-07-12
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-07-11
kconfig: remove meaningless if-conditional in conf_read()
Masahiro Yamada
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-09
kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
Masahiro Yamada
2019-06-09
kconfig: add static qualifier to expand_string()
Masahiro Yamada
2019-06-09
kconfig: require the argument of --defconfig
Masahiro Yamada
2019-06-09
kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional
Masahiro Yamada
2019-06-05
kconfig: tests: fix recursive inclusion unit test
Masahiro Yamada
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-19
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
2019-05-18
kconfig: Terminate menu blocks with a comment in the generated config
Alexander Popov
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-14
kconfig: make conf_get_autoconfig_name() static
Masahiro Yamada
2019-05-14
kconfig: use snprintf for formatting pathnames
Jacob Garber
2019-05-14
kconfig: remove useless NULL pointer check in conf_write_dep()
Masahiro Yamada
2019-05-11
kconfig: make parent directories for the saved .config as needed
Masahiro Yamada
2019-05-11
kconfig: do not write .config if the content is the same
Masahiro Yamada
2019-05-11
kconfig: do not accept a directory for configuration output
Masahiro Yamada
2019-05-09
kconfig: remove trailing whitespaces
Masahiro Yamada
2019-04-09
kconfig: Make nconf-cfg.sh executable
Petr Vorel
2019-03-29
kconfig/[mn]conf: handle backspace (^H) key
Changbin Du
2019-03-17
kconfig: remove stale lxdialog/.gitignore
Masahiro Yamada
2019-03-13
Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-03-12
kconfig: fix 'Save As' menu of xconfig
Masahiro Yamada
2019-02-27
kbuild: move ".config not found!" message from Kconfig to Makefile
Masahiro Yamada
2019-02-13
kconfig: rename zconf.y to parser.y
Masahiro Yamada