linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 14:28:35 to 2025-06-24 15:09:31 UTC [more...]

[PATCH 00/66] kconfig: improve xconfig and gconfig
 2025-06-24 15:05 UTC  (66+ messages)
` [PATCH 01/66] kconfig: set MENU_CHANGED to choice when the selected member is changed
` [PATCH 02/66] kconfig: qconf: do not show checkbox icon for choice
` [PATCH 03/66] kconfig: qconf: show selected choice in the Value column
` [PATCH 04/66] kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()
` [PATCH 05/66] kconfig: re-add menu_get_parent_menu() that returns parent menu
` [PATCH 06/66] kconfig: gconf: make columns resizable
` [PATCH 07/66] kconfig: gconf: fix potential memory leak in renderer_edited()
` [PATCH 08/66] kconfig: gconf: always destroy dialog in on_window1_delete_event()
` [PATCH 09/66] kconfig: gconf: remove old #ifdef GTK_CHECK_VERSION
` [PATCH 10/66] kconfig: gconf: remove empty if-block
` [PATCH 11/66] kconfig: gconf: remove meaningless code in init_main_window()
` [PATCH 12/66] kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() calls
` [PATCH 13/66] kconfig: gconf: remove gtk_tree_view_column_set_visible() calls
` [PATCH 14/66] kconfig: gconf: remove gtk_widget_realize() calls
` [PATCH 15/66] kconfig: gconf: remove gtk_tree_view_set_rules_hint() calls
` [PATCH 16/66] kconfig: gconf: remove unnecessary gtk_set_locale() call
` [PATCH 17/66] kconfig: gconf: remove internal-child="image" nodes from glade
` [PATCH 18/66] kconfig: gconf: remove parents[] array and indent variable
` [PATCH 19/66] kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2
` [PATCH 20/66] kconfig: gconf: remove unneeded variable in on_split_clicked()
` [PATCH 21/66] kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()
` [PATCH 22/66] kconfig: gconf: remove unused 'color' variable
` [PATCH 23/66] kconfig: gconf: add static qualifiers to variables
` [PATCH 24/66] kconfig: gconf: move init_*() functions below
` [PATCH 25/66] kconfig: gconf: refactor view setting code
` [PATCH 26/66] kconfig: gconf: grey out button for current view
` [PATCH 27/66] kconfig: gconf: move the main window event handlers below
` [PATCH 28/66] kconfig: gconf: move button1 initialization below
` [PATCH 29/66] kconfig: gconf: add static qualifiers to event handlers
` [PATCH 30/66] kconfig: gconf: remove glade_xml_signal_autoconnect() call
` [PATCH 31/66] kconfig: gconf: make key_press_event work in left pane too
` [PATCH 32/66] kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()
` [PATCH 33/66] kconfig: gconf: avoid hardcoding model2 in renderer_edited()
` [PATCH 34/66] kconfig: gconf: avoid hardcoding model* in on_treeview*_button_press_event()
` [PATCH 35/66] kconfig: gconf: add on_save_clicked() event handler
` [PATCH 36/66] kconfig: gconf: use GtkFileChooser in on_load1_activate()
` [PATCH 37/66] kconfig: gconf: use GtkFileChooser in on_save_as1_activate()
` [PATCH 38/66] kconfig: gconf: use GdkPixbuf in replace_button_icon()
` [PATCH 39/66] kconfig: gconf: refactor replace_button_icon()
` [PATCH 40/66] kconfig: gconf: make introduction, about, license dialogs modal
` [PATCH 41/66] kconfig: gconf: remove global 'tree' variable
` [PATCH 42/66] kconfig: gconf: merge 'current' and 'browsed' global variables
` [PATCH 43/66] kconfig: gconf: preserve menu selection when switching view mode
` [PATCH 44/66] kconfig: gconf: use GtkTreeModelFilter to control row visibility
` [PATCH 45/66] kconfig: gconf: remove global 'model1' and 'model2' variables
` [PATCH 46/66] kconfig: gconf: remove init_tree_model()
` [PATCH 47/66] kconfig: gconf: inline fill_row() into set_node()
` [PATCH 48/66] kconfig: gconf: do not reconstruct tree store when a symbol is changed
` [PATCH 49/66] kconfig: gconf: inline display_list() into set_view_mode()
` [PATCH 50/66] kconfig: gconf: remove dead code in display_tree_part()
` [PATCH 51/66] kconfig: gconf: rename display_tree_part()
` [PATCH 52/66] kconfig: gconf: remove fixup_rootmenu()
` [PATCH 53/66] kconfig: gconf: use size_allocate event handler
` [PATCH 54/66] kconfig: gconf: replace GDK_space with GDK_KEY_space
` [PATCH 55/66] kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL}
` [PATCH 56/66] kconfig: gconf: remove "tooltips" property from glade
` [PATCH 57/66] kconfig: gconf: replace "tooltip" property with "tooltip-text"
` [PATCH 58/66] kconfig: gconf: remove unnecessary default message in text view
` [PATCH 59/66] kconfig: gconf: use gtk_check_menu_item_get_active() accessor
` [PATCH 60/66] kconfig: gconf: use gtk_dialog_get_content_area() accessor
` [PATCH 61/66] kconfig: gconf: remove GtkHandleBox from glade
` [PATCH 62/66] kconfig: gconf: rename gconf.glade to gconf.ui
` [PATCH 63/66] kconfig: gconf: migrate to GTK 3
` [PATCH 64/66] kconfig: gconf: replace GtkVbox with GtkBox
` [PATCH 65/66] kconfig: gconf: replace GdkColor with GdkRGBA

[PATCH v2 00/32] clk: at91: add support for parent_data and
 2025-06-24 15:08 UTC  (32+ messages)
` [PATCH v2 01/32] clk: at91: pmc: add macros for clk_parent_data
` [PATCH v2 02/32] clk: at91: pmc: Move macro to header file
` [PATCH v2 03/32] clk: at91: clk-sam9x60-pll: use clk_parent_data
` [PATCH v2 04/32] clk: at91: clk-peripheral: switch to clk_parent_data
` [PATCH v2 05/32] clk: at91: clk-main: switch to clk parent data
` [PATCH v2 06/32] clk: at91: clk-utmi: use clk_parent_data
` [PATCH v2 07/32] clk: at91: clk-master: "
` [PATCH v2 08/32] clk: at91: clk-programmable: "
` [PATCH v2 09/32] clk: at91: clk-generated: "
` [PATCH v2 10/32] clk: at91: clk-usb: add support for clk_parent_data
` [PATCH v2 11/32] clk: at91: clk-system: use clk_parent_data
` [PATCH v2 12/32] clk: at91: clk-pll: add support for parent_hw
` [PATCH v2 13/32] clk: at91: clk-audio-pll: "
` [PATCH v2 14/32] clk: at91: clk-plldiv: "
` [PATCH v2 16/32] clk: at91: clk-i2s-mux: "
` [PATCH v2 17/32] clk: at91: clk-smd: add support for clk_parent_data
` [PATCH v2 18/32] clk: at91: clk-slow: add support for parent_hw
` [PATCH v2 19/32] clk: at91: dt-compat: switch to parent_hw and parent_data
` [PATCH v2 20/32] clk: at91: sam9x60: "
` [PATCH v2 21/32] clk: at91: sama5d2: "
` [PATCH v2 22/32] clk: at91: sama5d3: "
` [PATCH v2 23/32] clk: at91: sama5d4: "
` [PATCH v2 24/32] clk: at91: at91sam9x5: "
` [PATCH v2 25/32] clk: at91: at91rm9200: "
` [PATCH v2 26/32] clk: at91: at91sam9260: "
` [PATCH v2 27/32] clk: at91: at91sam9g45: "
` [PATCH v2 28/32] clk: at91: at91sam9n12: "
` [PATCH v2 29/32] clk: at91: at91sam9rl: switch to clk_parent_data
` [PATCH v2 30/32] clk: at91: sam9x75: switch to parent_hw and parent_data
` [PATCH v2 31/32] clk: at91: sama7g5: switch to clk_parent_data
` [PATCH v2 32/32] clk: at91: sama7d65: "

[ANNOUNCE] mmc-utils v1.0
 2025-06-24 15:08 UTC 

dwc3-am62/usb-conn-gpio: USB gadget not added when booting in host mode
 2025-06-24 15:08 UTC 

[PATCH v1 0/5] iio: Add support for MT6363/6373 Auxiliary ADC
 2025-06-24 15:08 UTC  (2+ messages)

[PATCH] nfsd: Using guard() to simplify nfsd_cache_lookup()
 2025-06-24 15:07 UTC  (3+ messages)

[PATCH v1 0/2] mfd: Add driver for multifunction MediaTek SPMI PMICs
 2025-06-24 15:03 UTC  (2+ messages)

[PATCH v6 0/5] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
 2025-06-24 15:02 UTC  (12+ messages)
` [PATCH v6 2/5] dt-bindings: media: Add qcom,x1e80100-camss

[PATCH][next] drm/vmwgfx: fix missing assignment to ts
 2025-06-24 15:02 UTC  (2+ messages)

[PATCH] drm/imagination: Clear runtime PM errors while resetting the GPU
 2025-06-24 15:01 UTC 

SCHED_DEADLINE tasks missing their deadline with SCHED_FLAG_RECLAIM jobs in the mix (using GRUB)
 2025-06-24 15:00 UTC  (12+ messages)

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-24 15:00 UTC  (5+ messages)
` [PATCH v10 08/14] unwind deferred: Use bitmask to determine which callbacks to call

