index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-07-02
kconfig: gconf: add on_save_clicked() event handler
Masahiro Yamada
1
-1
/
+6
2025-07-02
kconfig: gconf: avoid hardcoding model* in on_treeview*_button_press_event()
Masahiro Yamada
1
-4
/
+6
2025-07-02
kconfig: gconf: avoid hardcoding model2 in renderer_edited()
Masahiro Yamada
1
-4
/
+6
2025-07-02
kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()
Masahiro Yamada
1
-2
/
+3
2025-07-02
kconfig: gconf: make key_press_event work in left pane too
Masahiro Yamada
1
-4
/
+3
2025-07-02
kconfig: gconf: remove glade_xml_signal_autoconnect() call
Masahiro Yamada
1
-1
/
+0
[next]