Age | Commit message (Expand) | Author |
2015-09-10 | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-09-10 | mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() | Kirill A. Shutemov |
2015-09-10 | mm: make sure all file VMAs have ->vm_ops set | Kirill A. Shutemov |
2015-09-10 | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() | Oleg Nesterov |
2015-09-10 | kmemleak: use seq_hex_dump() to dump buffers | Andy Shevchenko |
2015-09-10 | mm: introduce idle page tracking | Vladimir Davydov |
2015-09-10 | mmu-notifier: add clear_young callback | Vladimir Davydov |
2015-09-10 | memcg: zap try_get_mem_cgroup_from_page | Vladimir Davydov |
2015-09-10 | hwpoison: use page_cgroup_ino for filtering by memcg | Vladimir Davydov |
2015-09-10 | memcg: add page_cgroup_ino helper | Vladimir Davydov |
2015-09-10 | zswap: change zpool/compressor at runtime | Dan Streetman |
2015-09-10 | zswap: dynamic pool creation | Dan Streetman |
2015-09-10 | zpool: add zpool_has_pool() | Dan Streetman |
2015-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-09-08 | zpool: remove no-op module init/exit | Dan Streetman |
2015-09-08 | mm: zbud: constify the zbud_ops | Krzysztof Kozlowski |
2015-09-08 | mm: zpool: constify the zpool_ops | Krzysztof Kozlowski |
2015-09-08 | mm: swap: zswap: maybe_preload & refactoring | Dmitry Safonov |
2015-09-08 | zsmalloc: remove null check from destroy_handle_cache() | Sergey Senozhatsky |
2015-09-08 | zsmalloc: do not take class lock in zs_shrinker_count() | Sergey Senozhatsky |
2015-09-08 | zsmalloc: use class->pages_per_zspage | Minchan Kim |
2015-09-08 | zsmalloc: consider ZS_ALMOST_FULL as migrate source | Minchan Kim |
2015-09-08 | zsmalloc: partial page ordering within a fullness_list | Sergey Senozhatsky |
2015-09-08 | zsmalloc: use shrinker to trigger auto-compaction | Sergey Senozhatsky |
2015-09-08 | zsmalloc: account the number of compacted pages | Sergey Senozhatsky |
2015-09-08 | zsmalloc/zram: introduce zs_pool_stats api | Sergey Senozhatsky |
2015-09-08 | zsmalloc: cosmetic compaction code adjustments | Sergey Senozhatsky |
2015-09-08 | zsmalloc: introduce zs_can_compact() function | Sergey Senozhatsky |
2015-09-08 | zsmalloc: always keep per-class stats | Sergey Senozhatsky |
2015-09-08 | zsmalloc: drop unused variable `nr_to_migrate' | Sergey Senozhatsky |
2015-09-08 | mm/memblock.c: fix comment in __next_mem_range() | Alexander Kuleshov |
2015-09-08 | mm/page_alloc.c: fix type information of memoryless node | Zhen Lei |
2015-09-08 | memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned... | Xishi Qiu |
2015-09-08 | mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_rese... | Yaowei Bai |
2015-09-08 | mm/page_alloc.c: fix a misleading comment | Yaowei Bai |
2015-09-08 | mm/mmap.c:insert_vm_struct(): check for failure before setting values | Chen Gang |
2015-09-08 | mm/khugepaged: allow interruption of allocation sleep again | Petr Mladek |
2015-09-08 | mm/memblock.c: fiy typos in comments | Alexander Kuleshov |
2015-09-08 | mm/compaction: correct to flush migrated pages if pageblock skip happens | Joonsoo Kim |
2015-09-08 | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka |
2015-09-08 | mm, vmscan: unlock page while waiting on writeback | Hugh Dickins |
2015-09-08 | list_lru: don't call list_lru_from_kmem if the list_head is empty | Jeff Layton |
2015-09-08 | kmemleak: record accurate early log buffer count and report when exceeded | Wang Kai |
2015-09-08 | mm/mmap.c: simplify the failure return working flow | Chen Gang |
2015-09-08 | shmem: recalculate file inode when fstat | Yu Zhao |
2015-09-08 | mm/memblock.c: rename local variable of memblock_type to 'type' | Alexander Kuleshov |
2015-09-08 | mm/hwpoison: don't try to unpoison containment-failed pages | Naoya Horiguchi |
2015-09-08 | mm/hwpoison: fix race between soft_offline_page and unpoison_memory | Wanpeng Li |
2015-09-08 | mm/hwpoison: introduce num_poisoned_pages wrappers | Naoya Horiguchi |
2015-09-08 | mm/hwpoison: replace most of put_page in memory error handling by put_hwpoiso... | Wanpeng Li |