summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-073-5/+5
* proc: smaller RCU section in ->getattr()Alexey Dobriyan2018-06-071-1/+1
* proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan2018-06-071-33/+20
* proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-071-19/+14
* proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-071-15/+9
* proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan2018-06-071-17/+12
* mm: remove page_is_poisoned() from linux/mm.hSahara2018-06-071-2/+0
* mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu2018-06-071-4/+19
* mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2018-06-072-6/+5
* include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye2018-06-071-2/+2
* mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov2018-06-071-2/+1
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-071-1/+0
* userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport2018-06-073-9/+41
* mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo2018-06-072-5/+6
* mm/shmem.c: use new return type vm_fault_tSouptick Joarder2018-06-071-6/+6
* slub: remove 'reserved' file from sysfsMatthew Wilcox2018-06-071-7/+0
* slub: remove kmem_cache->reservedMatthew Wilcox2018-06-072-22/+20
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-072-27/+2
* mm: add hmm_data to struct pageMatthew Wilcox2018-06-072-12/+8
* mm: add pt_mm to struct pageMatthew Wilcox2018-06-072-4/+3
* mm: improve struct page documentationMatthew Wilcox2018-06-071-21/+19
* mm: combine LRU and main union in struct pageMatthew Wilcox2018-06-072-52/+47
* mm: move lru union within struct pageMatthew Wilcox2018-06-072-55/+55
* mm: use page->deferred_listMatthew Wilcox2018-06-072-6/+3
* mm: combine first three unions in struct pageMatthew Wilcox2018-06-071-33/+33
* mm: move _refcount out of struct page unionMatthew Wilcox2018-06-071-15/+10
* mm: move 'private' union within struct pageMatthew Wilcox2018-06-072-49/+27
* mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-072-2/+3
* mm: mark pages in use for page tablesMatthew Wilcox2018-06-075-1/+12
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-075-35/+43
* s390: use _refcount for pgtablesMatthew Wilcox2018-06-071-9/+12
* mm: save two stranded bits in gfp_maskShakeel Butt2018-06-071-5/+5
* mm, hugetlbfs: pass fault address to no page handlerHuang Ying2018-06-071-21/+21
* mm: change return type to vm_fault_tSouptick Joarder2018-06-073-6/+6
* mm: use new return type vm_fault_tSouptick Joarder2018-06-073-7/+7
* mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye2018-06-071-3/+2
* mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko2018-06-071-26/+6
* mm/vmpressure.c: use kstrndup instead of kmalloc+strncpyAndy Shevchenko2018-06-071-2/+1
* memcg: introduce memory.minRoman Gushchin2018-06-076-50/+202
* mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre2018-06-073-24/+23
* mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-06-071-10/+16
* mm/memblock: print memblock_removeMinchan Kim2018-06-071-0/+5
* mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid2018-06-071-0/+3
* mm: memcontrol: drain stocks on resize limitShakeel Butt2018-06-071-0/+7
* memcg: mark memcg1_events static constGreg Thelen2018-06-071-1/+1
* memcg: writeback: use memcg->cgwb_list directlyWang Long2018-06-073-8/+2
* tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein2018-06-071-1/+10
* mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport2018-06-072-11/+11
* mm/ksm: remove unused page_referenced_ksm declarationMike Rapoport2018-06-071-6/+0
* lockdep: fix fs_reclaim annotationOmar Sandoval2018-06-073-12/+32