summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes
2016-10-18mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-10-07linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli
2016-10-07mm: remove page_file_indexHuang Ying
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying
2016-10-07mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju
2016-10-07mm: pagewalk: fix the comment for test_walkJames Morse
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov
2016-07-26mm: introduce fault_envKirill A. Shutemov
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-26mm/compaction: split freepages without holding the zone lockJoonsoo Kim
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-06-24Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-23mm: make vm_brk killableMichal Hocko
2016-05-23mm: make vm_mmap killableMichal Hocko
2016-05-20mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov
2016-05-20mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader
2016-05-20mm: thp: microoptimize compound_mapcount()Andrea Arcangeli
2016-05-19mm, page_alloc: simplify last cpupid resetMel Gorman
2016-05-19mm: uninline page_mapped()Andrew Morton
2016-05-19mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli