2014-06-04 |
Fabian Frederick | fs/hugetlbfs/inode.c: remove null test before kfree |
commit | commitdiff | tree |
2014-06-04 |
Fabian Frederick | fs/hugetlbfs/inode.c: use static const for dentry_opera... |
commit | commitdiff | tree |
2014-06-04 |
Fabian Frederick | fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mu... |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm/vmscan.c: use DIV_ROUND_UP for calculation of zone... |
commit | commitdiff | tree |
2014-06-04 |
Andy Shevchenko | include/linux/gfp.h: exclude duplicate header |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm, hugetlb: move the error handle logic out of normal... |
commit | commitdiff | tree |
2014-06-04 |
Naoya Horiguchi | mm/memory-failure.c: move comment |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: avoid unnecessary atomic operations during end_page... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: calculate classzone_idx once from the... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: non-atomically mark page accessed during page cache... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | fs: buffer: do not use unnecessary atomic operations... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: do not use unnecessary atomic operations when addin... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: do not use atomic operations when releasing pages |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: shmem: avoid atomic operation during shmem_getpage_gfp |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: convert hot/cold parameter and immediat... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: use unsigned int for order in more... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: lookup pageblock migratetype with IRQs... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: reduce number of times page_to_pfn... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: use word-based accesses for get/set... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: take the ALLOC_NO_WATERMARK check out... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: only check the alloc flags and gfp_mask... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: only check the zone id check if pages... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: use jump labels to avoid checking numbe... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | include/linux/jump_label.h: expose the reference count |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: do not treat a zone that cannot be... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: page_alloc: do not update zlc unless the zlc is... |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | slab: delete cache from list after __kmem_cache_shutdow... |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | memcg: cleanup kmem cache creation/destruction function... |
commit | commitdiff | tree |
2014-06-04 |
Andy Shevchenko | mm/dmapool.c: reuse devres_release() to free resources |
commit | commitdiff | tree |
2014-06-04 |
Marc Carino | cma: increase CMA_ALIGNMENT upper limit to 12 |
commit | commitdiff | tree |
2014-06-04 |
Dan Streetman | swap: change swap_list_head to plist, add swap_avail_head |
commit | commitdiff | tree |
2014-06-04 |
Dan Streetman | lib/plist: add plist_requeue |
commit | commitdiff | tree |
2014-06-04 |
Dan Streetman | lib/plist: add helper functions |
commit | commitdiff | tree |
2014-06-04 |
Dan Streetman | swap: change swap_info singly-linked list to list_head |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm: fold mlocked_vma_newpage() into its only call site |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm: use the light version __mod_zone_page_state in... |
commit | commitdiff | tree |
2014-06-04 |
Vlastimil Babka | mm/compaction: avoid rescanning pageblocks in isolate_f... |
commit | commitdiff | tree |
2014-06-04 |
Vlastimil Babka | mm/compaction: do not count migratepages when unnecessary |
commit | commitdiff | tree |
2014-06-04 |
David Rientjes | mm, compaction: terminate async compaction when resched... |
commit | commitdiff | tree |
2014-06-04 |
David Rientjes | mm, thp: avoid excessive compaction latency during... |
commit | commitdiff | tree |
2014-06-04 |
David Rientjes | mm, compaction: embed migration mode in compact_control |
commit | commitdiff | tree |
2014-06-04 |
David Rientjes | mm, compaction: add per-zone migration pfn cache for... |
commit | commitdiff | tree |
2014-06-04 |
David Rientjes | mm, compaction: return failed migration target pages... |
commit | commitdiff | tree |
2014-06-04 |
David Rientjes | mm, migration: add destination page freeing callback |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | memcg: memcg_kmem_create_cache: make memcg_name_buf... |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | memcg: get rid of memcg_create_cache_name |
commit | commitdiff | tree |
2014-06-04 |
Qiang Huang | memcg: correct comments for __mem_cgroup_begin_update_p... |
commit | commitdiff | tree |
2014-06-04 |
Qiang Huang | memcg: fold mem_cgroup_stolen |
commit | commitdiff | tree |
2014-06-04 |
Kirill A. Shutemov | mm: update comment for DEFAULT_MAX_MAP_COUNT |
commit | commitdiff | tree |
2014-06-04 |
Emil Medve | arch/x86/mm/numa.c: use for_each_memblock() |
commit | commitdiff | tree |
2014-06-04 |
Fabian Frederick | mm/mempolicy.c: parameter doc uniformization |
commit | commitdiff | tree |
2014-06-04 |
Kirill A. Shutemov | mm/rmap.c: make page_referenced_one() and try_to_unmap_... |
commit | commitdiff | tree |
2014-06-04 |
Cyrill Gorcunov | mm: x86 pgtable: require X86_64 for soft-dirty tracker |
commit | commitdiff | tree |
2014-06-04 |
Cyrill Gorcunov | mm: x86 pgtable: drop unneeded preprocessor ifdef |
commit | commitdiff | tree |
2014-06-04 |
Kirill A. Shutemov | mm: cleanup __get_user_pages() |
commit | commitdiff | tree |
2014-06-04 |
Kirill A. Shutemov | mm: extract code to fault in a page from __get_user_pages() |
commit | commitdiff | tree |
2014-06-04 |
Kirill A. Shutemov | mm: cleanup follow_page_mask() |
commit | commitdiff | tree |
2014-06-04 |
Kirill A. Shutemov | mm: extract in_gate_area() case from __get_user_pages() |
commit | commitdiff | tree |
2014-06-04 |
Kirill A. Shutemov | mm: move get_user_pages()-related code to separate... |
commit | commitdiff | tree |
2014-06-04 |
Fabian Frederick | mm/vmalloc.c: replace seq_printf by seq_puts |
commit | commitdiff | tree |
2014-06-04 |
Fabian Frederick | mm/memcontrol.c: remove NULL assignment on static |
commit | commitdiff | tree |
2014-06-04 |
Dave Hansen | mm: shrinker: add nid to tracepoint output |
commit | commitdiff | tree |
2014-06-04 |
Dave Hansen | mm: shrinker trace points: fix negatives |
commit | commitdiff | tree |
2014-06-04 |
Daeseok Youn | mm/dmapool.c: remove redundant NULL check for dev in... |
commit | commitdiff | tree |
2014-06-04 |
Wang Sheng-Hui | include/linux/bootmem.h: cleanup the comment for BOOTME... |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm: introdule compound_head_by_tail() |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm/swap.c: split put_compound_page() |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm/swap.c: introduce put_[un]refcounted_compound_page... |
commit | commitdiff | tree |
2014-06-04 |
Rasmus Villemoes | mm: constify nmask argument to set_mempolicy() |
commit | commitdiff | tree |
2014-06-04 |
Rasmus Villemoes | mm: constify nmask argument to mbind() |
commit | commitdiff | tree |
2014-06-04 |
Christoph Lameter | mm: replace __get_cpu_var uses with this_cpu_ptr |
commit | commitdiff | tree |
2014-06-04 |
Oleg Nesterov | memcg: kill start_kernel()->mm_init_owner(&init_mm) |
commit | commitdiff | tree |
2014-06-04 |
Oleg Nesterov | memcg: optimize the "Search everything else" loop in... |
commit | commitdiff | tree |
2014-06-04 |
Oleg Nesterov | memcg: mm_update_next_owner() should skip kthreads |
commit | commitdiff | tree |
2014-06-04 |
Fabian Frederick | mm/memblock.c: use PFN_DOWN |
commit | commitdiff | tree |
2014-06-04 |
Fabian Frederick | mm/memory_hotplug.c: use PFN_DOWN() |
commit | commitdiff | tree |
2014-06-04 |
Matthew Wilcox | brd: return -ENOSPC rather than -ENOMEM on page allocat... |
commit | commitdiff | tree |
2014-06-04 |
Matthew Wilcox | brd: add support for rw_page() |
commit | commitdiff | tree |
2014-06-04 |
Matthew Wilcox | swap: use bdev_read_page() / bdev_write_page() |
commit | commitdiff | tree |
2014-06-04 |
Matthew Wilcox | fs/block_dev.c: add bdev_read_page() and bdev_write_page() |
commit | commitdiff | tree |
2014-06-04 |
Matthew Wilcox | fs/mpage.c: factor page_endio() out of mpage_end_io() |
commit | commitdiff | tree |
2014-06-04 |
Matthew Wilcox | fs/mpage.c: factor clean_buffers() out of __mpage_write... |
commit | commitdiff | tree |
2014-06-04 |
Matthew Wilcox | fs/buffer.c: remove block_write_full_page_endio() |
commit | commitdiff | tree |
2014-06-04 |
NeilBrown | mm/vmscan.c: avoid throttling reclaim for loop-back... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: numa: add migrated transhuge pages to LRU the same... |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | memcg, slab: simplify synchronization scheme |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | memcg, slab: merge memcg_{bind,release}_pages to memcg_... |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | memcg, slab: do not schedule cache destruction when... |
commit | commitdiff | tree |
2014-06-04 |
Michal Hocko | memcg: do not hang on OOM when killed by userspace... |
commit | commitdiff | tree |
2014-06-04 |
Mel Gorman | mm: vmscan: do not throttle based on pfmemalloc reserve... |
commit | commitdiff | tree |
2014-06-04 |
Oleg Nesterov | memcg: kill CONFIG_MM_OWNER |
commit | commitdiff | tree |
2014-06-04 |
Huang Shijie | mm/mmap.c: remove the first mapping check |
commit | commitdiff | tree |
2014-06-04 |
Jianyu Zhan | mm/swap.c: clean up *lru_cache_add* functions |
commit | commitdiff | tree |
2014-06-04 |
Jonathan Gonzalez V | drm/exynos: call find_vma with the mmap_sem held |
commit | commitdiff | tree |
2014-06-04 |
Davidlohr Bueso | arc: call find_vma with the mmap_sem held |
commit | commitdiff | tree |
2014-06-04 |
Vladimir Davydov | Documentation/memcg: warn about incomplete kmemcg state |
commit | commitdiff | tree |
2014-06-04 |
Dave Hansen | mm: debug: make bad_range() output more usable and... |
commit | commitdiff | tree |
2014-06-04 |
Vlastimil Babka | mm/compaction: cleanup isolate_freepages() |
commit | commitdiff | tree |
2014-06-04 |
Heesub Shin | mm/compaction: clean up unused code lines |
commit | commitdiff | tree |
2014-06-04 |
Vlastimil Babka | mm/page_alloc: prevent MIGRATE_RESERVE pages from being... |
commit | commitdiff | tree |
next |