All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-29 14:07:31 to 2026-07-29 14:49:17 UTC [more...]

[PATCH 0/3] x86/mm: DEBUG_PAGEALLOC musings
 2026-07-29 14:48 UTC  (4+ messages)
` [PATCH 3/3] x86/mm: Fix and document DEBUG_PAGEALLOC

[PATCH v5 0/3] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
 2026-07-29 14:48 UTC  (4+ messages)
` [PATCH v5 1/3] arm64: dts: qcom: eliza: Add PCIe PHY and controller nodes
` [PATCH v5 2/3] arm64: dts: qcom: eliza-evk: Add PCIe0 with M.2 E key connector
` [PATCH v5 3/3] arm64: dts: qcom: eliza-evk: Add PCIe1 with TC9563 PCIe switch

[PATCH v5 0/6] vhost-user-blk: add compatibility with older qemu versions
 2026-07-29 14:48 UTC  (11+ messages)
` [PATCH v5 4/6] vhost-user-blk: make inflight-migration prop mutable

[PATCH 6.18.y] ublk: wait on ublk_dev_ready() instead of ub->completion
 2026-07-29 14:48 UTC 

[PATCH 0/5] scsi: lpfc: Remove all strlcat() uses
 2026-07-29 14:46 UTC  (6+ messages)
` [PATCH 1/5] scsi: lpfc: Replace strlcat() with seq_buf in lpfc_info()
` [PATCH 2/5] scsi: lpfc: Replace strlcat() with scnprintf() in lpfc_vport_symbolic_node_name()
` [PATCH 3/5] scsi: lpfc: Replace strlcat() with seq_buf in lpfc_rx_monitor_report()
` [PATCH 4/5] scsi: lpfc: Replace strlcat() with seq_buf in the debugfs dump helpers
` [PATCH 5/5] scsi: lpfc: Replace strlcat() with sysfs_emit_at() in the sysfs show functions

[PATCH 0/5] thunderbolt: USB4STREAM improvements
 2026-07-29 14:47 UTC  (3+ messages)
` [PATCH 5/5] thunderbolt: stream: Add support for busy polling

[PATCH v3 0/7] hw/cxl: fix Type-3 device reset resource leaks and convert to three-phase
 2026-07-29 14:46 UTC  (8+ messages)
` [PATCH v3 1/7] hw/cxl: fix timer leak in cxl_destroy_cci()
` [PATCH v3 2/7] hw/cxl: destroy primary CCI before re-initialization on reset
` [PATCH v3 3/7] hw/cxl: convert cxl-type3 to three-phase reset
` [PATCH v3 4/7] hw/cxl: add cxl_destroy_mailbox_t3() as the mailbox teardown counterpart
` [PATCH v3 5/7] hw/cxl: discard in-flight sanitize state on mailbox teardown
` [PATCH v3 6/7] hw/cxl: clear event logs, scan media and interrupt policy on reset
` [PATCH v3 7/7] hw/cxl: clear poison lists and feature transfer state "

[PATCH] futex: Prevent robust futex exit race more
 2026-07-29 14:47 UTC  (5+ messages)

[RFC PATCH 0/6] mm/damon: add kunit and selftests for probes and probe weights
 2026-07-29 14:47 UTC  (7+ messages)
` [RFC PATCH 1/6] mm/damon/tests/core-kunit: test damon_commit_filter()
` [RFC PATCH 2/6] mm/damon/tests/core-kunit: add damon_commit_probes() test
` [RFC PATCH 3/6] selftests/damon/_damon_sysfs: implement DamonProbes
` [RFC PATCH 4/6] selftests/damon/drgn_dump_damon_status: dump probes
` [RFC PATCH 5/6] selftests/damon/sysfs.py: extend commit assertion function for probes
` [RFC PATCH 6/6] selftests/damon/sysfs.py: test damon probes

