All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-10 23:25:36 to 2026-09-11 00:01:09 UTC [more...]

[PATCH 0/9] hexagon: Add HVX context
 2026-09-10 21:27 UTC  (4+ messages)
` [PATCH 4/9] target/hexagon: raise an exception for HVX with SSR:XE clear

[PATCH bpf v3 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
 2026-09-11  0:00 UTC  (2+ messages)

[PATCH net-next v10 00/15] ax88179_178a: Add support for AX88179A-based chips
 2026-09-11  0:00 UTC  (3+ messages)
` [PATCH net-next v10 06/15] ax88179_178a: Add HW support for AX179A-based chips

[PATCH] xfs: add per-mount read/write I/O completion counters
 2026-09-11  0:00 UTC  (3+ messages)

kernel/trace/ftrace.c:6651:40: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-09-10 23:59 UTC 

[net-next, v2 00/11] add features to bnge
 2026-09-10 23:59 UTC  (3+ messages)
` [net-next, v2 08/11] bnge: add NTUPLE filter infrastructure

[PULL 00/90] pci, vhost, virtio, iommu, apci: features, fixes
 2026-09-10 20:15 UTC  (12+ messages)
` [PULL 08/90] vhost-vsock: fix FD leak in realize()
` [PULL 12/90] vhost: add vhost_dev_set_owner() / vhost_dev_reset_owner() helpers
` [PULL 14/90] vhost-vsock: hand off device ownership across CPR
` [PULL 15/90] linux-headers: add VIRTIO_ID_MEDIA
` [PULL 22/90] net/tap: move vhost-net open() calls to tap_parse_vhost_fds()
` [PULL 37/90] vhost-user-gpu: Add shared memory region support
` [PULL 40/90] hw/cxl: Drop Back-Invalidate from default CFMW window restrictions
` [PULL 73/90] intel_iommu: Only set dirty bit when PTE exposes write permission
` [PULL 74/90] intel_iommu: Always write all the flags passed to vtd_set_flag_in_pte
` [PULL 81/90] net/tap-solaris: Fix resource leaks on error paths
` [PULL 88/90] vhost-user-blk: move inflight_needed higher

[PATCH v5 10/10] vfio: selftests: mlx5 driver - add send_msi support
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 07/10] vfio: selftests: Add dev_dbg
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 05/10] selftests: Add additional kernel functions to tools/include/
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH net] rds: ib: use rds_conn_drop() on protocol version mismatch
 2026-09-10 23:56 UTC  (7+ messages)
  ` [rds-devel] [External] : "

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-10 23:56 UTC  (90+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 02/44] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v13 03/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v13 04/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v13 05/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v13 06/44] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 08/44] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v13 09/44] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v13 10/44] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v13 11/44] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v13 12/44] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v13 13/44] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v13 14/44] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v13 15/44] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v13 16/44] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v13 17/44] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v13 18/44] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v13 19/44] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v13 20/44] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v13 21/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v13 22/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v13 23/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v13 24/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v13 25/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v13 26/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v13 27/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v13 28/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v13 29/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH v13 30/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v13 31/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v13 32/44] KVM: selftests: Test conversion before allocation
` [PATCH v13 33/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 41/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH net v3 0/4] net: wan: fix FSL UCC HDLC lifecycle bugs
 2026-09-10 23:54 UTC  (5+ messages)
` [PATCH net v3 1/4] net: wan: fsl_ucc_hdlc: validate protocol before starting device
` [PATCH net v3 2/4] net: wan: fsl_ucc_hdlc: allocate suspend backup before quiescing
` [PATCH net v3 3/4] net: wan: hdlc: close active devices before protocol detach
` [PATCH net v3 4/4] net: wan: fsl_ucc_hdlc: release HDLC device on remove

[RESEND PATCH v13 0/8] DCD Prep Series
 2026-09-10 23:56 UTC  (4+ messages)
` [RESEND PATCH v13 2/8] cxl/mem: Read dynamic capacity configuration from the device

[PATCH 0/9] testing: various docker clean-ups post meson tcg conversion
 2026-09-10 22:17 UTC  (4+ messages)
` [PATCH 1/9] scripts/meson-buildoptions.sh: update missing options

[PATCH v12 0/2] Add support for LTC3208 multi-display driver
 2026-09-10 23:54 UTC  (5+ messages)
` [PATCH v12 1/2] dt-bindings: leds: Document LTC3208 Multidisplay LED Driver
` [PATCH v12 2/2] leds: ltc3208: Add driver for "

[PATCH v7 1/2] fuse: don't BUG when the copy buffer is exhausted
 2026-09-10 23:52 UTC  (3+ messages)

[PATCH net v4 7/7] selftests: drv-net: Add VLAN test
 2026-09-10 23:52 UTC  (3+ messages)

[PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
 2026-09-10 23:51 UTC  (2+ messages)

[PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
 2026-09-10 23:51 UTC  (2+ messages)

[PATCH v8 1/2] fuse: don't BUG when the copy buffer is exhausted
 2026-09-10 23:51 UTC  (2+ messages)
` [PATCH v8 2/2] fuse: return -E2BIG for an oversized SETXATTR over io-uring

[PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
 2026-09-10 23:51 UTC  (2+ messages)

[PATCH v8 04/12] PCI: liveupdate: Document driver binding responsibilities
 2026-09-10 23:50 UTC  (2+ messages)

[PATCH v8 03/12] PCI: liveupdate: Track incoming preserved PCI devices
 2026-09-10 23:49 UTC  (2+ messages)

[syzbot] [mm?] [cgroups?] inconsistent lock state in fs_reclaim_acquire (4)
 2026-09-10 23:49 UTC  (2+ messages)

[PATCH] writeback: bound cleanup_offline_cgwb() rescans by rotating b_attached
 2026-09-10 23:47 UTC  (3+ messages)

[PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-09-10 23:48 UTC  (2+ messages)

[PATCH RFC v4 00/18] coredump, files: exit files on request
 2026-09-10 23:48 UTC  (2+ messages)

[PATCH v3 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-10 23:47 UTC  (8+ messages)
` [PATCH v3 1/7] proc/task_mmu: remove unnecessary helpers
` [PATCH v3 2/7] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v3 3/7] proc/task_mmu: clarify shmem mapping walk conditions in smap_gather_stats()
` [PATCH v3 4/7] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v3 5/7] proc/task_mmu: change proc_get_vma() to stop returning gate VMA at the end
` [PATCH v3 6/7] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
` [PATCH v3 7/7] selftests/proc: add /proc/pid/smaps_rollup tearing tests

[PATCH net 0/2] net: psp: avoid conflicts with skb->decrypted and sk_validate_xmit_skb()
 2026-09-10 23:46 UTC  (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: drv-net: psp: test PSP and TCP ULP mutual exclusion

[PATCH net v4 5/7] net: stmmac: Disable S-Tag processing on dwmac4
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 4/7] net: stmmac: Do not advertise S-VLAN stripping when it is disabled
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 3/7] net: stmmac: Rework S-VLAN handling
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 2/7] net: stmmac: Stop toggling the EDVLP bit
 2026-09-10 23:45 UTC  (2+ messages)

[PATCH net v4 1/7] net: stmmac: Remove VLAN perfect matching dead code
 2026-09-10 23:45 UTC  (2+ messages)

[PATCH 0/1] lib/rendercopy: Use the Xe2+ depth buffer packet
 2026-09-10 23:44 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH 0/2] x86/tdx: Use TDVMCALLs directly for earlyprintk
 2026-09-10 23:44 UTC  (4+ messages)
` [PATCH 2/2] x86/early_printk: Avoid #VE emulation for TDX guest serial output

[PATCH v5 0/4] selftests: add shared Makefile for BPF selftests and a new memcg test
 2026-09-10 23:44 UTC  (6+ messages)
` [PATCH v5 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v5 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v5 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH v8 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-10 23:42 UTC  (5+ messages)
` [PATCH v8 8/9] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v8 9/9] scsi: ibmvfc: handle extended FPIN events

[PATCH net v2] ppp: enforce minimum MTU/MRU to fix Deflate buffer underflows
 2026-09-10 23:42 UTC  (2+ messages)

[PATCH net v4 0/7] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-09-10 23:42 UTC  (3+ messages)
` [PATCH net v4 6/7] selftests: drv-net: Move _set_ethtool_feat() into lib

[PATCH] drm/xe/tlb_inval: Squash wedged error in GGTT TLB invalidation
 2026-09-10 23:41 UTC  (3+ messages)
` ✓ CI.KUnit: success for "

[PATCH v2 1/2] dt-bindings: soc: xilinx: Document ifm ZynqMP VHIP6 EvalBoard
 2026-09-10 23:39 UTC  (5+ messages)

[PATCH 0/4] drm/i915/display: stop using the configurable fence timeout, cleanups
 2026-09-10 23:37 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH] wifi: wcn36xx: Fix potential use-after-free in TX ack timer teardown
 2026-09-10 23:36 UTC  (2+ messages)

[PATCH v4 00/15] iommu/arm-smmu-v3: Add PRI support
 2026-09-10 23:36 UTC  (27+ messages)
` [PATCH v4 01/15] iommu/arm-smmu-v3: Disable the impl before disabling the SMMU on shutdown
` [PATCH v4 02/15] iommu/arm-smmu-v3: Add arm_smmu_attach_release()
` [PATCH v4 04/15] iommu/arm-smmu-v3: Drain in-flight fault events on domain detach
` [PATCH v4 05/15] iommu/arm-smmu-v3: Flush in-flight fault work "
` [PATCH v4 06/15] iommu/arm-smmu-v3: Allocate IOPF queue without FEAT_SVA
` [PATCH v4 07/15] iommu/arm-smmu-v3: Submit CMDQ_OP_PRI_RESP for IOPF event
` [PATCH v4 08/15] iommu/arm-smmu-v3: Disable the queue IRQs before disabling the SMMU
` [PATCH v4 09/15] iommu/arm-smmu-v3: Disable PRI when no IRQ handler is registered
` [PATCH v4 10/15] iommu/arm-smmu-v3: Support PRI Page Request in arm_smmu_handle_ppr()
` [PATCH v4 11/15] iommu/arm-smmu-v3: Discard partial PRI faults on PRIQ overflow
` [PATCH v4 12/15] iommu/arm-smmu-v3: Allocate IOPF queue for ARM_SMMU_FEAT_PRI
` [PATCH v4 14/15] PCI/ATS: Export pci_enable_pri() and pci_reset_pri()
` [PATCH v4 15/15] iommu/arm-smmu-v3: Enable PRI for PCI device in arm_smmu_probe_device()

[PATCH v1 0/2] Cleanup UCSI DisplayPort OOB fix
 2026-09-10 23:35 UTC  (3+ messages)
` [PATCH v1 1/2] Revert "usb: typec: ucsi: displayport: Fix OOB altmode array index"
` [PATCH v1 2/2] usb: typec: ucsi: displayport: Check CAM to fix OOB altmode array index

[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
 2026-09-10 23:30 UTC  (7+ messages)
` [PATCH v2 3/5] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter

[RFC PATCH 0/7] sched/cache: Per-task control of cache aware scheduling via prctl
 2026-09-10 23:28 UTC  (3+ messages)

+ mm-selftests-adjust-the-madv_collapse-uffd-minor-selftests.patch added to mm-new branch
 2026-09-10 23:27 UTC 

Path forward for Virtualized Swap?
 2026-09-10 23:27 UTC  (2+ messages)

+ mm-khugepaged-never-install-pmds-in-uffd-minor-registered-vmas.patch added to mm-new branch
 2026-09-10 23:27 UTC 

[to-be-updated] mm-khugepaged-dont-install-pmds-in-uffd-minor-registered-vmas.patch removed from -mm tree
 2026-09-10 23:25 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.