All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 21:01:42 to 2026-07-10 21:28:08 UTC [more...]

[PATCHv2 0/5] direct-io file extended attributes
 2026-07-10 21:06 UTC  (5+ messages)
` [PATCHv2 2/5] block: report direct io attributes through file_getattr
` [PATCHv2 3/5] xfs: "
` [PATCHv2 4/5] ext4: "
` [PATCHv2 5/5] f2fs: "

[PATCH v12 00/36] phy: rockchip: usbdp: Clean up the mess
 2026-07-10 21:28 UTC  (61+ messages)
` [PATCH v12 02/36] phy: rockchip: usbdp: Update mode_change after error handling
` [PATCH v12 03/36] phy: rockchip: usbdp: Do not lose USB3 PHY status
` [PATCH v12 05/36] phy: rockchip: usbdp: Handle missing clock-names DT property gracefully
` [PATCH v12 06/36] phy: rockchip: usbdp: Drop seamless DP takeover
` [PATCH v12 10/36] phy: rockchip: usbdp: Add missing mode_change update
` [PATCH v12 12/36] phy: rockchip: usbdp: Limit DP lane count to muxed lanes
` [PATCH v12 18/36] phy: rockchip: usbdp: Rename mode_change to phy_needs_reinit
` [PATCH v12 19/36] phy: rockchip: usbdp: Re-init the PHY on orientation change
` [PATCH v12 20/36] phy: rockchip: usbdp: Factor out lane_mux_sel setup
` [PATCH v12 21/36] phy: rockchip: usbdp: Properly handle TYPEC_STATE_SAFE and TYPEC_STATE_USB
` [PATCH v12 22/36] phy: rockchip: usbdp: Use guard functions for mutex
` [PATCH v12 23/36] phy: rockchip: usbdp: Clear USB status on PHY exit
` [PATCH v12 26/36] phy: rockchip: usbdp: Avoid xHCI SErrors
` [PATCH v12 27/36] phy: rockchip: usbdp: Handle rk_udphy_reset_deassert errors
` [PATCH v12 28/36] phy: rockchip: usbdp: Only enable USB3 when not in high-speed mode
` [PATCH v12 30/36] usb: dwc3: core: support PHY reset notifications
` [PATCH v12 31/36] phy: rockchip: usbdp: Add phy reset notification support
` [PATCH v12 32/36] phy: rockchip: usbdp: Drop -EPROBE_DEFER hack
` [PATCH v12 33/36] phy: rockchip: usbdp: Rename mode to hw_mode
` [PATCH v12 35/36] phy: rockchip: usbdp: Re-init PHY on mux change

Regression in f_fastboot due to commit 6a92e9827650 ("usb: ci_udc: Check ci_ep->desc before use")
 2026-07-10 21:27 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_vm: Fix igt_assert_f condition in test_oom
 2026-07-10 21:27 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v5 0/9] mm/page_owner: misc cleanups
 2026-07-10 21:27 UTC  (4+ messages)

[PATCH v11 0/2] contrib/plugins: add dlcall to call host functions from a guest
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH v11 1/2] contrib/plugins: add a minimal dlcall plugin
` [PATCH v11 2/2] docs/about/emulation: document the "

[PATCH 0/8] x86/pci: consolidate x86-specific PCI quirks into arch/x86/pci/fixup.c
 2026-07-10 21:27 UTC  (2+ messages)

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-10 21:27 UTC  (9+ messages)
` [PATCH v8 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v8 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v8 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v8 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v8 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v8 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v8 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

drivers/irqchip/irq-bcm7038-l1.c:411:7-10: ERROR: iterator variable bound on line 408 cannot be NULL
 2026-07-10 21:25 UTC 

[PATCH 0/3] ASoC: meson: aiu-encoder-i2s: improve hw constraints checks
 2026-07-10 21:27 UTC  (10+ messages)
` [PATCH 1/3] ASoC: meson: aiu-encoder-i2s: fix bs quirk incompatibility check
` [PATCH 2/3] ASoC: meson: aiu-encoder-i2s: reflect bs quirk in hw constraints
` [PATCH 3/3] ASoC: meson: aiu-encoder-i2s: use the core symmetric_rate handling

Limiting Yocto Memory Usage
 2026-07-10 21:26 UTC 

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-10 21:26 UTC  (19+ messages)
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH v6 0/6] gpiolib: fence off legacy interfaces
 2026-07-10 21:26 UTC  (9+ messages)
` [PATCH 1/6] [v6] Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
` [PATCH 2/6] [v6] Input: gpio-keys: make legacy gpiolib optional
` [PATCH 3/6] [v6] leds: gpio: make legacy gpiolib interface optional
` [PATCH 4/6] [v6] sh: select legacy gpiolib interface
` [PATCH 5/6] [v6] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 6/6] [v6] gpiolib: turn off legacy interface by default

[PATCH v2 0/2] Add trace event support for GENI SE registers dump
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH v2 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths

[PATCH net 0/7] selftests: net: add missing kconfig and settings
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH net 6/7] selftests: drv-net: add missing kconfig for psp.py

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-10 21:26 UTC  (13+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v7 03/12] PCI: liveupdate: Track incoming "
` [PATCH v7 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH 0/7] dmaengine: dw-edma: Fixes and interrupt-path groundwork
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH 1/7] dmaengine: dw-edma: Fix HDMA channel status register access

[PATCH] mm/zswap: use ratelimited stats flush in zswap_shrinker_count()
 2026-07-10 21:25 UTC  (12+ messages)

[f2fs-dev] [PATCH] fs: report direct io constraints through file_getattr
 2026-07-10 21:25 UTC  (7+ messages)
`  "

[PATCH] clk: ti: Use CPU ticks to count timeout
 2026-07-10 21:25 UTC  (2+ messages)

[PATCH 5.15.y v2 0/8] KVM: fixes for CVE-2026-46113 and related issues
 2026-07-10 21:24 UTC  (3+ messages)

[PATCH V5 0/4] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-07-10 21:23 UTC  (5+ messages)
` [PATCH V5 2/4] PCI: imx6: Add skip_pwrctrl_off flag support

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-10 21:23 UTC  (3+ messages)
` [PATCH bpf-next 2/2] "

[PATCH v2] dt-bindings: net: microchip,lan78xx: convert to DT schema
 2026-07-10 21:23 UTC  (2+ messages)

[PATCH] staging: greybus: audio: bound topology parsing to the received buffer
 2026-07-10 21:23 UTC 

[PATCH] iommu/rockchip: implement .flush_iotlb_all
 2026-07-10 21:23 UTC  (6+ messages)

[PATCH v2 00/10] treewide: replace linux/gpio.h
 2026-07-10 21:19 UTC  (30+ messages)
` [PATCH v2 01/10] ARM: replace linux/gpio.h inclusions
` [PATCH v2 02/10] m68k/coldfire: "
` [PATCH v2 03/10] mips: "
` [PATCH v2 04/10] sh: "
` [PATCH v2 05/10] mfd: "
` [PATCH v2 06/10] ASoC: "
` [PATCH v2 07/10] pcmcia: "
` [PATCH v2 08/10] phy: "
` [PATCH v2 09/10] Input: matrix_keyboard - replace linux/gpio.h inclusion

[PATCH] scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup()
 2026-07-10 21:20 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-07-10 21:18 UTC  (3+ messages)

[PATCH 00/17] media: rockchip: rga: Add multi-core support
 2026-07-10 21:18 UTC  (7+ messages)
` [PATCH 05/17] media: v4l2-mem2mem: support running multiple jobs in parallel
` [PATCH 13/17] media: rockchip: rga: bind all cores to the master

[PATCH v6 0/4] iio: adc: Add support for LTC2378 and similar ADCs
 2026-07-10 21:15 UTC  (7+ messages)
` [PATCH v6 1/4] dt-bindings: iio: adc: Add ltc2378
` [PATCH v6 3/4] iio: adc: ltc2378: Enable high-speed data capture

[PATCH] arm64: dts: imx8mq: Add dcss node
 2026-07-10 21:13 UTC  (3+ messages)

+ revert-arm64-enable-vmalloc-huge-with-ptdump.patch added to mm-new branch
 2026-07-10 21:14 UTC 

+ mm-vmalloc-acquire-init_mm-read-lock-on-huge-vmap-promotion.patch added to mm-new branch
 2026-07-10 21:13 UTC 

[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-10 21:13 UTC  (3+ messages)

[GIT PULL] Please pull u-boot-rockchip-2026.10-20260710 into main
 2026-07-10 21:12 UTC  (2+ messages)

[PATCH 0/1] hwmon: (applesmc) Convert to hwmon_device_register_with_info
 2026-07-10 21:10 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3 0/6] net/dpaa2: NAPI-style Rx queue interrupts
 2026-07-10 21:09 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] net/dpaa2: fix Rx queue count for primary process
  ` [PATCH v4 2/6] bus/fslmc: move DPCON management from event driver to bus
  ` [PATCH v4 3/6] bus/fslmc/dpio: make the portal DQRI epoll optional
  ` [PATCH v4 4/6] bus/fslmc/mc: implement DPCON set notification
  ` [PATCH v4 5/6] net/dpaa2: support Rx queue interrupts
  ` [PATCH v4 6/6] net/dpaa2: pin Rx queue interrupt to the polling core

