linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-13 13:12:39 to 2023-04-14 17:24:26 UTC [more...]

[RFC PATCH 0/6] Setting memory policy for restrictedmem file
 2023-04-14 17:24 UTC  (9+ messages)
` [RFC PATCH 1/6] mm: shmem: Refactor out shmem_shared_policy() function
` [RFC PATCH 2/6] mm: mempolicy: Refactor out mpol_init_from_nodemask
` [RFC PATCH 3/6] mm: mempolicy: Refactor out __mpol_set_shared_policy()
` [RFC PATCH 4/6] mm: mempolicy: Add and expose mpol_create
` [RFC PATCH 5/6] mm: restrictedmem: Add memfd_restricted_bind() syscall
` [RFC PATCH 6/6] selftests: mm: Add selftest for memfd_restricted_bind()

[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 0/2] module: fix virtual memory wasted on finit_module()
 2023-04-14 16:35 UTC  (5+ messages)
` [RFC 1/2] module: add debugging auto-load duplicate module support
` [RFC 2/2] kread: avoid duplicates

[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

[patch 0/3] lib/percpu_counter, cpu/hotplug: Cure the cpu_dying_mask woes
 2023-04-14 16:30 UTC  (4+ 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 1/3] maple_tree: Make maple state reusable after mas_empty_area_rev()
 2023-04-14 16:27 UTC  (4+ messages)
` [PATCH 2/3] maple_tree: Fix mas_empty_area() search
` [PATCH 3/3] mm/mmap: Regression fix for unmapped_area{_topdown}

[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 0/6] mm/hugetlb: More fixes around uffd-wp vs fork() / RO pins
 2023-04-14 15:21 UTC  (16+ 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 3/6] selftests/mm: Add a few options for uffd-unit-test
` [PATCH 4/6] selftests/mm: Extend and rename uffd pagemap test
` [PATCH 5/6] selftests/mm: Rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBS
` [PATCH 6/6] selftests/mm: Add tests for RO pinning vs fork()

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

sequential 1MB mmap read ends in 1 page sync read-ahead
 2023-04-14 15:05 UTC  (3+ messages)

[PATCH] mm: page_alloc: Skip regions with hugetlbfs pages when allocating 1G pages
 2023-04-14 14:53 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

[PATCH v7 0/3] mm: process/cgroup ksm support
 2023-04-14 14:28 UTC  (6+ messages)
` [PATCH v7 1/3] mm: add new api to enable ksm per process
` [PATCH v7 2/3] mm: add new KSM process and sysfs knobs
` [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 13:29 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory​
 2023-04-14 13:16 UTC  (24+ 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 v6 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-14  8:18 UTC  (11+ 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][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)

[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  6:22 UTC  (2+ messages)

[PATCH -next v2] mm: hwpoison: support recovery from HugePage copy-on-write faults
 2023-04-14  2:57 UTC  (2+ messages)

[PATCH v2 0/2] mm: ksm: support hwpoison for ksm page
 2023-04-14  2:17 UTC  (3+ messages)
` [PATCH v2 1/2] mm: memory-failure: Refactor add_to_kill()
` [PATCH v2 2/2] mm: ksm: Support hwpoison for ksm page

[v4 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2023-04-13 23:58 UTC  (10+ messages)

[linux-next:master 10810/11447] drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:240: undefined reference to `__floatundidf'
 2023-04-13 23:55 UTC 

[RFC PATCH 0/4] change ->index to PAGE_SIZE for hugetlb pages
 2023-04-13 23:14 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/filemap: remove hugetlb special casing in filemap.c
` [RFC PATCH 2/4] mm/hugetlb: remove hugetlb_basepage_index()
` [RFC PATCH 3/4] mm/hugetlbfs: remove huge_page_shift in hugetlbfs_file_mmap
` [RFC PATCH 4/4] mm/hugetlb: add hpage_shift to alloc_hugetlb_folio

[linux-next:master 8560/11447] drivers/spi/spi-fsl-cpm.c:134:32: sparse: sparse: incorrect type in assignment (different base types)
 2023-04-13 23:14 UTC 

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-13 23:07 UTC  (3+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-13 22:28 UTC  (6+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
 2023-04-13 22:11 UTC  (2+ messages)

[PATCH] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-13 22:04 UTC  (2+ messages)

[PATCH] mm: Multi-gen LRU: remove wait_event_killable()
 2023-04-13 21:47 UTC  (2+ messages)

[PATCH net-next v6 01/18] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
 2023-04-13 21:26 UTC  (9+ messages)
` [PATCH net-next v6 00/18] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
  ` [PATCH net-next v6 06/18] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
    ` How to determine if a page can be spliced into an skbuff, or if it should be copied/rejected?

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-04-13 19:45 UTC  (2+ messages)

[linux-next:master 8708/10976] kismet: WARNING: unmet direct dependencies detected for RESET_STARFIVE_JH7110 when selected by CLK_STARFIVE_JH7110_AON
 2023-04-13 18:56 UTC 

[LSF/MM/BPF] Running BOF
 2023-04-13 18:28 UTC  (2+ messages)

[PATCH v2] mm: hugetlb_vmemmap: provide stronger vmemmap allocation guarantees
 2023-04-13 18:12 UTC  (8+ messages)

[PATCH v6 0/3] mm: process/cgroup ksm support
 2023-04-13 18:09 UTC  (6+ messages)
` [PATCH v6 3/3] selftests/mm: add new selftests for KSM

[PATCH 0/5] Some tiny clean ups for SLUB
 2023-04-13 17:53 UTC  (7+ messages)
` [PATCH 1/5] slub: Correct the error code when slab_kset is NULL
` [PATCH 2/5] slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled block
` [PATCH 3/5] slub: Remove CONFIG_SMP defined check
` [PATCH 4/5] slub: Remove slabs_node() function
` [PATCH 5/5] slub: Don't read nr_slabs and total_objects directly

[PATCH v3 1/2] mm/vmemmap/devdax: Fix kernel crash when probing devdax devices
 2023-04-13 17:46 UTC  (2+ messages)

[PATCH v2 0/2] kmod: simplify with a semaphore
 2023-04-13 16:38 UTC  (4+ messages)
` [PATCH v2 2/2] modules/kmod: replace implementation with a sempahore

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-04-13 16:04 UTC  (7+ messages)

RFC for new feature to move pages from one vma to another without split
 2023-04-13 15:36 UTC  (6+ messages)

[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
 2023-04-13 14:49 UTC  (11+ messages)

[PATCH v5 1/4] kasan: Emit different calls for instrumentable memintrinsics
 2023-04-13 14:14 UTC  (2+ messages)

[PATCH 1/2] mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
 2023-04-13 13:19 UTC  (4+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-13 13:19 UTC  (5+ messages)

[PATCH v2 1/4] mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
 2023-04-13 13:12 UTC  (3+ messages)
` [PATCH v2 3/4] mm: kmsan: apply __must_check to non-void functions
` [PATCH v2 4/4] mm: apply __must_check to vmap_pages_range_noflush()

[PATCH net-next v6 06/18] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
 2023-04-13  4:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).