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