summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-0/+14
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds1-2/+0
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-0/+1
2016-07-29Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds5-10/+22
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-110/+50
2016-07-29Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-0/+1326
2016-07-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-226/+418
2016-07-29mm, compaction: simplify contended compaction handlingVlastimil Babka1-11/+2
2016-07-29mm, compaction: introduce direct compaction priorityVlastimil Babka2-15/+19
2016-07-29mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2-6/+9
2016-07-29mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko3-1/+8
2016-07-29mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko1-4/+6
2016-07-29mm/memblock.c: add new infrastructure to address the mem limit issueDennis Chen1-0/+1
2016-07-29kdb: use task_cpu() instead of task_thread_info()->cpuAndy Lutomirski1-1/+1
2016-07-29mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski1-1/+1
2016-07-29mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-1/+1
2016-07-29mm: cleanup ifdef guards for vmem_altmapDan Williams1-1/+1
2016-07-29mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying1-1/+1
2016-07-29mm: remove reclaim and compaction retry approximationsMel Gorman2-0/+2
2016-07-29mm, vmscan: remove highmem_file_pagesMel Gorman1-17/+0
2016-07-29mm: add per-zone lru list statMinchan Kim2-0/+8
2016-07-29mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman2-4/+3
2016-07-29mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman3-8/+17
2016-07-29mm: vmstat: account per-zone stalls and pages skipped during reclaimMel Gorman1-1/+3
2016-07-29mm: vmstat: replace __count_zone_vm_events with a zone id equivalentMel Gorman1-3/+2
2016-07-29mm, page_alloc: remove fair zone allocation policyMel Gorman1-5/+0
2016-07-29mm, vmscan: add classzone information to tracepointsMel Gorman1-20/+31
2016-07-29mm: convert zone_reclaim to node_reclaimMel Gorman3-14/+15
2016-07-29mm: move vmscan writes and file write accounting to the nodeMel Gorman2-6/+6
2016-07-29mm: move most file-based accounting to the nodeMel Gorman2-12/+13
2016-07-29mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-1/+1
2016-07-29mm: move page mapped accounting to the nodeMel Gorman1-3/+3
2016-07-29mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman2-7/+7
2016-07-29mm, workingset: make working set detection node-awareMel Gorman2-4/+3
2016-07-29mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2-24/+16
2016-07-29mm, vmscan: make shrink_node decisions more node-centricMel Gorman3-12/+13
2016-07-29mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman1-2/+3
2016-07-29mm, vmscan: remove balance gapMel Gorman1-9/+0
2016-07-29mm, mmzone: clarify the usage of zone paddingMel Gorman1-3/+4
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman8-56/+93
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman2-3/+9
2016-07-29mm, vmstat: add infrastructure for per-node vmstatsMel Gorman3-12/+98
2016-07-29mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2-1/+52
2016-07-29mm, oom_reaper: do not attempt to reap a task more than twiceMichal Hocko1-0/+1
2016-07-29mm, oom: fortify task_will_free_mem()Michal Hocko1-23/+3
2016-07-29mm, oom: skip vforked tasks from being selectedMichal Hocko1-0/+26
2016-07-29mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko1-0/+2
2016-07-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-56/+25
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds2-7/+9