linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-27 17:42 UTC  (4+ messages)
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-27 17:20 UTC  (3+ messages)
` [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-06-27 17:06 UTC  (10+ messages)
  ` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[PATCH v2 00/12] mm: free retracted page table by RCU
 2023-06-27 17:01 UTC  (7+ messages)
` [PATCH v2 05/12] powerpc: add pte_free_defer() for pgtables sharing page

next: ltp: fs: read_all: block sda: the capability attribute has been deprecated. - supervisor instruction fetch in kernel mode
 2023-06-27 17:00 UTC  (3+ messages)

[PATCH 3/4] openrisc: Support floating point user api
 2023-06-27 16:41 UTC  (3+ messages)

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-06-27 16:28 UTC  (24+ messages)
` [PATCH 01/12] writeback: Factor out writeback_finish()
` [PATCH 03/12] writeback: Factor should_writeback_folio() out of write_cache_pages()
` [PATCH 04/12] writeback: Simplify the loops in write_cache_pages()
` [PATCH 06/12] writeback: Use the folio_batch queue iterator
` [PATCH 07/12] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 08/12] writeback: Factor writeback_get_folio() "
` [PATCH 09/12] writeback: Factor writeback_iter_next() "

[PATCH v3 0/8] Per-VMA lock support for swap and userfaults
 2023-06-27 16:27 UTC  (26+ messages)
` [PATCH v3 1/8] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v3 2/8] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v3 3/8] mm: drop per-VMA lock in handle_mm_fault if retrying or when finished
` [PATCH v3 4/8] mm: replace folio_lock_or_retry with folio_lock_fault
` [PATCH v3 5/8] mm: make folio_lock_fault indicate the state of mmap_lock upon return
` [PATCH v3 6/8] mm: handle swap page faults under per-VMA lock
` [PATCH v3 7/8] mm: drop VMA lock before waiting for migration
` [PATCH v3 8/8] mm: handle userfaults under VMA lock

[PATCH v2 00/16] Reduce preallocations for maple tree
 2023-06-27 16:11 UTC  (12+ messages)
` [PATCH v2 14/16] maple_tree: Refine mas_preallocate() node calculations

[PATCH v6 00/33] Split ptdesc from struct page
 2023-06-27 16:07 UTC  (38+ messages)
` [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v6 03/33] pgtable: Create struct ptdesc
` [PATCH v6 04/33] mm: add utility functions for ptdesc
` [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v6 07/33] mm: Convert ptlock_ptr() "
` [PATCH v6 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v6 09/33] mm: Convert ptlock_init() "
` [PATCH v6 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v6 11/33] mm: Convert ptlock_free() "
` [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v6 14/33] x86: "
` [PATCH v6 15/33] s390: Convert various gmap "
` [PATCH v6 16/33] s390: Convert various pgalloc "
` [PATCH v6 17/33] mm: Remove page table members from struct page
` [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v6 19/33] arm: "
` [PATCH v6 20/33] arm64: "
` [PATCH v6 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v6 22/33] hexagon: "
` [PATCH v6 23/33] loongarch: Convert various functions "
` [PATCH v6 24/33] m68k: "
` [PATCH v6 25/33] mips: "
` [PATCH v6 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v6 27/33] openrisc: "
` [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v6 29/33] sh: Convert pte_free_tlb() "
` [PATCH v6 30/33] sparc64: Convert various functions "
` [PATCH v6 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v6 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v6 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v1 0/2] udmabuf: Add back support for mapping hugetlb pages
 2023-06-27 16:04 UTC  (14+ messages)

[PATCH v3 0/4] Optimize the fast path of mas_store()
 2023-06-27 15:22 UTC  (4+ messages)
` [PATCH v3 4/4] maple_tree: add a fast path case in mas_wr_slot_store()

[PATCH v1 0/5] mm/memory_hotplug: make offline_and_remove_memory() timeout instead of failing on fatal signals
 2023-06-27 15:14 UTC  (14+ messages)
` [PATCH v1 1/5] mm/memory_hotplug: check for fatal signals only in offline_pages()
` [PATCH v1 2/5] virtio-mem: convert most offline_and_remove_memory() errors to -EBUSY
` [PATCH v1 3/5] mm/memory_hotplug: make offline_and_remove_memory() timeout instead of failing on fatal signals
` [PATCH v1 4/5] virtio-mem: set the timeout for offline_and_remove_memory() to 10 seconds
` [PATCH v1 5/5] virtio-mem: check if the config changed before (fake) offlining memory

[PATCH v4 0/3] shmemfs stable directory offsets
 2023-06-27 14:48 UTC  (12+ messages)
` [PATCH v4 1/3] libfs: Add directory operations for stable offsets
` [PATCH v4 2/3] shmem: Refactor shmem_symlink()
` [PATCH v4 3/3] shmem: stable directory offsets

[PATCH V2] mm: madvise: fix uneven accounting of psi
 2023-06-27 14:46 UTC  (3+ messages)

[PATCH v21 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-27 14:36 UTC  (5+ messages)
` [PATCH v21 2/5] fs/proc/task_mmu: "

[PATCH] memblock: Introduce memblock_reserve_node()
 2023-06-27 14:33 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f52dd2890422fd694da3946920d60543d750b804
 2023-06-27 13:50 UTC 

[PATCH] mm/ksm: delete the redundant ksm_merging_pages interafce in proc
 2023-06-27 13:35 UTC 

[PATCH V2] x86,NUMA:improve the execution efficiency of numa_meminfo_cover_memory()
 2023-06-27 13:23 UTC  (2+ messages)

[PATCH] mm/slub: disable slab merging in the default configuration
 2023-06-27 13:21 UTC 

[PATCH v12 00/22] TDX host kernel support
 2023-06-27 12:18 UTC  (18+ messages)
` [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[PATCH 0/2] fix WARN_ON in add_to_avail_list
 2023-06-27 12:08 UTC  (3+ messages)
` [PATCH 1/2] swap: Cleanup duplicated "
` [PATCH 2/2] swap: Stop add to avail list is swap is full

[PATCH 1/3] mm/lru_gen: Move some code around so that next patch is simpler
 2023-06-27 11:48 UTC  (7+ messages)
` [PATCH 3/3] mm/lru_gen: Don't build multi-gen LRU page table walk code on architecture not supported

[PATCH] mm: memory-failure: fix unexpected return value in soft_offline_page()
 2023-06-27 11:28 UTC 

[PATCH] mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()
 2023-06-27 10:18 UTC  (7+ messages)

[PATCH v1 00/10] variable-order, large folios for anonymous memory
 2023-06-27  9:59 UTC  (34+ messages)
` [PATCH v1 01/10] mm: Expose clear_huge_page() unconditionally
` [PATCH v1 02/10] mm: pass gfp flags and order to vma_alloc_zeroed_movable_folio()
` [PATCH v1 03/10] mm: Introduce try_vma_alloc_movable_folio()
` [PATCH v1 04/10] mm: Implement folio_add_new_anon_rmap_range()
` [PATCH v1 05/10] mm: Implement folio_remove_rmap_range()
` [PATCH v1 06/10] mm: Allow deferred splitting of arbitrary large anon folios
` [PATCH v1 07/10] mm: Batch-zap large anonymous folio PTE mappings
` [PATCH v1 08/10] mm: Kconfig hooks to determine max anon folio allocation order
` [PATCH v1 09/10] arm64: mm: Declare support for large anonymous folios
` [PATCH v1 10/10] mm: Allocate large folios for anonymous memory

[PATCH] mm/hugetlb: fix hugetlbfs_pagecache_present()
 2023-06-27  9:48 UTC  (2+ messages)

[PATCH] mm/hugetlb: remove hugetlb_set_page_subpool()
 2023-06-27  9:47 UTC  (2+ messages)

[PATCH] mm: introduce statistic for inode's gen&tier
 2023-06-27  9:17 UTC 

[GIT PULL] memblock: small updates for v6.5-rc1
 2023-06-27  8:40 UTC 

[GIT PULL] slab updates for 6.5
 2023-06-27  7:37 UTC 

[PATCH] readahead: Correct the start and size in ondemand_readahead()
 2023-06-27  5:07 UTC 

[linux-next:master] BUILD REGRESSION 60e7c4a25da68cd826719b685babbd23e73b85b0
 2023-06-27  1:22 UTC 

[linux-next:pending-fixes] BUILD SUCCESS d779731ecfed1a8f72b58b61041e2d62ecc7a43e
 2023-06-27  1:20 UTC 

[PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-06-27  0:27 UTC  (3+ messages)

[syzbot] possible deadlock in page_cache_ra_unbounded
 2023-06-26 23:27 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[PATCH drm-next v5 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-26 22:38 UTC  (13+ messages)
` [PATCH drm-next v5 03/14] drm: manager to keep track of GPUs VA mappings

[PATCH 1/3] mm: change vma_start_read to fail if VMA got detached from under it
 2023-06-26 20:51 UTC  (2+ messages)

[PATCH v3 0/8] mm/gup: Unify hugetlb, speed up thp
 2023-06-26 20:40 UTC  (6+ messages)
` [PATCH v3 7/8] selftests/mm: Add -a to run_vmtests.sh

[PATCH net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-06-26 19:58 UTC  (2+ messages)

[PATCH 0/2] Restrict address space for sv39,sv48,sv57
 2023-06-26 18:36 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: mm: "
` [PATCH 2/2] RISC-V: mm: Update documentation and include test

page:  |  | latest

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