[PATCH] vsock/virtio: prevent workers from using deleted virtqueues
 2026-07-29 14:47 UTC  (6+ messages)

[PATCH net 0/1] ipmr: only copy pktinfo to cache reports
 2026-07-29 14:46 UTC  (4+ messages)
` [PATCH net 1/1] "

[PATCH] arm64: dts: rockchip: Add DSI LCD display on rk3576-evb1
 2026-07-29 14:46 UTC  (5+ messages)

[PATCH v4 00/24] dmaengine: dw-edma: Support dynamic LL appends
 2026-07-29 14:46 UTC  (26+ messages)
` [PATCH v4 01/24] dmaengine: dw-edma: Add dw_edma_core_ll_cur_idx() to get current LL entry index
` [PATCH v4 02/24] dmaengine: dw-edma: Add dw_edma_core_ll_clear() to clear LL control-word
` [PATCH v4 03/24] dmaengine: dw-edma: Factor out linked-list transfer start
` [PATCH v4 04/24] dmaengine: dw-edma: Make DMA link list work as a circular buffer
` [PATCH v4 05/24] dmaengine: dw-edma: Move callback result helper before LL helpers
` [PATCH v4 06/24] dmaengine: dw-edma: Dispatch DONE interrupts by channel request
` [PATCH v4 07/24] dmaengine: dw-edma: Centralize LL doorbell decisions
` [PATCH v4 08/24] dmaengine: dw-edma: Prepare LL progress event handling
` [PATCH v4 09/24] dmaengine: dw-edma: Prepare deferred IRQ reporting for LL events
` [PATCH v4 10/24] dmaengine: dw-edma: Prepare LL kicks for event serialization
` [PATCH v4 11/24] dmaengine: dw-edma: Serialize LL event capture with channel kicks
` [PATCH v4 12/24] dmaengine: dw-edma: Keep channels stopped while ABORT is pending
` [PATCH v4 13/24] dmaengine: dw-edma: Reclaim issued descriptors from IRQ-paired LL progress
` [PATCH v4 14/24] dmaengine: dw-edma: Add LL interrupt placement policy
` [PATCH v4 15/24] dmaengine: dw-edma: Recheck stopped LL channels before restart
` [PATCH v4 16/24] dmaengine: dw-edma: Use HDMA watermarks as progress events
` [PATCH v4 17/24] dmaengine: dw-edma: Recover stopped channels from tx_status()
` [PATCH v4 18/24] dmaengine: dw-edma: Make the LL ring reset a full channel resync
` [PATCH v4 19/24] dmaengine: dw-edma: Drain LL entries for STOP and PAUSE
` [PATCH v4 20/24] dmaengine: dw-edma: Dynamically append requests while running
` [PATCH v4 21/24] dmaengine: dw-edma: Add engine reset and enable operations
` [PATCH v4 22/24] dmaengine: dw-edma: Add engine recovery infrastructure
` [PATCH v4 23/24] dmaengine: dw-edma: Detect and recover a stalled eDMA engine
` [PATCH v4 24/24] dmaengine: dw-edma: Add trace support

[PATCH 0/3] Add quad mode support for QPIC SNAND
 2026-07-29 14:46 UTC  (3+ messages)
` [PATCH 2/3] spi: spi-qpic-snand: add quad mode support

[PATCH] dmaengine: loongson1-apb-dma: fix residue calculation for queued descriptors
 2026-07-29 14:46 UTC  (3+ messages)
` [PATCH v2] dmaengine: loongson1-apb-dma: avoid using iterator variable after list_for_each_entry()

[PATCH] udf: Fix data loss when converting inline inodes to out of line
 2026-07-29 14:45 UTC 

[PATCH nf 0/1] netfilter: h323: fix helper NAT mangling
 2026-07-29 14:45 UTC  (5+ messages)

[PATCH v2 0/5] migration: Hardening fixes for 11.2
 2026-07-29 14:43 UTC  (5+ messages)
` [PATCH v2 4/5] migration: Fix rare hang of migration_channel_read_peek()

