linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-22 14:57 UTC  (11+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs

[PATCH v2 1/3] mm: vmalloc: Avoid of calling __find_vmap_area() twise in __vunmap()
 2022-12-22 14:43 UTC  (11+ messages)
` [PATCH v2 2/3] mm: vmalloc: Switch to find_unlink_vmap_area() in vm_unmap_ram()
` [PATCH v2 3/3] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-12-22 14:30 UTC  (13+ messages)
` [RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM

[PATCH RFC 0/2] mm: kmem: optimize obj_cgroup pointer retrieval
 2022-12-22 13:50 UTC  (7+ messages)
` [PATCH RFC 1/2] mm: kmem: optimize get_obj_cgroup_from_current()
` [PATCH RFC 2/2] mm: kmem: add direct objcg pointer to task_struct

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-22 13:16 UTC  (9+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()

[PATCH] mm: remove unused alloc_pages_bulk_list()
 2022-12-22 12:44 UTC  (8+ messages)

mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY")
 2022-12-22 12:06 UTC  (2+ messages)
` mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY") #forregzbot

[PATCH RFC] ipc/mqueue: introduce msg cache
 2022-12-22 11:52 UTC  (7+ messages)

[PATCH 1/2] mm: add vma_has_locality()
 2022-12-22  6:38 UTC  (3+ messages)
` [PATCH 2/2] mm: support POSIX_FADV_NOREUSE for generic fadvise handler

[PATCH mm-unstable v3 0/8] mm: multi-gen LRU: memcg LRU
 2022-12-22  4:19 UTC  (9+ messages)
` [PATCH mm-unstable v3 1/8] mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
` [PATCH mm-unstable v3 2/8] mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
` [PATCH mm-unstable v3 3/8] mm: multi-gen LRU: remove eviction fairness safeguard
` [PATCH mm-unstable v3 4/8] mm: multi-gen LRU: remove aging "
` [PATCH mm-unstable v3 5/8] mm: multi-gen LRU: shuffle should_run_aging()
` [PATCH mm-unstable v3 6/8] mm: multi-gen LRU: per-node lru_gen_folio lists
` [PATCH mm-unstable v3 7/8] mm: multi-gen LRU: clarify scan_control flags
` [PATCH mm-unstable v3 8/8] mm: multi-gen LRU: simplify arch_has_hw_pte_young() check

[syzbot] [f2fs?] [tmpfs?] kernel BUG in f2fs_evict_inode
 2022-12-22  2:57 UTC 

[linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
 2022-12-22  1:18 UTC  (7+ messages)

[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
 2022-12-22  0:37 UTC  (5+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-22  0:37 UTC  (19+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH mm-unstable v2 0/8] mm: multi-gen LRU: memcg LRU
 2022-12-22  0:17 UTC  (10+ messages)
` [PATCH mm-unstable v2 1/8] mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
` [PATCH mm-unstable v2 2/8] mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
` [PATCH mm-unstable v2 3/8] mm: multi-gen LRU: remove eviction fairness safeguard
` [PATCH mm-unstable v2 4/8] mm: multi-gen LRU: remove aging "
` [PATCH mm-unstable v2 5/8] mm: multi-gen LRU: shuffle should_run_aging()
` [PATCH mm-unstable v2 6/8] mm: multi-gen LRU: per-node lru_gen_folio lists
` [PATCH mm-unstable v2 7/8] mm: multi-gen LRU: clarify scan_control flags
` [PATCH mm-unstable v2 8/8] mm: multi-gen LRU: simplify arch_has_hw_pte_young() check

Additional Huge Pages
 2022-12-21 23:43 UTC  (6+ messages)

[PATCH] mm: Move FOLL_* defs to mm_types.h
 2022-12-21 21:57 UTC  (2+ messages)

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-21 21:42 UTC  (20+ messages)
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW

[PATCH v2 0/7] Clean up and refinement for maple tree
 2022-12-21 18:53 UTC  (9+ messages)
` [PATCH v2 1/7] maple_tree: remove extra space and blank line
` [PATCH v2 2/7] maple_tree: remove extra return statement
` [PATCH v2 3/7] maple_tree: use mt_node_max() instead of direct operations mt_max[]
` [PATCH v2 4/7] maple_tree: use macro MA_ROOT_PARENT instead of number
` [PATCH v2 5/7] maple_tree: remove the redundant code
` [PATCH v2 6/7] maple_tree: refine ma_state init from mas_start()
` [PATCH v2 7/7] maple_tree: refine mab_calc_split function

[PATCH v4 0/4] Convert deactivate_page() to folio_deactivate()
 2022-12-21 18:08 UTC  (5+ messages)
` [PATCH v4 1/4] mm/memory: Add vm_normal_folio()
` [PATCH v4 2/4] madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
` [PATCH v4 3/4] mm/damon: Convert damon_pa_mark_accessed_or_deactivate() "
` [PATCH v4 4/4] mm/swap: Convert deactivate_page() to folio_deactivate()

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2022-12-21 17:17 UTC  (5+ messages)
` [RFC PATCH] "

[RFC v3 0/4] move PG_slab flag to page_type
 2022-12-21 17:00 UTC  (9+ messages)
` [RFC v3 1/4] mm/hwpoison: remove MF_MSG_SLAB from action_page_types
` [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type

[PATCH v11 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2022-12-21 16:58 UTC  (7+ messages)
` [PATCH v11 1/6] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
` [PATCH v11 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
` [PATCH v11 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
` [PATCH v11 4/6] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
` [PATCH v11 5/6] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
` [PATCH v11 6/6] mm/vmstat: avoid queueing work item if cpu stats are clean

[PATCH v2] mm: new primitive kvmemdup()
 2022-12-21 14:42 UTC 

[PATCH v13 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2022-12-21 14:23 UTC  (2+ messages)
` [PATCH v13 3/7] x86: mm: Skip faulting instruction for VM_DROPPABLE faults

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-12-21 13:54 UTC  (3+ messages)
` [PATCH 03/13] sh/mm: Make pmd_t similar to pte_t

[PATCH 1/2] mm: vmalloc: Avoid a double lookup of freed VA in a tree
 2022-12-21 11:39 UTC  (8+ messages)
` [PATCH 2/2] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()

[RFC PATCH v2 0/1] ACPI: APEI: Make synchronization errors call
 2022-12-21 11:15 UTC  (7+ messages)
` [RFC PATCH v2 1/1] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context

[PATCH RFC] mm: implement granular soft-dirty vma support
 2022-12-21  9:01 UTC  (2+ messages)

[PATCH v4 0/3] mm/mprotect: Fix soft-dirty checks
 2022-12-21  8:17 UTC  (11+ messages)
` [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()

[syzbot] possible deadlock in page_cache_ra_unbounded
 2022-12-21  8:15 UTC 

[PATCH 1/8] maple_tree: remove extra space and blank line
 2022-12-21  5:18 UTC  (12+ messages)
` [PATCH 2/8] maple_tree: remove extra return statement
` [PATCH 3/8] maple_tree: use mt_node_max() instead of direct operations mt_max[]
` [PATCH 4/8] maple_tree: use macro MA_ROOT_PARENT instead of number
` [PATCH 5/8] maple_tree: remove the redundant code
` [PATCH 6/8] maple_tree: change return type of mas_commit_b_node()
` [PATCH 7/8] maple_tree: refine ma_state init from mas_start()
` [PATCH 8/8] maple_tree: refine mab_calc_split function

[PATCH 0/8] Clean up and refinement for maple tree
 2022-12-21  5:03 UTC  (3+ messages)

[syzbot] memory leak in prctl
 2022-12-21  4:46 UTC 

[linux-next:master 14909/15568] fs/pstore/pmsg.c:32: undefined reference to `rt_mutex_lock_nested'
 2022-12-21  4:42 UTC 

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-21  3:15 UTC  (3+ messages)

[syzbot] INFO: task hung in gfs2_jhead_process_page
 2022-12-21  2:23 UTC 

Travel inquiry
 2022-12-21  1:59 UTC 

[PATCH mm-unstable v1 0/8] mm: multi-gen LRU: memcg LRU
 2022-12-20 21:49 UTC  (2+ messages)
` JavaScript / Ampere Altra benchmark with MGLRU

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-20 16:55 UTC  (10+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-20 16:55 UTC  (11+ messages)

[linux-stable-rc:linux-4.9.y 1768/2884] include/linux/nodemask.h:370:13: error: comparison of unsigned expression >= 0 is always true
 2022-12-20 14:33 UTC 

[PATCH v3 00/14] Introduce Copy-On-Write to Page Table
 2022-12-20 14:23 UTC  (14+ messages)
` [PATCH v3 04/14] mm/rmap: Break COW PTE in rmap walking
` [PATCH v3 05/14] mm/khugepaged: Break COW PTE before scanning pte
` [PATCH v3 06/14] mm/ksm: Break COW PTE before modify shared PTE
` [PATCH v3 07/14] mm/madvise: Handle COW-ed PTE with madvise()
` [PATCH v3 08/14] mm/gup: Break COW PTE in follow_pfn_pte()
` [PATCH v3 09/14] mm/mprotect: Break COW PTE before changing protection
` [PATCH v3 10/14] mm/userfaultfd: Support COW PTE
` [PATCH v3 11/14] mm/migrate_device: "
` [PATCH v3 12/14] fs/proc: Support COW PTE with clear_refs_write
` [PATCH v3 13/14] events/uprobes: Break COW PTE before replacing page
` [PATCH v3 14/14] mm: fork: Enable COW PTE to fork system call

[linux-next:pending-fixes] BUILD SUCCESS c28c7d2a33a85439d90c17712b71ec6907033d5f
 2022-12-20 14:09 UTC 

[linux-next:master] BUILD REGRESSION e45fb347b630ee76482fe938ba76cf8eab811290
 2022-12-20 13:49 UTC 

[PATCH v3 02/14] mm: Add Copy-On-Write PTE to fork()
 2022-12-20 12:42 UTC  (3+ messages)

[linux-next:master 15350/15568] drivers/block/virtio_blk.c:326:36: sparse: sparse: incorrect type in initializer (different base types)
 2022-12-20 12:32 UTC 

[PATCH v3 03/14] mm: Add break COW PTE fault and helper functions
 2022-12-20 12:00 UTC  (2+ messages)

[linux-next:master 15177/15568] mm/memfd.c:274:31: warning: unused variable 'ns'
 2022-12-20 10:59 UTC 

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-20 10:09 UTC  (4+ messages)
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

page:  |  | latest

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