All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-25 06:12:19 to 2025-11-25 07:19:54 UTC [more...]

[PATCH i-g-t v3] tools/intel_gpu_top: Add iteration option -n
 2025-11-25  7:19 UTC  (6+ messages)

[bluez/bluez] 29dcff: profiles: Add bearer field to btd_profile
 2025-11-25  7:19 UTC 

[PATCH v4 0/3] spi: airoha: add support of en7523 SoC (for 6.19)
 2025-11-25  7:18 UTC  (3+ messages)
` [PATCH v4 1/3] spi: airoha-snfi: en7523: workaround flash damaging if UART_TXD was short to GND

[PATCH 0/5] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
 2025-11-25  7:18 UTC  (3+ messages)
` [PATCH 5/5] PCI/pwrctrl: Switch to the new pwrctrl APIs

[PATCH V2 0/3] Add device tree support for NVIDIA Tegra CMDQV
 2025-11-25  7:16 UTC  (4+ messages)
` [PATCH V2 1/3] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
` [PATCH V2 2/3] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
` [PATCH V2 3/3] arm64: dts: nvidia: Add nodes for CMDQV

[android-common:android12-5.4 5/5] userfaultfd.c:1076:38: error: implicit declaration of function 'uffd_test_ctx_init'; did you mean 'uffd_test_ctx_clear'?
 2025-11-25  7:17 UTC 

[PATCH 0/4] Fixes for CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION* and for SOCFPGA
 2025-11-25  7:17 UTC  (9+ messages)
` [PATCH 2/4] spl: mmc: Account for SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE being a choice
` [PATCH 3/4] arch: arm: mach-socfpga: Adjust a raw sectors for MMC loading of U-Boot from SPL

[PATCH] migration: Fix double-free on error path
 2025-11-25  7:16 UTC  (4+ messages)

[PATCH 1/4] dt-bindings: clock: imx95: add PCIE and USB PHY clk
 2025-11-25  7:09 UTC  (6+ messages)
` [PATCH 4/4] arm64: dts: imx95: fix hsio_blk_ctl reg map

[PATCH 0/4] Selective Fetch and async flip
 2025-11-25  7:14 UTC  (6+ messages)
` [PATCH 1/4] drm/i915/psr: Add helper for checking if vblank evasion is needed by PSR
` [PATCH 2/4] drm/i915/psr: Perform vblank evasion on async flip as well for PSR
` [PATCH 3/4] drm/i915/psr: Perform full frame update on async flip
` [PATCH 4/4] drm/i915/psr: Allow async flip when Selective Fetch enabled
` ✓ i915.CI.BAT: success for Selective Fetch and async flip

[PATCH net-next 0/3] Introduce and use netif_xmit_timeout_ms() helper
 2025-11-25  7:12 UTC  (4+ messages)
` [PATCH net-next 1/3] net: Introduce netif_xmit_time_out_duration() helper
` [PATCH net-next 2/3] net: hns3: Use netif_xmit_timeout_ms() helper
` [PATCH net-next 3/3] net/mlx5e: Refine TX timeout handling to skip non-timed-out SQ

[PATCH v2 0/4] target/i386: Add support for Zhaoxin Shijidadao vCPU models
 2025-11-25  7:37 UTC  (7+ messages)
