linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[patch 0/3] lib/percpu_counter, cpu/hotplug: Cure the cpu_dying_mask woes
 2023-04-15  5:20 UTC  (5+ messages)
` [patch 1/3] lib/percpu_counter: Fix CPU hotplug handling
` [patch 2/3] cpu/hotplug: Remove export of cpu_active_mask and cpu_dying_mask
` [patch 3/3] cpu/hotplug: Get rid of cpu_dying_mask

[PATCH v2 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
 2023-04-15  3:49 UTC  (4+ messages)
` [PATCH v2 1/2] mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code
` [PATCH v2 2/2] mm/slab: break up RCU readers "

[PATCH 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
 2023-04-15  3:23 UTC  (6+ messages)
` [PATCH 1/2] mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code
` [PATCH 2/2] mm/slab: break up RCU readers "

[PATCH 1/1] mm: handle swap page faults if the faulting page can be locked
 2023-04-15  2:15 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 281ec23cca3ff60dfb7b75f49306aa473ffc36ed
 2023-04-15  1:00 UTC 

[PATCH v2] mm: hugetlb_vmemmap: provide stronger vmemmap allocation guarantees
 2023-04-15  0:47 UTC  (8+ messages)

[PATCH 0/7] remove the vmas parameter from GUP APIs
 2023-04-15  0:25 UTC  (9+ messages)
` [PATCH 1/7] mm/gup: remove unused vmas parameter from get_user_pages()
` [PATCH 2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH 4/7] mm/gup: introduce the FOLL_SAME_FILE GUP flag
` [PATCH 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()
` [PATCH 6/7] mm/gup: remove vmas parameter from pin_user_pages()
` [PATCH 7/7] mm/gup: remove vmas array from internal GUP functions

[PATCH v1 0/4] NFSD memory allocation optimizations
 2023-04-15  0:18 UTC  (5+ messages)
` [PATCH v1 1/4] SUNRPC: Relocate svc_free_res_pages()
` [PATCH v1 2/4] SUNRPC: Convert svc_xprt_release() to the release_pages() API
` [PATCH v1 3/4] SUNRPC: Convert svc_tcp_restore_pages() "
` [PATCH v1 4/4] SUNRPC: Be even lazier about releasing pages

[PATCH 1/1] mm: do not increment pgfault stats when page fault handler retries
 2023-04-15  0:11 UTC  (8+ messages)

[PATCH v2 1/1] mm: do not increment pgfault stats when page fault handler retries
 2023-04-15  0:08 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-15  0:06 UTC  (4+ messages)

[linux-next:master 8653/11447] kismet: WARNING: unmet direct dependencies detected for RESET_STARFIVE_JH7110 when selected by CLK_STARFIVE_JH7110_SYS
 2023-04-14 23:41 UTC  (4+ messages)

[PATCH] mm: page_alloc: Skip regions with hugetlbfs pages when allocating 1G pages
 2023-04-14 23:20 UTC  (6+ messages)

[PATCH v6 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-14 23:11 UTC  (13+ messages)
` [PATCH v6 1/3] mm: vmscan: ignore "
` [PATCH v6 2/3] mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()
` [PATCH v6 3/3] mm: vmscan: refactor updating current->reclaim_state

[PATCH 0/6] mm/hugetlb: More fixes around uffd-wp vs fork() / RO pins
 2023-04-14 22:19 UTC  (15+ messages)
` [PATCH 1/6] mm/hugetlb: Fix uffd-wp during fork()
` [PATCH 2/6] mm/hugetlb: Fix uffd-wp bit lost when unsharing happens
` [PATCH 5/6] selftests/mm: Rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBS

sequential 1MB mmap read ends in 1 page sync read-ahead
 2023-04-14 22:02 UTC  (6+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-04-14 22:02 UTC  (5+ messages)

[PATCH] mm/folio: Avoid special handling for order value 0 in folio_set_order
 2023-04-14 21:35 UTC  (3+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-14 21:08 UTC  (8+ messages)

[PATCH v7 0/3] mm: process/cgroup ksm support
 2023-04-14 20:54 UTC  (7+ messages)
` [PATCH v7 1/3] mm: add new api to enable ksm per process
` [PATCH v7 3/3] selftests/mm: add new selftests for KSM

[PATCH] mm: page_alloc: Assume huge tail pages are valid when allocating contiguous pages
 2023-04-14 20:07 UTC  (9+ messages)

[syzbot] [mm?] WARNING in unmap_page_range
 2023-04-14 19:56 UTC 

[PATCH 1/3] maple_tree: Make maple state reusable after mas_empty_area_rev()
 2023-04-14 19:09 UTC  (11+ messages)
` [PATCH 2/3] maple_tree: Fix mas_empty_area() search
` [PATCH 3/3] mm/mmap: Regression fix for unmapped_area{_topdown}
  ` [PATCH v2] "

[PATCH 0/6] Avoid the mmap lock for fault-around
 2023-04-14 18:02 UTC  (7+ messages)
` [PATCH 1/6] mm: Allow per-VMA locks on file-backed VMAs

[RFC 0/2] module: fix virtual memory wasted on finit_module()
 2023-04-14 17:25 UTC  (6+ messages)
` [RFC 1/2] module: add debugging auto-load duplicate module support
` [RFC 2/2] kread: avoid duplicates

[RFC PATCH 0/6] Setting memory policy for restrictedmem file
 2023-04-14 17:24 UTC  (3+ messages)

[PATCH v4 0/2] modules/kmod: replace implementation with a sempahore
 2023-04-14 17:16 UTC  (3+ messages)
` [PATCH v4 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v4 2/2] modules/kmod: replace implementation with a semaphore

[PATCH v3 0/2] modules/kmod: replace implementation with a sempahore
 2023-04-14 17:10 UTC  (6+ messages)
` [PATCH v3 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v3 2/2] modules/kmod: replace implementation with a semaphore

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-04-14 16:31 UTC  (24+ messages)
` [RFC v2 PATCH 01/17] mm: Expose clear_huge_page() unconditionally
` [RFC v2 PATCH 02/17] mm: pass gfp flags and order to vma_alloc_zeroed_movable_folio()
` [RFC v2 PATCH 03/17] mm: Introduce try_vma_alloc_movable_folio()
` [RFC v2 PATCH 04/17] mm: Implement folio_add_new_anon_rmap_range()
` [RFC v2 PATCH 05/17] mm: Routines to determine max anon folio allocation order
` [RFC v2 PATCH 06/17] mm: Allocate large folios for anonymous memory
` [RFC v2 PATCH 07/17] mm: Allow deferred splitting of arbitrary large anon folios
` [RFC v2 PATCH 08/17] mm: Implement folio_move_anon_rmap_range()
` [RFC v2 PATCH 09/17] mm: Update wp_page_reuse() to operate on range of pages
` [RFC v2 PATCH 10/17] mm: Reuse large folios for anonymous memory
` [RFC v2 PATCH 11/17] mm: Split __wp_page_copy_user() into 2 variants
` [RFC v2 PATCH 12/17] mm: ptep_clear_flush_range_notify() macro for batch operation
` [RFC v2 PATCH 13/17] mm: Implement folio_remove_rmap_range()
` [RFC v2 PATCH 14/17] mm: Copy large folios for anonymous memory
` [RFC v2 PATCH 15/17] mm: Convert zero page to large folios on write
` [RFC v2 PATCH 16/17] mm: mmap: Align unhinted maps to highest anon folio order
` [RFC v2 PATCH 17/17] mm: Batch-zap large anonymous folio PTE mappings

[RFC PATCH] migrate_pages: Never block waiting for the page lock
 2023-04-14 15:25 UTC  (3+ messages)

[PATCH v2 4/5] memfd: Pass argument of memfd_fcntl as int
 2023-04-14 15:24 UTC 

[PATCH] mm/page_alloc: consider pfn holes after pfn_valid() in __pageblock_pfn_to_page()
 2023-04-14 15:07 UTC  (4+ messages)

[RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-04-14 14:41 UTC  (9+ messages)
    ` [RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)

[PATCH v5 00/17] Introduce Copy-On-Write to Page Table
 2023-04-14 14:23 UTC  (18+ messages)
` [PATCH v5 01/17] mm: Split out the present cases from zap_pte_range()
` [PATCH v5 02/17] mm: Allow user to control COW PTE via prctl
` [PATCH v5 03/17] mm: Add Copy-On-Write PTE to fork()
` [PATCH v5 04/17] mm: Add break COW PTE fault and helper functions
` [PATCH v5 05/17] mm: Handle COW-ed PTE during zapping
` [PATCH v5 06/17] mm/rmap: Break COW PTE in rmap walking
` [PATCH v5 07/17] mm/khugepaged: Break COW PTE before scanning pte
` [PATCH v5 08/17] mm/ksm: Break COW PTE before modify shared PTE
` [PATCH v5 09/17] mm/madvise: Handle COW-ed PTE with madvise()
` [PATCH v5 10/17] mm/gup: Trigger break COW PTE before calling follow_pfn_pte()
` [PATCH v5 11/17] mm/mprotect: Break COW PTE before changing protection
` [PATCH v5 12/17] mm/userfaultfd: Support COW PTE
` [PATCH v5 13/17] mm/migrate_device: "
` [PATCH v5 14/17] fs/proc: Support COW PTE with clear_refs_write
` [PATCH v5 15/17] events/uprobes: Break COW PTE before replacing page
` [PATCH v5 16/17] mm: fork: Enable COW PTE to fork system call
` [PATCH v5 17/17] mm: Check the unexpected modification of COW-ed PTE

[LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory​
 2023-04-14 13:16 UTC  (18+ messages)
        ` [LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory

[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-04-14 10:19 UTC  (6+ messages)
` [PATCHv9 03/14] mm/page_alloc: Fake "

[PATCH v3 0/4] module: avoid userspace pressure on unwanted allocations
 2023-04-14 10:18 UTC  (6+ messages)
` [PATCH v3 1/4] module: fix kmemleak annotations for non init ELF sections
` [PATCH v3 2/4] module: extract patient module check into helper
` [PATCH v3 3/4] module: add debug stats to help identify memory pressure
` [PATCH v3 4/4] module: avoid allocation if module is already present and ready

[PATCH 4/5] memfd: Pass argument of memfd_fcntl as int
 2023-04-14 10:02 UTC 

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-14  8:41 UTC  (2+ messages)
  ` FW: "

FW: [LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory
 2023-04-14  8:41 UTC  (2+ messages)
  `  "

FW: [LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory
 2023-04-14  8:41 UTC  (2+ messages)

[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
 2023-04-14  8:40 UTC  (3+ messages)

[PATCH][next] selftests/mm: Fix spelling mistake "priviledge" -> "privilege"
 2023-04-14  8:15 UTC 

[PATCH] printk: Export console trace point for kcsan/kasan/kfence/kmsan
 2023-04-14  8:11 UTC  (2+ messages)

[PATCH] mm: make arch_has_descending_max_zone_pfns() static
 2023-04-14  8:03 UTC 

[linux-next:master] BUILD REGRESSION e3342532ecd39bbd9c2ab5b9001cec1589bc37e9
 2023-04-14  7:52 UTC 

[PATCH] selftests/memfd: fix test_sysctl
 2023-04-14  6:23 UTC  (2+ messages)

page:  |  | latest

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