summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov2017-02-241-32/+34
* mm: introduce page_vma_mapped_walk()Kirill A. Shutemov2017-02-244-5/+224
* uprobes: split THPs before trying to replace themKirill A. Shutemov2017-02-241-2/+2
* mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie2017-02-242-13/+23
* HWPOISON: soft offlining for non-lru movable pageYisheng Xie2017-02-241-10/+16
* mm/migration: make isolate_movable_page always definedYisheng Xie2017-02-241-0/+2
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-243-5/+5
* z3fold: add kref refcountingVitaly Wool2017-02-241-86/+69
* z3fold: use per-page spinlockVitaly Wool2017-02-241-42/+106
* z3fold: extend compaction functionVitaly Wool2017-02-241-1/+25
* z3fold: fix header size related issuesVitaly Wool2017-02-241-50/+64
* z3fold: make pages_nr atomicVitaly Wool2017-02-241-11/+9
* mm: fix get_user_pages() vs device-dax pud mappingsDan Williams2017-02-241-4/+24
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-248-38/+46
* dax: support for transparent PUD pages for device DAXDave Jiang2017-02-241-0/+48
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-2421-18/+844
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-249-76/+74
* mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman2017-02-241-18/+22
* mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka2017-02-241-1/+2
* mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka2017-02-241-18/+0
* zram: remove waitqueue for IO doneMinchan Kim2017-02-242-40/+3
* mm: fix comments for mmap_init()seokhoon.yoon2017-02-242-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-2487-290/+283
* mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman2017-02-241-20/+23
* mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko2017-02-241-6/+9
* mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman2017-02-241-7/+37
* mm, page_alloc: split alloc_pages_nodemask()Mel Gorman2017-02-241-29/+46
* mm, page_alloc: split buffered_rmqueue()Mel Gorman2017-02-241-49/+79
* mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2017-02-243-7/+24
* mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner2017-02-241-5/+10
* mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner2017-02-241-17/+0
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-243-7/+15
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-242-14/+2
* userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmemMike Rapoport2017-02-241-4/+2
* userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport2017-02-241-0/+1
* userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-245-28/+28
* memblock: embed memblock type name within struct memblock_typeHeiko Carstens2017-02-243-24/+13
* memblock: also dump physmem list within __memblock_dump_allHeiko Carstens2017-02-241-0/+3
* memblock: let memblock_type_name know about physmem typeHeiko Carstens2017-02-241-0/+4
* mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton2017-02-241-1/+0
* mm: validate device_hotplug is held for memory hotplugDan Williams2017-02-243-0/+8
* mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams2017-02-241-0/+6
* mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-241-7/+9
* mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda2017-02-242-3/+79
* cris: use generic current.hDavidlohr Bueso2017-02-242-15/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-2340-226/+431
|\
| * proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-221-13/+18
| * vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal2017-02-141-1/+1
| * proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-134-19/+51
| * mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-02-044-63/+111