summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * 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-0213-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-23923-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
| * | drm/tinydrm: mipi-dbi: Fix field width specifier warningNoralf Trønnes2017-02-241-2/+2
| * | drm/tinydrm: mipi-dbi: Silence: ‘cmd’ may be used uninitializedNoralf Trønnes2017-02-241-1/+1
| * | Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-2412-13/+71
| |\ \
| | * | drm/amd/powerplay: fix PSI feature on Polars12.Rex Zhu2017-02-225-2/+36
| | * | drm/amdgpu: refuse to reserve io mem for split VRAM buffersNicolai Hähnle2017-02-211-0/+3
| | * | drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle2017-02-211-0/+12
| | * | drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu2017-02-175-11/+20
| * | | Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2017-02-247-3/+128
| |\ \ \
| | * | | drm/panel: simple: Specify bus width and flags for EDT displaysStefan Agner2017-01-261-0/+4
| | * | | drm/panel: simple: Add Netron DY E231732Maxime Ripard2017-01-262-0/+33
| | * | | of: Add vendor prefix for Netron DYMaxime Ripard2017-01-261-0/+1