All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-24 10:53:37 to 2026-07-24 11:37:21 UTC [more...]

[PATCH] Docs/admin-guide/cgroup-v1/memory: document memsw limit constraints
 2026-07-24 11:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/sysfb: ofdrm: Fix integer overflow in fb_size calculation
 2026-07-24 11:37 UTC  (2+ messages)

[RFC 0/4] Interrupts API update
 2026-07-24 11:36 UTC  (7+ messages)
` [RFC 1/4] bus/pci: fix check on interrupt FD for FreeBSD

[PATCH v9 00/14] media: iris: Add support for glymur platform
 2026-07-24 11:36 UTC  (4+ messages)
` [PATCH v9 01/14] dt-bindings: media: qcom,glymur-iris: Add glymur video codec

[GIT PULL] USB serial fixes for 7.2-rc4
 2026-07-24 11:36 UTC 

[PATCH 1/3] urlmatch: normalize ssh and ftp default ports
 2026-07-24 11:35 UTC  (2+ messages)

[PATCH] lighttpd: upgrade 1.4.84 -> 1.4.85
 2026-07-24 11:35 UTC 

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-24 11:34 UTC  (61+ messages)
` [PATCH v4 01/48] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v4 02/48] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v4 06/48] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v4 07/48] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v4 08/48] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v4 09/48] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 11/48] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v4 13/48] KVM: arm64: gic-v5: Implement VPE "
` [PATCH v4 14/48] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v4 15/48] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v4 16/48] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v4 17/48] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v4 18/48] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v4 19/48] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v4 21/48] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v4 22/48] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v4 23/48] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v4 24/48] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v4 25/48] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v4 26/48] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v4 27/48] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v4 28/48] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v4 29/48] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v4 30/48] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v4 31/48] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v4 32/48] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v4 33/48] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v4 34/48] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v4 36/48] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v4 37/48] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v4 38/48] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v4 39/48] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
` [PATCH v4 40/48] KVM: selftests: Add VGICv5 IRS address attribute tests
` [PATCH v4 41/48] KVM: selftests: Add VGICv5 NR_IRQS "
` [PATCH v4 42/48] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v4 43/48] KVM: selftests: Add VGICv5 IST "
` [PATCH v4 44/48] KVM: selftests: Add VGICv5 USERSPACE_PPIS tests
` [PATCH v4 45/48] KVM: selftests: Add VGICv5 CPU sysreg attribute tests
` [PATCH v4 46/48] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v4 47/48] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v4 48/48] KVM: selftests: Add VGICv5 IST save/restore coverage

[PATCH 0/5] x86/boot: Early boot cleanups
 2026-07-24 11:34 UTC  (4+ messages)
` [PATCH 2/5] x86/boot/64: Clear BSS as early as possible

[PATCH] drm/sysfb: ofdrm: Fix is_avivo() constant comparison bug
 2026-07-24 11:34 UTC  (2+ messages)

Enable sashiko.dev for the audit list?
 2026-07-24 11:33 UTC  (2+ messages)

[PATCH] mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit
 2026-07-24 16:46 UTC  (2+ messages)

[LTP] [PATCH] checkpatch: relax parenthesis style checks
 2026-07-24 11:31 UTC  (3+ messages)

回复: [REGRESSION] snd_hda_intel: 15s audio resume delay on AMD Conexant SN6140
 2026-07-24 11:31 UTC 

[PATCH] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A
 2026-07-24 11:30 UTC  (3+ messages)

[PATCH RFC 00/15] vhost-user: isolated memory
 2026-07-24 11:29 UTC  (9+ messages)
` [PATCH RFC 02/15] vhost-user: Add memory-isolation qdev property to vhost-user devices
` [PATCH RFC 05/15] vhost-user: add memory_isolation to VhostUserState
` [PATCH RFC 07/15] hw/virtio: iova_tree_foreach wrapper
` [PATCH RFC 08/15] hw/virtio/vhost-shadow-virtqueue: used handler

[PATCH] fs/ntfs3: validate dirty page table entry sizes
 2026-07-24 11:30 UTC  (2+ messages)

[PATCH v2 0/3] nvmem: mtk-efuse: mt6572 support
 2026-07-24 11:07 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: mediatek: efuse: add mt6572
` [PATCH v2 2/3] nvmem: mtk-efuse: add support for 32-bit aligned reads
` [PATCH v2 3/3] nvmem: mtk-efuse: add mt6572 support

[PATCH 1/2] iosys-map: Add getter functions for virtual addresses
 2026-07-24 11:29 UTC  (3+ messages)
` [PATCH 2/2] drm/udl: Use iosys_map getter for virtual address

