]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2022-07-20 Liam R. Howlettriscv: use vma iterator for vdso
2022-07-20 Matthew Wilcox... nommu: remove uses of VMA linked list
2022-07-20 Matthew Wilcox... i915: use the VMA iterator
2022-07-20 Liam R. Howlettmm/swapfile: use vma iterator instead of vma linked...
2022-07-20 Matthew Wilcox... mm/pagewalk: use vma_find() instead of vma linked list
2022-07-20 Liam R. Howlettmm/oom_kill: use maple tree iterators instead of vma...
2022-07-20 Liam R. Howlettmm/msync: use vma_find() instead of vma linked list
2022-07-20 Liam R. Howlettmm/mremap: use vma_find_intersection() instead of vma...
2022-07-20 Liam R. Howlettmm/mprotect: use maple tree navigation instead of vma...
2022-07-20 Matthew Wilcox... mm/mlock: use vma iterator and maple state instead...
2022-07-20 Liam R. Howlettmm/mempolicy: use vma iterator & maple state instead...
2022-07-20 Liam R. Howlettmm/memcontrol: stop using mm->highest_vm_end
2022-07-20 Liam R. Howlettmm/madvise: use vma_find() instead of vma linked list
2022-07-20 Matthew Wilcox... mm/ksm: use vma iterators instead of vma linked list
2022-07-20 Matthew Wilcox... mm/khugepaged: stop using vma linked list
2022-07-20 Liam R. Howlettmm/gup: use maple tree navigation instead of linked...
2022-07-20 Liam R. Howlettbpf: remove VMA linked list
2022-07-20 Matthew Wilcox... fork: use VMA iterator
2022-07-20 Matthew Wilcox... sched: use maple tree iterator to walk VMAs
2022-07-20 Matthew Wilcox... perf: use VMA iterator
2022-07-20 Matthew Wilcox... acct: use VMA iterator instead of linked list
2022-07-20 Liam R. Howlettipc/shm: use VMA iterator instead of linked list
2022-07-20 Liam R. Howlettuserfaultfd: use maple tree iterator to iterate VMAs
2022-07-20 Matthew Wilcox... fs/proc/task_mmu: stop using linked list and highest_vm_end
2022-07-20 Liam R. Howlettfs/proc/base: use maple tree iterators in place of...
2022-07-20 Matthew Wilcox... exec: use VMA iterator instead of linked list
2022-07-20 Matthew Wilcox... coredump: remove vma linked list walk
2022-07-20 Matthew Wilcox... um: remove vma linked list walk
2022-07-20 Matthew Wilcox... optee: remove vma linked list walk
2022-07-20 Matthew Wilcox... cxl: remove vma linked list walk
2022-07-20 Matthew Wilcox... xtensa: remove vma linked list walks
2022-07-20 Matthew Wilcox... x86: remove vma linked list walks
2022-07-20 Matthew Wilcox... s390: remove vma linked list walks
2022-07-20 Matthew Wilcox... powerpc: remove mmap linked list walks
2022-07-20 Matthew Wilcox... parisc: remove mmap linked list from cache handling
2022-07-20 Liam R. Howlettarm64: Change elfcore for_each_mte_vma() to use VMA...
2022-07-20 Matthew Wilcox... arm64: remove mmap linked list from vdso
2022-07-20 Liam R. Howlettmm/mmap: change do_brk_munmap() to use do_mas_align_mun...
2022-07-20 Liam R. Howlettmm/mmap: reorganize munmap to use maple states
2022-07-20 Liam R. Howlettmm/mmap: move mmap_region() below do_munmap()
2022-07-20 Liam R. Howlettmm: convert vma_lookup() to use mtree_load()
2022-07-20 Liam R. Howlettmm: remove vmacache
2022-07-20 Liam R. Howlettmm/mmap: use advanced maple tree API for mmap_region()
2022-07-20 Liam R. Howlettmm: use maple tree operations for find_vma_intersection()
2022-07-20 Liam R. Howlettmm/mmap: change do_brk_flags() to expand existing VMA...
2022-07-20 Liam R. Howlettmm/khugepaged: optimize collapse_pte_mapped_thp() by...
2022-07-20 Liam R. Howlettmm: optimize find_exact_vma() to use vma_lookup()
2022-07-20 Liam R. Howlettxen: use vma_lookup() in privcmd_ioctl_mmap()
2022-07-20 Liam R. Howlettmmap: change zeroing of maple tree in __vma_adjust()
2022-07-20 Liam R. Howlettmm: remove rb tree.
2022-07-20 Matthew Wilcox... proc: remove VMA rbtree use from nommu
2022-07-20 Liam R. Howlettdamon: convert __damon_va_three_regions to use the...
2022-07-20 Liam R. Howlettkernel/fork: use maple tree for dup_mmap() during forking
2022-07-20 Liam R. Howlettmm/mmap: use maple tree for unmapped_area{_topdown}
2022-07-20 Liam R. Howlettmm/mmap: use the maple tree for find_vma_prev() instead...
2022-07-20 Liam R. Howlettmm/mmap: use the maple tree in find_vma() instead of...
2022-07-20 Matthew Wilcox... mmap: use the VMA iterator in count_vma_pages_range()
2022-07-20 Matthew Wilcox... mm: add VMA iterator
2022-07-19 Liam R. Howlettmm: start tracking VMAs with maple tree
2022-07-19 Liam R. Howlettlib/test_maple_tree: add testing for maple tree
2022-07-19 Liam R. Howlettradix tree test suite: add lockdep_is_held to header
2022-07-19 Liam R. Howlettradix tree test suite: add support for slab bulk APIs
2022-07-19 Liam R. Howlettradix tree test suite: add allocation counts and size...
2022-07-19 Liam R. Howlettradix tree test suite: add kmem_cache_set_non_kernel()
2022-07-19 Liam R. Howlettradix tree test suite: add pr_err define
2022-07-19 Liam R. HowlettMaple Tree: add new data structure
2022-06-26 Andrew Mortonandroid-binder-stop-saving-a-pointer-to-the-vma-fix
2022-06-26 Liam R. Howlettandroid: binder: stop saving a pointer to the VMA
2022-06-26 Liam R. Howlettmips: rename mt_init to mips_mt_init
2022-06-26 NeilBrownmm: discard __GFP_ATOMIC
2022-06-26 Yang Shimm/page_vma_mapped.c: check possible huge PMD map with...
2022-06-26 Yang Shimm: rmap: use the correct parameter name for DEFINE_PAG...
2022-06-26 akpmMerge branch 'mm-stable' into mm-unstable
2022-06-26 Junxiao Bi... Revert "ocfs2: mount shared volume without ha stack"
2022-06-26 Gautam Menghanimm/kasan: fix null pointer dereference warning in qlink...
2022-06-26 Gowans, Jamesmm: split huge PUD on wp_huge_pud fallback
2022-06-26 Ryusuke Konishinilfs2: fix incorrect masking of permission flags for...
2022-06-26 David Hildenbrandmm/rmap: fix dereferencing invalid subpage pointer...
2022-06-26 YueHaibingriscv/mm: fix build error while PAGE_TABLE_CHECK enable...
2022-06-26 Bagas SanjayaDocumentation: highmem: use literal block for code...
2022-06-26 Muchun Songmm: sparsemem: fix missing higher order allocation...
2022-06-26 Baolin Wangmm/damon: use set_huge_pte_at() to make huge pte old
2022-06-26 Geert Uytterhoevensh: convert nommu io{re,un}map() to static inline functions
2022-06-26 Axel Rasmussenmm: userfaultfd: fix UFFDIO_CONTINUE on fallocated...
2022-06-17 Waiman Longmm/kmemleak: prevent soft lockup in first object iterat...
2022-06-17 Waiman Longmm/kmemleak: skip unlikely objects in kmemleak_scan...
2022-06-17 Waiman Longmm/kmemleak: use _irq lock/unlock variants in kmemleak_...
2022-06-17 Gautam Menghanimm/sparse-vmemmap.c: remove unwanted initialization...
2022-06-17 Joel Savitzselftests: make use of GUP_TEST_FILE macro
2022-06-17 Xiang wangxuserfaultfd/selftests: fix typo in comment
2022-06-17 Vasily Averinnet: set proper memcg for net_init hooks allocations
2022-06-17 Roman Gushchinmm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
2022-06-17 Miaohe Linmm/memremap: fix memunmap_pages() race with get_dev_pag...
2022-06-17 Patrick Wangmm: kmemleak: check physical address when scan
2022-06-17 Patrick Wangmm: kmemleak: add rbtree and store physical address...
2022-06-17 Patrick Wangmm: kmemleak: add OBJECT_PHYS flag for objects allocate...
2022-06-17 Patrick Wangmm: kmemleak: remove kmemleak_not_leak_phys() and the...
2022-06-17 Miaohe Linlib/test_hmm: avoid accessing uninitialized pages
2022-06-17 Miaohe Linmm/memremap: fix wrong function name above memremap_pages()
2022-06-17 Daniel Vettermm/mempool: use might_alloc()
next