]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2025-07-26  Giuliano Procidagendwarfksyms: order -T symtypes output by name
2025-07-26  Giuliano Procidagendwarfksyms: use preferred form of sizeof for allocation
2025-07-26  Masahiro Yamadakconfig: qconf: confine {begin,end}Group to constructor...
2025-07-26  Masahiro Yamadakconfig: qconf: fix ConfigList::updateListAllforAll()
2025-07-26  Masahiro Yamadakconfig: add a function to dump all menu entries in...
2025-07-26  Masahiro Yamadakconfig: gconf: show GTK version in About dialog
2025-07-26  Masahiro Yamadakconfig: gconf: replace GtkHPaned and GtkVPaned with...
2025-07-26  Masahiro Yamadakconfig: gconf: replace GdkColor with GdkRGBA
2025-07-26  Masahiro Yamadakconfig: gconf: replace GtkVbox with GtkBox
2025-07-26  Masahiro Yamadakconfig: gconf: migrate to GTK 3
2025-07-26  Masahiro Yamadakconfig: gconf: rename gconf.glade to gconf.ui
2025-07-26  Masahiro Yamadakconfig: gconf: rename display_tree_part()
2025-07-26  Masahiro Yamadakconfig: gconf: use configure-event handler to adjust...
2025-07-26  Masahiro Yamadakconfig: gconf: fix behavior of a menu under a symbol...
2025-07-26  Randy Dunlapdocs: kconfig: add alldefconfig to the all*configs
2025-07-26  Shankari Anandkconfig: nconf: Ensure null termination where strncpy...
2025-07-02  Masahiro Yamadakconfig: gconf: remove GtkHandleBox from glade
2025-07-02  Masahiro Yamadakconfig: gconf: use gtk_dialog_get_content_area() accessor
2025-07-02  Masahiro Yamadakconfig: gconf: use gtk_check_menu_item_get_active...
2025-07-02  Masahiro Yamadakconfig: gconf: remove unnecessary default message...
2025-07-02  Masahiro Yamadakconfig: gconf: replace "tooltip" property with "toolti...
2025-07-02  Masahiro Yamadakconfig: gconf: remove "tooltips" property from glade
2025-07-02  Masahiro Yamadakconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL}
2025-07-02  Masahiro Yamadakconfig: gconf: replace GDK_space with GDK_KEY_space
2025-07-02  Masahiro Yamadakconfig: gconf: remove dead code in display_tree_part()
2025-07-02  Masahiro Yamadakconfig: gconf: inline display_list() into set_view_mode()
2025-07-02  Masahiro Yamadakconfig: gconf: do not reconstruct tree store when...
2025-07-02  Masahiro Yamadakconfig: gconf: inline fill_row() into set_node()
2025-07-02  Masahiro Yamadakconfig: gconf: remove init_tree_model()
2025-07-02  Masahiro Yamadakconfig: gconf: remove global 'model1' and 'model2...
2025-07-02  Masahiro Yamadakconfig: gconf: use GtkTreeModelFilter to control row...
2025-07-02  Masahiro Yamadakconfig: gconf: preserve menu selection when switching...
2025-07-02  Masahiro Yamadakconfig: gconf: merge 'current' and 'browsed' global...
2025-07-02  Masahiro Yamadakconfig: gconf: remove global 'tree' variable
2025-07-02  Masahiro Yamadakconfig: gconf: make introduction, about, license dialo...
2025-07-02  Masahiro Yamadakconfig: gconf: refactor replace_button_icon()
2025-07-02  Masahiro Yamadakconfig: gconf: use GdkPixbuf in replace_button_icon()
2025-07-02  Masahiro Yamadakconfig: gconf: use GtkFileChooser in on_save_as1_activ...
2025-07-02  Masahiro Yamadakconfig: gconf: use GtkFileChooser in on_load1_activate()
2025-07-02  Masahiro Yamadakconfig: gconf: add on_save_clicked() event handler
2025-07-02  Masahiro Yamadakconfig: gconf: avoid hardcoding model* in on_treeview...
2025-07-02  Masahiro Yamadakconfig: gconf: avoid hardcoding model2 in renderer_edi...
2025-07-02  Masahiro Yamadakconfig: gconf: avoid hardcoding model2 in on_treeview2...
2025-07-02  Masahiro Yamadakconfig: gconf: make key_press_event work in left pane too
2025-07-02  Masahiro Yamadakconfig: gconf: remove glade_xml_signal_autoconnect...
2025-07-02  Masahiro Yamadakconfig: gconf: add static qualifiers to event handlers
2025-07-02  Masahiro Yamadakconfig: gconf: move button1 and save1 initialization...
2025-07-02  Masahiro Yamadakconfig: gconf: move the main window event handlers...
2025-07-02  Masahiro Yamadakconfig: gconf: grey out button for current view
2025-07-02  Masahiro Yamadakconfig: gconf: refactor view setting code
2025-07-01  Masahiro Yamadakconfig: gconf: move init_*() functions below
2025-07-01  Masahiro Yamadakconfig: gconf: add static qualifiers to variables
2025-07-01  Masahiro Yamadakconfig: gconf: remove unused 'color' variable
2025-07-01  Masahiro Yamadakconfig: gconf: remove unneeded variables in on_treevie...
2025-07-01  Masahiro Yamadakconfig: gconf: remove unneeded variable in on_split_cl...
2025-07-01  Masahiro Yamadakconfig: gconf: remove unnecessary NULL checks for...
2025-07-01  Masahiro Yamadakconfig: gconf: remove parents[] array and indent variable
2025-07-01  Masahiro Yamadakconfig: gconf: remove internal-child="image" nodes...
2025-07-01  Masahiro Yamadakconfig: gconf: remove unnecessary gtk_set_locale(...
2025-07-01  Masahiro Yamadakconfig: gconf: remove gtk_tree_view_set_rules_hint...
2025-07-01  Masahiro Yamadakconfig: gconf: remove gtk_widget_realize() calls
2025-07-01  Masahiro Yamadakconfig: gconf: remove gtk_tree_view_column_set_visible...
2025-07-01  Masahiro Yamadakconfig: gconf: remove unneeded gtk_tree_view_set_heade...
2025-07-01  Masahiro Yamadakconfig: gconf: remove meaningless code in init_main_wi...
2025-07-01  Masahiro Yamadakconfig: gconf: remove empty if-block
2025-07-01  Masahiro Yamadakconfig: gconf: remove old #ifdef GTK_CHECK_VERSION
2025-07-01  Masahiro Yamadakconfig: gconf: always destroy dialog in on_window1_del...
2025-06-30  Masahiro Yamadakconfig: gconf: fix potential memory leak in renderer_e...
2025-06-30  Masahiro Yamadakconfig: gconf: make columns resizable
2025-06-30  Masahiro Yamadakconfig: re-add menu_get_parent_menu() that returns...
2025-06-30  Masahiro Yamadakconfig: rename menu_get_parent_menu() to menu_get_menu...
2025-06-30  Masahiro Yamadakconfig: qconf: show selected choice in the Value column
2025-06-30  Masahiro Yamadakconfig: qconf: do not show checkbox icon for choice
2025-06-27  Masahiro Yamadakconfig: set MENU_CHANGED to choice when the selected...
2025-06-24  Masahiro Yamadamodule: remove meaningless 'name' parameter from __MODU...
2025-06-24  Masahiro Yamadakheaders: double-quote variables to satisfy shellcheck
2025-06-24  Masahiro Yamadakheaders: rebuild kheaders_data.tar.xz when KBUILD_BUIL...
2025-06-24  Masahiro Yamadakheaders: rebuild kheaders_data.tar.xz when a file...
2025-06-24  Yann E. MORINkconfig: lxdialog: fix 'space' to (de)select options
2025-06-18  Thomas Meyerkconfig: use memcmp instead of deprecated bcmp
2025-06-15  Linus TorvaldsLinux 6.16-rc2 v6.16-rc2
2025-06-15  Linus TorvaldsMerge tag 'kbuild-fixes-v6.16' of git://git.kernel...
2025-06-15  Sami Tolvanengendwarfksyms: Fix structure type overrides
2025-06-15  Masahiro Yamadakbuild: move warnings about linux/export.h from W=1...
2025-06-14  Linus TorvaldsMerge tag 'v6.16-rc1-smb3-client-fixes' of git://git...
2025-06-14  Linus TorvaldsMerge tag 'iommu-fixes-v6.16-rc1' of git://git.kernel...
2025-06-14  Linus TorvaldsMerge tag 'block-6.16-20250614' of git://git.kernel...
2025-06-14  Linus TorvaldsMerge tag 'io_uring-6.16-20250614' of git://git.kernel...
2025-06-14  Linus TorvaldsMerge tag 'rust-fixes-6.16' of git://git.kernel.org...
2025-06-14  Linus TorvaldsMerge tag 'mm-hotfixes-stable-2025-06-13-21-56' of...
2025-06-13  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2025-06-13  Linus TorvaldsMerge tag 'drm-fixes-2025-06-14' of https://gitlab...
2025-06-13  Jens Axboeio_uring: run local task_work from ring exit IOPOLL...
2025-06-13  Jens Axboenvme: always punt polled uring_cmd end_io work to task_work
2025-06-13  Linus TorvaldsMerge tag 'acpi-6.16-rc2' of git://git.kernel.org/pub...
2025-06-13  Linus TorvaldsMerge tag 'pm-6.16-rc2' of git://git.kernel.org/pub...
2025-06-13  Rafael J. WysockiMerge branches 'acpi-pad', 'acpi-cppc', 'acpi-ec' and...
2025-06-13  Rafael J. WysockiMerge branch 'pm-cpuidle'
2025-06-13  Rafael J. WysockiMerge branch 'pm-tools'
2025-06-13  Linus TorvaldsMerge tag 'spi-fix-v6.16-rc1' of git://git.kernel.org...
next