linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] vmap(): don't allow invalid pages
 2022-01-19 17:22 UTC  (8+ messages)

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-19 17:04 UTC  (63+ messages)
` [PATCH v4 18/66] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v4 17/66] mmap: Change zeroing of maple tree in __vma_adjust
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 22/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 24/66] mm: Remove vmacache
` [PATCH v4 26/66] mm/mmap: Reorganize munmap to use maple states
` [PATCH v4 27/66] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v4 28/66] arm64: Remove mmap linked list from vdso
` [PATCH v4 29/66] parisc: Remove mmap linked list from cache handling
` [PATCH v4 30/66] powerpc: Remove mmap linked list walks
` [PATCH v4 31/66] s390: Remove vma "
` [PATCH v4 32/66] x86: "
` [PATCH v4 34/66] cxl: Remove vma linked list walk
` [PATCH v4 33/66] xtensa: Remove vma linked list walks
` [PATCH v4 36/66] um: Remove vma linked list walk
` [PATCH v4 37/66] binfmt_elf: "
` [PATCH v4 35/66] optee: "
` [PATCH v4 38/66] coredump: "
` [PATCH v4 39/66] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v4 41/66] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v4 40/66] exec: Use VMA iterator instead "
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 47/66] sched: Use maple tree iterator to walk VMAs
` [PATCH v4 45/66] acct: Use VMA iterator instead of linked list
` [PATCH v4 46/66] perf: Use VMA iterator
` [PATCH v4 49/66] bpf: Remove VMA linked list
` [PATCH v4 48/66] fork: Use VMA iterator

[RFC PATCH 0/6] Add support for shared PTEs across processes
 2022-01-19 17:02 UTC  (14+ messages)
` [RFC PATCH 1/6] mm: Add new system calls mshare, mshare_unlink
` [RFC PATCH 2/6] mm: Add msharefs filesystem
` [RFC PATCH 3/6] mm: Add read for msharefs
` [RFC PATCH 4/6] mm: implement mshare_unlink syscall
` [RFC PATCH 5/6] mm: Add locking to msharefs syscalls
` [RFC PATCH 6/6] mm: Add basic page table sharing using mshare

[PATCH v1] proc/vmcore: fix false positive lockdep warning
 2022-01-19 15:19 UTC  (4+ messages)

[PATCH 1/3] mm/vmalloc: Move draining areas out of caller context
 2022-01-19 14:35 UTC  (3+ messages)
` [PATCH 2/3] mm/vmalloc: Add adjust_search_size parameter
` [PATCH 3/3] mm/vmalloc: Eliminate an extra orig_gfp_mask

[PATCH v2 0/3] mm: support huge vmalloc mapping on arm64/x86
 2022-01-19 13:48 UTC  (13+ messages)
` [PATCH v2 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior
` [PATCH v2 3/3] x86: Support huge vmalloc mappings

[RFC PLAN] Some humble ideas for DAMON future works
 2022-01-19 13:31 UTC 

[PATCH V2 00/10] selftests: Fix separate output directory builds
 2022-01-19 10:15 UTC  (11+ messages)
` [PATCH V2 01/10] selftests: set the BUILD variable to absolute path
` [PATCH V2 02/10] selftests: Add and export a kernel uapi headers path
` [PATCH V2 03/10] selftests: Correct the headers install path
` [PATCH V2 04/10] selftests: futex: Add the uapi headers include variable
` [PATCH V2 05/10] selftests: kvm: "
` [PATCH V2 06/10] selftests: landlock: "
` [PATCH V2 07/10] selftests: net: "
` [PATCH V2 08/10] selftests: mptcp: "
` [PATCH V2 09/10] selftests: vm: "
` [PATCH V2 10/10] selftests: vm: remove dependecy from internal kernel macros

[PATCH] mm/mmzone.c: fix page_cpupid_xchg_last() to READ_ONCE() the page flags
 2022-01-19 10:02 UTC  (2+ messages)

