- 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
- 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 11 years ago
- d7c1755 mm: implement ->map_pages for shmem/tmpfs by Ning Qu · 11 years ago
- 1592eef mm: add debugfs tunable for fault_around_order by Kirill A. Shutemov · 11 years ago
- 99e3e53 mm: cleanup size checks in filemap_fault() and filemap_map_pages() by Kirill A. Shutemov · 11 years ago
- f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 11 years ago
- 8c6e50b mm: introduce vm_ops->map_pages() by Kirill A. Shutemov · 11 years ago
- 9164550 mm: disable split page table lock for !MMU by Kirill A. Shutemov · 11 years ago
- 1e1836e mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags" by Alex Thorlton · 11 years ago
- b6c7501 mm/compaction: clean-up code on success of ballon isolation by Joonsoo Kim · 11 years ago
- c122b20 mm/compaction: check pageblock suitability once per pageblock by Joonsoo Kim · 11 years ago
- be1aa03 mm/compaction: change the timing to check to drop the spinlock by Joonsoo Kim · 11 years ago
- 01ead53 mm/compaction: do not call suitable_migration_target() on every page by Joonsoo Kim · 11 years ago
- 7d348b9 mm/compaction: disallow high-order page for migration target by Joonsoo Kim · 11 years ago
- 70ef57e mm: exclude memoryless nodes from zone_reclaim by Michal Hocko · 11 years ago
- 7aa6b4ad mm/memory.c: update comment in unmap_single_vma() by Davidlohr Bueso · 11 years ago
- 9bbc04e mm/vmscan: do not check compaction_ready on promoted zones by Weijie Yang · 11 years ago
- 619d0d76 mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEM by Weijie Yang · 11 years ago
- a533809 mm: move mmu notifier call from change_protection to change_pmd_range by Rik van Riel · 11 years ago
- 1ad9f62 mm: numa: recheck for transhuge pages under lock during protection changes by Mel Gorman · 11 years ago
- 88a9ab6 mm,numa: reorganize change_pmd_range() by Rik van Riel · 11 years ago
- a9af0c5 mm/hugetlb.c: add NULL check of return value of huge_pte_offset by Naoya Horiguchi · 11 years ago
- 2d1eb87 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 11 years ago
- cda540a mm: get_user_pages(write,force) refuse to COW in shared areas by Hugh Dickins · 11 years ago
- f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 11 years ago
- bce5669 Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
- 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
- 6d2be91 mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages by Raghavendra K T · 11 years ago
- 421af24 slub: do not drop slab_mutex for sysfs_slab_add by Vladimir Davydov · 11 years ago
- 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 11 years ago
- 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 11 years ago
- e9b71ca mm, thp: drop do_huge_pmd_wp_zero_page_fallback() by Kirill A. Shutemov · 11 years ago
- 3bb9779 mm: consolidate code to setup pte by Kirill A. Shutemov · 11 years ago
- fb09a46 mm: consolidate code to call vm_ops->page_mkwrite() by Kirill A. Shutemov · 11 years ago
- f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 11 years ago
- ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 11 years ago
- e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 11 years ago
- 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 11 years ago
- 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 11 years ago
- de49850 mm/nobootmem.c: mark function as static by Rashika Kheria · 11 years ago
- d20199e mm/page_cgroup.c: mark functions as static by Rashika Kheria · 11 years ago
- 2eb2e14 mm/process_vm_access.c: mark function as static by Rashika Kheria · 11 years ago
- eafd4dc mm/mmap.c: mark function as static by Rashika Kheria · 11 years ago
- b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 11 years ago
- 74e77fb mm/compaction.c: mark function as static by Rashika Kheria · 11 years ago
- 119d6d5 mm, compaction: avoid isolating pinned pages by David Rientjes · 11 years ago
- f412c97 mm, hugetlb: mark some bootstrap functions as __init by David Rientjes · 11 years ago
- 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 11 years ago
- a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
- e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 11 years ago
- 6dbaf22 mm: shmem: save one radix tree lookup when truncating swapped pages by Johannes Weiner · 11 years ago
- d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 11 years ago
- 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 11 years ago
- 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 11 years ago
- f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 11 years ago
- 7b24d86 mm, hugetlb: fix race in region tracking by Davidlohr Bueso · 11 years ago
- 1406ec9 mm, hugetlb: improve, cleanup resv_map parameters by Joonsoo Kim · 11 years ago
- 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 11 years ago
- d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 11 years ago
- 91ca918 mm, compaction: ignore pageblock skip when manually invoking compaction by David Rientjes · 11 years ago
- 3115cd9 mm: vmscan: remove shrink_control arg from do_try_to_free_pages() by Vladimir Davydov · 11 years ago
- 65ec02c mm: vmscan: move call to shrink_slab() to shrink_zones() by Vladimir Davydov · 11 years ago
- 99120b7 mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim by Vladimir Davydov · 11 years ago
- 8910ae8 kmemleak: change some global variables to int by Li Zefan · 11 years ago
- 5f3bf19 kmemleak: remove redundant code by Li Zefan · 11 years ago
- c89da70 kmemleak: allow freeing internal objects after kmemleak was disabled by Li Zefan · 11 years ago
- dc9b3f4 kmemleak: free internal objects only if there're no leaks to be reported by Li Zefan · 11 years ago
- 5acda9d bdi: avoid oops on device removal by Jan Kara · 11 years ago
- 6ca738d backing_dev: fix hung task on sync by Derek Basehore · 11 years ago
- 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
- 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
- c6f2124 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- c800bcd sparse: fix comment by Li Zhong · 11 years ago
- cf6fafc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
- 1f8c538 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
- 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
- 971eae7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 11 years ago
- 21ddfd3 percpu: renew the max_contig if we merge the head and previous block by Jianyu Zhan · 11 years ago
- 7e09e73 mm: fix swapops.h:131 bug if remap_file_pages raced migration by Hugh Dickins · 11 years ago
- 8878439 mm: fix bad rss-counter if remap_file_pages raced migration by Hugh Dickins · 11 years ago
- 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 11 years ago
- 3935ed6 mm: Add new func _install_special_mapping() to mmap.c by Stefani Seibold · 11 years ago
- 2f69fa8 percpu: allocation size should be even by Viro · 11 years ago
- fec5101 ARM: 7993/1: mm/memblock: add memblock_get_current_limit by Laura Abbott · 11 years ago
- a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
- 2216ee8 mm/Kconfig: fix URL for zsmalloc benchmark by Ben Hutchings · 11 years ago
- 2af120b mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block by Laura Abbott · 11 years ago
- e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 11 years ago
- 3d331ad percpu: speed alloc_pcpu_area() up by Al Viro · 11 years ago
- 723ad1d percpu: store offsets instead of lengths in ->map[] by Al Viro · 11 years ago
- 706c16f perpcu: fold pcpu_split_block() into the only caller by Al Viro · 11 years ago
- 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
- c93e0f6 mm/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 11 years ago
- 2732936 mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness by Johannes Weiner · 11 years ago
- 9050d7e mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking by Vlastimil Babka · 11 years ago
- 4fb1a86 memcg: reparent charges of children before processing parent by Filipe Brandenburger · 11 years ago
- ce48225 memcg: fix endless loop in __mem_cgroup_iter_next() by Hugh Dickins · 11 years ago