[PATCH v6 0/3] per-vma locks in userfaultfd
2024-02-13 21:57 UTC
[PATCH v4] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
2024-02-13 21:56 UTC
[PATCH v4 0/7] Split a folio to any lower order folios
2024-02-13 21:55 UTC (8+ messages)
` [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v4 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)
` [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v4 7/7] mm: huge_memory: enable debugfs to split huge pages to any order
[RFC v2 00/14] enable bs > ps in XFS
2024-02-13 21:54 UTC (45+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [RFC v2 02/14] filemap: align the index to mapping_min_order in the page cache
` [RFC v2 03/14] filemap: use mapping_min_order while allocating folios
` [RFC v2 04/14] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [RFC v2 06/14] readahead: rework loop in page_cache_ra_unbounded()
` [RFC v2 07/14] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [RFC v2 08/14] mm: do not split a folio if it has minimum folio order requirement
` [RFC v2 09/14] mm: Support order-1 folios in the page cache
` [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 11/14] xfs: expose block size in stat
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 13/14] xfs: add an experimental CONFIG_XFS_LBS option
` [RFC v2 14/14] xfs: enable block size larger than page size support
[PATCH RFC 0/7] Use Maple Trees for simple_offset utilities
2024-02-13 21:40 UTC (9+ messages)
` [PATCH RFC 1/7] libfs: Rename "so_ctx"
` [PATCH RFC 2/7] libfs: Define a minimum directory offset
` [PATCH RFC 3/7] libfs: Add simple_offset_empty()
` [PATCH RFC 4/7] maple_tree: Add mtree_alloc_cyclic()
` [PATCH RFC 5/7] test_maple_tree: testing the cyclic allocation
` [PATCH RFC 6/7] libfs: Convert simple directory offsets to use a Maple Tree
` [PATCH RFC 7/7] libfs: Re-arrange locking in offset_iterate_dir()
[linux-next:master 5601/6082] drivers/md/dm.c:2131:undefined reference to `set_dax_nocache'
2024-02-13 20:44 UTC (2+ messages)
[PATCH v5 0/3] per-vma locks in userfaultfd
2024-02-13 20:40 UTC (17+ messages)
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations
[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-13 20:25 UTC (15+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
[PATCH] arm64: allow post-init vmalloc PXNTable
2024-02-13 20:18 UTC (8+ messages)
` [External] "
[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
2024-02-13 19:39 UTC (6+ messages)
[PATCH v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
2024-02-13 19:08 UTC (2+ messages)
[PATCH] mm/huge_memory: fix swap entry values of tail pages of THP
2024-02-13 18:36 UTC (7+ messages)
[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
2024-02-13 18:05 UTC (48+ messages)
` [PATCH v5 03/25] mm: Make pte_next_pfn() a wrapper around pte_advance_pfn()
` [PATCH v5 19/25] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v5 20/25] arm64/mm: Implement new wrprotect_ptes() batch API
` [PATCH v5 21/25] arm64/mm: Implement new [get_and_]clear_full_ptes() batch APIs
` [PATCH v5 23/25] arm64/mm: Implement pte_batch_hint()
` [PATCH v5 24/25] arm64/mm: __always_inline to improve fork() perf
` [PATCH v5 25/25] arm64/mm: Automatically fold contpte mappings
[PATCH 0/2] mm/zswap: optimize for dynamic zswap_pools
2024-02-13 17:45 UTC (13+ messages)
` [PATCH 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH 2/2] mm/zswap: change zswap_pool kref to percpu_ref
[PATCH v4 00/10] IOMMU memory observability
2024-02-13 17:26 UTC (5+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
[PATCH] mm: memcontrol: clarify swapaccount=0 deprecation warning
2024-02-13 17:01 UTC (4+ messages)
[linux-next:master 5469/6424] loongarch64-linux-ld: drivers/md/dm.c:2132:undefined reference to `set_dax_nomc'
2024-02-13 16:48 UTC
[PATCH v8 0/5] page_owner: print stacks and their outstanding allocations
2024-02-13 16:04 UTC (30+ messages)
` [PATCH v8 1/5] lib/stackdepot: Move stack_record struct definition into the header
` [PATCH v8 2/5] mm,page_owner: Implement the tracking of the stacks count
` [PATCH v8 3/5] mm,page_owner: Display all stacks and their count
` [PATCH v8 4/5] mm,page_owner: Filter out stacks by a threshold
` [PATCH v8 5/5] mm,page_owner: Update Documentation regarding page_owner_stacks
[PATCH v3 00/10] IOMMU memory observability
2024-02-13 15:44 UTC (4+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory
[PATCH v1 0/2] hugetlb: two small improvements of hugetlb init parallelization
2024-02-13 15:15 UTC (7+ messages)
` [PATCH v1 1/2] padata: downgrade padata_do_multithreaded to serial execution for non-SMP
` [PATCH v1 2/2] hugetlb: process multiple lists in gather_bootmem_prealloc_parallel
[PATCH] mm: document memalloc_noreclaim_save() and memalloc_pin_save()
2024-02-13 14:15 UTC (3+ messages)
[PATCH v3 0/7] Split a folio to any lower order folios
2024-02-13 13:46 UTC (3+ messages)
convert write_cache_pages() to an iterator v7
2024-02-13 13:15 UTC (4+ messages)
` [PATCH 01/14] writeback: don't call mapping_set_error in writepage_cb
[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
2024-02-13 12:48 UTC (14+ messages)
` [PATCH v2 bpf-next 09/20] bpf: Recognize cast_kern/user instructions in the verifier
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
[PATCH v3 00/35] Memory allocation profiling
2024-02-13 12:24 UTC (10+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
[linux-next:master 6193/6424] drivers/gpu/drm/amd/amdgpu/ih_v7_0.c:392: warning: Function parameter or struct member 'ih' not described in 'ih_v7_0_get_wptr'
2024-02-13 11:57 UTC
[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
2024-02-13 10:34 UTC (5+ messages)
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
2024-02-13 9:43 UTC (5+ messages)
[PATCH RFC 0/1] mm/zswap: fix LRU reclaim for zswap writeback folios
2024-02-13 8:49 UTC (3+ messages)
` [PATCH RFC 1/1] mm/swap: queue reclaimable folio to local rotate batch when !folio_test_lru()
swapaccount= commandline option
2024-02-13 8:27 UTC (9+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox