summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-259-76/+74
* mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman2017-02-251-18/+22
* mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka2017-02-251-1/+2
* mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka2017-02-251-18/+0
* zram: remove waitqueue for IO doneMinchan Kim2017-02-252-40/+3
* mm: fix comments for mmap_init()seokhoon.yoon2017-02-252-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-2587-290/+283
* mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman2017-02-251-20/+23
* mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko2017-02-251-6/+9
* mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman2017-02-251-7/+37
* mm, page_alloc: split alloc_pages_nodemask()Mel Gorman2017-02-251-29/+46
* mm, page_alloc: split buffered_rmqueue()Mel Gorman2017-02-251-49/+79
* mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2017-02-253-7/+24
* mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner2017-02-251-5/+10
* mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner2017-02-251-17/+0
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-253-7/+15
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-252-14/+2
* userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmemMike Rapoport2017-02-251-4/+2
* userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport2017-02-251-0/+1
* userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-255-28/+28
* memblock: embed memblock type name within struct memblock_typeHeiko Carstens2017-02-253-24/+13
* memblock: also dump physmem list within __memblock_dump_allHeiko Carstens2017-02-251-0/+3
* memblock: let memblock_type_name know about physmem typeHeiko Carstens2017-02-251-0/+4
* mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton2017-02-251-1/+0
* mm: validate device_hotplug is held for memory hotplugDan Williams2017-02-253-0/+8
* mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams2017-02-251-0/+6
* mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-251-7/+9
* mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda2017-02-252-3/+79
* cris: use generic current.hDavidlohr Bueso2017-02-252-15/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-2440-226/+431
|\
| * proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-211-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-034-63/+111
| * prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov2017-02-032-3/+29
| * introduce the walk_process_tree() helperOleg Nesterov2017-02-032-0/+35
| * Merge branch 'nsfs-discovery'Eric W. Biederman2017-02-032-2/+20
| |\
| | * nsfs: Add an ioctl() to return owner UID of a usernsMichael Kerrisk (man-pages)2017-02-032-3/+16
| | * nsfs: Add an ioctl() to return the namespace typeMichael Kerrisk (man-pages)2017-01-252-0/+5
| * | fs: Better permission checking for submountsEric W. Biederman2017-02-0113-22/+47
| * | exit: fix the setns() && PR_SET_CHILD_SUBREAPER interactionOleg Nesterov2017-02-011-5/+8
| * | vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee2017-02-011-0/+6
| |/
| * proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-243-69/+61
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-246-13/+7
| * exec: Test the ptracer's saved cred to see if the tracee can gain capsEric W. Biederman2017-01-241-1/+2
| * exec: Don't reset euid and egid when the tracee has CAP_SETUIDEric W. Biederman2017-01-241-1/+1
| * inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-247-27/+47
* | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-24923-22490/+46348
|\ \
| * | lib/Kconfig: make PRIME_NUMBERS not user selectable.Dave Airlie2017-02-241-1/+1
| * | drm/tinydrm: helpers: Properly fix backlight dependencyNoralf Trønnes2017-02-241-19/+0