summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: remove fair zone allocation policyMel Gorman2016-07-291-5/+0
* mm, vmscan: add classzone information to tracepointsMel Gorman2016-07-291-20/+31
* mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-293-14/+15
* mm: move vmscan writes and file write accounting to the nodeMel Gorman2016-07-292-6/+6
* mm: move most file-based accounting to the nodeMel Gorman2016-07-292-12/+13
* mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-291-1/+1
* mm: move page mapped accounting to the nodeMel Gorman2016-07-291-3/+3
* mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman2016-07-292-7/+7
* mm, workingset: make working set detection node-awareMel Gorman2016-07-292-4/+3
* mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2016-07-292-24/+16
* mm, vmscan: make shrink_node decisions more node-centricMel Gorman2016-07-293-12/+13
* mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman2016-07-291-2/+3
* mm, vmscan: remove balance gapMel Gorman2016-07-291-9/+0
* mm, mmzone: clarify the usage of zone paddingMel Gorman2016-07-291-3/+4
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-298-56/+93
* mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-292-3/+9
* mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-293-12/+98
* mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2016-07-292-1/+52
* mm, oom_reaper: do not attempt to reap a task more than twiceMichal Hocko2016-07-291-0/+1
* mm, oom: fortify task_will_free_mem()Michal Hocko2016-07-291-23/+3
* mm, oom: skip vforked tasks from being selectedMichal Hocko2016-07-291-0/+26
* mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-07-291-0/+2
* Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2016-07-281-1/+1
|\
| * HSI: core: switch port event notifier from atomic to blockingSebastian Reichel2016-06-281-1/+1
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-281-0/+1
|\ \
| * | random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-0/+1
| |/
* | Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-2720-806/+1913
|\ \
| * \ Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab2016-07-2720-806/+1913
| |\ \
| | * | [media] doc-rst: add some needed escape codesMauro Carvalho Chehab2016-07-233-28/+28
| | * | [media] v4l2-ioctl.h add debug info for struct v4l2_ioctl_opsMauro Carvalho Chehab2016-07-231-0/+266
| | * | [media] v4l2-ctrls.h: fully document the header fileMauro Carvalho Chehab2016-07-231-86/+279
| | * | [media] doc-rst: Fix some typedef ugly warningsMauro Carvalho Chehab2016-07-232-2/+4
| | * | [media] v4l2-fh.h: add documentation for itMauro Carvalho Chehab2016-07-231-32/+96
| | * | [media] v4l2-event.h: document all functionsMauro Carvalho Chehab2016-07-231-12/+113
| | * | [media] doc-rst: document v4l2-dev.hMauro Carvalho Chehab2016-07-231-49/+315
| | * | [media] v4l2-common.h: Add documentation for other functionsMauro Carvalho Chehab2016-07-231-5/+38
| | * | [media] v4l2-common.h: document the subdev functionsMauro Carvalho Chehab2016-07-231-7/+42
| | * | [media] v4l2-async: document the remaining stuffMauro Carvalho Chehab2016-07-231-0/+39
| | * | [media] v4l2-subdev.h: Improve documentationMauro Carvalho Chehab2016-07-231-189/+383
| | * | [media] v4l2-device.h: document functionsMauro Carvalho Chehab2016-07-231-55/+143
| | * | [media] media-entry.h: Fix a note markupMauro Carvalho Chehab2016-07-231-4/+4
| | * | [media] doc-rst: Fix some Sphinx warningsMauro Carvalho Chehab2016-07-231-2/+4
| | * | Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab2016-07-2393-358/+708
| | |\ \
| | * | | [media] doc-rst: Fix conversion for MC core functionsMauro Carvalho Chehab2016-07-172-49/+58
| | * | | [media] doc-rst: Fix conversion for v4l2 core functionsMauro Carvalho Chehab2016-07-175-24/+49
| | * | | [media] doc-rst: Fix issues with RC documentationMauro Carvalho Chehab2016-07-173-4/+60
| | * | | [media] doc-rst: Convert media API to rstMauro Carvalho Chehab2016-07-171-231/+0
| | * | | [media] lirc.h: remove several unused ioctlsMauro Carvalho Chehab2016-07-111-37/+2
| | * | | Merge branch 'topic/cec' into topic/docs-nextMauro Carvalho Chehab2016-07-098-6/+3247
| | |\ \ \
* | | \ \ \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-07-275-18/+36
|\ \ \ \ \ \