summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2016-07-0849-3293/+6177
|\
| * treewide-replace-obsolete-_refok-by-__ref-checkpatch-fixesAndrew Morton2016-06-251-1/+1
| * treewide: replace obsolete _refok by __refFabian Frederick2016-06-254-5/+5
| * mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-06-257-50/+120
| * mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran2016-06-251-1/+1
| * mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2016-06-252-46/+6
| * ksm: set anon_vma of first rmap_item of ksm page to page's anon_vma other tha...z002814212016-06-251-3/+16
| * mm-update-the-comment-in-__isolate_free_page-checkpatch-fixesAndrew Morton2016-06-251-1/+4
| * mm: update the comment in __isolate_free_pagezhong jiang2016-06-251-1/+1
| * mm, oom: hide mm which is shared with kthread or global initMichal Hocko2016-06-251-4/+21
| * mm, oom_reaper: do not attempt to reap a task more than twiceMichal Hocko2016-06-251-0/+19
| * mm, oom: task_will_free_mem should skip oom_reaped tasksMichal Hocko2016-06-251-0/+10
| * mm, oom: fortify task_will_free_memMichal Hocko2016-06-252-55/+82
| * mm, oom: kill all tasks sharing the mmMichal Hocko2016-06-251-2/+1
| * mm, oom: skip vforked tasks from being selectedMichal Hocko2016-06-251-2/+4
| * mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-06-251-1/+1
| * thp: fix comments of __pmd_trans_huge_lock()Huang Ying2016-06-251-3/+3
| * mm: memcontrol: fix cgroup creation failure after many small jobs fixJohannes Weiner2016-06-251-1/+1
| * mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2016-06-252-9/+77
| * mm: memcontrol: fix documentation for compound parameterLi RongQing2016-06-251-1/+4
| * mm: memcontrol: remove BUG_ON in uncharge_listLi RongQing2016-06-251-1/+0
| * mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-06-251-2/+2
| * mm/zsmalloc: add trace events for zs_compactGanesh Mahendran2016-06-251-0/+10
| * shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2016-06-251-0/+175
| * thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-06-255-20/+32
| * khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2016-06-252-16/+475
| * shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2016-06-251-24/+26
| * khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov2016-06-251-15/+10
| * thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-06-253-1485/+1500
| * shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2016-06-252-17/+22
| * shmem: add huge pages supportKirill A. Shutemov2016-06-257-70/+326
| * shmem: get_unmapped_area align huge pageHugh Dickins2016-06-252-2/+112
| * shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-06-252-0/+164
| * mm, rmap: account shmem thp pagesKirill A. Shutemov2016-06-254-7/+32
| * truncate: handle file thpKirill A. Shutemov2016-06-251-5/+23
| * filemap: prepare find and delete operations for huge pagesKirill A. Shutemov2016-06-251-56/+122
| * vmscan: split file huge pages before paging them outKirill A. Shutemov2016-06-251-0/+6
| * thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov2016-06-254-9/+42
| * thp: file pages support for split_huge_page()Kirill A. Shutemov2016-06-252-45/+117
| * thp: run vma_adjust_trans_huge() outside i_mmap_rwsemKirill A. Shutemov2016-06-251-2/+2
| * thp: prepare change_huge_pmd() for file thpKirill A. Shutemov2016-06-251-1/+2
| * thp: skip file huge pmd on copy_huge_pmd()Kirill A. Shutemov2016-06-251-18/+16
| * thp: handle file COW faultsKirill A. Shutemov2016-06-251-0/+5
| * thp: handle file pages in split_huge_pmd()Kirill A. Shutemov2016-06-251-2/+10
| * thp: support file pages in zap_huge_pmd()Kirill A. Shutemov2016-06-251-3/+9
| * thp, vmstats: add counters for huge file pagesKirill A. Shutemov2016-06-252-0/+3
| * mm: introduce do_set_pmd()Kirill A. Shutemov2016-06-253-8/+72
| * rmap: support file thpKirill A. Shutemov2016-06-255-19/+51
| * mm: postpone page table allocation until we have page to mapKirill A. Shutemov2016-06-252-126/+188
| * mm: introduce fault_envKirill A. Shutemov2016-06-255-472/+427