[PATCHv6 07/16] x86/vsyscall: Reorganize the #PF emulation code
 2025-06-24 14:59 UTC  (2+ messages)
` [PATCH] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall

[PATCH V2] mm/ptdump: Take the memory hotplug lock inside ptdump_walk_pgd()
 2025-06-24 14:59 UTC  (2+ messages)

[PATCH net v2 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-06-24 14:58 UTC  (7+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

[PATCH v4 3/6] rust: irq: add support for non-threaded IRQs and handlers
 2025-06-24 14:56 UTC  (13+ messages)

[PATCH net-next v6 0/9] Split netmem from struct page
 2025-06-24 14:56 UTC  (9+ messages)
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH v2 0/4] iommufd: Destroy vdevice on device unbind
 2025-06-24 14:53 UTC  (3+ messages)
` [PATCH v2 3/4] iommufd: Destroy vdevice on idevice destroy

[PATCH v4 0/7] Retbleed fixes
 2025-06-24 14:53 UTC  (4+ messages)

[PATCH v6 0/6] timers: Exclude isolated cpus from timer migation
 2025-06-24 14:52 UTC  (7+ messages)
` [PATCH v6 6/6] "

[PATCH v1 0/5] SPMI: MediaTek: Add support for multi-bus
 2025-06-24 14:51 UTC  (2+ messages)

[PATCH] ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI header
 2025-06-24 14:51 UTC  (2+ messages)

[PATCH] ublk: fix narrowing warnings in UAPI header
 2025-06-24 14:51 UTC  (2+ messages)

[PATCH v6 0/9] Add i.MX91 platform support
 2025-06-24 14:51 UTC  (4+ messages)
` [PATCH v6 2/9] dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible

[PATCH] rust: add basic ELF sections parser
 2025-06-24 14:51 UTC  (11+ messages)

[PATCH] arm64: dts: ti: k3-am62: copy bootph flags to Linux
 2025-06-24 14:50 UTC 