[PATCH v4 0/3] perf sched latency: Refine outputs, unit scaling, and histogram support
 2026-07-29 14:44 UTC  (4+ messages)
` [PATCH v4 1/3] perf sched: Suppress latency table output when trace samples are missing
` [PATCH v4 2/3] perf sched latency: Auto-scale latency and runtime display units
` [PATCH v4 3/3] perf sched latency: Add histogram and time interval options

[PATCH] uprobes: Fix NULL pointer dereference in hprobe_expire()
 2026-07-29 14:44 UTC 

linux-next: manual merge of the liveupdate tree with the mm-unstable tree
 2026-07-29 14:44 UTC  (6+ messages)

[PATCH] ALSA: usb-audio: add IFB_SILENCE_ON_EMPTY quirk for Behringer Flow 8
 2026-07-29 14:44 UTC  (6+ messages)

[PATCH 0/2] platform/x86: asus-armoury: add Whisper Mode support
 2026-07-29 14:43 UTC  (4+ messages)

[PATCH v4 4/4] media: uvcvideo: defer streaming restart after hibernation snapshot
 2026-07-29 14:43 UTC  (4+ messages)

[PATCH v4 net-next] sctp: auth: break when skb_clone fails for auth_chunk
 2026-07-29 14:43 UTC  (4+ messages)
` [PATCH net-next v5] sctp: auth: discard auth_chunk when skb_clone fails

[PATCH v3 0/6] iio: adc: xilinx-xadc: Add I2C interface support for System Management Wizard
 2026-07-29 14:43 UTC  (3+ messages)
` [PATCH v3 1/6] iio: adc: xilinx-xadc: Modernize driver code

[PATCH 0/9] drm/amdgpu/gfx7: Use GFX IP block soft reset on GFX7 (v2)
 2026-07-29 14:43 UTC  (2+ messages)

[PATCH 0/2] Rely on regmap APIs in tc9563 PCI/pwrctrl driver
 2026-07-29 14:43 UTC  (5+ messages)
` [PATCH 1/2] PCI/pwrctrl: tc9563: rely on regmap APIs
` [PATCH 2/2] PCI/pwrctrl: tc9563: use devm-managed I2C dummy device allocation

[pseudo] [PATCH 1/2] ports/linux/guts: Add __open64_2 wrapper
 2026-07-29 14:42 UTC  (2+ messages)
` [pseudo] [PATCH 2/2] makewrappers: Avoid efault workaround if using AT_EMPTY_PATH

[PATCH v6 00/27] Native SCSI Multipath support
 2026-07-29 14:42 UTC  (9+ messages)
` [PATCH v6 14/27] scsi-multipath: support iopolicy
` [PATCH v6 15/27] scsi-multipath: clone each bio
` [PATCH v6 16/27] scsi-multipath: clear path when device is blocked

[wrynose][PATCH] cpan_build: disable .packlist and html doc
 2026-07-29 14:42 UTC  (2+ messages)
` [OE-core] "

[PATCH v3 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
 2026-07-29 14:41 UTC  (4+ messages)
` [PATCH v3 1/4] cpufreq: CPPC: Keep the policy across CPU hotplug

[PATCH v2] x86/nSVM: Check the L1 IOPM_BASE and MSRPM_BASE assigned physical addresses
 2026-07-29 14:38 UTC 

[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
 2026-07-29 14:41 UTC  (2+ messages)

[PATCH] PCI: Allow D3 for native Hotplug capable Root Ports on DT platforms
 2026-07-29 14:40 UTC  (2+ messages)

[PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN,END} with PREEMPT_RT
 2026-07-29 14:39 UTC  (5+ messages)
    ` [PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN, END} "

[chenxing:mstar_v6_5_reorder 344/700] kismet: WARNING: unmet direct dependencies detected for GENERIC_PINCONF when selected by MSC313E_SAR
 2026-07-29 14:39 UTC 

[PATCH v8 0/5] Improve code in zcrypt msg type 6 handling
 2026-07-29 14:39 UTC  (6+ messages)
` [PATCH v8 1/5] s390/zcrypt: Fix CPRB memory allocation in zcrypt misc code
` [PATCH v8 2/5] s390/zcrypt: Improve CCA CPRB length and overflow checks
` [PATCH v8 3/5] s390/zcrypt: Improve EP11 "
` [PATCH v8 4/5] s390/zcrypt: Improve EP11 CPRB domain handling with ASN.1 parsing
` [PATCH v8 5/5] s390/zcrypt: Pad trailing CCA or EP11 message with zeros

regress caused by upstream commit 6650527444dadc63d84aa939d14ecba4fadb2f69
 2026-07-29 14:30 UTC  (2+ messages)

[PATCH v8 0/6] PCI: tegra: Add Tegra264 support
 2026-07-29 14:38 UTC  (7+ messages)
` [PATCH v8 4/6] "
` (subset) [PATCH v8 0/6] "

[PATCH] misc: hisi_hikey_usb: cancel role switch work on remove
 2026-07-29 14:38 UTC  (4+ messages)

[PATCH v2 0/5] Remove NFS client header dependencies from LOCALIO
 2026-07-29 14:38 UTC  (2+ messages)

[PATCH] HID: universal-pidff: stop the device when force-feedback init fails
 2026-07-29 14:38 UTC  (2+ messages)

[RFC PATCH 00/11] mm, swap: dynamic cluster management for xswap devices
 2026-07-29 14:36 UTC  (7+ messages)
` [RFC PATCH 02/11] mm, swap: add CONFIG_XSWAP and xswap fields to swap_info_struct
  ` [RFC PATCH 03/11] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc

[PATCH net 0/1] xsk: prevent AF_XDP ring resource exhaustion
 2026-07-29 14:35 UTC  (2+ messages)
` [PATCH net 1/1] xsk: charge ring allocations to socket optmem

[LTP] [PATCH v10 1/3] open01: fix cleanup file descriptor check
 2026-07-29 14:32 UTC  (3+ messages)
` [LTP] [PATCH v10 2/3] open01: remove O_DIRECTORY case (move to fstat test)
` [LTP] [PATCH v10 3/3] fstat: add test for multiple file types using fstat

[PATCH 0/3] soc: renesas: rz-sysc: Add RZ/G3L PWRRDY power sequencing support
 2026-07-29 14:33 UTC  (10+ messages)
` [PATCH 2/3] power: sequencing: Add Renesas RZ/G3L Power Ready driver

[PATCH RFC 0/3] Refactor the workqueue allocations
 2026-07-29 14:32 UTC  (5+ messages)

[PATCH] parse/ast: improve error handling for invalid task dependencies
 2026-07-29 14:29 UTC 

[PATCH] x86emul: lift macro machinery from XTF to aid EFLAGS handling
 2026-07-29 14:31 UTC 

[PATCH nf-next] netfilter: conntrack: tcp: use UNACK timeout for non-closing RST packets
 2026-07-29 14:28 UTC 

[PATCH] xfs: fix fallback data device flush for realtime inodes
 2026-07-29 14:28 UTC  (4+ messages)

[PATCH] vhost/migration: Fix incorrect size used in inflight->addr in VMSD
 2026-07-29 14:27 UTC  (8+ messages)

ANNOUNCE: nfs-utils-2.9.2 released
 2026-07-29 14:28 UTC 

[syzbot] [fs?] general protection fault in start_dirop
 2026-07-29 14:28 UTC 

[PATCH v11] mm/page_alloc: boost watermarks on atomic allocation failure
 2026-07-29 14:27 UTC  (6+ messages)

[PATCH v6] drm/amd/amdgpu: remove duplicated code in gfx_v11 and gfx_v12
 2026-07-29 14:26 UTC  (3+ messages)

[PATCH v2] rebase: skip branch symref aliases
 2026-07-29 14:26 UTC  (10+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
  ` [PATCH v3 1/2] rebase: skip branch symref aliases

heiko@sntech.de
 2026-07-29 14:26 UTC  (2+ messages)

[PATCH] xen/evtchn: fix wrong usage of array_index_nospec()
 2026-07-29 14:26 UTC  (3+ messages)

[RFC PATCH 00/13] arm64: Preemptible this_cpu_*() operations
 2026-07-29 14:25 UTC  (4+ messages)
` [RFC PATCH 06/13] arm64: percpu: Add infrastructure for preemptible this_cpu_*() ops

[PATCH] sched/fair: Prefer fully idle cores for NOHZ balancing
 2026-07-29 14:25 UTC  (5+ messages)

wayland.if etc
 2026-07-29 14:25 UTC  (2+ messages)

[RFC PATCH v1.2 00/12] mm/damon: cleanup code, add test cases, and update guidances in docs
 2026-07-29 14:24 UTC  (4+ messages)
` [RFC PATCH v1.2 05/12] mm/damon/sysfs: remove probes number validation

[PATCH 0/3] rust: sync: add SetOnce::try_get_or_populate()
 2026-07-29 14:23 UTC  (7+ messages)
` [PATCH 1/3] rust: sync: return `Result<&T, T>` from `SetOnce::populate()`
` [PATCH 2/3] rust: sync: add SetOnce::try_get_or_populate()

[PATCH] MAINTAINERS: Orphan the SCSI tape driver
 2026-07-29 14:22 UTC  (3+ messages)

[PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
 2026-07-29 14:22 UTC  (2+ messages)

[hwmon-next PATCH v4 0/4] hwmon: (adt7470) Add PWM provider and thermal sensor support
 2026-07-29 14:22 UTC  (5+ messages)
` [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework

[PATCH v3 for-4.22] x86/cpu-policy: set up host policy earlier
 2026-07-29 14:21 UTC  (2+ messages)

[nft PATCH 1/2] gitignore: Only ignore top level *.m4
 2026-07-29 14:21 UTC  (2+ messages)

[PATCH net 0/2] tcp: diag: fix unbounded bucket lock hold in diag dump paths
 2026-07-29 14:21 UTC  (3+ messages)

[PATCH v4 0/3] arm64: dts: amlogic: add support for Orbbec Zora P1
 2026-07-29 14:21 UTC  (10+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: add Orbbec
` [PATCH v4 2/3] dt-bindings: arm: amlogic: document Orbbec Zora P1 board compatible
` [PATCH v4 3/3] arm64: dts: amlogic: add support for Orbbec Zora P1

[PATCH] tuna: Add error handling to cpuset profile save function
 2026-07-29 14:20 UTC 

[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-29 14:20 UTC  (4+ messages)
` [PATCH v4 19/21] memblock: make HugeTLB bootmem allocation work "

[PATCH nft] datatype: accept a numeric cgroupsv2 id on input
 2026-07-29 14:19 UTC  (7+ messages)

What's cooking in git.git (Jul 2026, #12)
 2026-07-29 14:18 UTC  (3+ messages)

linux-next: manual merge of the thunderbolt tree with the thunderbolt-fixes tree
 2026-07-29 14:18 UTC 

[PATCH 3/3] firmware: arm_scmi: Emit modalias for SCMI devices
 2026-07-29 14:17 UTC  (8+ messages)
` [RFC PATCH 1/2] firmware: arm_scmi: Generate aliases for SCMI modules
  ` [RFC PATCH 2/2] firmware: arm_scmi: Add bus support for autoloading

[PATCH 0/2] afs: Miscellaneous fixes
 2026-07-29 14:17 UTC  (3+ messages)
` [PATCH 1/2] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH 2/2] afs: Fix double-unmap of directory block

[PATCH v3 0/2] Enable ICE for UFS on Hamoa IoT EVK
 2026-07-29 14:17 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: hamoa: Add ICE node for UFS inline encryption

[PATCH] PCI: mediatek-gen3: Initialize all resources before installing ISR
 2026-07-29 14:16 UTC  (2+ messages)

[PATCH v4 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-07-29 14:16 UTC  (3+ messages)
` [PATCH v4 6/6] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes

[PATCH v9 0/2] Enable sdhc inline crypto engine for kodiak and monaco
 2026-07-29 14:16 UTC  (5+ messages)
` [PATCH v9 1/2] arm64: dts: qcom: kodiak: enable inline crypto engine for SDHC
` [PATCH v9 2/2] arm64: dts: qcom: monaco: "

[Intel-wired-lan] [PATCH iwl-next v2] ice: detect duplicates in ACL
 2026-07-29 14:15 UTC  (3+ messages)
  `  "

[PATCH v6 00/23] Introduce enablemenant of dom0less
 2026-07-29 14:15 UTC  (5+ messages)
` [PATCH v6 18/23] xen/riscv: implement IRQ routing for device passthrough

[PATCH 6.12.y/6.18.y/7.1.y] drm/amd/display: Fix DTB DTO updates breaking live pixel rate sources
 2026-07-29 14:14 UTC  (2+ messages)

[PATCH 6.6.y] drm/amd/display: Fix dcn32 DTB DTO update breaking live pixel rate sources
 2026-07-29 14:14 UTC  (2+ messages)

[PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-29 14:14 UTC  (2+ messages)

[PATCH v2 0/1] Fix missing mem scrub at clear key import in cca_clr2cipherkey()
 2026-07-29 14:12 UTC  (3+ messages)
` [PATCH v2 1/1] s390/zcrypt: "

[PATCH] usb: gadget: f_mass_storage: reject relative paths to fix sb_writers deadlock
 2026-07-29 14:12 UTC  (2+ messages)

[PATCH] soc: fsl: qe: properly scan GPIO nodes at startup
 2026-07-29 14:10 UTC 

[PATCH v20 00/15] virtio-net: live-TAP local migration
 2026-07-29 14:09 UTC  (3+ messages)
` [PATCH v20 10/15] migration/channel: check that transfer is UNIX socket when "local" set

[PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping
 2026-07-29 14:08 UTC 

[PATCH v3 0/5] arm64: dts: qcom: Add Kalambo SoC and CRD
 2026-07-29 14:09 UTC  (3+ messages)
` [PATCH v3 2/5] arm64: dts: qcom: Add Kalambo SoC

[PATCH net-next 0/9] netpoll: finish untangling netconsole from netpoll
 2026-07-29 14:09 UTC  (9+ messages)
` [PATCH net-next 6/9] netconsole: move netpoll_take_ipv6() as netcons_take_ipv6()
` [PATCH net-next 7/9] netconsole: move egress_dev() as netcons_egress_dev()
` [PATCH net-next 8/9] netconsole: move local_ip/remote_ip/ipv6 to netconsole_target
` [PATCH net-next 9/9] netconsole: move netpoll_wait_carrier() as netcons_wait_carrier()

[PATCH v19 0/7] shut down devices asynchronously
 2026-07-29 14:08 UTC  (4+ messages)
` [PATCH v19 4/7] driver core: do not always lock parent in shutdown

[PATCH 0/2] arm64: dts: ti: k3-am67a-beagley-ai: GPIO improvements
 2026-07-29 14:07 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: ti: k3-am67a-beagley-ai: Add gpio line names

[PATCH] libselinux: selinux_restorecon: avoid triggering auto-mounts unnecessarily
 2026-07-29 14:07 UTC  (3+ messages)

[PATCH v2 1/1] mm: shmem: reject page-aligned fallocate end overflow
 2026-07-29 14:07 UTC 


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.