aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 12-23/+149
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-0/+148
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 6-7/+18
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2016-07-30Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-29/+425
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-2/+0
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 13-17/+260
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 6-32/+70
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-47/+124
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-0/+14
2016-07-29Revert "vfs: add lookup_hash() helper"Gravatar Linus Torvalds 1-2/+0
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Gravatar Christian König 1-0/+9
2016-07-29mm: export filemap_check_errors() to modulesGravatar Miklos Szeredi 1-0/+1
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 5-10/+22
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-110/+50
2016-07-28Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 2-0/+1326
2016-07-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 26-226/+418
2016-07-28mm, compaction: simplify contended compaction handlingGravatar Vlastimil Babka 1-11/+2
2016-07-28mm, compaction: introduce direct compaction priorityGravatar Vlastimil Babka 2-15/+19
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsGravatar Vlastimil Babka 2-6/+9
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBGravatar Alexander Potapenko 3-1/+8
2016-07-28mm, kasan: account for object redzone in SLUB's nearest_obj()Gravatar Alexander Potapenko 1-4/+6
2016-07-28mm/memblock.c: add new infrastructure to address the mem limit issueGravatar Dennis Chen 1-0/+1
2016-07-28kdb: use task_cpu() instead of task_thread_info()->cpuGravatar Andy Lutomirski 1-1/+1
2016-07-28mm: fix memcg stack accounting for sub-page stacksGravatar Andy Lutomirski 1-1/+1
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksGravatar Andy Lutomirski 1-1/+1
2016-07-28mm: cleanup ifdef guards for vmem_altmapGravatar Dan Williams 1-1/+1
2016-07-28mm, THP: clean up return value of madvise_free_huge_pmdGravatar Huang Ying 1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsGravatar Mel Gorman 2-0/+2
2016-07-28mm, vmscan: remove highmem_file_pagesGravatar Mel Gorman 1-17/+0
2016-07-28mm: add per-zone lru list statGravatar Minchan Kim 2-0/+8
2016-07-28mm, vmscan: Update all zone LRU sizes before updating memcgGravatar Mel Gorman 2-4/+3
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesGravatar Mel Gorman 3-8/+17
2016-07-28mm: vmstat: account per-zone stalls and pages skipped during reclaimGravatar Mel Gorman 1-1/+3
2016-07-28mm: vmstat: replace __count_zone_vm_events with a zone id equivalentGravatar Mel Gorman 1-3/+2
2016-07-28mm, page_alloc: remove fair zone allocation policyGravatar Mel Gorman 1-5/+0
2016-07-28mm, vmscan: add classzone information to tracepointsGravatar Mel Gorman 1-20/+31
2016-07-28mm: convert zone_reclaim to node_reclaimGravatar Mel Gorman 3-14/+15
2016-07-28mm: move vmscan writes and file write accounting to the nodeGravatar Mel Gorman 2-6/+6
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 2-12/+13
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDGravatar Mel Gorman 1-1/+1
2016-07-28mm: move page mapped accounting to the nodeGravatar Mel Gorman 1-3/+3
2016-07-28mm, page_alloc: consider dirtyable memory in terms of nodesGravatar Mel Gorman 2-7/+7
2016-07-28mm, workingset: make working set detection node-awareGravatar Mel Gorman 2-4/+3
2016-07-28mm, memcg: move memcg limit enforcement from zones to nodesGravatar Mel Gorman 2-24/+16
2016-07-28mm, vmscan: make shrink_node decisions more node-centricGravatar Mel Gorman 3-12/+13
2016-07-28mm, vmscan: simplify the logic deciding whether kswapd sleepsGravatar Mel Gorman 1-2/+3
2016-07-28mm, vmscan: remove balance gapGravatar Mel Gorman 1-9/+0
2016-07-28mm, mmzone: clarify the usage of zone paddingGravatar Mel Gorman 1-3/+4
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 8-56/+93