summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: free swap cache aggressively if memcg swap is fullVladimir Davydov2016-01-204-3/+26
* mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov2016-01-202-1/+14
* mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov2016-01-201-1/+1
* mm: vmscan: pass memcg to get_scan_count()Vladimir Davydov2016-01-201-12/+8
* mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-204-10/+121
* mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner2016-01-201-173/+84
* mm: memcontrol: flatten struct cg_protoJohannes Weiner2016-01-201-18/+15
* mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner2016-01-202-51/+4
* net: drop tcp_memcontrol.cVladimir Davydov2016-01-201-8/+90
* mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner2016-01-202-9/+11
* mm: memcontrol: allow to disable kmem accounting for cgroup2Vladimir Davydov2016-01-201-2/+7
* mm: memcontrol: account "kmem" consumers in cgroup2 memory controllerJohannes Weiner2016-01-201-7/+11
* mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-205-47/+60
* mm: memcontrol: separate kmem code from legacy tcp accounting codeJohannes Weiner2016-01-201-21/+12
* mm: memcontrol: group kmem init and exit functions togetherJohannes Weiner2016-01-201-81/+76
* mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner2016-01-203-30/+28
* mm: memcontrol: remove double kmem page_counter initJohannes Weiner2016-01-201-14/+10
* mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner2016-01-201-3/+3
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-201-4/+12
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-1/+1
* zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee2016-01-201-1/+13
* thp: fix interrupt unsafe locking in split_huge_page()Kirill A. Shutemov2016-01-201-4/+5
* mm: avoid uninitialized variable in tracepointArnd Bergmann2016-01-201-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-2/+2
|\
| * virtio_balloon: fix race between migration and ballooningMinchan Kim2016-01-121-2/+2
* | vm: fix incorrect unlock error path in madvise_free_huge_pmdLinus Torvalds2016-01-171-1/+1
* | memcg: only free spare array when readers are doneMartijn Coenen2016-01-151-5/+6
* | mm: soft-offline: exit with failure for non anonymous thpNaoya Horiguchi2016-01-151-8/+8
* | mm: soft-offline: clean up soft_offline_page()Naoya Horiguchi2016-01-151-31/+47
* | mm: make swapoff more robust against soft dirtyHugh Dickins2016-01-151-14/+4
* | mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov2016-01-152-20/+36
* | mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYLiang Chen2016-01-151-1/+2
* | mm/page_alloc.c: remove unused struct zone *z variableAlexander Kuleshov2016-01-151-2/+0
* | mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang2016-01-151-4/+4
* | mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang2016-01-151-2/+2
* | cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo2016-01-151-3/+0
* | mm/page_isolation: do some cleanup in "undo_isolate_page_range"Wang Xiaoqiang2016-01-151-2/+4
* | mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-151-5/+25
* | mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-153-17/+89
* | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-154-24/+29
* | mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-152-5/+8
* | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-151-6/+10
* | x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-154-25/+137
* | mm, dax: fix livelock, allow dax pmd mappings to become writeableRoss Zwisler2016-01-151-8/+6
* | thp: fix split_huge_page() after mremap() of THPKirill A. Shutemov2016-01-151-21/+49
* | mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-152-6/+89
* | mm/ksm.c: mark stable page dirtyMinchan Kim2016-01-151-0/+6
* | mm: move lazily freed pages to inactive listMinchan Kim2016-01-152-0/+46
* | mm/madvise.c: free swp_entry in madvise_freeMinchan Kim2016-01-151-1/+24
OpenPOWER on IntegriCloud