[PATCH 0/5] Import optee node from u-boot device trees
 2026-07-10 21:09 UTC  (3+ messages)
` [PATCH 1/5] arm64: dts: freescale: "

+ memcg-move-mem_cgroup_swappiness-to-memcontrolh.patch added to mm-new branch
 2026-07-10 21:09 UTC 

[PATCH v9 00/12] Allow AET to use PMT as loadable module
 2026-07-10 21:08 UTC  (7+ messages)
` [PATCH v9 10/12] fs/resctrl: Call architecture hooks for every mount/unmount
` [PATCH v9 11/12] x86/resctrl: Simplify Kconfig options for resctrl

[Bug 221065] New: ideapad_acpi: unexpected charge_types spam on Yoga Pro 7 14ASP9
 2026-07-10 21:08 UTC  (2+ messages)
` [Bug 221065] "

[PATCH printk 0/3] Introduce sync mode
 2026-07-10 21:05 UTC  (2+ messages)

[PATCH 12/17] media: rockchip: rga: move core initialization from bind to probe
 2026-07-10 21:05 UTC  (3+ messages)

[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
 2026-07-10 21:05 UTC  (5+ messages)
` [RFC PATCH 07/11] arm64: dts: qcom: hamoa: Move Iris IOMMUs to "

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-10 21:03 UTC  (5+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion

[PATCH 7.1.y 0/6] cBPF JIT spray hardening
 2026-07-10 21:03 UTC  (3+ messages)

[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
 2026-07-10 20:53 UTC  (9+ messages)
` [PATCH v3 06/51] exec/breakpoint: Add CPUBreakpoint.id
` [PATCH v3 11/51] target/arm: Use wp argument in arm_debug_check_watchpoint
` [PATCH v3 41/51] accel/tcg: Clear BP_WATCHPOINT_HIT after use
` [PATCH v3 42/51] accel/tcg: Merge CPUState.{break,watch}point_hit
` [PATCH v3 43/51] target/arm: Simplify v6 watchpoints
` [PATCH v3 44/51] accel/tcg: Remove TCGCPUOps.adjust_watchpoint_address
` [PATCH v3 45/51] accel/tcg: Move ALL_MMUIDX_BITS to hw/core/cpu.h
` [PATCH v3 46/51] accel/tcg: Drop stale assert for vaddr

Please consider fb3bbcfe344e ("exit: change the release_task() paths to call flush_sigqueue() lockless") for 5.10.y, 5.15.y, 6.1.y, 6.6.y, and 6.12.y
 2026-07-10 21:03 UTC  (2+ messages)

[PATCH 6.6 000/175] 6.6.144-rc1 review
 2026-07-10 21:03 UTC  (3+ messages)

[PATCH 6.6.y] net: Drop the lock in skb_may_tx_timestamp()
 2026-07-10 21:03 UTC  (2+ messages)

[PATCH 6.18 0/4] Backport the one-arg k*alloc_obj() APIs
 2026-07-10 21:03 UTC  (2+ messages)

[PATCH for 6.6] LoongArch: Add PIO for early access before ACPI PCI root register
 2026-07-10 21:03 UTC  (2+ messages)

[PATCH 08/17] media: rockchip: rga: add rga_core structure
 2026-07-10 21:03 UTC  (3+ messages)

[PATCH 6.6 v3 0/6] arm64: KVM: Backport VHE-only boot fixes
 2026-07-10 21:03 UTC  (2+ messages)

[PATCH 1/5] Revert "crypto: talitos - rename first/last to first_desc/last_desc"
 2026-07-10 21:02 UTC  (3+ messages)
` [PATCH 6.6.y v3 0/5] crypto: talitos - fix rename first/last to first_desc/last_desc

[PATCH v2 00/11] drm/{i915,xe}: some BIOS FB takeover fixes
 2026-07-10 21:02 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "


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.