]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2021-07-07 Liam R. Howlettmempolicy: Switch to mt_for_each as most iterations...
2021-07-06 Liam R. Howlettmaple_tree: Drop mas_dup_state() and copy the entire...
2021-07-06 Liam R. Howlettmaple_tree: Clean up dead node checks.
2021-07-06 Liam R. Howlettmaple_tree: Rework mas_first_entry() to remove unnecess...
2021-07-06 Liam R. Howlettmaple_tree: Change _mas_prev/_mas_next return types
2021-07-05 Liam R. Howletttest_maple_tree: Play with stress rcu timing
2021-07-05 Liam R. Howlettmaple_tree: Change _mas_next to _mas_find
2021-07-05 Liam R. Howlettmaple_tree tests rcu stress
2021-07-05 Liam R. Howlettmaple docs
2021-07-05 Liam R. Howlettmm/gup: Fix potential sleep issue in __mm_populate
2021-07-05 Liam R. Howlettmm: do_mas_align_munmap update for mt_next change
2021-07-05 Liam R. Howlettmm: vma_next update for mt_next change
2021-07-05 Liam R. Howlettmaple_tree: Change mas_next() behaviour
2021-06-24 Liam R. Howlettmm/mmap: Drop range_has_overlap() function
2021-06-24 Liam R. Howlettmm: Remove the vma linked list
2021-06-24 Liam R. Howlettmm/swapfile: Use maple tree iterator instead of vma...
2021-06-24 Liam R. Howlettmm/pagewalk: Use vma_next() instead of vma linked list
2021-06-24 Liam R. Howlettmm/oom_kill: Use maple tree iterators instead of vma...
2021-06-24 Liam R. Howlettmm/msync: Use vma_next() instead of vma linked list
2021-06-24 Liam R. Howlettmm/mremap: Use vma_next() instead of vma linked list
2021-06-24 Liam R. Howlettmm/mprotect: Use maple tree navigation instead of vma...
2021-06-24 Liam R. Howlettmm/mlock: Use maple tree iterators instead of vma linke...
2021-06-24 Liam R. Howlettmm/mempolicy: Use maple tree iterators instead of vma...
2021-06-24 Liam R. Howlettmm/memcontrol: Stop using mm->highest_vm_end
2021-06-24 Liam R. Howlettmm/madvise: Use vma_next instead of vma linked list
2021-06-24 Liam R. Howlettmm/ksm: Use maple tree iterators instead of vma linked...
2021-06-24 Liam R. Howlettmm/khugepaged: Use maple tree iterators instead of...
2021-06-24 Liam R. Howlettmm/gup: Use maple tree navigation instead of linked...
2021-06-24 Liam R. Howlettbpf: Remove VMA linked list
2021-06-24 Liam R. Howlettarch/um/kernel/tlb: Stop using linked list
2021-06-24 Liam R. Howlettkernel/sys: Use maple tree iterators instead of linked...
2021-06-24 Liam R. Howlettkernel/sched/fair: Use maple tree iterators instead...
2021-06-24 Liam R. Howlettkernel/events/uprobes: Use maple tree iterators instead...
2021-06-24 Liam R. Howlettkernel/events/core: Use maple tree iterators instead...
2021-06-24 Liam R. Howlettkernel/acct: Use maple tree iterators instead of linked...
2021-06-24 Liam R. Howlettipc/shm: Stop using the vma linked list
2021-06-24 Liam R. Howlettfs/userfaultfd: Stop using vma linked list.
2021-06-24 Liam R. Howlettfs/proc/task_mmu: Stop using linked list and highest_vm_end
2021-06-24 Liam R. Howlettfs/proc/base: Use maple tree iterators in place of...
2021-06-24 Liam R. Howlettfs/exec: Use vma_next() instead of linked list
2021-06-24 Liam R. Howlettfs/coredump: Use maple tree iterators in place of linke...
2021-06-24 Liam R. Howlettfs/binfmt_elf: Use maple tree iterators for fill_files_...
2021-06-24 Liam R. Howlettdrivers/tee/optee: Use maple tree iterators for __check...
2021-06-24 Liam R. Howlettdrivers/misc/cxl: Use maple tree iterators for cxl_pref...
2021-06-24 Liam R. Howlettarch/xtensa: Use maple tree iterators for unmapped...
2021-06-24 Liam R. Howlettarch/x86: Use maple tree iterators for vdso/vma
2021-06-24 Liam R. Howlettarch/s390: Use maple tree iterators instead of linked...
2021-06-24 Liam R. Howlettarch/powerpc: Remove mmap linked list from mm/book3s64...
2021-06-24 Liam R. Howlettarch/powerpc: Remove mmap linked list from mm/book3s32/tlb
2021-06-24 Liam R. Howlettarch/parisc: Remove mmap linked list from kernel/cache
2021-06-24 Liam R. Howlettarch/arm64: Remove mmap linked list from vdso.
2021-06-24 Liam R. Howlettmm: Introduce vma_next() and vma_prev()
2021-06-24 Liam R. Howlettmm/mmap: Change do_brk_munmap() to use do_mas_align_mun...
2021-06-24 Liam R. Howlettmm/mmap: Reorganize munmap to use maple states
2021-06-24 Liam R. Howlettmm/mmap: Convert count_vma_pages_range() to use ma_state
2021-06-24 Liam R. Howlettmm/mmap: Move mmap_region() below do_munmap()
2021-06-24 Liam R. Howlettmm: Remove vmacache
2021-06-24 Liam R. Howlettmm/mmap: Use advanced maple tree API for mmap_region()
2021-06-24 Liam R. Howlettmm: Use maple tree operations for find_vma_intersection...
2021-06-24 Liam R. Howlettmm/mmap: Change do_brk_flags() to expand existing VMA...
2021-06-24 Liam R. Howlettmm/khugepaged: Optimize collapse_pte_mapped_thp() by...
2021-06-24 Liam R. Howlettmm: Optimize find_exact_vma() to use vma_lookup()
2021-06-24 Liam R. Howlettxen/privcmd: Optimized privcmd_ioctl_mmap() by using...
2021-06-24 Liam R. Howlettmm: Remove rb tree.
2021-06-24 Liam R. Howlettkernel/fork: Use maple tree for dup_mmap() during forking
2021-06-24 Liam R. Howlettmm/mmap: Use maple tree for unmapped_area{_topdown}
2021-06-24 Liam R. Howlettmm/mmap: Use the maple tree for find_vma_prev() instead...
2021-06-24 Liam R. Howlettmm/mmap: Use the maple tree in find_vma() instead of...
2021-06-24 Liam R. Howlettmm: Start tracking VMAs with maple tree
2021-06-24 Liam R. HowlettMaple Tree: Add new data structure
2021-06-18 Liam R. Howlettradix tree test suite: Add support for slab bulk APIs
2021-06-18 Liam R. Howlettradix tree test suite: Add allocation counts and size...
2021-06-18 Liam R. Howlettradix tree test suite: Add kmem_cache_set_non_kernel()
2021-06-18 Liam R. Howlettradix tree test suite: Add pr_err define
2021-06-18 Liam R. Howlettremap_file_pages: Use vma_lookup() instead of find_vma()
2021-06-18 Liam R. Howlettdrm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_...
2021-06-18 Liam R. Howlettmm/nommu: unexport do_munmap()
2021-06-03 Stephen RothwellAdd linux-next specific files for 20210603
2021-06-03 Stephen RothwellMerge branch 'akpm/master'
2021-06-03 Stephen Boydkdump: use vmlinux_build_id to simplify
2021-06-03 Stephen Boydbuildid: fix kernel-doc notation
2021-06-03 Stephen Boydbuildid: mark some arguments const
2021-06-03 Stephen Boydscripts/decode_stacktrace.sh: indicate 'auto' can be...
2021-06-03 Stephen Boydscripts/decode_stacktrace.sh: silence stderr messages...
2021-06-03 Stephen Boydscripts/decode_stacktrace.sh: support debuginfod
2021-06-03 Stephen Boydx86/dumpstack: use %pSb/%pBb for backtrace printing
2021-06-03 Stephen Boydarm64: stacktrace: use %pSb for backtrace printing
2021-06-03 Bixuan Cuimodule: fix build error when CONFIG_SYSFS is disabled
2021-06-03 Andrew Mortonmodule-add-printk-formats-to-add-module-build-id-to...
2021-06-03 Randy Dunlapbuildid: fix build when CONFIG_MODULES is not set
2021-06-03 Andrew Mortonmodule-add-printk-formats-to-add-module-build-id-to...
2021-06-03 Stephen Boydmodule: add printk formats to add module build ID to...
2021-06-03 Stephen Boyddump_stack: add vmlinux build ID to stack traces
2021-06-03 Stephen Boydbuildid-stash-away-kernels-build-id-on-init-fix
2021-06-03 Stephen Boydbuildid: stash away kernels build ID on init
2021-06-03 Stephen Boydbuildid: add API to parse build ID out of buffer
2021-06-03 Stephen Boydbuildid: only consider GNU notes for build ID parsing
2021-06-03 Zhen Leimm: fix spelling mistakes in header files
2021-06-03 Mike Rapoportsecretmem: test: add basic selftest for memfd_secret(2)
2021-06-03 Mike Rapoportarch, mm: wire up memfd_secret system call where relevant
next