Age | Commit message (Expand) | Author |
2014-06-12 | shmem: switch to iter_file_splice_write() | Al Viro |
2014-06-09 | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2014-06-08 | Don't trigger congestion wait on dirty-but-not-writeout pages | Linus Torvalds |
2014-06-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds |
2014-06-06 | mm: convert some level-less printks to pr_* | Mitchel Humpherys |
2014-06-06 | mm/kmemleak-test.c: use pr_fmt for logging | Fabian Frederick |
2014-06-06 | mm: mark remap_file_pages() syscall as deprecated | Kirill A. Shutemov |
2014-06-06 | mm: memcontrol: remove unnecessary memcg argument from soft limit functions | Johannes Weiner |
2014-06-06 | mm: memcontrol: clean up memcg zoneinfo lookup | Jianyu Zhan |
2014-06-06 | mm/memblock.c: call kmemleak directly from memblock_(alloc|free) | Catalin Marinas |
2014-06-06 | mm/mempool.c: update the kmemleak stack trace for mempool allocations | Catalin Marinas |
2014-06-06 | mm: introduce kmemleak_update_trace() | Catalin Marinas |
2014-06-06 | mm/kmemleak.c: use %u to print ->checksum | Jianpeng Ma |
2014-06-06 | vmscan: memcg: always use swappiness of the reclaimed memcg | Michal Hocko |
2014-06-06 | mm: convert use of typedef ctl_table to struct ctl_table | Joe Perches |
2014-06-06 | slub: search partial list on numa_mem_id(), instead of numa_node_id() | Joonsoo Kim |
2014-06-06 | mm: vmscan: clear kswapd's special reclaim powers before exiting | Johannes Weiner |
2014-06-06 | mm: add !pte_present() check on existing hugetlb_entry callbacks | Naoya Horiguchi |
2014-06-06 | mm: rmap: fix use-after-free in __put_anon_vma | Andrey Ryabinin |
2014-06-05 | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds |
2014-06-04 | mm/zswap: NUMA aware allocation for zswap_dstmem | Eric Dumazet |
2014-06-04 | mm/zsmalloc: make zsmalloc module-buildable | Minchan Kim |
2014-06-04 | mm/vmalloc.c: export unmap_kernel_range() | Minchan Kim |
2014-06-04 | zsmalloc: fixup trivial zs size classes value in comments | Weijie Yang |
2014-06-04 | mm/zbud.c: make size unsigned like unique callsite | Fabian Frederick |
2014-06-04 | mm, memcg: periodically schedule when emptying page list | Hugh Dickins |
2014-06-04 | mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M... | Naoya Horiguchi |
2014-06-04 | mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT... | Tony Luck |
2014-06-04 | mm/memory-failure.c-failure: send right signal code to correct thread | Tony Luck |
2014-06-04 | mm/page-writeback.c: remove outdated comment | Jianyu Zhan |
2014-06-04 | mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s... | Chen Yucong |
2014-06-04 | hugetlb: rename hugepage_migration_support() to ..._supported() | Naoya Horiguchi |
2014-06-04 | mm: document do_fault_around() feature | Kirill A. Shutemov |
2014-06-04 | mm: nominate faultaround area in bytes rather than page order | Kirill A. Shutemov |
2014-06-04 | mm/page_alloc.c: cleanup add_active_range() related comments | Zhang Zhen |
2014-06-04 | mm/rmap.c: cleanup ttu_flags | Konstantin Khlebnikov |
2014-06-04 | mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlock | Konstantin Khlebnikov |
2014-06-04 | mm/process_vm_access: move config option into init/Kconfig | Konstantin Khlebnikov |
2014-06-04 | mm: vmscan: use proportional scanning during direct reclaim and full scan at ... | Mel Gorman |
2014-06-04 | mm: fix typo in comment in do_fault_around() | Kirill A. Shutemov |
2014-06-04 | mm/msync.c: sync only the requested range in msync() | Matthew Wilcox |
2014-06-04 | mm, compaction: properly signal and act upon lock and need_sched() contention | Vlastimil Babka |
2014-06-04 | mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre... | Jianyu Zhan |
2014-06-04 | mm, hugetlb: move the error handle logic out of normal code path | Jianyu Zhan |
2014-06-04 | mm/memory-failure.c: move comment | Naoya Horiguchi |
2014-06-04 | mm: avoid unnecessary atomic operations during end_page_writeback() | Mel Gorman |
2014-06-04 | mm: page_alloc: calculate classzone_idx once from the zonelist ref | Mel Gorman |
2014-06-04 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman |
2014-06-04 | mm: do not use unnecessary atomic operations when adding pages to the LRU | Mel Gorman |