summaryrefslogtreecommitdiff
path: root/tools/include/linux/seq_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/linux/seq_file.h')
0 files changed, 0 insertions, 0 deletions
12-15 12:13:41 -0800'>2020-12-15mremap: check if it's possible to split original vmaDmitry Safonov 2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov 2020-12-15mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()Dmitry Safonov 2020-12-15mm/mremap: account memory on do_munmap() failureDmitry Safonov 2020-12-15mm: speedup mremap on 1GB or larger regionsKalesh Singh 2020-08-07mm/mremap: start addresses are properly alignedWei Yang 2020-08-07mm/mremap: calculate extent in one placeWei Yang 2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang 2020-07-13mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-06-04mm: use false for bool variableZou Wei 2020-06-04mm: Fix mremap not considering huge pmd devmapFan Yang 2020-05-14userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon 2020-04-19mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon 2020-04-02mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon 2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual 2020-03-26mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon 2020-02-20mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas 2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu 2019-09-25mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas 2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov 2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse 2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador 2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google) 2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google) 2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse 2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi 2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds 2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman