summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov2020-06-031-2/+13
* mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi2019-11-121-5/+0
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-08-061-0/+4
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-08-061-0/+20
* mm: make page ref count overflow check tighter and more explicitLinus Torvalds2019-06-111-1/+5
* mm: add 'try_get_page()' helper functionLinus Torvalds2019-05-101-0/+9
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-11-211-0/+6
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-0/+1
* mm: Introduce lm_aliasMark Rutland2018-04-201-0/+4
* mm: introduce get_user_pages_longtermDan Williams2018-02-281-0/+13
* mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-12-051-0/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-28/+25
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2017-01-061-0/+2
* mm: unexport __get_user_pages()Lorenzo Stoakes2016-10-241-4/+0
* Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-221-1/+1
|\
| * mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-201-1/+1
* | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* | mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* | mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* | mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+1
* | mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2016-10-181-2/+1
* | mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-181-0/+1
|/
* linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu2016-10-071-1/+1
* mm: consolidate warn_alloc_failed usersMichal Hocko2016-10-071-3/+2
* mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2016-10-071-2/+8
* mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli2016-10-071-1/+1
* mm: remove page_file_indexHuang Ying2016-10-071-12/+0
* mm, swap: use offset of swap entry as key of swap cacheHuang Ying2016-10-071-4/+4
* mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju2016-10-071-0/+3
* mm: pagewalk: fix the comment for test_walkJames Morse2016-10-071-2/+2
* x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-0/+2
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-011-0/+1
|\
| * mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-0/+1
* | mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-0/+5
* | mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2016-07-281-0/+10
* | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-07-281-0/+2
* | mm: postpone page table allocation until we have page to mapKirill A. Shutemov2016-07-261-1/+9
* | mm: introduce fault_envKirill A. Shutemov2016-07-261-8/+26
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-5/+4
* | mm/compaction: split freepages without holding the zone lockJoonsoo Kim2016-07-261-1/+0
* | mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-0/+1
* | Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov2016-06-241-1/+1
* | mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-1/+1
* | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-261-0/+7
|\ \
| * | dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-191-0/+7
* | | mm: make vm_brk killableMichal Hocko2016-05-231-1/+1
* | | mm: make vm_mmap killableMichal Hocko2016-05-231-1/+1