[RFC PATCH] arm64: don't vmap() invalid page
 2022-01-19  9:55 UTC  (4+ messages)

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-19  9:44 UTC  (21+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-19  9:33 UTC  (7+ messages)
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2022-01-19  9:20 UTC  (4+ messages)

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2022-01-19  8:59 UTC  (13+ messages)
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

[PATCH] mm: slub: fix a deadlock warning in kmem_cache_destroy
 2022-01-19  8:38 UTC  (8+ messages)

[PATCH 00/10] selftests: Fix separate output directory builds
 2022-01-19  8:22 UTC  (16+ messages)
` [PATCH 01/10] selftests: set the BUILD variable to absolute path
` [PATCH 02/10] selftests: Add and export a kernel uapi headers path
` [PATCH 03/10] selftests: Correct the headers install path
` [PATCH 04/10] selftests: futex: Add the uapi headers include variable
` [PATCH 05/10] selftests: kvm: "
` [PATCH 06/10] selftests: landlock: "
` [PATCH 07/10] selftests: net: "
` [PATCH 08/10] selftests: mptcp: "
` [PATCH 09/10] selftests: vm: "
` [PATCH 10/10] selftests: vm: remove dependecy from internal kernel macros

[PATCH] psi: Treat ksm swapping in copy as memstall
 2022-01-19  6:13 UTC  (2+ messages)

[PATCH 00/18 V2] Repair SWAP-over-NFS
 2022-01-19  3:54 UTC  (4+ messages)
` [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag

[PATCH v2] vmap(): don't allow invalid pages
 2022-01-19  1:21 UTC 

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-19  1:18 UTC  (10+ messages)
` [PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2022-01-19  1:15 UTC  (5+ messages)
` [PATCH v2 1/2] powerpc: Fix virt_addr_valid() check

[PATCH v2] mm: use compare-exchange operation to set KASAN page tag
 2022-01-18 22:52 UTC 

[PATCH] mm: use compare-exchange operation to set KASAN page tag
 2022-01-18 22:38 UTC  (3+ messages)

[PATCHv2 0/7] Implement support for unaccepted memory
 2022-01-18 21:05 UTC  (2+ messages)

[RFC PATCH 1/3] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT
 2022-01-18 19:57 UTC  (3+ messages)
` [PATCH] mm/memcg: Do not check v1 event counter when not needed

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-18 17:40 UTC  (6+ messages)
` [RFC 15/16] sched/fair: Account kthread runtime debt for CFS bandwidth

[RFC PATCH v2 0/5] User Managed Concurrency Groups
 2022-01-18 17:16 UTC  (4+ messages)
` [RFC PATCH v2 4/5] sched: UMCG: add a blocked worker list

incoming
 2022-01-18 16:34 UTC  (4+ messages)
` [patch 056/146] mm: rearrange madvise code to allow for reuse

[linux-next:master] BUILD REGRESSION 6f59bc242877fcb9c9a5136ea62d383fce5615df
 2022-01-18 15:47 UTC 

[PATCH] tools/testing/scatterlist: Add missing defines
 2022-01-18 14:40 UTC  (2+ messages)

[PATCH 3/3] status: Display an informational message when the VSTATUS character is pressed or TIOCSTAT ioctl is called
 2022-01-18 14:29 UTC  (3+ messages)

[PATCH] Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
 2022-01-18 13:50 UTC  (3+ messages)

[PATCH v3 RESEND] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2022-01-18 13:27 UTC  (8+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-18 13:21 UTC  (13+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v4 03/12] mm: Introduce memfile_notifier
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier
` [PATCH v4 05/12] KVM: Extend the memslot to support fd-based private memory
` [PATCH v4 06/12] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v4 07/12] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v4 08/12] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v4 09/12] KVM: Handle page fault for private memory
` [PATCH v4 10/12] KVM: Register private memslot to memory backing store
` [PATCH v4 11/12] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[linux-next:pending-fixes] BUILD SUCCESS 0e10d8ba146c4c12183f391691cbc6f17e1df1c7
 2022-01-18 11:25 UTC 

[PATCH v3] mm/oom: do not oom reap task with an unresolved robust futex
 2022-01-18  8:51 UTC  (5+ messages)

Out of order read() completion and buffer filling beyond returned amount
 2022-01-18  7:25 UTC  (4+ messages)

[GIT PULL] slab for 5.17 - part 2
 2022-01-18  4:53 UTC  (2+ messages)

[PATCH 00/12] Enabling large folios for 5.17
 2022-01-17 21:00 UTC  (8+ messages)
` [PATCH 02/12] filemap: Use folio_put_refs() in filemap_free_folio()
` [PATCH 04/12] mm/vmscan: Free non-shmem folios without splitting them

[PATCH] mpage: remove ineffective __GFP_HIGH flag
 2022-01-17 18:09 UTC  (3+ messages)

[PATCH] mm: fix missed initialization for folio_batch::percpu_pvec_drained
 2022-01-17 15:40 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 68e0667e38d92a8f461fa2e4ccf268ecf4ea1307
 2022-01-17 14:58 UTC 

[PATCH] mm: reuse the unshared swapcache page in do_wp_page
 2022-01-17 13:31 UTC  (9+ messages)

[PATCH v5 3/5] x86/e820: Tag e820_entry with crypto capabilities
 2022-01-17 12:42 UTC  (2+ messages)

[btrfs] 1a61b300c0: fsmark.files_per_sec -69.3% regression
 2022-01-17 12:08 UTC  (2+ messages)

[PATCH 00/17] Convert GUP to folios
 2022-01-17 12:07 UTC  (10+ messages)
` [PATCH 14/17] gup: Convert for_each_compound_head() to gup_for_each_folio()

[PATCH] mm/oom_kill: wake futex waiters before annihilating victim shared mutex
 2022-01-17 11:33 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 36cca0cb5eb5f16d2f5a2300c5c9597f617ca3d4
 2022-01-17 10:02 UTC 

[PATCH v2 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2022-01-17  7:59 UTC  (4+ messages)
` [PATCH v2 1/2] mm/cma: provide option to opt out from exposing pages on activation failure

[PATCH v3 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2022-01-17  7:52 UTC  (3+ messages)
` [PATCH v3 1/2] mm/cma: provide option to opt out from exposing pages on activation failure
` [PATCH v3 2/2] powerpc/fadump: opt out from freeing pages on cma "

page:  |  | latest

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