[PATCH v12 00/69] Introducing the Maple Tree
2022-07-20 2:18 UTC (45+ messages)
` [PATCH v12 01/69] Maple Tree: add new data structure
` [PATCH v12 02/69] radix tree test suite: add pr_err define
` [PATCH v12 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v12 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v12 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v12 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v12 08/69] mm: start tracking VMAs with maple tree
` [PATCH v12 07/69] lib/test_maple_tree: add testing for "
` [PATCH v12 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v12 09/69] mm: add VMA iterator
` [PATCH v12 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v12 11/69] mm/mmap: use the maple tree in find_vma() "
` [PATCH v12 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v12 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v12 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v12 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v12 17/69] mm: remove rb tree
` [PATCH v12 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v12 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v12 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v12 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v12 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v12 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v12 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v12 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v12 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v12 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v12 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v12 34/69] s390: remove vma linked list walks
` [PATCH v12 36/69] xtensa: "
` [PATCH v12 38/69] optee: remove vma linked list walk
` [PATCH v12 37/69] cxl: "
` [PATCH v12 39/69] um: "
` [PATCH v12 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v12 41/69] exec: use VMA iterator instead of linked list
` [PATCH v12 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v12 45/69] ipc/shm: use VMA iterator instead of linked list
` [PATCH v12 46/69] acct: "
` [PATCH v12 47/69] perf: use VMA iterator
` [PATCH v12 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v12 51/69] mm/gup: use maple tree navigation instead of linked list
` [PATCH v12 49/69] fork: use VMA iterator
` [PATCH v12 50/69] bpf: remove VMA linked list
` [PATCH v12 52/69] mm/khugepaged: stop using vma "
[RESEND PATCH v3] arm64: enable THP_SWAP for arm64
2022-07-20 1:46 UTC (17+ messages)
[PATCH v4 00/34] Printbufs - new data structure for building strings
2022-07-20 1:37 UTC (8+ messages)
[PATCHv5 00/13] Linear Address Masking enabling
2022-07-20 0:59 UTC (6+ messages)
` [PATCHv5 06/13] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR
[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
2022-07-20 0:26 UTC (23+ messages)
[PATCH v4 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
2022-07-19 23:55 UTC (13+ messages)
` [PATCH v4 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v4 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v4 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v4 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v4 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh
[PATCH v2 1/1] mm: kfence: apply kmemleak_ignore_phys on early allocated pool
2022-07-19 23:22 UTC (8+ messages)
[PATCH v3] selftests/vm: enable running select groups of tests
2022-07-19 22:27 UTC (3+ messages)
[PATCH V3] mm: prevent page_frag_alloc() from corrupting the memory
2022-07-19 22:27 UTC (4+ messages)
` "
` Re:Re: [PATCH "
` Re:Re: "
[RFC PATCH 01/14] userfaultfd: set dirty and young on writeprotect
2022-07-19 20:49 UTC (4+ messages)
` [RFC PATCH 02/14] userfaultfd: try to map write-unprotected pages
[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
2022-07-19 20:29 UTC (22+ messages)
` cgroup specific sticky resources (was: Re: [PATCH bpf-next 0/5] bpf: BPF specific memory allocator.)
[PATCH] mmap: Fix hugetlb accounting error in __split_vma()
2022-07-19 20:15 UTC
[syzbot] WARNING in page_counter_cancel (4)
2022-07-19 20:10 UTC
[PATCH 0/3] mmap: Remove do_brk_munmap() optimization
2022-07-19 19:14 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 3/3] mm/mmap: change do_brk_munmap() to use
` [PATCH 2/3 ] mm/mmap: reorganize munmap to use maple states
[PATCH] maple_tree: Fix bitwise for logical operator in mas_validate_limits()
2022-07-19 18:51 UTC
[PATCH] mmap: Remove unroll from vma_expand()
2022-07-19 18:50 UTC
[PATCH] mmap: Remove unroll from __vma_adjust()
2022-07-19 18:49 UTC
[PATCH] maple_tree: Fix mas_empty_area() wrapping
2022-07-19 17:39 UTC (2+ messages)
[PATCH v4] mm: vmpressure: don't count proactive reclaim in vmpressure
2022-07-19 17:32 UTC (2+ messages)
[PATCH] selftests: memcg: uninitialized variable in test_memcg_reclaim()
2022-07-19 17:27 UTC (2+ messages)
[PATCH] selftest/vm: uninitialized variable in main()
2022-07-19 17:23 UTC (2+ messages)
[PATCH] maple_tree: Drop typedef from header
2022-07-19 17:10 UTC
[PATCH] mm/mmap: Drop VM_BUG_ON() until better tested
2022-07-19 17:09 UTC
[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
2022-07-19 16:19 UTC (7+ messages)
` [RFC PATCH 15/26] hugetlb: make unmapping compatible with high-granularity mappings
` [RFC PATCH 17/26] hugetlb: update follow_hugetlb_page to support HGM
[PATCH v2] x86/mm/tlb: ignore f->new_tlb_gen when zero
2022-07-19 16:13 UTC (2+ messages)
[PATCH] mm: fix use-after free of page_ext after race with memory-offline
2022-07-19 15:54 UTC (10+ messages)
[PATCH v5] locking/rwsem: Make handoff bit handling more consistent
2022-07-19 15:30 UTC (2+ messages)
[PATCH v1] mm/slub: enable debugging memory wasting of kmalloc
2022-07-19 15:03 UTC (8+ messages)
[PATCH v10 00/69] Introducing the Maple Tree
2022-07-19 14:54 UTC (4+ messages)
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
[mm] 3173346337: stress-ng.numa.ops_per_sec 87.1% improvement
2022-07-19 14:46 UTC
[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
2022-07-19 14:43 UTC (5+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-19 14:23 UTC (13+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH v8 00/12] mm/demotion: Memory tiers and demotion
2022-07-19 14:00 UTC (13+ messages)
[bug report] Maple Tree: add new data structure
2022-07-19 13:37 UTC (2+ messages)
[bug report] mm/gup: migrate device coherent pages when pinning instead of failing
2022-07-19 13:00 UTC (3+ messages)
[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
2022-07-19 11:52 UTC (10+ messages)
[PATCH] mm/mempolicy: remove unneeded out label
2022-07-19 11:52 UTC
[PATCH mm v2 00/33] kasan: switch tag-based modes to stack ring from per-object metadata
2022-07-19 11:41 UTC (22+ messages)
` [PATCH mm v2 14/33] kasan: only define kasan_metadata_size for Generic mode
` [PATCH mm v2 15/33] kasan: only define kasan_never_merge "
` [PATCH mm v2 16/33] kasan: only define metadata offsets "
` [PATCH mm v2 17/33] kasan: only define metadata structs "
` [PATCH mm v2 18/33] kasan: only define kasan_cache_create "
` [PATCH mm v2 19/33] kasan: pass tagged pointers to kasan_save_alloc/free_info
` [PATCH mm v2 20/33] kasan: move kasan_get_alloc/free_track definitions
` [PATCH mm v2 21/33] kasan: cosmetic changes in report.c
` [PATCH mm v2 22/33] kasan: use virt_addr_valid in kasan_addr_to_page/slab
` [PATCH mm v2 23/33] kasan: use kasan_addr_to_slab in print_address_description
` [PATCH mm v2 24/33] kasan: make kasan_addr_to_page static
` [PATCH mm v2 25/33] kasan: simplify print_report
` [PATCH mm v2 26/33] kasan: introduce complete_report_info
` [PATCH mm v2 27/33] kasan: fill in cache and object in complete_report_info
` [PATCH mm v2 28/33] kasan: rework function arguments in report.c
` [PATCH mm v2 29/33] kasan: introduce kasan_complete_mode_report_info
` [PATCH mm v2 30/33] kasan: implement stack ring for tag-based modes
` [PATCH mm v2 31/33] kasan: support kasan.stacktrace for SW_TAGS
` [PATCH mm v2 32/33] kasan: dynamically allocate stack ring entries
` [PATCH mm v2 33/33] kasan: better identify bug types for tag-based modes
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-07-19 11:34 UTC (6+ messages)
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support
[PATCH] selftests/vm: silence uninitialized variable warning
2022-07-19 9:42 UTC
[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-07-19 8:40 UTC (5+ messages)
` [PATCH v9 06/14] mm/gup: migrate device coherent pages when pinning instead of failing
[PATCH v3] mm/compaction: fix set skip in fast_find_migrateblock
2022-07-19 8:28 UTC (5+ messages)
[linux-next:master 8797/11208] reset-simple.c:undefined reference to `devm_ioremap_resource'
2022-07-19 8:23 UTC (2+ messages)
[linux-next:master 8922/11208] lib/x86_64/processor.c:636:25: error: 'KVM_X86_XCOMP_GUEST_SUPP' undeclared
2022-07-19 7:49 UTC (2+ messages)
[PATCH 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
2022-07-19 4:25 UTC (3+ messages)
` [PATCH 14/16] mm/percpu: optimize pcpu_alloc_area()
[PATCH] maple_tree: Fix sparse reported issues
2022-07-19 1:39 UTC (11+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox