| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-29 | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit |  Linus Torvalds | 1 | -2/+0 |
| 2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security |  Linus Torvalds | 4 | -11/+15 |
| 2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 6 | -32/+70 |
| 2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 10 | -47/+124 |
| 2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse |  Linus Torvalds | 2 | -0/+14 |
| 2016-07-29 | Revert "vfs: add lookup_hash() helper" |  Linus Torvalds | 1 | -2/+0 |
| 2016-07-29 | mm: export filemap_check_errors() to modules |  Miklos Szeredi | 1 | -0/+1 |
| 2016-07-28 | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 1 | -4/+8 |
| 2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 7 | -110/+49 |
| 2016-07-28 | Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl |  Linus Torvalds | 1 | -0/+2 |
| 2016-07-28 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 22 | -188/+370 |
| 2016-07-28 | mm, compaction: simplify contended compaction handling |  Vlastimil Babka | 1 | -11/+2 |
| 2016-07-28 | mm, compaction: introduce direct compaction priority |  Vlastimil Babka | 1 | -9/+13 |
| 2016-07-28 | mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations |  Vlastimil Babka | 1 | -6/+8 |
| 2016-07-28 | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB |  Alexander Potapenko | 3 | -1/+8 |
| 2016-07-28 | mm, kasan: account for object redzone in SLUB's nearest_obj() |  Alexander Potapenko | 1 | -4/+6 |
| 2016-07-28 | mm/memblock.c: add new infrastructure to address the mem limit issue |  Dennis Chen | 1 | -0/+1 |
| 2016-07-28 | kdb: use task_cpu() instead of task_thread_info()->cpu |  Andy Lutomirski | 1 | -1/+1 |
| 2016-07-28 | mm: fix memcg stack accounting for sub-page stacks |  Andy Lutomirski | 1 | -1/+1 |
| 2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks |  Andy Lutomirski | 1 | -1/+1 |
| 2016-07-28 | mm: cleanup ifdef guards for vmem_altmap |  Dan Williams | 1 | -1/+1 |
| 2016-07-28 | mm, THP: clean up return value of madvise_free_huge_pmd |  Huang Ying | 1 | -1/+1 |
| 2016-07-28 | mm: remove reclaim and compaction retry approximations |  Mel Gorman | 2 | -0/+2 |
| 2016-07-28 | mm, vmscan: remove highmem_file_pages |  Mel Gorman | 1 | -17/+0 |
| 2016-07-28 | mm: add per-zone lru list stat |  Minchan Kim | 2 | -0/+8 |
| 2016-07-28 | mm, vmscan: Update all zone LRU sizes before updating memcg |  Mel Gorman | 2 | -4/+3 |
| 2016-07-28 | mm, vmstat: remove zone and node double accounting by approximating retries |  Mel Gorman | 3 | -8/+17 |
| 2016-07-28 | mm: vmstat: account per-zone stalls and pages skipped during reclaim |  Mel Gorman | 1 | -1/+3 |
| 2016-07-28 | mm: vmstat: replace __count_zone_vm_events with a zone id equivalent |  Mel Gorman | 1 | -3/+2 |
| 2016-07-28 | mm, page_alloc: remove fair zone allocation policy |  Mel Gorman | 1 | -5/+0 |
| 2016-07-28 | mm: convert zone_reclaim to node_reclaim |  Mel Gorman | 3 | -14/+15 |
| 2016-07-28 | mm: move vmscan writes and file write accounting to the node |  Mel Gorman | 1 | -4/+4 |
| 2016-07-28 | mm: move most file-based accounting to the node |  Mel Gorman | 1 | -9/+10 |
| 2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED |  Mel Gorman | 1 | -1/+1 |
| 2016-07-28 | mm: move page mapped accounting to the node |  Mel Gorman | 1 | -3/+3 |
| 2016-07-28 | mm, page_alloc: consider dirtyable memory in terms of nodes |  Mel Gorman | 2 | -7/+7 |
| 2016-07-28 | mm, workingset: make working set detection node-aware |  Mel Gorman | 2 | -4/+3 |
| 2016-07-28 | mm, memcg: move memcg limit enforcement from zones to nodes |  Mel Gorman | 2 | -24/+16 |
| 2016-07-28 | mm, vmscan: make shrink_node decisions more node-centric |  Mel Gorman | 3 | -12/+13 |
| 2016-07-28 | mm, vmscan: simplify the logic deciding whether kswapd sleeps |  Mel Gorman | 1 | -2/+3 |
| 2016-07-28 | mm, vmscan: remove balance gap |  Mel Gorman | 1 | -9/+0 |
| 2016-07-28 | mm, mmzone: clarify the usage of zone padding |  Mel Gorman | 1 | -3/+4 |
| 2016-07-28 | mm, vmscan: move LRU lists to node |  Mel Gorman | 7 | -49/+88 |
| 2016-07-28 | mm, vmscan: move lru_lock to the node |  Mel Gorman | 2 | -3/+9 |
| 2016-07-28 | mm, vmstat: add infrastructure for per-node vmstats |  Mel Gorman | 3 | -12/+98 |
| 2016-07-28 | mm: fix vm-scalability regression in cgroup-aware workingset code |  Johannes Weiner | 2 | -1/+52 |
| 2016-07-28 | mm, oom_reaper: do not attempt to reap a task more than twice |  Michal Hocko | 1 | -0/+1 |
| 2016-07-28 | mm, oom: fortify task_will_free_mem() |  Michal Hocko | 1 | -23/+3 |
| 2016-07-28 | mm, oom: skip vforked tasks from being selected |  Michal Hocko | 1 | -0/+26 |
| 2016-07-28 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj |  Michal Hocko | 1 | -0/+2 |