[syzbot] [fuse?] INFO: task hung in fuse_chan_send
 2026-07-24 11:29 UTC 

[ANNOUNCE] Release v6.12.96-cip28
 2026-07-24 10:59 UTC 

[PATCH 6.12.y-cip 00/23] Add support for RZ/G3L pincontrol
 2026-07-24 10:59 UTC  (7+ messages)
` [PATCH 6.12.y-cip 10/23] pinctrl: renesas: rzg2l: Add support for selecting power source for {WDT,AWO,ISO}
    ` [cip-dev] "
` [PATCH 6.12.y-cip 15/23] pinctrl: renesas: rzg2l: Add support for clone channel control
    ` [cip-dev] "

[PATCH dpdk] lpm6, fib6, rib6, table: remove deprecated functions and macros
 2026-07-24 11:25 UTC  (2+ messages)

[PATCH] fuse: skip destination updates for zero-byte copy
 2026-07-24 11:24 UTC  (4+ messages)
  `  "

[PATCH RFC v4] fuse: abort connection on /dev/fuse flush to prevent deadlock
 2026-07-24 11:23 UTC  (2+ messages)

[PATCH v3] nfc: fdp: bound the device-reported read length and fix an skb leak
 2026-07-24 11:22 UTC  (2+ messages)

[PATCH v2] drm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue worker
 2026-07-24 11:22 UTC  (2+ messages)

[PATCH bpf-next v8 0/9] bpf: Introduce deferred task context execution
 2026-07-24 11:22 UTC  (3+ messages)
` [PATCH bpf-next v8 7/9] bpf: task work scheduling kfuncs

[backport request] “netfilter: nf_tables: fix reset request deadlock” to LTS 6.18, 6.12
 2026-07-24 11:22 UTC  (2+ messages)

