All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-05 23:35:08 to 2026-06-06 00:52:36 UTC [more...]

[PATCH 00/13] Generate Android boot images with binman
 2026-06-06  0:52 UTC  (3+ messages)
` [PATCH 01/13] binman: Android boot image support
` [PATCH 02/13] .gitignore: ignore binman-generated blobs

[PATCH V3 net-next 4/6] net: hns3: support IP and tunnel VNI dissectors for tc flow
 2026-06-06  0:44 UTC  (2+ messages)

[PATCH v3] iio: chemical: scd30: Use devm_mutex_init() over non-devm mutex_init()
 2026-06-06  0:42 UTC 

[PATCH v1] Bluetooth: btintel_pcie: Add 50 ms delay before MAC init on BlazarIW
 2026-06-06  0:44 UTC  (2+ messages)
` [v1] "

[PATCH 00/12] Enable per exec queue MSI-X vector assignment
 2026-06-06  0:43 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH V3 net-next 0/6] net: hns3: enhance tc flow offload support
 2026-06-06  0:40 UTC  (3+ messages)
` [PATCH V3 net-next 3/6] net: hns3: support two more actions for tc flow

[PATCH net-next v2] net: cpsw_new: unregister devlink on port registration failure
 2026-06-06  0:40 UTC  (2+ messages)

[PATCH net-next] selftests: net: do not detect PPPoX loopback
 2026-06-06  0:40 UTC  (2+ messages)

+ documentation-mm-update-the-admin-guide-for-mthp-collapse.patch added to mm-unstable branch
 2026-06-06  0:40 UTC 

+ mm-khugepaged-run-khugepaged-for-all-orders.patch added to mm-unstable branch
 2026-06-06  0:40 UTC 

+ mm-khugepaged-avoid-unnecessary-mthp-collapse-attempts.patch added to mm-unstable branch
 2026-06-06  0:40 UTC 

+ mm-khugepaged-introduce-mthp-collapse-support.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-introduce-collapse_possible_orders-helper-functions.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-improve-tracepoints-for-mthp-orders.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-add-per-order-mthp-collapse-failure-statistics.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-skip-collapsing-mthp-to-smaller-orders.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-generalize-collapse_huge_page-for-mthp-collapse.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-require-collapse_huge_page-to-enter-exit-with-the-lock-dropped.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-generalize-__collapse_huge_page_-for-mthp-support.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-rework-max_ptes_-handling-with-helper-functions.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-generalize-alloc_charge_folio.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

+ mm-khugepaged-generalize-hugepage_vma_revalidate-for-mthp-support.patch added to mm-unstable branch
 2026-06-06  0:39 UTC 

[PATCH mm-unstable v19 00/14] khugepaged: add mTHP collapse support
 2026-06-06  0:38 UTC  (2+ messages)

[PATCH] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
 2026-06-06  0:36 UTC  (2+ messages)

[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-06-06  0:36 UTC  (2+ messages)

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-06  0:34 UTC  (3+ messages)
` [PATCH v6 01/20] s390: Expose protected virtualization through cc_platform_has()

[PATCH v3 00/23] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2026-06-06  0:33 UTC  (64+ messages)
` [PATCH v3 01/23] PCI: Add SNIA SDXI accelerator sub-class
` [PATCH v3 02/23] MAINTAINERS: Add entry for SDXI driver
` [PATCH v3 03/23] dmaengine: sdxi: Add PCI initialization
` [PATCH v3 04/23] dmaengine: sdxi: Feature discovery and initial configuration
` [PATCH v3 05/23] dmaengine: sdxi: Configure context tables
` [PATCH v3 06/23] dmaengine: sdxi: Allocate DMA pools
` [PATCH v3 07/23] dmaengine: sdxi: Allocate administrative context
` [PATCH v3 08/23] dmaengine: sdxi: Install "
` [PATCH v3 09/23] dmaengine: sdxi: Start functions on probe, stop on remove
` [PATCH v3 10/23] dmaengine: sdxi: Complete administrative context jump start
` [PATCH v3 11/23] dmaengine: sdxi: Add client context alloc and release APIs
` [PATCH v3 12/23] dmaengine: sdxi: Add descriptor ring management
` [PATCH v3 13/23] dmaengine: sdxi: Add unit tests for descriptor ring reservations
` [PATCH v3 14/23] dmaengine: sdxi: Attach descriptor ring state to contexts
` [PATCH v3 15/23] dmaengine: sdxi: Per-context access key (AKey) table entry allocator
` [PATCH v3 16/23] dmaengine: sdxi: Generic descriptor manipulation helpers
` [PATCH v3 17/23] dmaengine: sdxi: Add completion status block API
` [PATCH v3 18/23] dmaengine: sdxi: Encode context start, stop, and sync descriptors
` [PATCH v3 19/23] dmaengine: sdxi: Provide context start and stop APIs
` [PATCH v3 20/23] dmaengine: sdxi: Encode nop, copy, and interrupt descriptors
` [PATCH v3 21/23] dmaengine: sdxi: Add unit tests for descriptor encoding
` [PATCH v3 22/23] dmaengine: sdxi: MSI/MSI-X vector allocation and mapping
` [PATCH v3 23/23] dmaengine: sdxi: Add DMA engine provider

[PATCH v3 0/3] Add support for Qualcomm WCN3610
 2026-06-06  0:33 UTC  (4+ messages)
` [PATCH v3 2/3] remoteproc: qcom_wcnss_iris: Add support for WCN3610

[moderation/CI] Re: vsock/virtio: fix memory leak in virtio_transport_recv_listen
 2026-06-06  0:33 UTC 

[PATCH v2] f2fs: support dynamic include/exclude for device aliasing
 2026-06-06  0:32 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH] bnx2x: clean up VF PCI resources on probe failure
 2026-06-06  0:31 UTC  (2+ messages)

[dwmw2:kvmclock5 3/33] include/uapi/linux/types.h:10:2: warning: #warning "Attempt to use kernel headers from user space, see https://kernelnewbies.org/KernelHeaders"
 2026-06-06  0:29 UTC 

[tip:objtool/urgent 6/8] mm/memory.o: error: objtool: folio_zero_user+0x886: unknown CFA base reg -1
 2026-06-06  0:29 UTC 

[RFC PATCH v3 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-06  0:24 UTC  (2+ messages)

[to-be-updated] documentation-mm-update-the-admin-guide-for-mthp-collapse.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-run-khugepaged-for-all-orders.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-avoid-unnecessary-mthp-collapse-attempts.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-introduce-mthp-collapse-support-fix.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-introduce-mthp-collapse-support.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-introduce-collapse_allowable_orders-helper-function.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-improve-tracepoints-for-mthp-orders.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-add-per-order-mthp-collapse-failure-statistics.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-skip-collapsing-mthp-to-smaller-orders.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-generalize-collapse_huge_page-for-mthp-collapse.patch removed from -mm tree
 2026-06-06  0:18 UTC 

[to-be-updated] mm-khugepaged-require-collapse_huge_page-to-enter-exit-with-the-lock-dropped.patch removed from -mm tree
 2026-06-06  0:17 UTC 

[to-be-updated] mm-khugepaged-generalize-__collapse_huge_page_-for-mthp-support.patch removed from -mm tree
 2026-06-06  0:17 UTC 

[to-be-updated] mm-khugepaged-rework-max_ptes_-handling-with-helper-functions.patch removed from -mm tree
 2026-06-06  0:17 UTC 

[to-be-updated] mm-khugepaged-generalize-alloc_charge_folio.patch removed from -mm tree
 2026-06-06  0:17 UTC 

[to-be-updated] mm-khugepaged-generalize-hugepage_vma_revalidate-for-mthp-support.patch removed from -mm tree
 2026-06-06  0:17 UTC 

[folded-merged] documentation-mm-update-the-admin-guide-for-mthp-collapse-fix.patch removed from -mm tree
 2026-06-06  0:16 UTC 

[folded-merged] mm-khugepaged-generalize-collapse_huge_page-for-mthp-collapse-fix-2.patch removed from -mm tree
 2026-06-06  0:15 UTC 

[folded-merged] mm-khugepaged-generalize-collapse_huge_page-for-mthp-collapse-fix.patch removed from -mm tree
 2026-06-06  0:15 UTC 

[RFC PATCH v3 2/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
 2026-06-06  0:15 UTC  (2+ messages)

[RFC PATCH v3 1/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-06-06  0:14 UTC  (2+ messages)

[PATCH] Document: Fix missing reference pages
 2026-06-06  0:14 UTC  (2+ messages)

[folded-merged] mm-khugepaged-generalize-__collapse_huge_page_-for-mthp-support-fix.patch removed from -mm tree
 2026-06-06  0:13 UTC 

[RFC PATCH v3 1/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-06-06  0:12 UTC  (2+ messages)

[PATCH] VIRTIO: Update the desc 'flag' fied last in packed ring
 2026-06-06  0:11 UTC  (6+ messages)

[PATCH net-next v2 00/12] net: ethtool: let ops locked drivers run without rtnl_lock
 2026-06-06  0:09 UTC  (3+ messages)

[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-06  0:08 UTC  (8+ messages)
` [PATCH v3 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v3 2/6] alloc_tag: add ioctl filters "
` [PATCH v3 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v3 4/6] alloc_tag: add accuracy based "
` [PATCH v3 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v3 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest

ALC4080: S/PDIF disabled because `spdif_nodev` checks PCM `subname` instead of `name`
 2026-06-06  0:07 UTC 

[PATCH v2 0/4] perf timechart: Fix memory leaks
 2026-06-06  0:05 UTC  (6+ messages)
` [PATCH v2 1/4] perf timechart: Release event samples at the end
` [PATCH v2 2/4] perf timechart: Fix memory leaks during record
` [PATCH v2 3/4] perf timechart: Fix memory leaks in draw_wakeups()
` [PATCH v2 4/4] perf test: Update perf timechart test

Process (was Re: [PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP) collapse support
 2026-06-06  0:01 UTC  (2+ messages)

KernelCI Metrics Report - 2026-06-06 00:00 UTC
 2026-06-06  0:01 UTC 

[PATCHES v2 0/9] perf tools: Fix OOB writes, refcount bugs, and BUG_ON in mmap/stat/c2c/sched
 2026-06-05 23:56 UTC  (15+ messages)
` [PATCH 1/9] perf mmap: Guard cpu__get_node() return in aio_bind()
` [PATCH 2/9] perf stat: Bounds-check CPU index in topology aggregation callbacks
` [PATCH 3/9] perf c2c: Bounds-check CPU and node IDs before bitmap and array access
` [PATCH 4/9] perf c2c: Bounds-check CPU IDs in setup_nodes() topology loop
` [PATCH 5/9] perf sched: Clean up idle_threads entry on init failure
` [PATCH 6/9] perf sched: Use is_idle_sample() for idle thread runtime cast guard
` [PATCH 7/9] perf sched: Fix thread reference leak in idle hist processing
` [PATCH 8/9] perf sched: Use thread__put() in free_idle_threads()
` [PATCH 9/9] perf sched: Replace BUG_ON and add NULL checks in replay event helpers

[PATCH RESEND v3 0/4] fuse: Fix several io-uring race conditions
 2026-06-05 23:54 UTC  (3+ messages)
` [PATCH RESEND v3 1/4] fuse: Avoid use-after-free in fuse_uring_async_stop_queues

[PATCH v3] drm/xe: Add compact-PT and addr mask handling for page reclaim
 2026-06-05 23:54 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Add compact-PT and addr mask handling for page reclaim (rev2)

[PATCH 0/3] fuse: io-uring request completion and ordering fixes
 2026-06-05 23:52 UTC  (4+ messages)
` [PATCH 3/3] fuse: end fuse_req on io-uring cancel task work

[PATCH v3 00/13] Introduce functionality for NVMe initiator
 2026-06-05 23:45 UTC  (14+ messages)
` [PATCH v3 01/13] scsi: fnic: Make debug logging protocol independent
` [PATCH v3 02/13] scsi: fnic: Use fnic_num for non-SCSI identifiers
` [PATCH v3 03/13] scsi: fnic: Decode firmware role configuration
` [PATCH v3 04/13] scsi: fnic: Advertise NVMe initiator service parameters
` [PATCH v3 05/13] scsi: fnic: Add FDLS role handling for NVMe initiators
` [PATCH v3 06/13] scsi: fnic: Add the NVMe/FC transport path
` [PATCH v3 07/13] scsi: fnic: Route completions and resets by initiator role
` [PATCH v3 08/13] scsi: fnic: Handle NVMe LS frames in FDLS
` [PATCH v3 09/13] scsi: fnic: Send NVMe LS requests through FDLS
` [PATCH v3 10/13] scsi: fnic: Abort timed-out NVMe LS requests
` [PATCH v3 11/13] scsi: fnic: Track NVMe transport statistics
` [PATCH v3 12/13] scsi: fnic: Expose NVMe transport state in debugfs
` [PATCH v3 13/13] scsi: fnic: Bump up version number

[PATCH net] net: openvswitch: fix possible kfree_skb of ERR_PTR
 2026-06-05 23:50 UTC  (3+ messages)
` [ovs-dev] "

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2026-06-02 (i40e, ice, idpf)
 2026-06-05 23:50 UTC  (2+ messages)

[RFC PATCH 0/3] Use a dma_resv wound-wait transaction API for drm_exec
 2026-06-05 23:49 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/tests: Add drm_exec locking benchmark kunit test

[PATCH bpf] bpf: Validate BTF repeated field counts before expansion
 2026-06-05 23:43 UTC 

[PATCH net-next v2] net: mana: Add Interrupt Moderation support
 2026-06-05 23:43 UTC  (2+ messages)

[PATCH net-next v6 05/11] udp: Support gro_ipv4_max_size > 65536
 2026-06-05 23:43 UTC  (4+ messages)

[PATCH v5 00/14] drm/i915/display: Add DC3CO support
 2026-06-05 23:41 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/display: Add DC3CO support (rev5)

[PATCH 0/4] perf timechart: Fix memory leaks
 2026-06-05 23:41 UTC  (4+ messages)

[PATCH net 1/3] i40e: keep q_vectors array in sync with channel count changes
 2026-06-05 23:39 UTC  (4+ messages)

kernel NULL pointer dereference in quirk_clear_strap_no_soft_reset_dev2_f0 -> amd_smn_read
 2026-06-05 23:37 UTC  (11+ messages)

[PATCH 1/2] ethdev: support selective Rx data
 2026-06-05 23:33 UTC  (12+ messages)
` [PATCH v9 00/10] selective Rx
  ` [PATCH v9 01/10] app/testpmd: print Rx split capabilities
  ` [PATCH v9 02/10] ethdev: introduce selective Rx
  ` [PATCH v9 03/10] app/testpmd: support "
  ` [PATCH v9 04/10] common/mlx5: add null MR functions
  ` [PATCH v9 05/10] net/mlx5: fix Rx split segment counter type
  ` [PATCH v9 06/10] net/mlx5: support selective Rx
  ` [PATCH v9 07/10] common/mlx5: remove callbacks for MR registration
  ` [PATCH v9 08/10] dts: fix topology capability comparison
  ` [PATCH v9 09/10] dts: use specific types for Rx/Tx offloads
  ` [PATCH v9 10/10] dts: add selective Rx tests


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.