summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-07-02kconfig: gconf: grey out button for current viewMasahiro Yamada1-2/+13
2025-07-02kconfig: gconf: refactor view setting codeMasahiro Yamada1-36/+38
2025-07-01kconfig: gconf: move init_*() functions belowMasahiro Yamada1-228/+222
2025-07-01kconfig: gconf: add static qualifiers to variablesMasahiro Yamada1-14/+14
2025-07-01kconfig: gconf: remove unused 'color' variableMasahiro Yamada1-1/+0
2025-07-01kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()Masahiro Yamada1-11/+3
2025-07-01kconfig: gconf: remove unneeded variable in on_split_clicked()Masahiro Yamada1-2/+2
2025-07-01kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2Masahiro Yamada1-8/+4
2025-07-01kconfig: gconf: remove parents[] array and indent variableMasahiro Yamada1-35/+14
2025-07-01kconfig: gconf: remove internal-child="image" nodes from gladeMasahiro Yamada1-84/+0
2025-07-01kconfig: gconf: remove unnecessary gtk_set_locale() callMasahiro Yamada1-1/+0
2025-07-01kconfig: gconf: remove gtk_tree_view_set_rules_hint() callsMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove gtk_widget_realize() callsMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove gtk_tree_view_column_set_visible() callsMasahiro Yamada1-11/+0
2025-07-01kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() callsMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove meaningless code in init_main_window()Masahiro Yamada1-1/+0
2025-07-01kconfig: gconf: remove empty if-blockMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove old #ifdef GTK_CHECK_VERSIONMasahiro Yamada1-4/+0
2025-07-01kconfig: gconf: always destroy dialog in on_window1_delete_event()Masahiro Yamada1-5/+8
2025-06-30kconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada1-1/+2
2025-06-30kconfig: gconf: make columns resizableMasahiro Yamada1-6/+3
2025-06-30kconfig: re-add menu_get_parent_menu() that returns parent menuMasahiro Yamada2-0/+15
2025-06-30kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()Masahiro Yamada4-6/+12
2025-06-30kconfig: qconf: show selected choice in the Value columnMasahiro Yamada1-1/+8
2025-06-30kconfig: qconf: do not show checkbox icon for choiceMasahiro Yamada1-5/+6
2025-06-27kconfig: set MENU_CHANGED to choice when the selected member is changedMasahiro Yamada1-0/+4
2025-06-24kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2025-06-18kconfig: use memcmp instead of deprecated bcmpThomas Meyer1-1/+1
2025-06-15gendwarfksyms: Fix structure type overridesSami Tolvanen2-58/+21
2025-06-15kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada1-3/+12
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-187/+590
2025-06-07genksyms: Fix enum consts from a reference affecting new valuesPetr Pavlu1-7/+20
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+201
2025-06-05scripts/misc-check: check unnecessary #include <linux/export.h> when W=1Masahiro Yamada1-0/+12
2025-06-05scripts/misc-check: check missing #include <linux/export.h> when W=1Masahiro Yamada1-0/+43
2025-06-05scripts/misc-check: add double-quotes to satisfy shellcheckMasahiro Yamada1-1/+1
2025-06-05kbuild: move W=1 check for scripts/misc-check to top-level MakefileMasahiro Yamada1-8/+1
2025-06-05scripts/tags.sh: allow to use alternative ctags implementationMasatake YAMATO1-1/+1
2025-06-05kconfig: introduce menu type enumMasahiro Yamada4-9/+21
2025-06-05Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds5-16/+34
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+9
2025-06-01Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-11/+43
2025-06-01randstruct: gcc-plugin: Fix attribute additionKees Cook2-11/+43
2025-06-01kcov: rust: add flags for KCOV with RustAlice Ryhl2-0/+9
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds5-28/+73
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-469/+4
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2025-05-29Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-20/+101
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1