Age | Commit message (Expand) | Author | Files | Lines |
2016-05-21 | mm: thp: microoptimize compound_mapcount() | Andrea Arcangeli | 1 | -2/+1 |
2016-05-21 | mm: use unsigned long constant for page flags | Yu Zhao | 1 | -9/+9 |
2016-05-21 | mm fix commmets: if SPARSEMEM, pgdata doesn't have page_ext | Weijie Yang | 1 | -1/+1 |
2016-05-21 | include/linux/hugetlb.h: use bool instead of int for hugepage_migration_suppo... | Chen Gang | 1 | -3/+3 |
2016-05-21 | include/linux/hugetlb*.h: clean up code | Chen Gang | 2 | -7/+1 |
2016-05-21 | mm: tighten fault_in_pages_writeable() | Eric Dumazet | 1 | -15/+9 |
2016-05-21 | mm/vmalloc: keep a separate lazy-free list | Chris Wilson | 1 | -1/+2 |
2016-05-21 | mm,oom: speed up select_bad_process() loop | Tetsuo Handa | 1 | -0/+1 |
2016-05-21 | oom: consider multi-threaded tasks in task_will_free_mem | Michal Hocko | 1 | -2/+13 |
2016-05-21 | mm, oom_reaper: do not mmput synchronously from the oom reaper context | Michal Hocko | 2 | -0/+7 |
2016-05-21 | mm, oom_reaper: hide oom reaped tasks from OOM killer more carefully | Michal Hocko | 1 | -0/+1 |
2016-05-21 | mm, oom, compaction: prevent from should_compact_retry looping for ever for c... | Michal Hocko | 2 | -0/+7 |
2016-05-21 | mm, oom: rework oom detection | Michal Hocko | 1 | -0/+1 |
2016-05-21 | mm, compaction: abstract compaction feedback to helpers | Michal Hocko | 1 | -0/+79 |
2016-05-21 | mm, compaction: update compaction_result ordering | Michal Hocko | 1 | -10/+16 |
2016-05-21 | mm, compaction: distinguish between full and partial COMPACT_COMPLETE | Michal Hocko | 2 | -1/+10 |
2016-05-21 | mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED | Michal Hocko | 2 | -3/+6 |
2016-05-21 | mm, compaction: change COMPACT_ constants into enum | Michal Hocko | 1 | -18/+27 |
2016-05-21 | mm: vmscan: reduce size of inactive file list | Rik van Riel | 1 | -25/+0 |
2016-05-21 | net: suppress warnings on dev_alloc_skb | Neil Horman | 1 | -2/+2 |
2016-05-21 | uapi glibc compat: fix compilation when !__USE_MISC in glibc | Nicolas Dichtel | 1 | -1/+1 |
2016-05-21 | Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or... | David S. Miller | 1 | -0/+1 |
2016-05-21 | net: sock: move ->sk_shutdown out of bitfields. | Andrey Ryabinin | 1 | -1/+8 |
2016-05-21 | ip4ip6: Support for GSO/GRO | Tom Herbert | 1 | -0/+5 |
2016-05-21 | fou: Add encap ops for IPv6 tunnels | Tom Herbert | 1 | -1/+1 |
2016-05-21 | ip6_tun: Add infrastructure for doing encapsulation | Tom Herbert | 1 | -0/+58 |
2016-05-21 | fou: Split out {fou,gue}_build_header | Tom Herbert | 1 | -4/+4 |
2016-05-21 | net: Cleanup encap items in ip_tunnels.h | Tom Herbert | 1 | -18/+58 |
2016-05-21 | net: define gso types for IPx over IPv4 and IPv6 | Tom Herbert | 3 | -10/+10 |
2016-05-21 | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -2/+60 |
2016-05-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 10 | -19/+182 |
2016-05-20 | mlx5: avoid unused variable warning | Arnd Bergmann | 1 | -1/+1 |
2016-05-20 | Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -1/+509 |
2016-05-20 | Merge tag 'fbdev-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/... | Linus Torvalds | 1 | -59/+0 |
2016-05-20 | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+8 |
2016-05-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 33 | -172/+219 |
2016-05-20 | cpuset: use static key better and convert to new API | Vlastimil Babka | 1 | -14/+28 |
2016-05-20 | mm, page_alloc: inline pageblock lookup in page free fast paths | Mel Gorman | 1 | -7/+0 |
2016-05-20 | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman | 1 | -7/+11 |
2016-05-20 | mm, page_alloc: simplify last cpupid reset | Mel Gorman | 1 | -4/+1 |
2016-05-20 | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 2 | -4/+5 |
2016-05-20 | mm, page_alloc: inline the fast path of the zonelist iterator | Mel Gorman | 1 | -2/+11 |
2016-05-20 | mm, page_alloc: inline zone_statistics | Mel Gorman | 1 | -2/+0 |
2016-05-20 | mm, page_alloc: use new PageAnonHead helper in the free page fast path | Mel Gorman | 1 | -1/+6 |
2016-05-20 | oom, oom_reaper: try to reap tasks which skip regular OOM killer path | Michal Hocko | 1 | -0/+8 |
2016-05-20 | arch: fix has_transparent_hugepage() | Hugh Dickins | 1 | -0/+8 |
2016-05-20 | huge mm: move_huge_pmd does not need new_vma | Hugh Dickins | 1 | -3/+1 |
2016-05-20 | mm: /proc/sys/vm/stat_refresh to force vmstat update | Hugh Dickins | 1 | -0/+4 |
2016-05-20 | tmpfs: preliminary minor tidyups | Hugh Dickins | 1 | -0/+6 |
2016-05-20 | mm: update_lru_size do the __mod_zone_page_state | Hugh Dickins | 2 | -12/+18 |