summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi2018-06-071-0/+14
| * mm: vmalloc: pass proper vm_start into debugobjectsChintan Pandya2018-06-071-4/+5
| * mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-06-071-1/+2
| * mm: vmalloc: clean up vunmap to avoid pgtable ops twiceChintan Pandya2018-06-071-22/+7
| * mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func()Wei Yang2018-06-071-1/+1
| * mm/sparse.c: check __highest_present_section_nr only for a present sectionWei Yang2018-06-071-3/+1
| * mm, gup: prevent pmd checking race in follow_pmd_mask()Huang Ying2018-06-071-11/+27
| * mm/docs: describe memory.low refinementsRoman Gushchin2018-06-071-15/+13
| * mm: treat memory.low value inclusiveRoman Gushchin2018-06-071-3/+3
| * mm: memory.low hierarchical behaviorRoman Gushchin2018-06-074-31/+134
| * mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-076-82/+82
| * mm/memblock: introduce PHYS_ADDR_MAXStefan Agner2018-06-072-11/+12
| * mm: remove odd HAVE_PTE_SPECIALLaurent Dufour2018-06-071-9/+6
| * mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-0724-27/+18
| * mm/page_alloc: remove realsize in free_area_init_core()Wei Yang2018-06-071-4/+4
| * mm: restructure memfd codeMike Kravetz2018-06-077-338/+366
| * mm/shmem: update file sealing comments and file checkingMike Kravetz2018-06-071-24/+26
| * mm/shmem: add __rcu annotations and properly deref radix entryMike Kravetz2018-06-071-7/+13
| * zram: introduce zram memory trackingMinchan Kim2018-06-074-14/+163
| * zram: record accessed secondMinchan Kim2018-06-072-0/+17
| * zram: mark incompressible page as ZRAM_HUGEMinchan Kim2018-06-073-3/+17