` [PATCH v2 1/4] target/i386: Add an option in X86CPUDefinition to control CPUID 0x1f
` [PATCH v2 2/4] target/i386: Add cache model for Zhaoxin Shijidadao vCPUs
` [PATCH v2 3/4] target/i386: Introduce Zhaoxin Shijidadao-Client CPU model

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-11-25  7:11 UTC  (7+ messages)
` [PATCH V3 5/6] f2fs: ignore discard return value
    ` [f2fs-dev] "

[PATCH v1] phy: fsl-imx8mq-usb: fix typec orientation switch when built as module
 2025-11-25  7:04 UTC  (3+ messages)

linux-next: duplicate patch in the nvmem tree
 2025-11-25  7:10 UTC  (2+ messages)

linux-next: manual merge of the kvm-x86 tree with the tip tree
 2025-11-25  7:09 UTC  (2+ messages)

[PATCH V9 00/19] virtio_ring in order support
 2025-11-25  7:08 UTC  (20+ messages)
` [PATCH V9 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V9 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V9 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V9 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V9 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V9 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V9 07/19] virtio: switch to use vring_virtqueue for virtqueue_get variants
` [PATCH V9 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V9 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V9 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V9 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V9 12/19] virtio_ring: switch to use unsigned int for virtqueue_poll_packed()
` [PATCH V9 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V9 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V9 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V9 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH V9 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V9 18/19] virtio_ring: factor out split "
` [PATCH V9 19/19] virtio_ring: add in order support

[norov:stack_magic 31/31] include/linux/tracing.h:168:8: warning: extra tokens at end of #endif directive
 2025-11-25  7:09 UTC 

[chrome-os:chromeos-6.6 307/307] drivers/gpu/drm/mediatek/mtk_disp_rdma.c:156:9: error: implicit declaration of function 'mtk_crtc_read_crc'; did you mean 'mtk_crtc_create'?
 2025-11-25  7:09 UTC 

[PATCH net v2] net: wwan: mhi: Keep modem name match with Foxconn T99W640
 2025-11-25  7:09 UTC 

[PATCH] sched: update the rq->avg_idle when a task is moved to an idle CPU
 2025-11-25  7:08 UTC  (2+ messages)

[PATCH 0/2] mmc: core: Extend manufacturing date beyond 2025
 2025-11-25  7:07 UTC  (4+ messages)
` [PATCH 2/2] mmc: core: Add quirk for broken manufacturing date

[PATCH v1 1/1] lib/vsprintf: Unify FORMAT_STATE_NUM handlers
 2025-11-25  7:07 UTC  (2+ messages)

[rust:pr/1208 3/17] warning: missing documentation for a method
 2025-11-25  7:07 UTC 

[isar-cip-core][PATCH v1] Add factory-reset-helper to security image as well
 2025-11-25  7:06 UTC  (2+ messages)

[PATCH 0/2] clk: qcom: gcc-sm8x50: Use floor ops for SDCC RCGs
 2025-11-25  7:06 UTC  (7+ messages)
` [PATCH 1/2] clk: qcom: gcc-sm8550: "
` [PATCH 2/2] clk: qcom: gcc-sm8650: "

Inquiry Regarding IRQF_TIMER Usage in arch_arm_timer on ARM64 (Jetson Platform Porting)
 2025-11-25  7:04 UTC  (2+ messages)
    ` [External Mail]Re: "

[PATCH v3] monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handling race
 2025-11-25  7:03 UTC  (3+ messages)

[PATCH v1] drm/xe: Protect against unset LRC when pausing submissions
 2025-11-25  7:04 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: Protect against unset LRC when pausing submissions (rev2)

[PATCH v2 0/3] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2025-11-25  7:03 UTC  (2+ messages)

[PATCH v3 0/6] ALSA: ctxfi: Add support for Onkyo SE-300PCIE
 2025-11-25  7:02 UTC  (2+ messages)

[PATCH i-g-t 0/2] fix CRTC index to pipe conversion, cleanup
 2025-11-25  7:02 UTC  (5+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ i915.CI.BAT: success "

[PATCH v3 2/2] leds: add "network" LED trigger (lan/wan/wlan)
 2025-11-25  6:31 UTC 

[PATCH bluez v5 0/3] EDITME: cover title for bearer-impl
 2025-11-25  7:01 UTC  (8+ messages)
` [PATCH bluez v5 1/3] profiles: Add bearer field to btd_profile
` [PATCH bluez v5 2/3] bearer: Implement Connect/Disconnect methods
` [PATCH bluez v5 3/3] client: Add shell cmd for bearer connect/disconnect

[PATCH net-next] docs: tls: Enhance TLS resync async process documentation
 2025-11-25  7:00 UTC 

