]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2021-01-29 Liam R. Howlettmm: Remove vma linked list.
2021-01-29 Liam R. Howlettmm/util: Remove __vma_link_list() and __vma_unlink_list()
2021-01-29 Liam R. Howlettmm/nommu: Stop inserting into the vma linked list
2021-01-29 Liam R. Howlettmm/swapfile: Use maple tree iterator instead of vma...
2021-01-29 Liam R. Howlettmm/pagewalk: Use vma_next() instead of vma linked list
2021-01-29 Liam R. Howlettmm/oom_kill: Use maple tree iterators instead of vma...
2021-01-29 Liam R. Howlettmm/nommu: Use maple tree iterators instead of vma linke...
2021-01-29 Liam R. Howlettmm/msync: Use vma_next() instead of vma linked list
2021-01-29 Liam R. Howlettmm/mremap: Use vma_next() instead of vma linked list
2021-01-29 Liam R. Howlettmm/mprotect: Use maple tree navigation instead of vma...
2021-01-29 Liam R. Howlettmm/mlock: Use maple tree iterators instead of vma linke...
2021-01-29 Liam R. Howlettmm/mempolicy: Use maple tree iterators instead of vma...
2021-01-29 Liam R. Howlettmm/memcontrol: Stop using mm->highest_vm_end
2021-01-29 Liam R. Howlettmm/madvise: Use vma_next instead of vma linked list
2021-01-29 Liam R. Howlettmm/ksm: Use maple tree iterators instead of vma linked...
2021-01-29 Liam R. Howlettmm/khugepaged: Use maple tree iterators instead of...
2021-01-29 Liam R. Howlettmm/huge_memory: Use vma_next() instead of vma linked...
2021-01-29 Liam R. Howlettmm/gup: Use maple tree navigation instead of linked...
2021-01-29 Liam R. Howlettkernel/sys: Use maple tree iterators instead of linked...
2021-01-29 Liam R. Howlettkernel/sched/fair: Use maple tree iterators instead...
2021-01-29 Liam R. Howlettkernel/events/uprobes: Use maple tree iterators instead...
2021-01-29 Liam R. Howlettkernel/events/core: Use maple tree iterators instead...
2021-01-29 Liam R. Howlettkernel/acct: Use maple tree iterators instead of linked...
2021-01-29 Liam R. Howlettipc/shm: Stop using the vma linked list
2021-01-29 Liam R. Howlettfs/userfaultfd: Stop using vma linked list.
2021-01-29 Liam R. Howlettfs/proc/task_mmu: Stop using linked list and highest_vm_end
2021-01-29 Liam R. Howlettfs/proc/base: Use maple tree iterators in place of...
2021-01-29 Liam R. Howlettfs/exec: Use vma_next() instead of linked list
2021-01-29 Liam R. Howlettfs/coredump: Use maple tree iterators in place of linke...
2021-01-29 Liam R. Howlettfs/binfmt_elf: Use maple tree iterators for fill_files_...
2021-01-29 Liam R. Howlettdrivers/tee/optee: Use maple tree iterators for __check...
2021-01-29 Liam R. Howlettdrivers/oprofile: Lookup address in tree instead of...
2021-01-29 Liam R. Howlettdrivers/misc/cxl: Use maple tree iterators for cxl_pref...
2021-01-29 Liam R. Howlettarch/xtensa: Use maple tree iterators for unmapped...
2021-01-29 Liam R. Howlettarch/x86: Use maple tree iterators for vdso/vma
2021-01-29 Liam R. Howlettarch/um: Use maple tree iterators instead of linked...
2021-01-29 Liam R. Howlettarch/s390: Use maple tree iterators instead of linked...
2021-01-29 Liam R. Howlettarch/powerpc: Optimize cell spu task sync.
2021-01-29 Liam R. Howlettarch/powerpc: Remove mmap linked list from mm/book2s32...
2021-01-29 Liam R. Howlettarch/powerpc: Remove mmap linked list from mm/book2s32/tlb
2021-01-29 Liam R. Howlettarch/parsic: Remove mmap linked list from kernel/cache
2021-01-29 Liam R. Howlettarch/arm64: Remove mmap linked list from vdso.
2021-01-29 Liam R. Howlettmm: Introduce vma_next() and vma_prev()
2021-01-29 Liam R. Howlettmmap: make remove_vma_list() inline
2021-01-29 Liam R. Howlettmm/mmap: Change do_brk_munmap() to use do_mas_align_mun...
2021-01-29 Liam R. Howlettmmap: Remove __do_munmap() in favour of do_mas_munmap()
2021-01-29 Liam R. Howlettmmap: Use find_vma_intersection in do_mmap() for overlap
2021-01-29 Liam R. Howlettmm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
2021-01-29 Liam R. Howlettmm/mmap: Move mmap_region() below do_munmap()
2021-01-29 Liam R. Howlettmm/mmap: Change __do_munmap() to avoid unnecessary...
2021-01-29 Liam R. Howlettmm: Remove vmacache
2021-01-29 Liam R. Howlettmm/mmap: Drop munmap_vma_range()
2021-01-29 Liam R. Howlettmm/mmap: Change mmap_region to use maple tree state
2021-01-29 Liam R. Howlettmm: Change find_vma_intersection to maple tree and...
2021-01-29 Liam R. Howlettmm/mmap: Change vm_brk_flags() to use mm_populate_vma()
2021-01-29 Liam R. Howlettmm/mmap: Change do_brk_flags() to expand existing VMA...
2021-01-28 Liam R. Howlettmm/gup: Add mm_populate_vma() for use when the vma...
2021-01-28 Liam R. Howlettmm: Remove rb tree.
2021-01-28 Liam R. Howlettkernel/fork: Convert dup_mmap to use maple tree
2021-01-28 Liam R. Howlettmm/mmap: Change unmapped_area and unmapped_area_topdown...
2021-01-28 Liam R. Howlettmm/mmap: Change find_vma_prev() to use maple tree
2021-01-28 Liam R. Howlettmm/mmap: Change find_vma() to use the maple tree
2021-01-28 Liam R. Howlettmm/mmap: Introduce unlock_range() for code cleanup
2021-01-28 Liam R. Howlettmm: Start tracking VMAs with maple tree
2021-01-28 Liam R. HowlettMaple Tree: Add new data structure
2021-01-14 Liam R. Howlettradix tree test suite: Add __must_be_array() support
2021-01-13 Liam R. Howlettradix tree test suite: Add keme_cache_alloc_bulk()...
2021-01-13 Liam R. Howlettradix tree test suite: Add support for kmem_cache_free_bulk
2021-01-13 Liam R. Howlettradix tree test suite: Add support for fallthrough...
2021-01-13 Liam R. Howlettradix tree test suite: Enhancements for Maple Tree
2020-12-31 Linus Torvaldspci: test for unexpectedly disabled bridges
2020-12-31 Andrew Mortonkernel/fork.c: export kernel_thread() to modules
2020-12-31 David Howellsmutex subsystem, synchro-test module
2020-12-31 Matthew WilcoxReleasing resources with children
2020-12-31 Matthew WilcoxMake sure nobody's leaking resources
2020-12-31 John Hubbardsecretmem-test-add-basic-selftest-for-memfd_secret2-fix
2020-12-31 Mike Rapoportsecretmem: test: add basic selftest for memfd_secret(2)
2020-12-31 Stephen Rothwellarch-mm-wire-up-memfd_secret-system-call-were-relevant...
2020-12-31 Andrew Mortonarch-mm-wire-up-memfd_secret-system-call-were-relevant-fix
2020-12-31 Mike Rapoportarch, mm: wire up memfd_secret system call where relevant
2020-12-31 Mike RapoportPM: hibernate: disable when there are active secretmem...
2020-12-31 Mike Rapoportsecretmem: add memcg accounting
2020-12-31 Mike Rapoportsecretmem: use PMD-size pages to amortize direct map...
2020-12-31 Mike Rapoportmm-introduce-memfd_secret-system-call-to-create-secret...
2020-12-31 Mike Rapoportmm: introduce memfd_secret system call to create "secre...
2020-12-31 Anders Roxellkfence: fix implicit function declaration
2020-12-31 Mike Rapoportset_memory: allow querying whether set_direct_map_...
2020-12-31 Andrew Mortonset_memory-allow-set_direct_map__noflush-for-multiple...
2020-12-31 Mike Rapoportset_memory: allow set_direct_map_*_noflush() for multip...
2020-12-31 Mike Rapoportmmap: make mlock_future_check() global
2020-12-31 Mike Rapoportmm: add definition of PMD_PAGE_ORDER
2020-12-31 Andrew Mortonlinux-next-git-rejects
2020-12-31 Andrew Mortonlinux-next
2020-12-31 Oleg Nesterovaio: simplify read_events()
2020-12-31 Yuqi Jinlib: optimize cpumask_local_spread()
2020-12-31 Randy Dunlaplib/linear_ranges: fix repeated words & one typo
2020-12-31 Julius Hemanth... proc/sysctl: make protected_* world readable
2020-12-31 Lin Fengsysctl.c: fix underflow value setting risk in vm_table
2020-12-31 Helge Dellerproc/wchan: use printk format instead of lookup_symbol_...
2020-12-31 Tetsuo Handakernel/hung_task.c: Monitor killed tasks.
next