linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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 v10 00/14] Multi-Gen LRU Framework
 2022-04-14  6:03 UTC  (4+ messages)
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation

[PATCH] mm: Remove stub for non_swap_entry()
 2022-04-14  5:48 UTC  (2+ messages)

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

[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] mm/smaps_rollup: return empty file for kthreads instead of ESRCH
 2022-04-14  3:23 UTC  (5+ messages)

[PATCH] mm/mmu_notifier.c: Fix race in mmu_interval_notifier_remove()
 2022-04-14  3:18 UTC 

[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  (8+ 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  (18+ messages)
` [PATCH v3 1/4] hugetlb: Fix wrong use of nr_online_nodes
` [PATCH v3 2/4] hugetlb: Fix hugepages_setup when deal with pernode
` [PATCH v3 3/4] hugetlb: Fix return value of __setup handlers
` [PATCH v3 4/4] hugetlb: Clean up hugetlb_cma_reserve

[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 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-13 21:44 UTC  (7+ messages)
` [PATCH v2 1/5] mm: demotion: Set demotion list differently
` [PATCH v2 2/5] mm: demotion: Add new node state N_DEMOTION_TARGETS
` [PATCH v2 3/5] mm: demotion: Add support to set targets from userspace
` [PATCH v2 4/5] device-dax/kmem: Set node state as N_DEMOTION_TARGETS
` [PATCH v2 5/5] mm: demotion: Build demotion list based on N_DEMOTION_TARGETS

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

[PATCH] mm, page_alloc: check pfn is valid before moving to freelist
 2022-04-13 20:55 UTC  (6+ messages)

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-13 20:06 UTC  (26+ messages)
` [PATCHv4 1/8] mm: Add "
` [PATCHv4 2/8] efi/x86: Get full memory map in allocate_e820()
` [PATCHv4 6/8] x86/mm: Provide helpers for unaccepted memory

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

[PATCH v3 0/3] kasan, arm64, scs: collect stack traces from Shadow Call Stack
 2022-04-13 19:26 UTC  (4+ 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

[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 RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
 2022-04-13 18:39 UTC  (6+ 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 00/16] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-04-13 18:29 UTC  (17+ 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

[perf vendor events] 3f5f0df7bf: perf-sanity-tests.perf_all_metrics_test.fail
 2022-04-13 18:17 UTC  (7+ messages)
  ` [LKP] "

[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  (15+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH v12 0/7] fsdax: introduce fs query to support reflink
 2022-04-13 17:12 UTC  (9+ messages)
` [PATCH v12 1/7] dax: Introduce holder for dax_device
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS

[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 v8 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-04-13 16:43 UTC  (9+ messages)
` [PATCH v8 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v8 03/23] mm: Check against orig_pte for finish_fault()

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

[PATCH v3] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-13 16:28 UTC 

[PATCH v2] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-13 16:24 UTC  (4+ messages)

[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 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 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  (11+ messages)
` [RFC PATCH -next V3 1/6] x86: fix function define in copy_mc_to_user
` [RFC PATCH -next V3 3/6] arm64: add support for machine check error safe
` [RFC PATCH -next V3 4/6] arm64: add copy_{to, from}_user to machine check safe

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

[next] next-20220412: BUG: Bad page map in process oom_reaper pte
 2022-04-13 11:01 UTC  (3+ messages)

[PATCH V5 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-13 10:48 UTC  (12+ messages)
` [PATCH V5 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 4/7] sparc/mm: "
` [PATCH V5 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V5 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH] mm/memory-failure.c: bail out early if huge zero page
 2022-04-13  9:03 UTC  (6+ messages)

[PATCH v2 0/2] x86/kexec: fix memory leak of elf header buffer
 2022-04-13  8:32 UTC  (5+ messages)

[PATCH v5 02/13] mm: Introduce memfile_notifier
 2022-04-13  6:47 UTC  (3+ messages)

[PATCH] mm: fix align-error when get_addr in unmapped_area_topdown
 2022-04-13  3:28 UTC  (3+ messages)
  `  "

[PATCH v2 0/9] A few cleanup and fixup patches for vmscan
 2022-04-13  2:17 UTC  (7+ messages)
` [PATCH v2 2/9] mm/vmscan: remove unneeded can_split_huge_page check

[PATCH v2 bpf 0/3] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-13  0:35 UTC  (3+ messages)

[PATCH] mm/slub: remove meaningless node check in ___slab_alloc()
 2022-04-12 23:39 UTC  (2+ messages)

[PATCH v2] mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()
 2022-04-12 23:38 UTC 

[PATCH] mm/slub: remove duplicate flag in allocate_slab()
 2022-04-12 23:36 UTC  (2+ messages)

[PATCH] mm/slub: remove unused parameter in setup_object*()
 2022-04-12 23:35 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