- 226b4cc mm/process_vm_access: move config option into init/Kconfig by Konstantin Khlebnikov · 10 years ago
- 1a50190 mm: vmscan: use proportional scanning during direct reclaim and full scan at DEF_PRIORITY by Mel Gorman · 10 years ago
- d23da15 fs/superblock: avoid locking counting inodes and dentries before reclaiming them by Tim Chen · 10 years ago
- 28f2cd4f fs/superblock: unregister sb shrinker before ->kill_sb() by Dave Chinner · 10 years ago
- 850e9c6 mm: fix typo in comment in do_fault_around() by Kirill A. Shutemov · 10 years ago
- 7fc34a6 mm/msync.c: sync only the requested range in msync() by Matthew Wilcox · 10 years ago
- 65eb718 hwpoison: remove unused global variable in do_machine_check() by Chen Yucong · 10 years ago
- be97657 mm, compaction: properly signal and act upon lock and need_sched() contention by Vlastimil Babka · 10 years ago
- 6e6870d fs/hugetlbfs/inode.c: remove null test before kfree by Fabian Frederick · 10 years ago
- be1d2cf fs/hugetlbfs/inode.c: use static const for dentry_operations by Fabian Frederick · 10 years ago
- 422b244 fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key by Fabian Frederick · 10 years ago
- 4be89a3 mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and correct comments. by Jianyu Zhan · 10 years ago
- b7596fb include/linux/gfp.h: exclude duplicate header by Andy Shevchenko · 10 years ago
- 8f34af6 mm, hugetlb: move the error handle logic out of normal code path by Jianyu Zhan · 10 years ago
- 6edd6cc mm/memory-failure.c: move comment by Naoya Horiguchi · 10 years ago
- 888cf2d mm: avoid unnecessary atomic operations during end_page_writeback() by Mel Gorman · 10 years ago
- d884637 mm: page_alloc: calculate classzone_idx once from the zonelist ref by Mel Gorman · 10 years ago
- 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
- e7470ee fs: buffer: do not use unnecessary atomic operations when discarding buffers by Mel Gorman · 10 years ago
- 6fb81a1 mm: do not use unnecessary atomic operations when adding pages to the LRU by Mel Gorman · 10 years ago
- e3741b5 mm: do not use atomic operations when releasing pages by Mel Gorman · 10 years ago
- 07a4278 mm: shmem: avoid atomic operation during shmem_getpage_gfp by Mel Gorman · 10 years ago
- b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
- 7aeb09f mm: page_alloc: use unsigned int for order in more places by Mel Gorman · 10 years ago
- cfc47a2 mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free by Mel Gorman · 10 years ago
- dc4b0ca mm: page_alloc: reduce number of times page_to_pfn is called by Mel Gorman · 10 years ago
- e58469b mm: page_alloc: use word-based accesses for get/set pageblock bitmaps by Mel Gorman · 10 years ago
- 5dab291 mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path by Mel Gorman · 10 years ago
- a6e21b14 mm: page_alloc: only check the alloc flags and gfp_mask for dirty once by Mel Gorman · 10 years ago
- d34c5fa mm: page_alloc: only check the zone id check if pages are buddies by Mel Gorman · 10 years ago
- 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
- ea5e953 include/linux/jump_label.h: expose the reference count by Mel Gorman · 10 years ago
- 800a1e7 mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "full" by Mel Gorman · 10 years ago
- 65bb371 mm: page_alloc: do not update zlc unless the zlc is active by Mel Gorman · 10 years ago
- 0bd62b1 slab: delete cache from list after __kmem_cache_shutdown succeeds by Vladimir Davydov · 10 years ago
- 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
- 172cb4b mm/dmapool.c: reuse devres_release() to free resources by Andy Shevchenko · 10 years ago
- fe54b1f cma: increase CMA_ALIGNMENT upper limit to 12 by Marc Carino · 10 years ago
- 18ab4d4 swap: change swap_list_head to plist, add swap_avail_head by Dan Streetman · 10 years ago
- a75f232 lib/plist: add plist_requeue by Dan Streetman · 10 years ago
- fd16618 lib/plist: add helper functions by Dan Streetman · 10 years ago
- adfab83 swap: change swap_info singly-linked list to list_head by Dan Streetman · 10 years ago
- 7ee07a4 mm: fold mlocked_vma_newpage() into its only call site by Jianyu Zhan · 10 years ago
- bea04b0 mm: use the light version __mod_zone_page_state in mlocked_vma_newpage() by Jianyu Zhan · 10 years ago
- e9ade56 mm/compaction: avoid rescanning pageblocks in isolate_freepages by Vlastimil Babka · 10 years ago
- f8c9301 mm/compaction: do not count migratepages when unnecessary by Vlastimil Babka · 10 years ago
- aeef4b8 mm, compaction: terminate async compaction when rescheduling by David Rientjes · 10 years ago
- 75f3086 mm, thp: avoid excessive compaction latency during fault by David Rientjes · 10 years ago
- e0b9dae mm, compaction: embed migration mode in compact_control by David Rientjes · 10 years ago
- 35979ef mm, compaction: add per-zone migration pfn cache for async compaction by David Rientjes · 10 years ago
- d53aea3 mm, compaction: return failed migration target pages back to freelist by David Rientjes · 10 years ago
- 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
- 93f39ee memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocated by Vladimir Davydov · 10 years ago
- 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
- b5ffc85 memcg: correct comments for __mem_cgroup_begin_update_page_stat by Qiang Huang · 10 years ago
- bdcbb65 memcg: fold mem_cgroup_stolen by Qiang Huang · 10 years ago
- 3fb1c8d mm: update comment for DEFAULT_MAX_MAP_COUNT by Kirill A. Shutemov · 10 years ago
- af4459d arch/x86/mm/numa.c: use for_each_memblock() by Emil Medve · 10 years ago
- b46e14a mm/mempolicy.c: parameter doc uniformization by Fabian Frederick · 10 years ago
- ac76950 mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static by Kirill A. Shutemov · 10 years ago
- 2bf01f9 mm: x86 pgtable: require X86_64 for soft-dirty tracker by Cyrill Gorcunov · 10 years ago
- 2373eae mm: x86 pgtable: drop unneeded preprocessor ifdef by Cyrill Gorcunov · 10 years ago
- fa5bb20 mm: cleanup __get_user_pages() by Kirill A. Shutemov · 10 years ago
- 1674448 mm: extract code to fault in a page from __get_user_pages() by Kirill A. Shutemov · 10 years ago
- 69e68b4 mm: cleanup follow_page_mask() by Kirill A. Shutemov · 10 years ago
- f2b495c mm: extract in_gate_area() case from __get_user_pages() by Kirill A. Shutemov · 10 years ago
- 4bbd4c7 mm: move get_user_pages()-related code to separate file by Kirill A. Shutemov · 10 years ago
- f4527c9 mm/vmalloc.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
- ada4ba5 mm/memcontrol.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
- df9024a mm: shrinker: add nid to tracepoint output by Dave Hansen · 10 years ago
- 7fe7047 mm: shrinker trace points: fix negatives by Dave Hansen · 10 years ago
- cc6b664 mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create() by Daeseok Youn · 10 years ago
- 1754e44 include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flags by Wang Sheng-Hui · 10 years ago
- d2ee40e mm: introdule compound_head_by_tail() by Jianyu Zhan · 10 years ago
- 4bd3e8f mm/swap.c: split put_compound_page() by Jianyu Zhan · 10 years ago
- c747ce7 mm/swap.c: introduce put_[un]refcounted_compound_page helpers for splitting put_compound_page() by Jianyu Zhan · 10 years ago
- 23c8902 mm: constify nmask argument to set_mempolicy() by Rasmus Villemoes · 10 years ago
- f7f28ca mm: constify nmask argument to mbind() by Rasmus Villemoes · 10 years ago
- 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
- dc6f6c9 memcg: kill start_kernel()->mm_init_owner(&init_mm) by Oleg Nesterov · 10 years ago
- 39af176 memcg: optimize the "Search everything else" loop in mm_update_next_owner() by Oleg Nesterov · 10 years ago
- f87fb59 memcg: mm_update_next_owner() should skip kthreads by Oleg Nesterov · 10 years ago
- f7e2f7e mm/memblock.c: use PFN_DOWN by Fabian Frederick · 10 years ago
- c8e861a mm/memory_hotplug.c: use PFN_DOWN() by Fabian Frederick · 10 years ago
- 96f8d8e brd: return -ENOSPC rather than -ENOMEM on page allocation failure by Matthew Wilcox · 10 years ago
- a72132c brd: add support for rw_page() by Matthew Wilcox · 10 years ago
- dd6bd0d swap: use bdev_read_page() / bdev_write_page() by Matthew Wilcox · 10 years ago
- 47a191f fs/block_dev.c: add bdev_read_page() and bdev_write_page() by Matthew Wilcox · 10 years ago
- 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 10 years ago
- 90768ee fs/mpage.c: factor clean_buffers() out of __mpage_writepage() by Matthew Wilcox · 10 years ago
- 1b938c0 fs/buffer.c: remove block_write_full_page_endio() by Matthew Wilcox · 10 years ago
- 399ba0b mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threads by NeilBrown · 10 years ago
- 11de992 mm: numa: add migrated transhuge pages to LRU the same way as base pages by Mel Gorman · 10 years ago
- bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
- c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
- 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
- d8dc595 memcg: do not hang on OOM when killed by userspace OOM access to memory reserves by Michal Hocko · 10 years ago
- 675becc mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_NORMAL by Mel Gorman · 10 years ago
- f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
- 64ac494 mm/mmap.c: remove the first mapping check by Huang Shijie · 10 years ago