| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, page_alloc: remove fair zone allocation policy | Mel Gorman | 2016-07-29 | 1 | -5/+0 |
* | mm, vmscan: add classzone information to tracepoints | Mel Gorman | 2016-07-29 | 1 | -20/+31 |
* | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 2016-07-29 | 3 | -14/+15 |
* | mm: move vmscan writes and file write accounting to the node | Mel Gorman | 2016-07-29 | 2 | -6/+6 |
* | mm: move most file-based accounting to the node | Mel Gorman | 2016-07-29 | 2 | -12/+13 |
* | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman | 2016-07-29 | 1 | -1/+1 |
* | mm: move page mapped accounting to the node | Mel Gorman | 2016-07-29 | 1 | -3/+3 |
* | mm, page_alloc: consider dirtyable memory in terms of nodes | Mel Gorman | 2016-07-29 | 2 | -7/+7 |
* | mm, workingset: make working set detection node-aware | Mel Gorman | 2016-07-29 | 2 | -4/+3 |
* | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman | 2016-07-29 | 2 | -24/+16 |
* | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 2016-07-29 | 3 | -12/+13 |
* | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman | 2016-07-29 | 1 | -2/+3 |
* | mm, vmscan: remove balance gap | Mel Gorman | 2016-07-29 | 1 | -9/+0 |
* | mm, mmzone: clarify the usage of zone padding | Mel Gorman | 2016-07-29 | 1 | -3/+4 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-29 | 8 | -56/+93 |
* | mm, vmscan: move lru_lock to the node | Mel Gorman | 2016-07-29 | 2 | -3/+9 |
* | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman | 2016-07-29 | 3 | -12/+98 |
* | mm: fix vm-scalability regression in cgroup-aware workingset code | Johannes Weiner | 2016-07-29 | 2 | -1/+52 |
* | mm, oom_reaper: do not attempt to reap a task more than twice | Michal Hocko | 2016-07-29 | 1 | -0/+1 |
* | mm, oom: fortify task_will_free_mem() | Michal Hocko | 2016-07-29 | 1 | -23/+3 |
* | mm, oom: skip vforked tasks from being selected | Michal Hocko | 2016-07-29 | 1 | -0/+26 |
* | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko | 2016-07-29 | 1 | -0/+2 |
* | Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ |
|
| * | HSI: core: switch port event notifier from atomic to blocking | Sebastian Reichel | 2016-06-28 | 1 | -1/+1 |
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-07-28 | 1 | -0/+1 |
|\ \ |
|
| * | | random: replace non-blocking pool with a Chacha20-based CRNG | Theodore Ts'o | 2016-07-03 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2016-07-27 | 20 | -806/+1913 |
|\ \ |
|
| * \ | Merge branch 'topic/docs-next' into v4l_for_linus | Mauro Carvalho Chehab | 2016-07-27 | 20 | -806/+1913 |
| |\ \ |
|
| | * | | [media] doc-rst: add some needed escape codes | Mauro Carvalho Chehab | 2016-07-23 | 3 | -28/+28 |
| | * | | [media] v4l2-ioctl.h add debug info for struct v4l2_ioctl_ops | Mauro Carvalho Chehab | 2016-07-23 | 1 | -0/+266 |
| | * | | [media] v4l2-ctrls.h: fully document the header file | Mauro Carvalho Chehab | 2016-07-23 | 1 | -86/+279 |
| | * | | [media] doc-rst: Fix some typedef ugly warnings | Mauro Carvalho Chehab | 2016-07-23 | 2 | -2/+4 |
| | * | | [media] v4l2-fh.h: add documentation for it | Mauro Carvalho Chehab | 2016-07-23 | 1 | -32/+96 |
| | * | | [media] v4l2-event.h: document all functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -12/+113 |
| | * | | [media] doc-rst: document v4l2-dev.h | Mauro Carvalho Chehab | 2016-07-23 | 1 | -49/+315 |
| | * | | [media] v4l2-common.h: Add documentation for other functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -5/+38 |
| | * | | [media] v4l2-common.h: document the subdev functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -7/+42 |
| | * | | [media] v4l2-async: document the remaining stuff | Mauro Carvalho Chehab | 2016-07-23 | 1 | -0/+39 |
| | * | | [media] v4l2-subdev.h: Improve documentation | Mauro Carvalho Chehab | 2016-07-23 | 1 | -189/+383 |
| | * | | [media] v4l2-device.h: document functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -55/+143 |
| | * | | [media] media-entry.h: Fix a note markup | Mauro Carvalho Chehab | 2016-07-23 | 1 | -4/+4 |
| | * | | [media] doc-rst: Fix some Sphinx warnings | Mauro Carvalho Chehab | 2016-07-23 | 1 | -2/+4 |
| | * | | Merge branch 'patchwork' into topic/docs-next | Mauro Carvalho Chehab | 2016-07-23 | 93 | -358/+708 |
| | |\ \ |
|
| | * | | | [media] doc-rst: Fix conversion for MC core functions | Mauro Carvalho Chehab | 2016-07-17 | 2 | -49/+58 |
| | * | | | [media] doc-rst: Fix conversion for v4l2 core functions | Mauro Carvalho Chehab | 2016-07-17 | 5 | -24/+49 |
| | * | | | [media] doc-rst: Fix issues with RC documentation | Mauro Carvalho Chehab | 2016-07-17 | 3 | -4/+60 |
| | * | | | [media] doc-rst: Convert media API to rst | Mauro Carvalho Chehab | 2016-07-17 | 1 | -231/+0 |
| | * | | | [media] lirc.h: remove several unused ioctls | Mauro Carvalho Chehab | 2016-07-11 | 1 | -37/+2 |
| | * | | | Merge branch 'topic/cec' into topic/docs-next | Mauro Carvalho Chehab | 2016-07-09 | 8 | -6/+3247 |
| | |\ \ \ |
|
* | | \ \ \ | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2016-07-27 | 5 | -18/+36 |
|\ \ \ \ \ \ |
|