]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2022-08-03 Naoya Horiguchimm, hwpoison: make unpoison aware of raw error info...
2022-08-03 Naoya Horiguchimm, hwpoison, hugetlb: support saving mechanism of...
2022-08-03 Naoya Horiguchimm/hugetlb: make pud_huge() and follow_huge_pud() aware...
2022-08-03 Naoya Horiguchimm/hugetlb: check gigantic_page_runtime_supported(...
2022-08-03 Jianglei Niemm/damon/reclaim: fix potential memory leak in damon_re...
2022-08-03 Yosry Ahmedmm: vmpressure: don't count proactive reclaim in vmpressure
2022-08-03 Hui Zhuzsmalloc: zs_malloc: return ERR_PTR on failure
2022-08-03 Xiu Jianfengwriteback: remove inode_to_wb_is_valid()
2022-08-03 Zhou Guanghuimemblock,arm64: expand the static memblock memory table
2022-08-03 Miaohe Linmm: remove obsolete comment in do_fault_around()
2022-08-03 William Lammm: compaction: include compound page count for scannin...
2022-08-03 Zach O'Keefeselftests/vm: add selftest to verify multi THP collapse
2022-08-03 Zach O'Keefeselftests/vm: add selftest to verify recollapse of...
2022-08-03 Zach O'Keefeselftests/vm: add MADV_COLLAPSE collapse context to...
2022-08-03 Zach O'Keefeselftests/vm: dedup hugepage allocation logic
2022-08-03 Zach O'Keefeselftests/vm: modularize collapse selftests
2022-08-03 Zach O'Keefemm/madvise: add MADV_COLLAPSE to process_madvise()
2022-08-03 Zach O'Keefemm/khugepaged: rename prefix of shared collapse functions
2022-08-03 Zach O'Keefemm/khugepaged: delay computation of hpage boundaries...
2022-08-03 Zach O'Keefemm/khugepaged: add missing kfree() to madvise_collapse()
2022-08-03 Souptick Joarder... mm/khugepaged: Avoid possible memory leak in failure...
2022-08-03 Zach O'Keefemm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
2022-08-03 Zach O'Keefemm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd...
2022-08-03 Zach O'Keefemm/khugepaged: consistently order cc->is_khugepaged...
2022-08-03 Zach O'Keefemm/thp: add flag to enforce sysfs THP in hugepage_vma_c...
2022-08-03 Zach O'Keefemm/khugepaged: add flag to predicate khugepaged-only...
2022-08-03 Zach O'Keefemm/khugepaged: propagate enum scan_result codes back...
2022-08-03 Zach O'Keefemm/khugepaged: dedup and simplify hugepage alloc and...
2022-08-03 Zach O'Keefemm/khugepaged: use minimal bits to store num page ...
2022-08-03 Zach O'Keefemm/khugepaged: add struct collapse_control
2022-08-03 Yang Shimm: khugepaged: don't carry huge page to the next loop...
2022-08-03 Adam Sindelarselftests/vm: skip 128TBswitch on unsupported arch
2022-08-03 Adam Sindelarselftests-vm-fix-errno-handling-in-mrelease_test-v4
2022-08-03 Adam Sindelarselftests/vm: fix errno handling in mrelease_test
2022-08-03 Roman Gushchinmm: memcontrol: do not miss MEMCG_MAX events for enforc...
2022-08-03 Miaohe Linfilemap: minor cleanup for filemap_write_and_wait_range
2022-08-03 Vasily Averinmemcg: notify about global mem_cgroup_id space depletion
2022-08-03 Kalesh Singhprocfs: add 'path' to /proc/<pid>/fdinfo/
2022-08-03 Kalesh Singhprocfs: add 'size' to /proc/<pid>/fdinfo/
2022-08-03 Miaohe Linmm/mmap.c: fix missing call to vm_unacct_memory in...
2022-08-03 Liam Howlettmm/mlock: drop dead code in count_mm_mlocked_page_nr()
2022-08-03 Miaohe Linmm/page_alloc: minor clean up for memmap_init_compound()
2022-08-03 Andrew Mortonmm-add-merging-after-mremap-resize-checkpatch-fixes
2022-08-03 Jakub Matěnamm: add merging after mremap resize
2022-08-03 Jakub Matěnamm: refactor of vma_merge()
2022-08-03 Suren Baghdasaryanmm: delete unused MMF_OOM_VICTIM flag
2022-08-03 Andrew Mortonmm-drop-oom-code-from-exit_mmap-fix-fix
2022-08-03 Suren Baghdasaryanmm: drop oom code from exit_mmap
2022-08-03 Liam R. Howlettmm/mmap.c: pass in mapping to __vma_link_file()
2022-08-03 Liam R. Howlettmm/mmap: drop range_has_overlap() function
2022-08-03 Liam R. Howlettmm: remove the vma linked list
2022-08-03 Liam R. Howlettriscv: use vma iterator for vdso
2022-08-03 Matthew Wilcox... nommu: remove uses of VMA linked list
2022-08-03 Matthew Wilcox... i915: use the VMA iterator
2022-08-03 Liam R. Howlettmm/swapfile: use vma iterator instead of vma linked...
2022-08-03 Matthew Wilcox... mm/pagewalk: use vma_find() instead of vma linked list
2022-08-03 Liam R. Howlettmm/oom_kill: use maple tree iterators instead of vma...
2022-08-03 Liam R. Howlettmm/msync: use vma_find() instead of vma linked list
2022-08-03 Liam R. Howlettmm/mremap: use vma_find_intersection() instead of vma...
2022-08-03 Liam R. Howlettmm/mprotect: use maple tree navigation instead of vma...
2022-08-03 Matthew Wilcox... mm/mlock: use vma iterator and maple state instead...
2022-08-03 Liam R. Howlettmm/mempolicy: use vma iterator & maple state instead...
2022-08-03 Liam R. Howlettmm/memcontrol: stop using mm->highest_vm_end
2022-08-03 Liam R. Howlettmm/madvise: use vma_find() instead of vma linked list
2022-08-03 Matthew Wilcox... mm/ksm: use vma iterators instead of vma linked list
2022-08-03 Matthew Wilcox... mm/khugepaged: stop using vma linked list
2022-08-03 Liam R. Howlettmm/gup: use maple tree navigation instead of linked...
2022-08-03 Liam R. Howlettbpf: remove VMA linked list
2022-08-03 Matthew Wilcox... fork: use VMA iterator
2022-08-03 Matthew Wilcox... sched: use maple tree iterator to walk VMAs
2022-08-03 Matthew Wilcox... perf: use VMA iterator
2022-08-03 Matthew Wilcox... acct: use VMA iterator instead of linked list
2022-08-03 Liam R. Howlettipc/shm: use VMA iterator instead of linked list
2022-08-03 Liam R. Howlettuserfaultfd: use maple tree iterator to iterate VMAs
2022-08-03 Matthew Wilcox... fs/proc/task_mmu: stop using linked list and highest_vm_end
2022-08-03 Liam R. Howlettfs/proc/base: use maple tree iterators in place of...
2022-08-03 Matthew Wilcox... exec: use VMA iterator instead of linked list
2022-08-03 Matthew Wilcox... coredump: remove vma linked list walk
2022-08-03 Matthew Wilcox... um: remove vma linked list walk
2022-08-03 Matthew Wilcox... optee: remove vma linked list walk
2022-08-03 Matthew Wilcox... cxl: remove vma linked list walk
2022-08-03 Matthew Wilcox... xtensa: remove vma linked list walks
2022-08-03 Matthew Wilcox... x86: remove vma linked list walks
2022-08-03 Matthew Wilcox... s390: remove vma linked list walks
2022-08-03 Matthew Wilcox... powerpc: remove mmap linked list walks
2022-08-03 Matthew Wilcox... parisc: remove mmap linked list from cache handling
2022-08-03 Liam R. Howlettarm64: Change elfcore for_each_mte_vma() to use VMA...
2022-08-03 Matthew Wilcox... arm64: remove mmap linked list from vdso
2022-08-03 Liam R. Howlettmm/mmap: change do_brk_munmap() to use do_mas_align_mun...
2022-08-03 Liam R. Howlettmm/mmap: reorganize munmap to use maple states
2022-08-03 Liam R. Howlettmm/mmap: move mmap_region() below do_munmap()
2022-08-03 Liam R. Howlettmm: convert vma_lookup() to use mtree_load()
2022-08-03 Liam R. Howlettmm: remove vmacache
2022-08-03 Liam R. Howlettmm/mmap: use advanced maple tree API for mmap_region()
2022-08-03 Liam R. Howlettmm: use maple tree operations for find_vma_intersection()
2022-08-03 Liam R. Howlettmm/mmap: change do_brk_flags() to expand existing VMA...
2022-08-03 Liam R. Howlettmm/khugepaged: optimize collapse_pte_mapped_thp() by...
2022-08-03 Liam R. Howlettmm: optimize find_exact_vma() to use vma_lookup()
2022-08-03 Liam R. Howlettxen: use vma_lookup() in privcmd_ioctl_mmap()
2022-08-03 Liam R. Howlettmmap: change zeroing of maple tree in __vma_adjust()
next