linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-04-14 13:02 UTC  (12+ 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

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

[PATCH v7 0/3] mm: process/cgroup ksm support
 2023-04-14 10:24 UTC  (5+ 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

[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 

[PATCH 0/6] mm/hugetlb: More fixes around uffd-wp vs fork() / RO pins
 2023-04-14  9:52 UTC  (11+ 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 v3 0/2] modules/kmod: replace implementation with a sempahore
 2023-04-14  9:37 UTC  (5+ messages)
` [PATCH v3 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v3 2/2] modules/kmod: replace implementation with a semaphore

[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  (17+ 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 

[RFC 0/2] module: fix virtual memory wasted on finit_module()
 2023-04-14  6:35 UTC  (4+ 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  6:33 UTC  (8+ 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] 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)

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

sequential 1MB mmap read ends in 1 page sync read-ahead
 2023-04-14  4:07 UTC  (2+ messages)

[RFC PATCH] migrate_pages: Never block waiting for the page lock
 2023-04-14  3:09 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 04/18] mm: Make the page_frag_cache allocator use per-cpu
 2023-04-13 21:26 UTC  (13+ messages)
` [PATCH net-next v6 00/18] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
  ` [PATCH net-next v6 01/18] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
  ` [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  (13+ messages)
` [PATCH v6 1/3] mm: add new api to enable ksm per process
` [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  (15+ 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  (4+ messages)
` [PATCH v2 2/4] mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
` [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 -next] mm: hwpoison: support recovery from HugePage copy-on-write faults
 2023-04-13 12:57 UTC  (11+ messages)

find_get_page() VS pin_user_pages()
 2023-04-13 12:41 UTC  (4+ messages)

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

Possible incorrect handling of fault injection inside KMSAN instrumentation
 2023-04-13  9:42 UTC  (4+ messages)

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

[linux-next:master 8309/10976] drivers/gpu/host1x/context.c:82 host1x_memory_context_list_init() warn: missing error code 'err'
 2023-04-13  9:20 UTC  (3+ messages)

[PATCH linux-next v2] mm: workingset: update description of the source file
 2023-04-13  8:34 UTC 

[PATCH V2] fs: perform the check when page without mapping but page->mapping contains junk or random bitscribble
 2023-04-13  7:50 UTC  (5+ messages)
      ` [PATCH V2] "

[PATCH v3] dma-buf/heaps: system_heap: avoid too much allocation
 2023-04-13  7:01 UTC  (11+ messages)

[PATCH v7 0/6] ksm: support tracking KSM-placed zero-pages
 2023-04-13  5:46 UTC 

[linux-next:master 9709/10976] drivers/bluetooth/btnxpuart.c:681:23: sparse: sparse: restricted __le16 degrades to integer
 2023-04-13  4:36 UTC 

[PATCH v5 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
 2023-04-13  1:49 UTC  (6+ messages)
` [PATCH v5 2/2] ACPI: APEI: handle synchronous exceptions in task work

cgroup: Clarification around usage_in_bytes and its relation to the page counter
 2023-04-13  1:22 UTC 

[PATCH v3 0/1] Fix Random Kernel panic from when fail to reserve memory
 2023-04-12 22:46 UTC  (2+ messages)
` [PATCH v3 1/1] of: fdt: Scan /memreserve/ last

page:  |  | latest

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