[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-24 11:22 UTC  (2+ messages)

[PATCH] Docs/admin-guide/cgroup-v2: document hierarchical cpu.max throttling behavior
 2026-07-24 11:21 UTC  (2+ messages)

[PATCH] Revert "serial: 8250: Clear CON_PRINTBUFFER on port re-registration"
 2026-07-24 11:21 UTC  (3+ messages)

[PATCH v2] misc: fastrpc: fix context leak and hang on signal-interrupted invoke
 2026-07-24 11:20 UTC  (2+ messages)

[PATCH] csky: alignment: validate address before emulated load/store
 2026-07-24 11:19 UTC 

[PATCH 01/36] coccinelle: misc: add cond_return_no_effect.cocci
 2026-07-24 11:19 UTC  (2+ messages)
` [cocci] "

[PATCH v4 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-24 11:19 UTC  (10+ messages)
` [PATCH v4 05/10] arm_mpam: propagate MSC access errors for __ris_msmon_read()
` [PATCH v4 06/10] arm_mpam: propagate MSC access errors for state saving function
` [PATCH v4 08/10] arm_mpam: add MPAM-Fb MSC firmware access support

[PATCH 5.10 000/699] 5.10.261-rc1 review
 2026-07-24 11:17 UTC  (11+ messages)
` [PATCH 5.10 137/699] tracing: Prevent out-of-bounds read in glob matching

[PATCH] platform/x86: hp-wmi: Add OMEN board 8BA9 thermal profile support
 2026-07-24 11:17 UTC  (2+ messages)

[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-24 11:16 UTC  (3+ messages)
` [PATCH v2 3/5] selftests/mm: skip khugepaged swap tests without swap

[PATCH 6.18 0000/1624] 6.18.40-rc2 review
 2026-07-24 11:16 UTC  (4+ messages)

[PATCH v2] intel_iommu: Check address mask before using it in pasid-based iotlb invalidation
 2026-07-24 11:15 UTC 

[RFC PATCH] fs/ntfs3: Add basic support for alternative data streams
 2026-07-24 11:16 UTC 

[PATCH] media: hantro: release runtime resources when device_run fails
 2026-07-24 11:15 UTC 

[REGRESSION] ACPI: PCI: misleading _OSC failure message when _OSC is absent
 2026-07-24 11:15 UTC  (3+ messages)

[PATCH] fs/ntfs3: Rename 'err' to 'ret' in read paths
 2026-07-24 11:15 UTC 

[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
 2026-07-24 11:15 UTC  (3+ messages)
` [RFC PATCH 01/11] dt-bindings: media: qcom,sm8550-iris: Add vpu "

[PATCH] fs/ntfs3: Fix memory leak in indx_find_sort()
 2026-07-24 11:14 UTC 

[PATCH v2 0/3] block/accounting: fix unlocked latency histogram reconfiguration races
 2026-07-24 11:13 UTC  (3+ messages)
` [PATCH v2 1/3] block/accounting: take stats->lock in latency histogram setters
` [PATCH v2 3/3] tests/unit: add reproducer for BlockAcctStats histogram locking race

[PATCH net] ptp: netc: fix potential interrupt storm caused by incorrect unbind order
 2026-07-24 11:00 UTC  (2+ messages)

[PATCH v2 0/3] firmware: xilinx: Clean up firmware and TF-A state on kexec
 2026-07-24 11:13 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] firmware: xilinx: Add support to clear TF-A PM state

[PATCH v3 0/1] leds: st1202: Add hardware-accelerated blink support
 2026-07-24 11:12 UTC 

[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-24 11:12 UTC  (4+ messages)

[PATCH v3 0/6] clk: qcom: Add Nord multimedia clock controller support
 2026-07-24 11:11 UTC  (8+ messages)
` [PATCH v3 1/6] clk: qcom: gcc-nord: mark PCIe link clocks as critical
` [PATCH v3 2/6] clk: qcom: negcc-nord: keep GPU2 CFG clock enabled via critical CBCR
` [PATCH v3 3/6] dt-bindings: clock: qcom: Document Nord display clock controller
` [PATCH v3 4/6] clk: qcom: Add Nord display clock controller support
` [PATCH v3 5/6] dt-bindings: clock: qcom: Document Nord GPU clock controllers
` [PATCH v3 6/6] clk: qcom: gpucc: Add Nord graphics clock controller support

[PATCH RFC v2 00/14] nvme: Controller Data Queue (CDQ) support
 2026-07-24 11:11 UTC  (15+ messages)
` [PATCH RFC v2 01/14] nvme: Add NVME_AER_ONE_SHOT callback handler
` [PATCH RFC v2 02/14] nvme: Add NVMe Controller Data Queue command
` [PATCH RFC v2 03/14] nvme: Add track send command
` [PATCH RFC v2 04/14] nvme: Add CDQ to xarray and define delete path
` [PATCH RFC v2 05/14] nvme: Allocate CDQ backing memory from coherent DMA chunks
` [PATCH RFC v2 06/14] nvme: Add file descriptor to read CDQs
` [PATCH RFC v2 07/14] nvme: Add the create CDQ functionality
` [PATCH RFC v2 08/14] nvme: Submit track send command to start/stop the CDQ
` [PATCH RFC v2 09/14] nvme: Coordinate CDQ backing mem and CDQ FD
` [PATCH RFC v2 10/14] nvme: Pin a ctrl ref to every CDQ
` [PATCH RFC v2 11/14] nvme: Implement CDQ traversal on the read path
` [PATCH RFC v2 12/14] nvme: Update the controller with the CDQ set-feature cmd
` [PATCH RFC v2 13/14] nvme: Use eventfd for CDQ Tail pointer triggers
` [PATCH RFC v2 14/14] nvme: Add NVME_IOCTL_CDQ to create/delete migration CDQs

[PATCH 0/2] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-07-24 11:10 UTC  (3+ messages)
` [PATCH 1/2] gpu: nova-core: falcon: remove unnecessary check
` [PATCH 2/2] gpu: nova-core: falcon: use I/O projection to check transfer bounds

[PATCH] hw/usb/hcd-xhci: Check return value of xhci_xfer_create_sgl() for errors
 2026-07-24 11:09 UTC 

[PATCH v2 0/3] Add ADSP and CDSP support for Nord SoC
 2026-07-24 11:10 UTC  (3+ messages)
` [PATCH v2 3/3] remoteproc: qcom: pas: Add Nord ADSP and CDSP support

[PATCH v7 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-07-24 11:09 UTC  (3+ messages)
` [PATCH v7 10/10] arm64: dts: qcom: shikra: Add gpio-reserved-ranges to tlmm

[PATCH v7 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-24 11:09 UTC  (3+ messages)
` [PATCH v7 03/16] power: sequencing: Add pwrseq_get_state()

[PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents
 2026-07-24 11:06 UTC  (3+ messages)
` [PATCH 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst

[PATCH v3 0/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC
 2026-07-24 11:02 UTC  (7+ messages)
` [PATCH v3 1/4] clk: qcom: common: Register reset controller only when resets are present
` [PATCH v3 3/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC

[PATCH v12 0/4] Introduce cold reset recovery method
 2026-07-24 11:08 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Introduce cold reset recovery method (rev12)

[PATCH 1/2] virtio: use masked features with set_features_ex
 2026-07-24 11:08 UTC  (2+ messages)
` [PATCH 2/2] virtio-net: fix OOB read in RSC receive path

[PATCH v3 0/2] Improve DIAG 9c observability
 2026-07-24 11:07 UTC  (5+ messages)
` [PATCH v3 1/2] s390/kvm: Refactor __diag_time_slice_end_directed for single exit point
` [PATCH v3 2/2] s390/kvm: Add tracepoint for DIAG 9c directed yield operations

[PATCH BlueZ bluez] bap: Start BIG sync after receiving BIGInfo
 2026-07-24 11:07 UTC  (2+ messages)
` [BlueZ,bluez] "

[PATCH v7 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-07-24 11:05 UTC  (9+ messages)
` [PATCH v7 16/19] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v7 17/19] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v7 18/19] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v7 19/19] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation

[PATCH nf v3] netfilter: ip6tables: set hotdrop for malformed extension header matches
 2026-07-24 11:01 UTC 

[PATCH v3 00/10] mpi3mr: Few Enhancements and minor fixes
 2026-07-24 11:02 UTC  (7+ messages)
` [PATCH v3 01/10] mpi3mr: Skip device shutdown during unload per controller configuration
` [PATCH v3 07/10] mpi3mr: Fix firmware event reference leak during cleanup
` [PATCH v3 08/10] mpi3mr: Fix SAS port allocation and registration error handling

[PATCH] thermal: qcom-spmi-adc-tm5: drop IIO_VAL_INT check in adc_tm5_get_temp
 2026-07-24 11:00 UTC 

[PATCH] drm/xe/pt: check no-DMA huge-pte cases before DMA segment test
 2026-07-24 10:58 UTC  (2+ messages)

[syzbot] [fuse?] INFO: task hung in fuse_chan_send
 2026-07-24 10:59 UTC  (2+ messages)
` Forwarded: [PATCH] fuse: allow fatal signals to interrupt forced requests

[PATCH v6 0/3] drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels
 2026-07-24 10:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels (rev6)

[PATCH] vmstate: fix type confusion in vmstate_size() for VMSTATE_VBUFFER_UINT64
 2026-07-24 10:57 UTC 

[PATCH] ceph: fix mds random selection readiness predicate
 2026-07-24 10:49 UTC 

[PATCH] ACPI: CPPC: Skip writes to unsupported performance controls
 2026-07-24 10:57 UTC  (2+ messages)

[PATCH] ubifs: fix out-of-bounds read in signature length check
 2026-07-24 10:55 UTC  (3+ messages)

[RFC PATCH] drm/bridge: adv7511: use cache_only during power down
 2026-07-24 10:56 UTC  (3+ messages)

[PATCH net v1] net/smc: fix socket use-after-free during link group termination
 2026-07-24 10:56 UTC  (2+ messages)

[PATCH v3] bpf, sockmap: Fix cork ownership in tcp_bpf_sendmsg()
 2026-07-24 10:56 UTC  (3+ messages)
` [PATCH bpf v4] bpf, sockmap: Fix cork use-after-free "

[PATCH GSoC v20 00/13] cat-file: add remote-object-info to batch-command
 2026-07-24 10:54 UTC  (15+ messages)
` [PATCH GSoC v21 "
  ` [PATCH GSoC v21 01/13] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC v21 02/13] cat-file: declare loop counter inside for()
  ` [PATCH GSoC v21 03/13] t1006: extract helper functions into new 'lib-cat-file.sh'
  ` [PATCH GSoC v21 04/13] fetch-pack: drop the static advertise_sid variable
  ` [PATCH GSoC v21 05/13] fetch-pack: use unsigned int for hash_algo variable
  ` [PATCH GSoC v21 06/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
  ` [PATCH GSoC v21 07/13] connect: make write_fetch_command_and_capabilities() more generic
  ` [PATCH GSoC v21 08/13] fetch-pack: move fetch initialization
  ` [PATCH GSoC v21 09/13] protocol-caps: check object existence regardless of the attributes requested
  ` [PATCH GSoC v21 10/13] serve: advertise object-info feature
  ` [PATCH GSoC v21 11/13] transport: add client support for object-info
  ` [PATCH GSoC v21 12/13] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC v21 13/13] cat-file: make remote-object-info allow-list adapt to the server

[PATCH] PCI: Disable NoSnoop and Relaxed ordering for Intel wireless BE200
 2026-07-24 10:54 UTC  (4+ messages)

[nf-next PATCH v3 0/4] Address Sashiko review of NAT hook dump code
 2026-07-24 10:54 UTC  (3+ messages)

[PATCH v24 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-24 10:53 UTC  (4+ messages)
` [PATCH v24 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH v3] platform: int3472: discrete: Support multiple HIDs per GPIO map entry
 2026-07-24 10:53 UTC 

[PATCH] macvlan: inherit needed_headroom/needed_tailroom from lower device
 2026-07-24 10:53 UTC  (2+ messages)


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.