index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
kconfig: Avoid prompting for transitional symbols
Kees Cook
6
-1
/
+61
2025-10-01
Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
2
-5
/
+16
2025-09-24
kconfig: Add transitional symbol attribute for migration support
Kees Cook
11
-1
/
+274
2025-09-24
kconfig: Fix BrokenPipeError warnings in selftests
Kees Cook
1
-1
/
+16
2025-08-18
kconfig: qconf/xconfig: show the OptionsMode radio button setting at startup
Randy Dunlap
1
-0
/
+13
2025-08-18
kconfig: nconf: Format and print 'line' without a temporary copy
Thorsten Blum
1
-5
/
+3
2025-08-06
kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c
Suchit Karunakaran
1
-2
/
+4
2025-08-06
kconfig: lxdialog: replace strcpy with snprintf in print_autowrap
Suchit Karunakaran
1
-2
/
+1
2025-07-26
kconfig: gconf: refactor text_insert_help()
Masahiro Yamada
1
-25
/
+8
2025-07-26
kconfig: gconf: remove unneeded variable in text_insert_msg
Masahiro Yamada
1
-2
/
+1
2025-07-26
kconfig: gconf: use hyphens in signals
Masahiro Yamada
1
-7
/
+7
2025-07-26
kconfig: gconf: replace GtkImageMenuItem with GtkMenuItem
Masahiro Yamada
1
-7
/
+7
2025-07-26
kconfig: gconf: Fix Back button behavior
Masahiro Yamada
1
-5
/
+1
2025-07-26
kconfig: gconf: fix single view to display dependent symbols correctly
Masahiro Yamada
1
-15
/
+1
2025-07-26
kconfig: qconf: confine {begin,end}Group to constructor and destructor
Masahiro Yamada
2
-2
/
+7
2025-07-26
kconfig: qconf: fix ConfigList::updateListAllforAll()
Masahiro Yamada
1
-1
/
+1
2025-07-26
kconfig: add a function to dump all menu entries in a tree-like format
Masahiro Yamada
2
-0
/
+75
2025-07-26
kconfig: gconf: show GTK version in About dialog
Masahiro Yamada
1
-1
/
+5
2025-07-26
kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPaned
Masahiro Yamada
1
-2
/
+3
2025-07-26
kconfig: gconf: replace GdkColor with GdkRGBA
Masahiro Yamada
1
-11
/
+11
2025-07-26
kconfig: gconf: replace GtkVbox with GtkBox
Masahiro Yamada
1
-1
/
+2
2025-07-26
kconfig: gconf: migrate to GTK 3
Masahiro Yamada
3
-146
/
+135
2025-07-26
kconfig: gconf: rename gconf.glade to gconf.ui
Masahiro Yamada
2
-3
/
+3
2025-07-26
kconfig: gconf: rename display_tree_part()
Masahiro Yamada
1
-7
/
+7
2025-07-26
kconfig: gconf: use configure-event handler to adjust pane separator
Masahiro Yamada
1
-18
/
+7
2025-07-26
kconfig: gconf: fix behavior of a menu under a symbol in split view
Masahiro Yamada
1
-3
/
+2
2025-07-26
kconfig: nconf: Ensure null termination where strncpy is used
Shankari Anand
2
-0
/
+3
2025-07-02
kconfig: gconf: remove GtkHandleBox from glade
Masahiro Yamada
1
-9
/
+0
2025-07-02
kconfig: gconf: use gtk_dialog_get_content_area() accessor
Masahiro Yamada
1
-2
/
+3
2025-07-02
kconfig: gconf: use gtk_check_menu_item_get_active() accessor
Masahiro Yamada
1
-3
/
+3
2025-07-02
kconfig: gconf: remove unnecessary default message in text view
Masahiro Yamada
1
-1
/
+0
2025-07-02
kconfig: gconf: replace "tooltip" property with "tooltip-text"
Masahiro Yamada
1
-17
/
+17
2025-07-02
kconfig: gconf: remove "tooltips" property from glade
Masahiro Yamada
1
-1
/
+0
2025-07-02
kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL}
Masahiro Yamada
1
-3
/
+3
2025-07-02
kconfig: gconf: replace GDK_space with GDK_KEY_space
Masahiro Yamada
1
-1
/
+1
2025-07-02
kconfig: gconf: remove dead code in display_tree_part()
Masahiro Yamada
1
-4
/
+1
2025-07-02
kconfig: gconf: inline display_list() into set_view_mode()
Masahiro Yamada
1
-11
/
+3
2025-07-02
kconfig: gconf: do not reconstruct tree store when a symbol is changed
Masahiro Yamada
1
-18
/
+11
2025-07-02
kconfig: gconf: inline fill_row() into set_node()
Masahiro Yamada
1
-166
/
+106
2025-07-02
kconfig: gconf: remove init_tree_model()
Masahiro Yamada
1
-20
/
+16
2025-07-02
kconfig: gconf: remove global 'model1' and 'model2' variables
Masahiro Yamada
1
-5
/
+2
2025-07-02
kconfig: gconf: use GtkTreeModelFilter to control row visibility
Masahiro Yamada
1
-137
/
+80
2025-07-02
kconfig: gconf: preserve menu selection when switching view mode
Masahiro Yamada
1
-8
/
+79
2025-07-02
kconfig: gconf: merge 'current' and 'browsed' global variables
Masahiro Yamada
1
-19
/
+13
2025-07-02
kconfig: gconf: remove global 'tree' variable
Masahiro Yamada
1
-21
/
+21
2025-07-02
kconfig: gconf: make introduction, about, license dialogs modal
Masahiro Yamada
1
-12
/
+6
2025-07-02
kconfig: gconf: refactor replace_button_icon()
Masahiro Yamada
1
-15
/
+5
2025-07-02
kconfig: gconf: use GdkPixbuf in replace_button_icon()
Masahiro Yamada
1
-7
/
+6
2025-07-02
kconfig: gconf: use GtkFileChooser in on_save_as1_activate()
Masahiro Yamada
1
-27
/
+25
2025-07-02
kconfig: gconf: use GtkFileChooser in on_load1_activate()
Masahiro Yamada
1
-27
/
+27
[next]