[PATCH v2] staging: media: atomisp: remove debug sysfs attributes active_bo and free_bo
 2025-06-24 14:49 UTC 

[PATCH] nfsd: Using guard() to simplify nfsd_cache_lookup()
 2025-06-24 14:49 UTC  (3+ messages)

[PATCH 1/1] cxl/edac: Fix using wrong repair type to check dram event record
 2025-06-24 14:49 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers
 2025-06-24 14:48 UTC 

[PATCH v2] cgroup/rstat: change cgroup_base_stat to atomic
 2025-06-24 14:45 UTC 

[PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
 2025-06-24 14:47 UTC  (2+ messages)

[PATCH v1 1/2] rust: time: Rename Delta's methods as_micros_ceil and as_millis
 2025-06-24 14:45 UTC  (5+ messages)

[RFC PATCH v2 00/12] rv: Add monitors to validate task switch
 2025-06-24 14:44 UTC  (4+ messages)
` [RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts

[PATCH 0/2] Add support to read RPMH regulator settings
 2025-06-24 14:44 UTC  (3+ messages)
` [PATCH 1/2] soc: qcom: rpmh: Add support to read back resource settings

[PATCH] usb: gadget: fsl: Use usb_endpoint_type() rather than duplicating its implementation
 2025-06-24 14:43 UTC 

[PATCH 6.12 000/413] 6.12.35-rc2 review
 2025-06-24 14:43 UTC  (2+ messages)

[PATCH v2] cxl/memdev: automate cleanup with __free()
 2025-06-24 14:43 UTC  (2+ messages)

[PATCH net] dpaa2-eth: fix xdp_rxq_info leak in dpaa2_eth_setup_rx_flow
 2025-06-24 14:42 UTC 

[PATCH v3 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-24 14:42 UTC  (6+ messages)
` [PATCH v3 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "

[PATCH] wifi: mac80211: Add limit to ignore NSS change warning
 2025-06-24 14:42 UTC  (2+ messages)

[GIT PULL] Immutable tag between the pwrseq, drm and pmdomain trees for v6.17-rc1
 2025-06-24 14:40 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: ipq9574: Fix 'l2' regulator min/max voltages
 2025-06-24 14:38 UTC  (4+ messages)

[PATCH v2] arm64: dts: qcom: ipq5424: Describe the 4-wire UART SE
 2025-06-24 14:38 UTC  (2+ messages)

[PATCH v2 0/4] madvise anon_name cleanups
 2025-06-24 14:35 UTC  (13+ messages)
` [PATCH v2 1/4] mm, madvise: simplify anon_name handling
` [PATCH v2 2/4] mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
` [PATCH v2 3/4] mm, madvise: move madvise_set_anon_name() down the file
` [PATCH v2 4/4] mm, madvise: use standard madvise locking in madvise_set_anon_name()

[syzbot] [btrfs?] possible deadlock in btrfs_read_chunk_tree
 2025-06-24 14:30 UTC  (2+ messages)
` [PATCH next] btrfs: fix "

[PATCH] riscv: Enable interrupt during exception handling
 2025-06-24 14:34 UTC  (10+ messages)

[PATCH v2 00/29] Add support for MT8196 clock controllers
 2025-06-24 14:32 UTC  (30+ messages)
` [PATCH v2 01/29] clk: mediatek: clk-pll: Add set/clr regs for shared PLL enable control
` [PATCH v2 02/29] clk: mediatek: clk-pll: Add ops for PLLs using set/clr regs and FENC
` [PATCH v2 03/29] clk: mediatek: clk-mux: Add ops for mux gates with set/clr/upd "
` [PATCH v2 04/29] clk: mediatek: clk-mtk: Introduce mtk_clk_get_hwv_regmap()
` [PATCH v2 05/29] clk: mediatek: clk-mux: Add ops for mux gates with HW voter and FENC
` [PATCH v2 06/29] clk: mediatek: clk-gate: Refactor mtk_clk_register_gate to use mtk_gate struct
` [PATCH v2 07/29] clk: mediatek: clk-gate: Add ops for gates with HW voter
` [PATCH v2 08/29] clk: mediatek: clk-mtk: Add MUX_DIV_GATE macro
` [PATCH v2 09/29] dt-bindings: clock: mediatek: Describe MT8196 peripheral clock controllers
` [PATCH v2 10/29] dt-bindings: reset: Add MediaTek MT8196 Reset Controller binding
` [PATCH v2 11/29] clk: mediatek: Add MT8196 apmixedsys clock support
` [PATCH v2 12/29] clk: mediatek: Add MT8196 topckgen "
` [PATCH v2 13/29] clk: mediatek: Add MT8196 topckgen2 "
` [PATCH v2 14/29] clk: mediatek: Add MT8196 vlpckgen "
` [PATCH v2 15/29] clk: mediatek: Add MT8196 peripheral "
` [PATCH v2 16/29] clk: mediatek: Add MT8196 ufssys "
` [PATCH v2 17/29] clk: mediatek: Add MT8196 pextpsys "
` [PATCH v2 18/29] clk: mediatek: Add MT8196 adsp "
` [PATCH v2 19/29] clk: mediatek: Add MT8196 I2C "
` [PATCH v2 20/29] clk: mediatek: Add MT8196 mcu "
` [PATCH v2 21/29] clk: mediatek: Add MT8196 mdpsys "
` [PATCH v2 22/29] clk: mediatek: Add MT8196 mfg "
` [PATCH v2 23/29] clk: mediatek: Add MT8196 disp0 "
` [PATCH v2 24/29] clk: mediatek: Add MT8196 disp1 "
` [PATCH v2 25/29] clk: mediatek: Add MT8196 disp-ao "
` [PATCH v2 26/29] clk: mediatek: Add MT8196 ovl0 "
` [PATCH v2 27/29] clk: mediatek: Add MT8196 ovl1 "
` [PATCH v2 28/29] clk: mediatek: Add MT8196 vdecsys "
` [PATCH v2 29/29] clk: mediatek: Add MT8196 vencsys "

[PATCH v3 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-06-24 14:30 UTC  (4+ messages)
` [PATCH v3 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v3 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v3 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy

[PATCH 0/1] drm/amd/display: Add quirk to force backlight type on some TUXEDO devices
 2025-06-24 14:33 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH v4] staging: media: atomisp: fix coding style in ia_css_output.host.c
 2025-06-24 14:32 UTC  (2+ messages)

[PATCH 0/5] pwrseq: replace magic numbers with defines for match() return values
 2025-06-24 14:32 UTC  (6+ messages)
` [PATCH 1/5] pwrseq: thead-gpu: add missing header
` [PATCH 2/5] pwrseq: extend build coverage for pwrseq drivers with COMPILE_TEST=y
` [PATCH 3/5] pwrseq: add defines for return values of the match() callback
` [PATCH 4/5] pwrseq: qcom-wcn: use new defines for match() return values
` [PATCH 5/5] pwrseq: thead-gpu: "

[PATCH 1/2] clocksource/drivers/timer-tegra186: Avoid 64-bit divide operation
 2025-06-24 14:32 UTC  (2+ messages)

[PATCH net-next] net: add sysctl ndisc_debug
 2025-06-24 14:31 UTC  (2+ messages)

[PATCH] staging: media: atomisp: remove debug sysfs attributes active_bo and free_bo
 2025-06-24 14:30 UTC  (3+ messages)

[RFC 00/19] Kernel API Specification Framework
 2025-06-24 14:30 UTC  (4+ messages)

[RFC PATCH v2 1/1] scsi: mpi3mr: Introduce smp_affinity_enable module parameter
 2025-06-24 14:29 UTC  (4+ messages)

[RFC v2 00/16] Live Update Orchestrator
 2025-06-24 14:27 UTC  (4+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).