- 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
- 2329d37 mm/swap.c: clean up *lru_cache_add* functions by Jianyu Zhan · 10 years ago
- cbe9741 drm/exynos: call find_vma with the mmap_sem held by Jonathan Gonzalez V · 10 years ago
- 5040573 arc: call find_vma with the mmap_sem held by Davidlohr Bueso · 10 years ago
- 2ee0646 Documentation/memcg: warn about incomplete kmemcg state by Vladimir Davydov · 10 years ago
- 613813e mm: debug: make bad_range() output more usable and readable by Dave Hansen · 10 years ago
- c96b9e5 mm/compaction: cleanup isolate_freepages() by Vlastimil Babka · 10 years ago
- 13fb44e mm/compaction: clean up unused code lines by Heesub Shin · 10 years ago
- 5bcc9f8 mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced by Vlastimil Babka · 10 years ago
- 9b857d2 fs/hugetlbfs/inode.c: complete conversion to pr_foo() by Andrew Morton · 10 years ago
- 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
- bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
- e8d9df3 memcg: un-export __memcg_kmem_get_cache by Vladimir Davydov · 10 years ago
- 5f7a75a mm: page_alloc: do not cache reclaim distances by Mel Gorman · 10 years ago
- 4f9b16a mm: disable zone_reclaim_mode by default by Mel Gorman · 10 years ago
- 944d9fe hugetlb: add support for gigantic page allocation at runtime by Luiz Capitulino · 10 years ago
- 1cac6f2 hugetlb: move helpers up in the file by Luiz Capitulino · 10 years ago
- a7407a2 hugetlb: update_and_free_page(): don't clear PG_reserved bit by Luiz Capitulino · 10 years ago
- bae7f4a hugetlb: add hstate_is_gigantic() by Luiz Capitulino · 10 years ago
- 2906dd5 hugetlb: prep_compound_gigantic_page(): drop __init marker by Luiz Capitulino · 10 years ago
- 14bd5b4 mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
- cea371f slab: document kmalloc_order by Vladimir Davydov · 10 years ago
- 56a3c65 memory-hotplug: update documentation to hide information about SECTIONS and remove end_phys_index by Li Zhong · 10 years ago
- e4f6742 mm: pass VM_BUG_ON() reason to dump_page() by Dave Hansen · 10 years ago
- 3dae7fe mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control by Johannes Weiner · 10 years ago
- 8bf8fcb mm/mempool: warn about __GFP_ZERO usage by Sebastian Ott · 10 years ago
- 02a8efe include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE() by Andrew Morton · 10 years ago
- ae3a8c1 mm/huge_memory.c: complete conversion to pr_foo() by Andrew Morton · 10 years ago
- ff9e43e thp: consolidate assert checks in __split_huge_page() by Kirill A. Shutemov · 10 years ago
- 38f7ea5 arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_CMA is enabled by Akinobu Mita · 10 years ago
- 5ea3b1b cma: add placement specifier for "cma=" kernel parameter by Akinobu Mita · 10 years ago
- 2bfc286 memblock: introduce memblock_alloc_range() by Akinobu Mita · 10 years ago
- 3674643 intel-iommu: integrate DMA CMA by Akinobu Mita · 10 years ago
- 9c5a362 x86: enable DMA CMA with swiotlb by Akinobu Mita · 10 years ago
- d92ef66 x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled by Akinobu Mita · 10 years ago
- 6b4ebc3 mm,vmacache: optimize overflow system-wide flushing by Davidlohr Bueso · 10 years ago
- 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 10 years ago
- 6f04f48 mm: only force scan in reclaim when none of the LRUs are big enough. by Suleiman Souhlal · 10 years ago
- c86c97f mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty() by Cyrill Gorcunov · 10 years ago
- b43790e mm: softdirty: don't forget to save file map softdiry bit on unmap by Cyrill Gorcunov · 10 years ago
- 0bf0733 mm: softdirty: make freshly remapped file pages being softdirty unconditionally by Cyrill Gorcunov · 10 years ago
- 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
- 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
- 8eae149 mm: slub: fix ALLOC_SLOWPATH stat by Dave Hansen · 10 years ago
- 9a02d69 mm, slab: suppress out of memory warning unless debug is enabled by David Rientjes · 10 years ago
- ecc42fb mm/slub.c: convert vnsprintf-static to va_format by Fabian Frederick · 10 years ago
- f9f5828 mm/slub.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
- 982792c x86, mm: probe memory block size for generic x86 64bit by Yinghai Lu · 10 years ago
- c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
- 4468dd7 x86: require x86-64 for automatic NUMA balancing by Mel Gorman · 10 years ago
- ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
- fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 10 years ago
- bdbeacd fs/9p/v9fs.c: add __init to v9fs_sysfs_init by Fabian Frederick · 10 years ago
- e72db98 ocfs2: remove some unused code by Xue jiufei · 10 years ago
- 17bf141 ocfs2: fix incorrect i_size of global bitmap inode after resize by Joseph Qi · 10 years ago
- b7ac233 ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super by Joseph Qi · 10 years ago
- 01c6222 ocfs2/dlm: disallow node joining when recovery is on going by Xue jiufei · 10 years ago
- a9e9aca ocfs2: fix umount hang while shutting down truncate log by Xue jiufei · 10 years ago
- c253ed1 fs/ocfs2/ioctl.c: add static to local functions by Fabian Frederick · 10 years ago
- 6718cb5 ocfs2/dlm: fix possible convert=sion deadlock by Xue jiufei · 10 years ago
- 55b465b ocfs2: limit printk when journal is aborted by Joseph Qi · 10 years ago
- b3821c3 ocfs2: remove some redundant casting by George Spelvin · 10 years ago
- 69201bb fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy by Fabian Frederick · 10 years ago
- 1a5c4e2 ocfs2: remove NULL assignments on static by Fabian Frederick · 10 years ago
- c0f35cc lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 10 years ago
- 719e484 lib/debugobjects.c: add pr_fmt to logging by Fabian Frederick · 10 years ago
- d7ffef2 lib/debugobjects.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago