linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v13 00/27] DEPT(Dependency Tracker)
 2024-03-06  8:55 UTC  (22+ messages)
` [PATCH v13 01/27] llist: Move llist_{head,node} definition to types.h
` [PATCH v13 02/27] dept: Implement Dept(Dependency Tracker)
` [PATCH v13 03/27] dept: Add single event dependency tracker APIs
` [PATCH v13 04/27] dept: Add lock "
` [PATCH v13 05/27] dept: Tie to Lockdep and IRQ tracing
` [PATCH v13 06/27] dept: Add proc knobs to show stats and dependency graph
` [PATCH v13 07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v13 08/27] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v13 09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v13 10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v13 11/27] dept: Distinguish each syscall context from another
` [PATCH v13 12/27] dept: Distinguish each work "
` [PATCH v13 13/27] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v13 14/27] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v13 15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v13 16/27] dept: Track timeout waits separately with a new Kconfig
` [PATCH v13 17/27] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v13 18/27] dept: Apply timeout consideration to swait
` [PATCH v13 19/27] dept: Apply timeout consideration to waitqueue wait
` [PATCH v13 20/27] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v13 21/27] dept: Apply timeout consideration to dma fence wait

[PATCH v1] mm: swap: Fix race between free_swap_and_cache() and swapoff()
 2024-03-06  8:51 UTC  (10+ messages)

[PATCH v4] filemap: avoid unnecessary major faults in filemap_fault()
 2024-03-06  8:47 UTC  (2+ messages)

[PATCH 0/3] make the hugetlb migration strategy consistent
 2024-03-06  8:46 UTC  (7+ messages)
` [PATCH 2/3] mm: hugetlb: "

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-06  8:17 UTC  (6+ messages)
` [PATCH 3/8] mm: Return the address from page_mapped_in_vma()

[PATCH 0/5] Remove some races around folio_test_hugetlb
 2024-03-06  7:58 UTC  (6+ messages)

[linux-next:master] [mm,page_owner] 4bedfb314b: BUG:KASAN:null-ptr-deref_in_init_page_owner
 2024-03-06  7:19 UTC  (6+ messages)

[PATCH v3 00/10] mm/treewide: Replace pXd_large() with pXd_leaf()
 2024-03-06  6:35 UTC  (23+ messages)
` [PATCH v3 01/10] mm/ppc: Define "
` [PATCH v3 02/10] mm/ppc: Replace pXd_is_leaf() "
` [PATCH v3 03/10] mm/x86: Replace p4d_large() with p4d_leaf()
` [PATCH v3 04/10] mm/x86: Replace pgd_large() with pgd_leaf()
` [PATCH v3 05/10] mm/x86: Drop two unnecessary pud_leaf() definitions
` [PATCH v3 06/10] mm/kasan: Use pXd_leaf() in shadow_mapped()
` [PATCH v3 07/10] mm/treewide: Replace pmd_large() with pmd_leaf()
` [PATCH v3 09/10] mm/treewide: Drop pXd_large()
` [PATCH v3 10/10] mm/treewide: Align up pXd_leaf() retval across archs

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-03-06  6:05 UTC  (20+ messages)

[linux-next:master 8264/11963] ERROR: modpost: "__fentry__" [tools/testing/selftests/bpf/bpf_test_no_cfi/bpf_test_no_cfi.ko] undefined!
 2024-03-06  5:24 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-06  4:50 UTC  (11+ messages)
` [RFC PATCH v5 21/29] KVM: selftests: TDX: Add TDG.VP.INFO test
` [RFC PATCH v5 22/29] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v5 23/29] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v5 24/29] KVM: selftests: Expose _vm_vaddr_alloc

[PATCH V3 01/10] mm: page_alloc: freelist migratetype hygiene
 2024-03-06  4:38 UTC  (12+ messages)
` [PATCH 01/10] mm: page_alloc: remove pcppage migratetype caching
` [PATCH 02/10] mm: page_alloc: optimize free_unref_page_list()
` [PATCH 03/10] mm: page_alloc: fix up block types when merging compatible blocks
` [PATCH 04/10] mm: page_alloc: move free pages when converting block during isolation
` [PATCH 05/10] mm: page_alloc: fix move_freepages_block() range error
` [PATCH 06/10] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 07/10] mm: page_alloc: close migratetype race between freeing and stealing
` [PATCH 08/10] mm: page_alloc: set migratetype inside move_freepages()
` [PATCH 09/10] mm: page_isolation: prepare for hygienic freelists
` [PATCH 10/10] mm: page_alloc: consolidate free page accounting

[LSF/MM/BPF TOPIC] TAO: THP Allocator Optimizations
 2024-03-06  4:33 UTC  (11+ messages)
` [Chapter One] THP zones: the use cases of policy zones

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-06  4:00 UTC  (8+ messages)

[PATCH v1 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-06  3:55 UTC  (6+ messages)
` [PATCH v1 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH] mm: Add an explicit smp_wmb() to UFFDIO_CONTINUE
 2024-03-06  3:41 UTC  (2+ messages)

[PATCH net-next] selftests: avoid using SKIP(exit()) in harness fixure setup
 2024-03-06  3:40 UTC  (4+ messages)

