linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/3] userfaultfd: convert userfaultfd functions to use folios
 2023-03-14 13:23 UTC  (5+ messages)
` [PATCH v2 1/3] userfaultfd: convert mcopy_atomic_pte() to use a folio
` [PATCH v2 2/3] userfaultfd: convert __mcopy_atomic_hugetlb() "
` [PATCH v2 3/3] userfaultfd: convert __mcopy_atomic() "

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-14 13:06 UTC  (2+ messages)

[PATCH v5 00/12] fold per-CPU vmstats remotely
 2023-03-14 13:00 UTC  (16+ messages)
` [PATCH v5 01/12] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
` [PATCH v5 02/12] this_cpu_cmpxchg: loongarch: "
` [PATCH v5 03/12] this_cpu_cmpxchg: S390: "
` [PATCH v5 04/12] this_cpu_cmpxchg: x86: "
` [PATCH v5 05/12] add this_cpu_cmpxchg_local and asm-generic definitions
` [PATCH v5 06/12] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
` [PATCH v5 07/12] mm/vmstat: switch counter modification to cmpxchg
` [PATCH v5 08/12] vmstat: switch per-cpu vmstat counters to 32-bits
` [PATCH v5 09/12] mm/vmstat: use xchg in cpu_vm_stats_fold
` [PATCH v5 10/12] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
` [PATCH v5 11/12] mm/vmstat: refresh stats remotely instead of via work item
` [PATCH v5 12/12] vmstat: add pcp remote node draining via cpu_vm_stats_fold

[PATCH v2 0/3] Some fixes and cleanup for maple tree
 2023-03-14 12:42 UTC  (4+ messages)
` [PATCH v2 1/3] maple_tree: Fix get wrong data_end in mtree_lookup_walk()
` [PATCH v2 2/3] maple_tree: Simplify mas_wr_node_walk()
` [PATCH v2 3/3] maple_tree: Fix a potential concurrency bug in RCU mode

[PATCH] mm: remove redundant check in handle_mm_fault
 2023-03-14 12:40 UTC  (10+ messages)

[PATCH] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-14 12:34 UTC 

[PATCH RESEND] mm/oom_kill: don't kill exiting tasks in oom_kill_memcg_member
 2023-03-14 12:00 UTC  (6+ messages)

[PATCH 0/3] userfaultfd: convert userfaultfd functions to use folios
 2023-03-14 11:47 UTC  (6+ messages)
` [PATCH 1/3] userfaultfd: convert mcopy_atomic_pte() to use a folio
` [PATCH 2/3] userfaultfd: convert __mcopy_atomic_hugetlb() "
` [PATCH 3/3] userfaultfd: convert __mcopy_atomic() "

[PATCH v8] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-14 11:20 UTC  (7+ messages)

[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
 2023-03-14 10:17 UTC  (11+ messages)

[PATCH] memcg: page_cgroup_ino() get memcg from compound_head(page)
 2023-03-14 10:02 UTC  (5+ messages)

[PATCH v4 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-14  9:50 UTC  (11+ messages)
` [PATCH v4 1/5] rmap: move hugetlb try_to_unmap to dedicated function
` [PATCH v4 2/5] rmap: move page unmap operation "
` [PATCH v4 3/5] rmap: cleanup exit path of try_to_unmap_one_page()
` [PATCH v4 4/5] rmap:addd folio_remove_rmap_range()
` [PATCH v4 5/5] try_to_unmap_one: batched remove rmap, update folio refcount

[PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-14  9:34 UTC  (15+ messages)
` [PATCH 1/7] mm/slob: remove CONFIG_SLOB
` [PATCH 3/7] mm, page_flags: remove PG_slob_free
` [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH 6/7] mm/slob: remove slob.c

[PATCH 6.2 073/211] swiotlb: mark swiotlb_memblock_alloc() as __init
 2023-03-14  8:54 UTC  (2+ messages)

[linux-next:master 2536/3406] drivers/gpu/drm/i915/i915_driver.c:556:9: error: implicit declaration of function 'intel_opregion_cleanup'; did you mean 'intel_opregion_setup'?
 2023-03-14  8:52 UTC 

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-14  7:19 UTC  (18+ messages)
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 38/41] x86/fpu: Add helper for initing features
` [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK

[PATCH v2] mm/slub: fix help comment of SLUB_DEBUG
 2023-03-14  7:16 UTC 

[PATCH v7] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-14  6:35 UTC  (2+ messages)

[PATCH] mm/slub: fix help comment of SLUB_DEBUG[_ON]
 2023-03-14  6:33 UTC  (4+ messages)

[linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
 2023-03-14  5:50 UTC  (3+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-14  5:45 UTC  (8+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand

[PATCH] mm: mmap: remove newline at the end of the trace
 2023-03-14  5:28 UTC  (2+ messages)

[PATCH v6] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-14  5:26 UTC  (4+ messages)

[PATCH 0/3] selftests: Fix virtual address range for arm64
 2023-03-14  4:23 UTC  (4+ messages)
` [PATCH 1/3] selftests: Change MAP_CHUNK_SIZE
` [PATCH 2/3] selftests: Change NR_CHUNKS_HIGH for aarch64
` [PATCH 3/3] selftests: Set overcommit_policy as OVERCOMMIT_ALWAYS

[PATCH 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-03-14  4:11 UTC  (5+ messages)
` [PATCH 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-14  2:56 UTC  (4+ messages)
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-03-14  2:46 UTC  (3+ messages)

x86/pkeys in early kernel version
 2023-03-14  0:24 UTC  (11+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-13 23:46 UTC  (10+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[syzbot] [mm?] kernel BUG in hpage_collapse_scan_file
 2023-03-13 22:08 UTC  (6+ messages)

[PATCH v4 1/3] selftests: use canonical ftrace path
 2023-03-13 21:17 UTC  (3+ messages)
` [PATCH v4 2/3] leaking_addresses: also skip "
` [PATCH v4 3/3] tools/kvm_stat: use "

[PATCH v2] mm: add tracepoints to ksm
 2023-03-13 20:46 UTC 

[PATCH v5 0/8] make slab shrink lockless
 2023-03-13 20:31 UTC  (10+ messages)
` [PATCH v5 1/8] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v5 2/8] mm: vmscan: make global slab shrink lockless
` [PATCH v5 3/8] mm: vmscan: make memcg "
` [PATCH v5 4/8] mm: vmscan: add shrinker_srcu_generation
` [PATCH v5 5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless
` [PATCH v5 6/8] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH v5 7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
` [PATCH v5 8/8] mm: shrinkers: convert shrinker_rwsem to mutex

[PATCH 0/3] Remove drm/ttm-specific mm changes
 2023-03-13 19:38 UTC  (6+ messages)
` [PATCH 1/3] mm: remove unused vmf_insert_mixed_prot()
` [PATCH 2/3] mm: Remove vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH 3/3] drm/ttm: Remove comment referencing now-removed vmf_insert_mixed_prot()

[PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages
 2023-03-13 18:52 UTC  (2+ messages)

[PATCH v4 00/12] fold per-CPU vmstats remotely
 2023-03-13 16:41 UTC  (4+ messages)
` [PATCH v4 01/12] mm/vmstat: remove remote node draining

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-03-13 16:26 UTC  (3+ messages)
` [PATCH v4 1/3] mm: add new api to enable ksm per process

[PATCH] mm: slub: make kobj_type structure constant
 2023-03-13 16:21 UTC  (2+ messages)

[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
 2023-03-13 16:04 UTC  (4+ messages)

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-13 16:02 UTC  (3+ messages)
` [PATCH v11 4/7] fs/proc/task_mmu: "

[PATCH v1 0/4] Fixes for MDWE prctl
 2023-03-13 14:13 UTC  (7+ messages)
` [PATCH v1 3/4] kselftest: vm: fix unused variable warning
` [PATCH v1 4/4] tools headers UAPI: Sync linux/prctl.h with the kernel sources
  ` [PATCH v1 1/4] mm: deduplicate error handling for map_deny_write_exec
  ` [PATCH v1 2/4] mm: fix "

[PATCH 0/4] Some fixes and cleanup for maple tree
 2023-03-13 14:07 UTC  (4+ messages)
` [PATCH 2/4] maple_tree: Simplify mas_wr_node_walk()

[PATCH] slab: Adjust comment after refactoring of gfp.h
 2023-03-13 13:52 UTC  (3+ messages)

[PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-13 13:28 UTC  (3+ messages)
` [PATCH v17 05/14] coda: Implement splice-read

[PATCH v5 2/6] ksm: support unsharing zero pages placed by KSM
 2023-03-13 12:14 UTC  (2+ messages)

[PATCH 1/5] kasan: drop empty tagging-related defines
 2023-03-13 11:19 UTC  (3+ messages)
` [PATCH 5/5] kasan: suppress recursive reports for HW_TAGS

[PATCH v5] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-13 10:27 UTC  (5+ messages)

[PATCH v7 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-13 10:01 UTC  (7+ messages)
` [PATCH v7 2/4] mm: Introduce memblock_isolate_memory
` [PATCH v7 3/4] arm64: Make use of memblock_isolate_memory for the linear mapping

[PATCH] mm: memory-failure: correct HWPOISON_INJECT config
 2023-03-13  5:39 UTC  (5+ messages)
` [PATCH v2] mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)

[PATCH v2] swiotlb: fix the deadlock in swiotlb_do_find_slots
 2023-03-13  5:13 UTC  (2+ messages)

[PATCH v4] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-13  5:02 UTC  (3+ messages)

[PATCHv15 00/17] Linear Address Masking enabling
 2023-03-13  3:23 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-13  2:12 UTC  (10+ messages)

[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
 2023-03-12 20:25 UTC  (2+ messages)

[PATCHv16 00/17] Linear Address Masking enabling
 2023-03-12 11:26 UTC  (16+ messages)
` [PATCHv16 02/17] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv16 04/17] x86/mm: Handle LAM on context switch
` [PATCHv16 05/17] mm: Introduce untagged_addr_remote()
` [PATCHv16 06/17] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv16 07/17] x86/mm: Reduce untagged_addr() overhead for systems without LAM
` [PATCHv16 08/17] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv16 09/17] mm: Expose untagging mask in /proc/$PID/status
` [PATCHv16 10/17] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
` [PATCHv16 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
` [PATCHv16 12/17] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv16 13/17] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv16 14/17] selftests/x86/lam: Add io_uring "
` [PATCHv16 15/17] selftests/x86/lam: Add inherit "
` [PATCHv16 16/17] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA "
` [PATCHv16 17/17] selftests/x86/lam: Add test cases for LAM vs thread creation

page:  |  | latest

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