index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-02
kconfig: gconf: grey out button for current view
Masahiro Yamada
1
-2
/
+13
2025-07-02
kconfig: gconf: refactor view setting code
Masahiro Yamada
1
-36
/
+38
2025-07-01
kconfig: gconf: move init_*() functions below
Masahiro Yamada
1
-228
/
+222
2025-07-01
kconfig: gconf: add static qualifiers to variables
Masahiro Yamada
1
-14
/
+14
2025-07-01
kconfig: gconf: remove unused 'color' variable
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()
Masahiro Yamada
1
-11
/
+3
2025-07-01
kconfig: gconf: remove unneeded variable in on_split_clicked()
Masahiro Yamada
1
-2
/
+2
2025-07-01
kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2
Masahiro Yamada
1
-8
/
+4
2025-07-01
kconfig: gconf: remove parents[] array and indent variable
Masahiro Yamada
1
-35
/
+14
2025-07-01
kconfig: gconf: remove internal-child="image" nodes from glade
Masahiro Yamada
1
-84
/
+0
2025-07-01
kconfig: gconf: remove unnecessary gtk_set_locale() call
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove gtk_tree_view_set_rules_hint() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove gtk_widget_realize() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove gtk_tree_view_column_set_visible() calls
Masahiro Yamada
1
-11
/
+0
2025-07-01
kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove meaningless code in init_main_window()
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove empty if-block
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove old #ifdef GTK_CHECK_VERSION
Masahiro Yamada
1
-4
/
+0
2025-07-01
kconfig: gconf: always destroy dialog in on_window1_delete_event()
Masahiro Yamada
1
-5
/
+8
2025-06-30
kconfig: gconf: fix potential memory leak in renderer_edited()
Masahiro Yamada
1
-1
/
+2
2025-06-30
kconfig: gconf: make columns resizable
Masahiro Yamada
1
-6
/
+3
2025-06-30
kconfig: re-add menu_get_parent_menu() that returns parent menu
Masahiro Yamada
2
-0
/
+15
2025-06-30
kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()
Masahiro Yamada
4
-6
/
+12
2025-06-30
kconfig: qconf: show selected choice in the Value column
Masahiro Yamada
1
-1
/
+8
2025-06-30
kconfig: qconf: do not show checkbox icon for choice
Masahiro Yamada
1
-5
/
+6
2025-06-28
kconfig: set MENU_CHANGED to choice when the selected member is changed
Masahiro Yamada
1
-0
/
+4
2025-06-24
kconfig: lxdialog: fix 'space' to (de)select options
Yann E. MORIN
1
-1
/
+1
2025-06-18
kconfig: use memcmp instead of deprecated bcmp
Thomas Meyer
1
-1
/
+1
2025-06-16
gendwarfksyms: Fix structure type overrides
Sami Tolvanen
2
-58
/
+21
2025-06-16
kbuild: move warnings about linux/export.h from W=1 to W=2
Masahiro Yamada
1
-3
/
+12
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
17
-187
/
+590
2025-06-07
genksyms: Fix enum consts from a reference affecting new values
Petr Pavlu
1
-7
/
+20
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+201
2025-06-06
scripts/misc-check: check unnecessary #include <linux/export.h> when W=1
Masahiro Yamada
1
-0
/
+12
2025-06-06
scripts/misc-check: check missing #include <linux/export.h> when W=1
Masahiro Yamada
1
-0
/
+43
2025-06-06
scripts/misc-check: add double-quotes to satisfy shellcheck
Masahiro Yamada
1
-1
/
+1
2025-06-06
kbuild: move W=1 check for scripts/misc-check to top-level Makefile
Masahiro Yamada
1
-8
/
+1
2025-06-06
scripts/tags.sh: allow to use alternative ctags implementation
Masatake YAMATO
1
-1
/
+1
2025-06-06
kconfig: introduce menu type enum
Masahiro Yamada
4
-9
/
+21
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
5
-16
/
+34
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-0
/
+9
2025-06-01
Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2
-11
/
+43
2025-06-01
randstruct: gcc-plugin: Fix attribute addition
Kees Cook
2
-11
/
+43
2025-05-31
kcov: rust: add flags for KCOV with Rust
Alice Ryhl
2
-0
/
+9
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
5
-28
/
+73
2025-05-31
Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-469
/
+4
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+4
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2
-20
/
+101
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+1
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+1
[next]