linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 5/5] zsmalloc: Implement writeback mechanism for zsmalloc
 2022-11-02  3:42 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/5] Implement writeback for zsmalloc
 2022-11-02  3:28 UTC  (3+ messages)
` [PATCH 2/5] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks

[RFC 0/6] migrate_pages(): batch TLB flushing
 2022-11-02  3:14 UTC  (4+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-02  3:12 UTC  (13+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH v2 0/9] convert hugetlb_cgroup helper functions to folios
 2022-11-02  3:05 UTC  (11+ messages)
` [PATCH v2 1/9] mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() "
` [PATCH v2 2/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() "
` [PATCH v2 3/9] mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() "
` [PATCH v2 4/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate "
` [PATCH v2 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page "
` [PATCH v2 6/9] mm/hugetlb: convert free_huge_page "
` [PATCH v2 7/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() "
` [PATCH v2 8/9] mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() "
` [PATCH v2 9/9] mm/hugetlb: convert move_hugetlb_state() "

[PATCH v9] selftests/vm: enable running select groups of tests
 2022-11-02  3:02 UTC  (2+ messages)

[PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
 2022-11-02  2:59 UTC 

[PATCH] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-11-02  2:51 UTC 

[PATCH v2 0/5] mm/memfd: MFD_NOEXEC for memfd_create
 2022-11-02  2:45 UTC  (4+ messages)

[RFC 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios
 2022-11-02  2:11 UTC  (7+ messages)
` [RFC 1/2] migrate: convert unmap_and_move() "
` [RFC 2/2] migrate: convert migrate_pages() "

[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
 2022-11-02  2:02 UTC  (4+ messages)
` [PATCH v1 1/3] sched/isolation: Add housekeepíng_any_cpu_from()
` [PATCH v1 2/3] mm/memcontrol: Change stock_lock type from local_lock_t to spinlock_t
` [PATCH v1 3/3] mm/memcontrol: Add drain_remote_stock(), avoid drain_stock on isolated cpus

[PATCH v7] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-11-02  1:31 UTC 

[RFC] memory tiering: use small chunk size and more tiers
 2022-11-02  0:39 UTC  (11+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 46/244] lib/test_maple_tree.c:453:12: warning: result of comparison of constant 4398046511104 with expression of type 'unsigned long' is always false
 2022-11-02  0:12 UTC  (4+ messages)

[PATCH 20/30] mm/damon: Use kstrtobool() instead of strtobool()
 2022-11-01 22:47 UTC  (4+ messages)
` [PATCH 21/30] mm: "

[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
 2022-11-01 22:33 UTC  (7+ messages)
` [PATCH 1/6] slab: Clean up SLOB vs kmalloc() definition
` [PATCH 2/6] slab: Remove special-casing of const 0 size allocations
` [PATCH 3/6] slab: Provide functional __alloc_size() hints to kmalloc_trace*()
` [PATCH 4/6] string: Add __realloc_size hint to kmemdup()
` [PATCH 5/6] driver core: Add __alloc_size hint to devm allocators
` [PATCH 6/6] kunit/fortify: Validate __alloc_size attribute results

[PATCH] mm: don't warn if the node is offlined
 2022-11-01 22:05 UTC  (9+ messages)

[PATCH 0/8] efficiently expose damos action tried regions information
 2022-11-01 22:03 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: add a callback for scheme target regions check
` [PATCH 2/8] mm/damon/sysfs-schemes: implement schemes/tried_regions directory
` [PATCH 3/8] mm/damon/sysfs-schemes: implement scheme region directory
` [PATCH 4/8] mm/damon/sysfs: implement DAMOS tried regions update command
` [PATCH 5/8] mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command
` [PATCH 6/8] tools/selftets/damon/sysfs: test tried_regions directory existence
` [PATCH 7/8] Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs directory
` [PATCH 8/8] Docs/ABI/damon: document 'schemes/<s>/tried_regions' "

[PATCH man-pages v5] madvise.2: add documentation for MADV_COLLAPSE
 2022-11-01 20:21 UTC  (3+ messages)

[PATCH v2 0/2] Mapping an entire folio
 2022-11-01 20:18 UTC  (3+ messages)
` [PATCH v2 1/2] vmalloc: Factor vmap_alloc() out of vm_map_ram()
` [PATCH v2 2/2] mm: Add folio_map_local()

[PATCH v6 0/4] mm/slub: some debug enhancements for kmalloc
 2022-11-01 19:39 UTC  (16+ messages)
` [PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc

[PATCH v4] mempool: Do not use ksize() for poisoning
 2022-11-01 19:35 UTC  (5+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-01 19:30 UTC  (11+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 7/8] KVM: Handle page fault for private memory

[PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations
 2022-11-01 19:10 UTC  (17+ messages)

[linux-next:pending-fixes] BUILD REGRESSION dc45a98439c6b2303e1b2159804c5d5a8600da68
 2022-11-01 18:50 UTC 

[linux-next:master] BUILD REGRESSION e9d267f752f8ff62f0111cea90e3ced4fc595b4f
 2022-11-01 18:43 UTC 

[PATCH 0/5] Removing the lru_cache_add() wrapper
 2022-11-01 18:33 UTC  (11+ messages)
` [PATCH 1/5] filemap: Convert replace_page_cache_page() to replace_page_cache_folio()
` [PATCH 2/5] fuse: Convert fuse_try_move_page() to use folios
` [PATCH 3/5] userfualtfd: Replace lru_cache functions with folio_add functions
` [PATCH 4/5] khugepage: Replace lru_cache_add() with folio_add_lru()
` [PATCH 5/5] folio-compat: Remove lru_cache_add()

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-11-01 17:42 UTC  (35+ messages)
` [PATCH 01/13] mm: Update ptep_get_lockless()s comment
                                                  ` mm: delay rmap removal until after TLB flush
` [PATCH 04/13] mm: Fix pmd_read_atomic()

[linux-next:master 3768/4356] kismet: WARNING: unmet direct dependencies detected for DEBUG_MAPLE_TREE when selected by TEST_MAPLE_TREE
 2022-11-01 17:22 UTC  (2+ messages)

[PATCH 0/9] convert hugetlb_cgroup helper functions to folios
 2022-11-01 16:43 UTC  (17+ messages)
` [PATCH 2/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() "
` [PATCH 3/9] mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() "
` [PATCH 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page "
` [PATCH 6/9] mm/hugetlb: convert free_huge_page "
` [PATCH 7/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() "
` [PATCH 8/9] mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() "
` [PATCH 9/9] mm/hugetlb: convert move_hugetlb_state() "

[RFC PATCH 00/12] smb3: Add iter helpers and use iov_iters down to the network transport
 2022-11-01 16:30 UTC  (3+ messages)
` [RFC PATCH 01/12] mm: Move FOLL_* defs to mm_types.h
` [RFC PATCH 02/12] iov_iter: Add a function to extract a page list from an iterator

[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
 2022-11-01 15:10 UTC  (8+ messages)
` [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
` [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
` [PATCH bpf-next v1 RESEND 3/5] bpf: use vmalloc_exec for bpf program and bpf dispatcher
` [PATCH bpf-next v1 RESEND 4/5] vmalloc: introduce register_text_tail_vm()
` [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm

[PATCH bpf-next v1 0/5] vmalloc_exec for modules and BPF programs
 2022-11-01 15:06 UTC  (8+ messages)
` [PATCH bpf-next v1 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
` [PATCH bpf-next v1 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
` [PATCH bpf-next v1 3/5] bpf: use vmalloc_exec for bpf program and bpf dispatcher
` [PATCH bpf-next v1 4/5] vmalloc: introduce register_text_tail_vm()
` [PATCH bpf-next v1 5/5] x86: use register_text_tail_vm

[PATCH man-pages v4] madvise.2: add documentation for MADV_COLLAPSE
 2022-11-01 15:04 UTC  (5+ messages)

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-11-01 13:13 UTC  (7+ messages)
` [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
  ` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)

[PATCH] mm: remove filemap_fdatawait_keep_errors
 2022-11-01 12:44 UTC  (2+ messages)

[PATCH man-pages v3 0/4] Add MADV_COLLAPSE documentation
 2022-11-01 12:12 UTC  (20+ messages)
` [PATCH man-pages v3 1/4] madvise.2: update THP file/shmem documentation for +5.4
` [PATCH man-pages v3 2/4] madvise.2: document reliable probe for advice support
` [PATCH man-pages v3 3/4] process_madvise.2: fix capability and ptrace requirements
` [PATCH man-pages v3 4/4] madvise.2: add documentation for MADV_COLLAPSE

[linus:master] [selftests/memory] 13023c33c9: kernel-selftests.memory-hotplug.mem-on-off-test.sh.fail
 2022-11-01 11:56 UTC 

Question: Block swap in mtd partition
 2022-11-01 11:15 UTC 

[linus:master] [selftests/memory] 13023c33c9: kernel-selftests.memory-hotplug.mem-on-off-test.sh.fail
 2022-11-01 11:14 UTC 

[PATCH 0/1] Mapping an entire folio
 2022-11-01 10:56 UTC  (4+ messages)
` [PATCH 1/1] mm: Add folio_map_local()

[PATCH] mm: fix pcp count beyond pcp high in pcplist allocation
 2022-11-01 10:40 UTC  (6+ messages)

[PATCH -next 1/1] mm: hugetlb_vmemmap: Fix WARN_ON in vmemmap_remap_pte
 2022-11-01  9:56 UTC  (12+ messages)

[linus:master] [selftests/memory] 13023c33c9: kernel-selftests.memory-hotplug.mem-on-off-test.sh.fail
 2022-11-01  7:58 UTC 

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-11-01  7:17 UTC  (11+ messages)

[PATCH -next] mm/page_reporting: change page_reporting_param_ops to static
 2022-11-01  7:00 UTC 

[PATCH RFC 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-11-01  5:46 UTC  (5+ messages)
` [PATCH RFC 02/10] mm/hugetlb: Comment huge_pte_offset() for its locking requirements
` [PATCH RFC 10/10] mm/hugetlb: Comment at rest huge_pte_offset() places

[PATCH 0/2] mm: Use pte marker for swapin errors
 2022-11-01  5:05 UTC  (4+ messages)

[RFC PATCH] mm/shmem: Fix undo range for failed fallocate
 2022-11-01  3:22 UTC 

[PATCH] mm/vmscan: respect cpuset policy during page demotion
 2022-11-01  3:17 UTC  (12+ messages)

[PATCH] mm: simplify page_zone() and get_deferred_split_queue() with page_pgdat()
 2022-11-01  2:32 UTC 

[PATCH v6] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-11-01  1:48 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6fbda10ec6f8d70d0f4446f861f7db726c2f2e7c
 2022-11-01  1:42 UTC 

DAMON Beer/Coffee/Tea chat series
 2022-11-01  1:33 UTC  (2+ messages)

[syzbot] general protection fault in mpol_parse_str
 2022-10-31 23:05 UTC  (2+ messages)

[PATCH v1] mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings
 2022-10-31 22:13 UTC  (3+ messages)

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-31 21:33 UTC  (5+ messages)

[syzbot] WARNING in alloc_charge_hpage
 2022-10-31 21:13 UTC  (5+ messages)

[PATCH v3 0/2] Copy-on-write poison recovery
 2022-10-31 20:10 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] mm, hwpoison: Try to recover from copy-on write faults
  ` [PATCH v4 2/2] mm, hwpoison: When copy-on-write hits poison, take page offline

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-10-31 18:36 UTC  (11+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[syzbot] KASAN: slab-out-of-bounds Write in dbgfs_rm_context_write
 2022-10-31 18:30 UTC  (2+ messages)

[PATCH 0/2] Fix slab-out-of-bounds Write in dbgfs_rm_context_write
 2022-10-31 18:25 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/dbgfs: check if rm_contexts input is for a real context
` [PATCH 2/2] selftests/damon: test non-context inputs to rm_contexts file

Monthly Email Update and Verification
 2022-10-05  5:16 UTC 

page:  |  | latest

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