linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE
 2023-02-16 10:47 UTC  (2+ messages)

[RFC PATCH 0/2] Providing mount for memfd_restricted() syscall
 2023-02-16 10:01 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
` [RFC PATCH 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[PATCH] mm, page_alloc: reduce page alloc/free sanity checks
 2023-02-16  9:51 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-16  9:51 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v2 0/2] mm/memory_hotplug: cleanup do_migrate_range()
 2023-02-16  9:49 UTC  (5+ messages)
` [PATCH v2 1/2] mm/memory_hotplug: return nothing from do_migrate_range()
` [PATCH v2 2/2] mm/memory_hotplug: cleanup 'ret' variable usage in do_migrate_range()

[PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs
 2023-02-16  9:48 UTC  (5+ messages)
` [PATCH v4 2/2] mm/userfaultfd: add VM_WARN_ONCE()

[PATCH 1/2] pcmcia : make PCMCIA depend on HAS_IOMEM
 2023-02-16  9:37 UTC  (5+ messages)
` [PATCH 2/2] dmaengine: make QCOM_HIDMA "

[PATCH 0/2] Revert boot-breaking changes in fs/
 2023-02-16  9:10 UTC  (5+ messages)
` [PATCH 1/2] Revert "iov_iter: Kill ITER_PIPE"
` [PATCH 2/2] Revert "splice: Do splice read from a buffered file without using ITER_PIPE"

[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
 2023-02-16  8:41 UTC  (6+ messages)

[PATCH 0/2] handle memoryless nodes more appropriately
 2023-02-16  8:37 UTC  (8+ messages)
` [PATCH 1/2] mm: page_alloc: skip memoryless nodes entirely
` [PATCH 2/2] mm: memory_hotplug: drop memoryless node from fallback lists

[PATCH] dax/kmem: Fix leak of memory-hotplug resources
 2023-02-16  8:36 UTC 

[PATCH 0/7] New arch interfaces for manipulating multiple pages
 2023-02-16  8:16 UTC  (17+ messages)
` [PATCH 9/7] arm64: Implement the new page table range API
  ` [PATCH 10/7] riscv: "
  ` [PATCH 12/7] hexagon: "
  ` [PATCH 14/17] ia64: "
    ` [PATCH 15/17] m68k: "
    ` [PATCH 16/17] microblaze: "
    ` [PATCH 17/17] mips: "

[PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-02-16  8:04 UTC  (12+ messages)
` [PATCH 14/19] mm: Introduce a cgroup for "

[RFC PATCH 00/16] Add a TTM shrinker
 2023-02-16  7:24 UTC  (32+ messages)
` [RFC PATCH 01/16] drm/ttm: Fix a NULL pointer dereference
` [RFC PATCH 02/16] drm/ttm/pool: Fix ttm_pool_alloc error path
` [RFC PATCH 03/16] drm/ttm: Use the BIT macro for the TTM_TT_FLAGs
` [RFC PATCH 04/16] drm/ttm, drm/vmwgfx: Update the TTM swapout interface
` [RFC PATCH 05/16] drm/ttm: Unexport ttm_global_swapout()
` [RFC PATCH 06/16] drm/ttm: Don't use watermark accounting on shrinkable pools
` [RFC PATCH 07/16] drm/ttm: Reduce the number of used allocation orders for TTM pages
` [RFC PATCH 08/16] drm/ttm: Add a shrinker and shrinker accounting
` [RFC PATCH 09/16] drm/ttm: Introduce shrink throttling
` [RFC PATCH 10/16] drm/ttm: Remove pinned bos from shrinkable accounting
` [RFC PATCH 11/16] drm/ttm: Add a simple api to set / clear purgeable ttm_tt content
` [RFC PATCH 12/16] mm: Add interfaces to back up and recover folio contents using swap
` [RFC PATCH 13/16] drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting
` [RFC PATCH 14/16] drm/ttm: Provide helpers for shrinking
` [RFC PATCH 15/16] drm/ttm: Use fault-injection to test error paths
` [RFC PATCH 16/16] drm/i915, drm/ttm: Use the TTM shrinker rather than the external shmem pool

[PATCH] kasan: call clear_page with a match-all tag instead of changing page tag
 2023-02-16  6:47 UTC 

[PATCH v3 1/2] mm/userfaultfd: Support WP on multiple VMAs
 2023-02-16  6:41 UTC  (2+ messages)
` [PATCH v3 2/2] mm/userfaultfd: add VM_WARN_ONCE()

[PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs
 2023-02-16  6:25 UTC  (9+ messages)

[PATCH v3 00/35] Per-VMA locks
 2023-02-16  5:17 UTC  (36+ messages)
` [PATCH v3 01/35] maple_tree: Be more cautious about dead nodes
` [PATCH v3 02/35] maple_tree: Detect dead nodes in mas_start()
` [PATCH v3 03/35] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v3 04/35] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v3 05/35] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v3 06/35] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v3 07/35] maple_tree: Add RCU lock checking to rcu callback functions
` [PATCH v3 08/35] mm: Enable maple tree RCU mode by default
` [PATCH v3 09/35] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v3 10/35] mm: rcu safe VMA freeing
` [PATCH v3 11/35] mm: move mmap_lock assert function definitions
` [PATCH v3 12/35] mm: add per-VMA lock and helper functions to control it
` [PATCH v3 13/35] mm: mark VMA as being written when changing vm_flags
` [PATCH v3 14/35] mm/mmap: move VMA locking before vma_adjust_trans_huge call
` [PATCH v3 15/35] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v3 16/35] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it
` [PATCH v3 18/35] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v3 19/35] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v3 20/35] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH v3 22/35] kernel/fork: assert no VMA readers during its destruction
` [PATCH v3 23/35] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v3 24/35] mm: introduce vma detached flag
` [PATCH v3 25/35] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v3 27/35] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v3 28/35] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v3 29/35] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v3 30/35] mm: introduce per-VMA lock statistics
` [PATCH v3 31/35] x86/mm: try VMA lock-based page fault handling first
` [PATCH v3 32/35] arm64/mm: "
` [PATCH v3 33/35] powerc/mm: "
` [PATCH v3 34/35] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v3 35/35] mm: separate vma->lock from vm_area_struct

[linux-next:master 10828/13038] arch/mips/kernel/vpe.c:643:35: error: no member named 'mod_mem' in 'struct module'
 2023-02-16  3:56 UTC 

[PATCH] hugetlb: check for undefined shift on 32 bit architectures
 2023-02-16  3:01 UTC  (3+ messages)

[PATCH v3 0/4] Change the return value for page isolation functions
 2023-02-16  2:07 UTC  (15+ messages)
` [PATCH v3 1/4] mm: change to return bool for folio_isolate_lru()
` [PATCH v3 2/4] mm: change to return bool for isolate_lru_page()
` [PATCH v3 3/4] mm: hugetlb: change to return bool for isolate_hugetlb()
` [PATCH v3 4/4] mm: change to return bool for isolate_movable_page()

[linux-next:master] BUILD REGRESSION 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
 2023-02-16  2:05 UTC 

[PATCH 1/2] mm/khugepaged: set THP as uptodate earlier for shmem
 2023-02-16  1:37 UTC  (10+ messages)
` [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd

[RFC PATCH v2 00/19] mm: process/cgroup ksm support
 2023-02-15 23:00 UTC  (4+ messages)
` [RFC PATCH v2 09/19] docs: document general_profit sysfs knob

[PATCH] mm/memory_hotplug: return zero from do_migrate_range() for only success
 2023-02-15 22:33 UTC  (5+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-02-15 22:33 UTC  (2+ messages)
` [PATCH v2 2/6] selftests: use canonical ftrace path

[PATCH v9 00/18] TDX host kernel support
 2023-02-15 21:37 UTC  (12+ messages)
` [PATCH v9 07/18] x86/virt/tdx: Do TDX module per-cpu initialization

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-15 21:12 UTC  (9+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "

[PATCH] mm/uffd: Fix comment in handling pte markers
 2023-02-15 20:59 UTC  (2+ messages)

[v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt
 2023-02-15 20:00 UTC  (3+ messages)
` [dm-devel] "

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-02-15 19:33 UTC  (6+ messages)

[PATCH v2 00/33] Per-VMA locks
 2023-02-15 17:39 UTC  (3+ messages)
` [External] "

[PATCH] [RFC] maple_tree: reduce stack usage with gcc-9 and earlier
 2023-02-15 17:22 UTC  (2+ messages)

[PATCH] mm: page_alloc: don't allocate page from memoryless nodes
 2023-02-15 16:55 UTC  (10+ messages)

Folios for anonymous memory
 2023-02-15 16:51 UTC  (3+ messages)

[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
 2023-02-15 16:40 UTC  (17+ messages)
  ` [PATCH v14 05/17] overlayfs: Implement splice-read
    ` [PATCH v15 "

[PATCH v14 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
 2023-02-15 15:56 UTC  (10+ messages)
` [PATCH v13 "
  ` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
        ` [PATCH] splice: Clean up direct_splice_read() a bit

[PATCH] arm64: Reset KASAN tag in copy_highpage with HW tags only
 2023-02-15 13:46 UTC  (4+ messages)

[PATCH v2] kasan: fix deadlock in start_report()
 2023-02-15 13:22 UTC  (4+ messages)

[PATCH 0/3] [v2] objtool warning fixes
 2023-02-15 13:00 UTC  (4+ messages)
` [PATCH 1/3] [v2] kasan: mark addr_has_metadata __always_inline
` [PATCH 2/3] [v2] kmsan: disable ftrace in kmsan core code
` [PATCH 3/3] [v2] objtool: add UACCESS exceptions for __tsan_volatile_read/write

[PATCH 0/2] fixups for generic implementation of pfn_valid()
 2023-02-15 12:16 UTC  (3+ messages)
` [PATCH 1/2] m68k/nommu: add missing definition of ARCH_PFN_OFFSET

[linux-next:pending-fixes] BUILD SUCCESS 923d70f9effdde84beb0a4d3da16bbb718c2315c
 2023-02-15 11:11 UTC 

cgroup: deadlock between cpu_hotplug_lock and freezer_mutex
 2023-02-15 10:36 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