linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-04  8:01 UTC  (4+ messages)
` [PATCH v2 3/7] "

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-01-04  7:46 UTC  (2+ messages)

[syzbot] INFO: task hung in freeze_super (3)
 2023-01-04  7:45 UTC  (2+ messages)
  ` [syzbot] [gfs2?] "

[PATCH 1/1] mm: Always release pages to the buddy allocator in memblock_free_late()
 2023-01-04  7:43 UTC 

[PATCH 0/1] Pages not released from memblock to the buddy allocator
 2023-01-04  7:43 UTC 

[PATCH 0/8] migrate_pages(): batch TLB flushing
 2023-01-04  7:12 UTC  (24+ messages)
` [PATCH 1/8] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH 2/8] migrate_pages: separate hugetlb folios migration
` [PATCH 3/8] migrate_pages: restrict number of pages to migrate in batch
` [PATCH 4/8] migrate_pages: split unmap_and_move() to _unmap() and _move()
` [PATCH 5/8] migrate_pages: batch _unmap and _move
` [PATCH 6/8] migrate_pages: move migrate_folio_done() and migrate_folio_unmap()
` [PATCH 7/8] migrate_pages: share more code between _unmap and _move
` [PATCH 8/8] migrate_pages: batch flushing TLB

[PATCH 09/17] mm: export access_remote_vm() symbol
 2023-01-04  6:12 UTC  (7+ messages)

[Patch v3 -mm 1/2] mm/slab: add is_kmalloc_cache() helper function
 2023-01-04  6:06 UTC  (2+ messages)
` [Patch v3 -mm 2/2] mm/kasan: simplify and refine kasan_cache code

[PATCH] kasan: infer the requested size by scanning shadow memory
 2023-01-04  2:00 UTC  (2+ messages)

[PATCH] kasan: mark kasan_kunit_executing as static
 2023-01-04  1:09 UTC 

[RFC] Improving userfaultfd scalability for live migration
 2023-01-04  1:05 UTC  (12+ messages)

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2023-01-03 23:43 UTC  (2+ messages)

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-03 23:29 UTC  (11+ messages)
  ` supervisor write access in kernel mode in __pv_queued_spin_unlock_slowpath
  ` A better dump_page()

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-03 23:06 UTC  (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH] hugetlb: unshare some PMDs when splitting VMAs
 2023-01-03 23:04 UTC  (6+ messages)

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-03 21:35 UTC  (6+ messages)
` [RFC PATCH 02/25] kvx: Add ELF-related definitions
` [RFC PATCH 11/25] kvx: Add memory management
` [RFC PATCH 14/25] kvx: Add ELF relocations and module support

[PATCH mm-unstable 0/9] continue hugetlb folio conversions
 2023-01-03 21:00 UTC  (11+ messages)
` [PATCH mm-unstable 1/8] mm/hugetlb: convert isolate_hugetlb to folios
` [PATCH mm-unstable 2/8] mm/hugetlb: convert __update_and_free_page() "
` [PATCH mm-unstable 3/8] mm/hugetlb: convert dequeue_hugetlb_page_node functions "
` [PATCH mm-unstable 4/8] mm/hugetlb: convert alloc_surplus_huge_page() "
` [PATCH mm-unstable 5/8] mm/hugetlb: increase use of folios in alloc_huge_page()
` [PATCH mm-unstable 6/8] mm/hugetlb: convert alloc_migrate_huge_page to folios
` [PATCH mm-unstable 7/8] mm/hugetlb: convert restore_reserve_on_error() "
` [PATCH mm-unstable 8/8] mm/hugetlb: convert demote_free_huge_page "

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2023-01-03 20:53 UTC  (4+ messages)
` [RFC PATCH] "

[PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2023-01-03 20:52 UTC  (15+ messages)

[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
 2023-01-03 20:40 UTC  (3+ messages)

[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-03 19:53 UTC  (3+ messages)

[PATCHv3 00/12] dmapool enhancements
 2023-01-03 19:15 UTC  (13+ messages)
` [PATCHv3 01/12] dmapool: add alloc/free performance test
` [PATCHv3 02/12] dmapool: remove checks for dev == NULL
` [PATCHv3 03/12] dmapool: use sysfs_emit() instead of scnprintf()
` [PATCHv3 04/12] dmapool: cleanup integer types
` [PATCHv3 05/12] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCHv3 06/12] dmapool: move debug code to own functions
` [PATCHv3 07/12] dmapool: rearrange page alloc failure handling
` [PATCHv3 08/12] dmapool: consolidate page initialization
` [PATCHv3 09/12] dmapool: simplify freeing
` [PATCHv3 10/12] dmapool: don't memset on free twice
` [PATCHv3 11/12] dmapool: link blocks across pages
` [PATCHv3 12/12] dmapool: create/destroy cleanup

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-03 19:08 UTC  (13+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 11/12] slub: Replace cmpxchg_double()

[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
 2023-01-03 18:43 UTC  (5+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall

(no subject)
 2023-01-03 18:07 UTC  (6+ messages)
` [PATCH 1/5] MAINTAINERS: add types to akpm/mm git trees entries
` [PATCH 2/5] MAINTAINERS/MEMORY MANAGEMENT: Add tools/vm/ as managed files
` [PATCH 3/5] tools/vm: rename tools/vm to tools/mm
` [PATCH 4/5] selftests/vm: rename selftets/vm to selftests/mm
` [PATCH 5/5] Docs/admin-guide/mm/numaperf: increase depth of subsections

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2023-01-03 17:09 UTC  (5+ messages)
` [RFC PATCH v2 34/47] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE

[RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM
 2023-01-03 17:06 UTC  (11+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 137/175] mm/khugepaged.c:2038:27-31: ERROR: invalid reference to the index variable of the iterator on line 2026 (fwd)
 2023-01-03 16:50 UTC  (2+ messages)

[PATCH 09/17] mm: export access_remote_vm() symbol
 2023-01-03 16:29 UTC 

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-01-03 14:20 UTC  (5+ messages)
` [PATCHv8 05/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv8 06/14] efi/x86: Implement support for unaccepted memory

[syzbot] WARNING in do_mkdirat
 2023-01-03 13:36 UTC  (10+ messages)

[driver-core:debugfs_lookup_fix] [mm/damon/dbgfs] ff25f87cfc: kernel_BUG_at_lib/list_debug.c
 2023-01-03 13:16 UTC 

[PATCH] page_alloc: avoid the negative free for meminfo available
 2023-01-03 10:39 UTC  (9+ messages)
    `  "
      ` (2) "

[PATCH] x86/kexec: fix double vfree of image->elf_headers
 2023-01-03 10:15 UTC  (3+ messages)

[PATCH v3] mm: Add nodes= arg to memory.reclaim
 2023-01-03  8:37 UTC  (7+ messages)
  ` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"

[PATCHv13 00/16] Linear Address Masking enabling
 2023-01-03  8:37 UTC  (8+ messages)
` [PATCHv13 05/16] x86/uaccess: Provide untagged_addr() and remove tags before address check

[ammarfaizi2-block:akpm/mm/mm-unstable 139/146] mm/migrate.c:1254 migrate_folio_unmap() warn: variable dereferenced before check 'dst' (see line 1128)
 2023-01-03  8:19 UTC  (2+ messages)

[PATCH] fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()
 2023-01-03  8:13 UTC  (3+ messages)

[PATCH 0/10] crypto: Driver conversions for DMA alignment
 2023-01-03  7:26 UTC  (8+ messages)
        ` [PATCH] crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding

[PATCH v7 0/6] Implement writeback for zsmalloc
 2023-01-03  4:57 UTC  (2+ messages)

[PATCH] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-03  4:40 UTC  (2+ messages)

[PATCH] zram: correctly handle all next_arg() cases
 2023-01-03  3:01 UTC 

[PATCH v2] mm: huge_memory: convert split_huge_pages_all() to use a folio
 2023-01-03  1:58 UTC  (3+ messages)

[PATCH linux-next] swap_state: update shadow_nodes for anonymous page
 2023-01-03  1:44 UTC  (2+ messages)

[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2023-01-02 23:35 UTC  (2+ messages)

[PATCH] scripts/gdb: add mm introspection utils
 2023-01-02 18:28 UTC  (5+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v6 0/5] THP Shrinker
 2023-01-02 18:05 UTC  (2+ messages)

[PATCH v4] selftest/vm: add mremap expand merge offset test
 2023-01-02 16:59 UTC  (2+ messages)

[PATCH v3] selftest/vm: add mremap expand merge offset test
 2023-01-02 16:22 UTC  (7+ messages)

[PATCH RFC 0/2] mm: kmem: optimize obj_cgroup pointer retrieval
 2023-01-02 16:09 UTC  (5+ messages)
` [PATCH RFC 2/2] mm: kmem: add direct objcg pointer to task_struct

[PATCH mm-unstable v1 0/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
 2023-01-02 16:08 UTC  (4+ messages)
` [PATCH mm-unstable v1 1/3] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-unstable v1 2/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
` [PATCH mm-unstable v1 3/3] drivers/misc/open-dice: don't touch VM_MAYSHARE

[PATCH v2] selftest/vm: add mremap expand merge offset test
 2023-01-02 15:53 UTC  (4+ messages)

[syzbot] [ntfs3?] INFO: task hung in do_user_addr_fault (3)
 2023-01-02 15:37 UTC  (8+ messages)
        ` [PATCH] fs/ntfs3: don't hold ni_lock when calling truncate_setsize()

[QUESTION] about the maple tree and current status of mmap_lock scalability
 2023-01-02 14:37 UTC  (6+ messages)

[tip:sched/core] [sched] af7f588d8f: WARNING:at_kernel/sched/core.c:#sched_mm_cid_after_execve
 2023-01-02 14:04 UTC  (3+ messages)

[PATCH] selftest/vm: add mremap expand merge offset test
 2023-01-02 13:58 UTC  (3+ messages)

[PATCH] hugetlbfs: Fixed code style, adding a blank line between functions
 2023-01-02 13:54 UTC 

[PATCH] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
 2023-01-02 13:24 UTC  (2+ messages)

[PATCH 0/4] return EINVAL for illegal user memory range
 2023-01-02 13:22 UTC  (2+ messages)

[PATCH v4 0/3] mm/mprotect: Fix soft-dirty checks
 2023-01-02 12:29 UTC  (9+ messages)
` [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()

remove generic_writepages
 2023-01-02 12:16 UTC  (7+ messages)
` [PATCH 1/6] fs: remove an outdated comment on mpage_writepages
` [PATCH 5/6] ocfs2: use filemap_fdatawrite_wbc instead of generic_writepages
` [PATCH 6/6] mm: remove generic_writepages

[PATCH] virtio_balloon: high order allocation
 2023-01-02 11:55 UTC  (4+ messages)

[PATCH] Fixed code style, adding a blank line between functions
 2023-01-02 11:29 UTC 

[PATCH v2 17/21] block, blksnap: snapshot image block device
 2023-01-02  9:58 UTC  (4+ messages)
` [PATCH v2 18/21] block, blksnap: snapshot

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.14 3/265] mm/khugepaged.c:1062:2: error: implicit declaration of function 'tlb_remove_table_sync_one'; did you mean 'tlb_remove_page_size'?
 2023-01-02  9:18 UTC 

[PATCH V2] mm/slab: remove unused slab_early_init
 2023-01-02  8:39 UTC  (2+ messages)

[patch] mm, slab: periodically resched in drain_freelist()
 2023-01-02  8:32 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