summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-10mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz1-0/+6
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+1
2018-04-20mm: Introduce lm_aliasMark Rutland1-0/+4
2018-02-28mm: introduce get_user_pages_longtermDan Williams1-0/+13
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams1-0/+1
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-0/+2
2016-10-25mm: unexport __get_user_pages()Lorenzo Stoakes1-4/+0
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+2
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes1-2/+1
2016-10-19mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-10-08linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu1-1/+1
2016-10-08mm: consolidate warn_alloc_failed usersMichal Hocko1-3/+2
2016-10-08mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-2/+8
2016-10-08mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1
2016-10-08mm: remove page_file_indexHuang Ying1-12/+0
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-4/+4
2016-10-08mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju1-0/+3
2016-10-08mm: pagewalk: fix the comment for test_walkJames Morse1-2/+2
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov1-0/+2
2016-09-02Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+1
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik1-0/+1
2016-07-29mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-0/+5
2016-07-29mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner1-0/+10
2016-07-29mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko1-0/+2
2016-07-27mm: postpone page table allocation until we have page to mapKirill A. Shutemov1-1/+9
2016-07-27mm: introduce fault_envKirill A. Shutemov1-8/+26
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-5/+4
2016-07-27mm/compaction: split freepages without holding the zone lockJoonsoo Kim1-1/+0
2016-07-27mm: migrate: support non-lru movable page migrationMinchan Kim1-0/+1
2016-06-25Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov1-1/+1
2016-05-28mm: remove more IS_ERR_VALUE abusesLinus Torvalds1-1/+1
2016-05-27Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2016-05-24mm: make vm_brk killableMichal Hocko1-1/+1
2016-05-24mm: make vm_mmap killableMichal Hocko1-1/+1
2016-05-21mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi1-0/+3
2016-05-21mm: make faultaround produce old ptesKirill A. Shutemov1-1/+1
2016-05-21mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader1-1/+1
2016-05-21mm: thp: microoptimize compound_mapcount()Andrea Arcangeli1-2/+1
2016-05-20mm, page_alloc: simplify last cpupid resetMel Gorman1-4/+1
2016-05-20mm: uninline page_mapped()Andrew Morton1-20/+1