linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2024-02-13 19:39 UTC  (6+ messages)

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13 19:36 UTC  (16+ messages)
` [PATCH v5 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v5 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH] arm64: allow post-init vmalloc PXNTable
 2024-02-13 19:35 UTC  (7+ messages)
  ` [External] "

[PATCH v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
 2024-02-13 19:08 UTC  (2+ messages)

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-13 19:07 UTC  (12+ 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] 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 

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-13 16:47 UTC  (35+ 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 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  (32+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
` [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[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)

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-02-13  5:46 UTC  (3+ messages)
` [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation

[linux-next:master] BUILD REGRESSION ae00c445390b349e070a64dc62f08aa878db7248
 2024-02-13  5:15 UTC 

[linux-next:master 5601/6082] drivers/md/dm.c:2131:undefined reference to `set_dax_nocache'
 2024-02-13  5:12 UTC 

[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-13  3:41 UTC  (11+ messages)
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is "

[PATCH] mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_schemes_quota_goals
 2024-02-13  2:36 UTC 

[RESEND PATCH v7 0/8] Reduce TLB flushes by 94% by improving folio migration
 2024-02-13  2:03 UTC  (7+ messages)
` [RESEND PATCH v7 6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp
` [RESEND PATCH v7 7/8] mm: Defer TLB flush by keeping both src and dst folios at migration

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-02-13  1:18 UTC  (6+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

page:  |  | latest

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