[PATCH v2 0/9] slab: Introduce dedicated bucket allocator
 2024-03-06  1:47 UTC  (2+ messages)

[RFC PATCH v6 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-03-05 23:57 UTC  (3+ messages)
` [RFC PATCH v6 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[linux-next:pending-fixes] BUILD SUCCESS 2d356cb93900de489becafa98984038d971de93b
 2024-03-05 23:22 UTC 

[PATCH STABLE v6.1.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-05 23:13 UTC  (9+ messages)

[linux-next:master 11602/11963] ERROR: modpost: "acpi_device_notify_remove" [drivers/i2c/i2c-core.ko] undefined!
 2024-03-05 22:35 UTC  (3+ messages)

[PATCH STABLE v4.19.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-05 21:56 UTC  (2+ messages)

[PATCH STABLE v5.4.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-05 21:56 UTC  (2+ messages)

[PATCH STABLE v5.10.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-05 21:56 UTC  (2+ messages)

[RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
 2024-03-05 21:42 UTC  (2+ messages)
  ` [RFC PATCH net-next v6 08/15] page_pool: devmem support

[Test Failure Report] exec: Test failures in execveat
 2024-03-05 21:00 UTC  (2+ messages)

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-05 20:26 UTC  (10+ messages)
` [PATCH v17 01/35] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "
        `  "
            `  "

[linux-next:master] BUILD REGRESSION 11afac187274a6177a7ac82997f8691c0f469e41
 2024-03-05 18:14 UTC 

BUG: "spinlock bad magic"
 2024-03-05 18:09 UTC  (3+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 16:46 UTC  (23+ messages)
` [RFC RESEND 01/16] mm/hmm: let users to tag specific PFNs
` [RFC RESEND 02/16] dma-mapping: provide an interface to allocate IOVA
` [RFC RESEND 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [RFC RESEND 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC RESEND 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [RFC RESEND 06/16] iommu/dma: Implement link/unlink page callbacks
` [RFC RESEND 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC RESEND 08/16] RDMA/umem: Store ODP access mask information in PFN
` [RFC RESEND 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC RESEND 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC RESEND 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC RESEND 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC RESEND 13/16] vfio/mlx5: Explicitly store page list
` [RFC RESEND 14/16] vfio/mlx5: Convert vfio to use DMA link API
` [RFC RESEND 15/16] block: add dma_link_range() based API
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH STABLE v5.15.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-05 16:33 UTC  (3+ messages)

[PATCH v3 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
 2024-03-05 15:09 UTC  (3+ messages)
` [PATCH mm-unstable] mm/zswap: global lru and shrinker shared by all zswap_pools fix

[linux-next:master 10916/11963] hppa-linux-ld: undefined reference to `i2c_adapter_depth'
 2024-03-05 14:37 UTC 

[PATCH] quota: remove SLAB_MEM_SPREAD flag usage
 2024-03-05 14:16 UTC  (2+ messages)

[PATCH] udf: remove SLAB_MEM_SPREAD flag usage
 2024-03-05 14:16 UTC  (2+ messages)

[PATCH] isofs: remove SLAB_MEM_SPREAD flag usage
 2024-03-05 14:12 UTC  (2+ messages)

[PATCH] ext2: remove SLAB_MEM_SPREAD flag usage
 2024-03-05 14:12 UTC  (2+ messages)

[linux-next:master 10409/11394] ERROR: modpost: "__fentry__" [tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.ko] undefined!
 2024-03-05 14:05 UTC  (3+ messages)

[PATCH] tmpfs: don't interrupt fallocate with EINTR
 2024-03-05 14:03 UTC  (4+ messages)

CMA, memdescs and folios
 2024-03-05 13:20 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
 2024-03-05 13:03 UTC  (2+ messages)

[PATCH v6] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure
 2024-03-05 12:27 UTC  (11+ messages)

[linux-next:master 10916/11963] pinctrl-aw9523.c:(.text+0x13a8): relocation truncated to fit: R_NIOS2_CALL26 against `__devm_regmap_init_i2c'
 2024-03-05 10:49 UTC 

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2024-03-05 10:44 UTC  (7+ messages)

[RFC PATCH] mm: hold PTL from the first PTE while reclaiming a large folio
 2024-03-05 10:28 UTC  (11+ messages)

[linux-next:master 11052/11963] arch/powerpc/include/asm/reg_fsl_emb.h:18:9: error: impossible constraint in 'asm'
 2024-03-05 10:27 UTC 

[RFC 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 10:23 UTC  (35+ messages)
` [RFC 01/16] mm/hmm: let users to tag specific PFNs
  ` [RFC 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
  ` [RFC 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
  ` [RFC 13/16] vfio/mlx5: Explicitly store page list
  ` [RFC 14/16] vfio/mlx5: Convert vfio to use DMA link API
  ` [RFC 15/16] block: add dma_link_range() based API
  ` [RFC 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL
` [RFC 02/16] dma-mapping: provide an interface to allocate IOVA
` [RFC 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [RFC 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [RFC 06/16] iommu/dma: Implement link/unlink page callbacks
` [RFC 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC 08/16] RDMA/umem: Store ODP access mask information in PFN
` [RFC 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox