linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-13 13:44:35 to 2022-04-14 16:57:53 UTC [more...]

[PATCH v7 00/70] Introducing the Maple Tree
 2022-04-14 16:57 UTC  (9+ messages)
` [PATCH v7 26/70] mm/mmap: Use advanced maple tree API for mmap_region()

[PATCH v8 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-04-14 16:30 UTC  (11+ messages)
` [PATCH v8 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v8 03/23] mm: Check against orig_pte for finish_fault()

[perf vendor events] 3f5f0df7bf: perf-sanity-tests.perf_all_metrics_test.fail
 2022-04-14 16:09 UTC  (8+ messages)
  ` [LKP] "

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-14 15:55 UTC  (26+ messages)
` [PATCHv4 1/8] mm: Add "
` [PATCHv4 3/8] efi/x86: Implement "
` [PATCHv4 6/8] x86/mm: Provide helpers "

[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-04-14 15:38 UTC  (5+ messages)
` [PATCH v2 38/48] objtool: kmsan: list KMSAN API functions as uaccess-safe

[PATCH] mm/smaps_rollup: return empty file for kthreads instead of ESRCH
 2022-04-14 15:24 UTC  (8+ messages)

[PATCH v3 00/16] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-04-14 15:18 UTC  (19+ messages)
` [PATCH v3 08/16] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v3 11/16] mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
` [PATCH v3 12/16] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH v3 13/16] mm/gup: disallow follow_page(FOLL_PIN)

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-14 15:10 UTC  (20+ messages)

[PATCH v9] oom_kill.c: futex: Delay the OOM reaper to allow time for proper futex cleanup
 2022-04-14 14:40 UTC 

[PATCH] mm: Remove stub for non_swap_entry()
 2022-04-14 14:21 UTC  (3+ messages)

[linux-next:master 2214/4328] sm4-neon-glue.c:undefined reference to `sm4_expandkey'
 2022-04-14 14:04 UTC 

[PATCH] mm, page_alloc: check pfn is valid before moving to freelist
 2022-04-14 14:02 UTC  (7+ messages)

[PATCH] mm/mmu_notifier.c: Fix race in mmu_interval_notifier_remove()
 2022-04-14 13:50 UTC  (2+ messages)

[PATCH RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
 2022-04-14 13:49 UTC  (7+ messages)
` [PATCH RFC 1/4] mm: Track previously writeable vma permission
` [PATCH RFC 2/4] mm, personality: Implement memory-deny-write-execute as a personality flag
` [PATCH RFC 3/4] fs/binfmt_elf: Tell user-space about the DENY_WRITE_EXEC "
` [PATCH RFC 4/4] arm64: Select ARCH_ENABLE_DENY_WRITE_EXEC

[PATCH v3 0/3] kasan, arm64, scs: collect stack traces from Shadow Call Stack
 2022-04-14 13:40 UTC  (7+ messages)
` [PATCH v3 1/3] arm64, scs: expose irq_shadow_call_stack_ptr
` [PATCH v3 2/3] kasan, arm64: implement stack_trace_save_shadow
` [PATCH v3 3/3] kasan: use stack_trace_save_shadow

[PATCH 0/3] memory tiering: hot page selection
 2022-04-14 13:23 UTC  (3+ messages)
` [PATCH 1/3] memory tiering: hot page selection with hint page fault latency

[PATCH v12 0/7] fsdax: introduce fs query to support reflink
 2022-04-14 13:22 UTC  (8+ messages)
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS
  ` [xfs] bf68be0c39: BUG:KASAN:null-ptr-deref_in_fs_put_dax

[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
 2022-04-14 12:36 UTC  (26+ messages)
` [PATCH v2 01/23] mm/slab: move NUMA-related code to __do_cache_alloc()
` [PATCH v2 02/23] mm/slab: cleanup slab_alloc() and slab_alloc_node()
` [PATCH v2 03/23] mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
` [PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()
` [PATCH v2 05/23] mm/slab_common: cleanup __kmalloc()
` [PATCH v2 06/23] mm/sl[auo]b: fold kmalloc_order_trace() into kmalloc_large()
` [PATCH v2 07/23] mm/slub: move kmalloc_large_node() to slab_common.c
` [PATCH v2 09/23] mm/slab_common: cleanup kmalloc_large()
` [PATCH v2 10/23] mm/slab_common: cleanup kmem_cache_alloc{,node,lru}
` [PATCH v2 11/23] mm/slab_common: kmalloc_node: pass large requests to page allocator
` [PATCH v2 12/23] mm/slab_common: cleanup kmalloc()
` [PATCH v2 13/23] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH v2 14/23] mm/slab_common: print cache name in tracepoints
` [PATCH v2 15/23] mm/slab_common: use same tracepoint in kmalloc and normal caches
` [PATCH v2 16/23] mm/slab_common: rename tracepoint
` [PATCH v2 17/23] mm/slab_common: implement __kmem_cache_free()
` [PATCH v2 18/23] mm/sl[au]b: generalize kmalloc subsystem
` [PATCH v2 20/23] mm/slab_common: factor out __do_kmalloc_node()
` [PATCH v2 21/23] mm/sl[au]b: remove kmem_cache_alloc_node_trace()
` [PATCH v2 22/23] mm/sl[auo]b: move definition of __ksize() to mm/slab.h
` [PATCH v2 23/23] mm/sl[au]b: check if large object is valid in __ksize()

[PATCH] mm/vmscan: fix comment for current_may_throttle
 2022-04-14 12:02 UTC 

[PATCH v2 0/2] A few fixup and cleanup patches for memory failure
 2022-04-14 11:49 UTC  (3+ messages)
` [PATCH v2 1/2] mm/memory-failure.c: minor cleanup for HWPoisonHandlable
` [PATCH v2 2/2] mm/memory-failure.c: dissolve truncated hugetlb page

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-14 11:47 UTC  (5+ messages)
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation

[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-14 10:40 UTC  (12+ messages)
` [PATCH v2 1/5] mm: demotion: Set demotion list differently

[PATCH v3] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-14 10:33 UTC  (2+ messages)

[PATCH v2] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-14 10:32 UTC  (5+ messages)

[PATCH v2 0/9] introduce mirrored memory support for arm64
 2022-04-14 10:22 UTC  (11+ messages)
` [PATCH v2 1/9] efi: Make efi_print_memmap() public
` [PATCH v2 2/9] arm64: efi: Add fake memory support
` [PATCH v2 3/9] efi: Make efi_find_mirror() public
` [PATCH v2 4/9] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v2 5/9] mm: Ratelimited mirrored memory related warning messages
` [PATCH v2 6/9] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH v2 7/9] mm: Calc the right pfn if page size is not 4K
` [PATCH v2 8/9] efi: Disable mirror feature if kernelcore is not specified
` [PATCH v2 9/9] ia64/efi: Code simplification in efi_init

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-14  9:10 UTC 

[PATCH] arm64: mm: hugetlb: restructure the code comment inside flush_dcache_page()
 2022-04-14  7:26 UTC 

[PATCH v2 0/4] kasan, arm64, scs, stacktrace: collect stack traces from Shadow Call Stack
 2022-04-14  7:02 UTC  (7+ messages)

[PATCH] mm: modify the method to search addr in unmapped_area
 2022-04-14  6:57 UTC 

[PATCH V7 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-14  6:23 UTC  (9+ messages)
` [PATCH V7 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 3/7] arm64/mm: "
` [PATCH V7 4/7] sparc/mm: "
` [PATCH V7 5/7] x86/mm: "
` [PATCH V7 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V7 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH v8 0/4] add hugetlb_optimize_vmemmap sysctl
 2022-04-14  4:04 UTC  (9+ messages)
` [PATCH v8 1/4] mm: hugetlb_vmemmap: introduce CONFIG_HUGETLB_PAGE_HAS_OPTIMIZE_VMEMMAP
` [PATCH v8 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v8 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
` [PATCH v8 4/4] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl

mmotm 2022-04-12-21-05 uploaded
 2022-04-14  3:51 UTC  (5+ messages)
` mmotm 2022-04-12-21-05 uploaded (ARCH_HAS_NONLEAF_PMD_YOUNG)
` mmotm 2022-04-12-21-05 uploaded (fs/btrfs/raid56.o)

[PATCH] kasan: Prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time
 2022-04-14  2:59 UTC 

[PATCH] mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
 2022-04-14  2:40 UTC  (3+ messages)

[PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-04-14  2:40 UTC  (7+ messages)
` [PATCH v2 1/8] mm/swap: remember PG_anon_exclusive via a swp pte bit

[PATCH v3 0/4] hugetlb: Fix some incorrect behavior
 2022-04-14  1:28 UTC  (6+ messages)
` [PATCH v3 1/4] hugetlb: Fix wrong use of nr_online_nodes

[PATCH -next] mm: Remove duplicated include in memory.c
 2022-04-14  1:22 UTC 

Kernel BUG with "Enabling large folios for 5.17"
 2022-04-14  0:22 UTC  (2+ messages)

[PATCH v2] lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAP
 2022-04-13 21:22 UTC  (7+ messages)

[linux-next:master 3841/3955] mm/memory.c:1678:67: sparse: sparse: incorrect type in initializer (different base types)
 2022-04-13 19:00 UTC  (2+ messages)

[PATCH] binfmt_flat: do not stop relocating GOT entries prematurely
 2022-04-13 18:13 UTC  (5+ messages)

[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-13 18:06 UTC  (7+ messages)
    ` making x86 clear_user not suck, was "

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-13 17:52 UTC  (11+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[linux-next:master 3834/3955] mm/memory.c:1238:1: sparse: sparse: symbol 'vma_needs_copy' was not declared. Should it be static?
 2022-04-13 16:51 UTC  (3+ messages)
` [RFC PATCH linux-next] mm/shmem: vma_needs_copy can be static

[PATCH] tlb/hugetlb: Add framework to handle PGDIR_SIZE HugeTLB pages
 2022-04-13 16:29 UTC  (2+ messages)

[PATCH v3 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-13 15:33 UTC  (5+ messages)
` [PATCH v3 bpf 1/4] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
` [PATCH v3 bpf 2/4] page_alloc: use __vmalloc_huge for large system hash
` [PATCH v3 bpf 3/4] module: introduce module_alloc_huge
` [PATCH v3 bpf 4/4] bpf: use module_alloc_huge for bpf_prog_pack

[PATCH v8] oom_kill.c: futex: Don't OOM reap the VMA containing the robust_list_head
 2022-04-13 16:00 UTC  (10+ messages)

[PATCH v2 bpf 0/3] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-13 15:51 UTC  (5+ messages)
` [PATCH v2 bpf 3/3] bpf: use vmalloc with VM_ALLOW_HUGE_VMAP for bpf_prog_pack

[PATCH v4 1/2] mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAP
 2022-04-13 14:59 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: mm: hugetlb: Enable HUGETLB_PAGE_FREE_VMEMMAP for arm64

[RFC PATCH -next V3 0/6]arm64: add machine check safe support
 2022-04-13 14:41 UTC  (4+ messages)
` [RFC PATCH -next V3 3/6] arm64: add support for machine check error safe

[PATCH V6 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-13 14:15 UTC  (5+ messages)
` [PATCH V6 4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).