[f2fs-dev] [PATCH v3] resize.f2fs: add -g to give default options
 2025-11-25  7:01 UTC  (2+ messages)

[PATCH v1] realtek/rtlwifi: ensure unicast is reinitialized to false in each iteration
 2025-11-25  7:00 UTC 

[rust:pr/1208 1/2] warning: useless conversion to the same type: `usize`
 2025-11-25  6:59 UTC 

[PATCH] [SCSI] hptiop: Add inbound queue offset bounds check in iop_get_config_itl
 2025-11-25  6:59 UTC  (2+ messages)

[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2025-11-25  6:59 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: Fix max bytes-per-interval calculation
 2025-11-25  6:59 UTC  (2+ messages)

[PATCH] wifi: ath11k: Add quirk entry for Thinkpad T14s Gen3 AMD
 2025-11-25  6:58 UTC  (7+ messages)

[PULL 0/9] Staging patches
 2025-11-25  6:56 UTC  (4+ messages)
` [PULL 4/9] migration: Use warn_reportf_err() where appropriate

[PATCH] curl: Ensure 'CURL_CA_BUNDLE' from host env is indeed respected
 2025-11-25  6:56 UTC  (2+ messages)

[PATCH v6 0/3] VF double migration
 2025-11-25  6:55 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for VF double migration (rev6)

What's cooking in git.git (Nov 2025, #07; Sun, 23)
 2025-11-25  6:55 UTC  (2+ messages)

[PATCH 0/3] ACPI: processor: idle: Enhance LPI verification and
 2025-11-25  6:52 UTC  (4+ messages)
` [PATCH 1/3] ACPI: processor: idle: Relocate and verify acpi_processor_ffh_lpi_probe
` [PATCH 2/3] ACPI: processor: idle: Redefine acpi_processor_setup_cpuidle_dev to void
` [PATCH 3/3] ACPI: processor: idle: Redefine acpi_processor_setup_cpuidle_states "

[PATCH v3 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
 2025-11-25  6:51 UTC  (7+ messages)
` [PATCH v3 07/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node

[Intel-wired-lan] [PATCH net-next 0/8] net: intel: migrate to .get_rx_ring_count() ethtool callback
 2025-11-25  6:50 UTC  (27+ messages)
` [Intel-wired-lan] [PATCH net-next 1/8] i40e: extract GRXRINGS from .get_rxnfc
` [Intel-wired-lan] [PATCH net-next 2/8] iavf: "
` [Intel-wired-lan] [PATCH net-next 3/8] ice: "
` [Intel-wired-lan] [PATCH net-next 4/8] idpf: "
` [Intel-wired-lan] [PATCH net-next 5/8] igb: "
` [Intel-wired-lan] [PATCH net-next 6/8] igc: "
` [Intel-wired-lan] [PATCH net-next 7/8] ixgbevf: "
` [Intel-wired-lan] [PATCH net-next 8/8] fm10k: "

[PATCH] Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"
 2025-11-25  6:50 UTC  (8+ messages)

[PATCH v2 00/10] drm/msm: Add support for Kaanapali
 2025-11-25  6:47 UTC  (13+ messages)
` [PATCH v2 01/10] dt-bindings: display/msm: qcom, kaanapali-dpu: Add Kaanapali
  ` [PATCH v2 01/10] dt-bindings: display/msm: qcom,kaanapali-dpu: "
` [PATCH v2 02/10] dt-bindings: display/msm: dsi-phy-7nm: Add Kaanapali DSI PHY
` [PATCH v2 03/10] dt-bindings: display/msm: dsi-controller-main: Add Kaanapali
` [PATCH v2 04/10] dt-bindings: display/msm: qcom, kaanapali-mdss: "
  ` [PATCH v2 04/10] dt-bindings: display/msm: qcom,kaanapali-mdss: "
` [PATCH v2 05/10] drm/msm/mdss: Add support for Kaanapali
` [PATCH v2 06/10] drm/msm/dsi/phy: "
` [PATCH v2 07/10] drm/msm/dsi: "
` [PATCH v2 08/10] Add interrupt registers for DPU 13.0.0
` [PATCH v2 09/10] drm/msm/dpu: Add Kaanapali SSPP sub-block support
` [PATCH v2 10/10] drm/msm/dpu: Add support for Kaanapali DPU

[PATCH] submodule add: sanity check existing .gitmodules
 2025-11-25  6:49 UTC  (2+ messages)

[PATCH net] net: mctp: unconditionally set skb->dev on dst output
 2025-11-25  6:48 UTC 

[PATCH] dt-bindings: firmware: coreboot: Convert to YAML
 2025-11-25  6:48 UTC 

[PATCH v4] Altera SoCFpga Boot Stall Fix
 2025-11-25  6:48 UTC  (11+ messages)

[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-11-25  6:47 UTC  (7+ messages)
` [PATCH v3 01/38] drm/msm/dp: remove cached drm_edid from panel
` [PATCH v3 37/38] drm/msm/dp: fix the intf_type of MST interfaces

[PATCH] ACPI: processor: idle: Add debug log for the state whose entry method is illegal
 2025-11-25  6:47 UTC 

[RFC PATCH 1/1] powerpc/pseries: Add RTAS-based error injection support via pseries_eeh_err_inject()
 2025-11-25  6:45 UTC  (3+ messages)

[PATCH v2 0/3] drm/komeda: Convert logging to drm_* helpers
 2025-11-25  6:45 UTC  (3+ messages)
` [PATCH v2 3/3] drm/komeda: Convert logging in d71_dev.c to drm_* with drm_device parameter

[PATCH v4 00/24] Disable domctl-op via CONFIG_MGMT_HYPERCALLS
 2025-11-25  6:44 UTC  (5+ messages)
` [PATCH v4 02/24] xen: consolidate cpuid library
` [PATCH v4 06/24] xen/domctl: consolidate domain.c with MGMT_HYPERCALLS

[PATCH 6.6.y 1/2] f2fs: compress: change the first parameter of page_array_{alloc,free} to sbi
 2025-11-25  6:40 UTC  (2+ messages)
` [PATCH 6.6.y 2/2] f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dic

[PATCH v4 1/2] drm/xe: Track pre-production workaround support
 2025-11-25  6:43 UTC  (2+ messages)
` ✓ CI.KUnit: success for series starting with [v4,1/2] "

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-11-25  6:42 UTC  (7+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"

[PATCH i-g-t 0/1] tests/intel/xe_exec_system_allocator: Added 64k alignment support
 2025-11-25  6:42 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for tests/intel/xe_exec_system_allocator: Added 64k alignment support (rev2)

[PATCH] Add completion for short options
 2025-11-25  6:38 UTC 

[PATCH v9 0/3] SCM: Support latest version of waitq-aware firmware
 2025-11-25  6:38 UTC  (3+ messages)
` [PATCH v9 1/3] firmware: qcom_scm: Add API to get waitqueue IRQ info

[PATCHv2 0/2] dm-crypt: support relaxed memory alignment
 2025-11-25  6:35 UTC  (5+ messages)
` [PATCHv2 1/3] block: remove stacking default dma_alignment

[PATCH v1] LoongArch: Use unsigned long for _end and _text
 2025-11-25  6:35 UTC 

[PATCH] iomap: allocate s_dio_done_wq for async reads as well
 2025-11-25  6:35 UTC  (3+ messages)

[PATCH v3 0/8] Introducing Broadcom BNG_RE RoCE Driver
 2025-11-25  6:33 UTC  (4+ messages)
` [PATCH v3 5/8] RDMA/bng_re: Add infrastructure for enabling Firmware channel

[PATCH v1] LoongArch: Handle special PC in unwind_next_frame()
 2025-11-25  6:33 UTC 

[PATCH v2 0/2] amd/iommu: Preserve domain ids inside the kdump kernel
 2025-11-25  6:32 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH V2] nvme-tcp: use __fput_sync() to avoid use-after-free on reset
 2025-11-25  6:32 UTC  (2+ messages)

[PATCH V4 0/4] workqueue: Factor the way to assign rescuer work
 2025-11-25  6:36 UTC  (5+ messages)
` [PATCH V4 1/4] workqueue: Loop over in rescuer until all its work is done
` [PATCH V4 2/4] workqueue: Process rescuer work items one-by-one using a cursor
` [PATCH V4 3/4] workqueue: Limit number of processed works in rescuer per turn
` [PATCH V4 4/4] workqueue: Process extra works in rescuer when there are no more to rescue

[Intel-wired-lan] [PATCH net-next] ice: fix broken Rx on VFs
 2025-11-25  6:32 UTC  (4+ messages)

[PATCH v2 0/5] Increase SCSI IOPS
 2025-11-25  6:32 UTC  (3+ messages)
` [PATCH v2 1/5] block: Introduce __blk_mq_tagset_iter()

[PATCH v4] xfs: validate log record version against superblock log version
 2025-11-25  6:31 UTC  (5+ messages)
` [PATCH v5] "

[XEN][PATCH 0/2] xenstored fixes
 2025-11-25  6:29 UTC  (3+ messages)
` [XEN][PATCH 1/2] xenstored: Default priv_domid to store_domid

[RFC blktests fix PATCH] tcp: use GFP_ATOMIC in tcp_disconnect
 2025-11-25  6:27 UTC  (2+ messages)

[PATCH v2 1/4] fs: qemu_fw_cfg: make use of the automount
 2025-11-25  6:23 UTC  (4+ messages)
` [PATCH v2 2/4] fs: qemu_fw_cfg: handle non-existent opt/org.barebox.env key gracefully
` [PATCH v2 3/4] defaultenv: don't abort defaultenv_load silently on error
` [PATCH v2 4/4] defaultenv: add base and external defaultenv in pure_initcall

[PATCH] replay: Improve assert in replay_char_read_all_load()
 2025-11-25  6:26 UTC  (2+ messages)

[PATCH v2 00/15] Error message improvements
 2025-11-25  6:25 UTC  (21+ messages)
` [PATCH v2 01/15] error: Strip trailing '\n' from error string arguments (again)
` [PATCH v2 04/15] tap-solaris: Use error_setg_file_open() for better error messages
` [PATCH v2 06/15] hw/scsi: Use error_setg_file_open() for a better error message
` [PATCH v2 07/15] hw/virtio: "
` [PATCH v2 08/15] net/tap: "
` [PATCH v2 11/15] net/slirp: Improve file open "
` [PATCH v2 12/15] error: Use error_setg_errno() to improve error messages
` [PATCH v2 13/15] error: Use error_setg_errno() for simplicity and consistency
` [PATCH v2 14/15] qga/commands-win32: Use error_setg_win32() for better error messages
` [PATCH v2 15/15] block/file-win32: Improve an error message

[RFC PATCH v4 0/7] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-11-25  6:23 UTC  (3+ messages)
` [RFC PATCH v4 7/7] virtio-gpu: Support mapping hostmem blobs with map_fixed

[RFC PATCH v3 0/7] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-11-25  6:21 UTC  (7+ messages)
` [RFC PATCH v3 5/7] virtio-gpu: Destroy virgl resources on virtio-gpu reset

[PATCH] PCI: Fix PCIe SBR dev/link wait error
 2025-11-25  6:20 UTC  (3+ messages)

[PATCH] ci(dockerized): do show the result of failing tests again
 2025-11-25  6:15 UTC  (2+ messages)

[PATCH i-g-t 00/35] fix pipe-crtc conflict in crc helpers
 2025-11-25  6:13 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH 00/11] Page Reclamation Support for Xe3p Platforms
 2025-11-25  6:12 UTC  (4+ messages)
` [PATCH 10/11] drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaim


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.