aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15sparc64: optimize struct page zeroingPavel Tatashin1-0/+30
2017-11-15mm: stop zeroing memory during allocation in vmemmapPavel Tatashin3-11/+22
2017-11-15arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon2-51/+81
2017-11-15x86/mm/kasan: don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2-8/+137
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin3-0/+71
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin3-15/+87
2017-11-15sparc64: simplify vmemmap_populatePavel Tatashin1-17/+6
2017-11-15sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-11-15x86/mm: set fields in deferred pagesPavel Tatashin1-2/+8
2017-11-15mm: deferred_init_memmap improvementsPavel Tatashin1-83/+105
2017-11-15mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du1-3/+3
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)35-2592/+7
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)7-37/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)23-48/+36
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)34-152/+2
2017-11-15mm/rmap.c: remove redundant variable cendColin Ian King1-3/+1
2017-11-15fs, mm: account filp cache to kmemcgShakeel Butt1-1/+1
2017-11-15mm: consolidate page table accountingKirill A. Shutemov9-93/+32
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov12-21/+54
2017-11-15mm: account pud page tablesKirill A. Shutemov11-20/+71
2017-11-15kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov1-1/+1
2017-11-15cifs: use find_get_pages_range_tag()Jan Kara1-19/+2
2017-11-15afs: use find_get_pages_range_tag()Jan Kara1-9/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara14-31/+27
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara1-4/+2
2017-11-15mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara2-0/+12
2017-11-15mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara1-18/+2
2017-11-15mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara1-8/+6
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara1-6/+2
2017-11-15gfs2: use pagevec_lookup_range_tag()Jan Kara1-18/+2
2017-11-15f2fs: use find_get_pages_tag() for looking up single pageJan Kara1-6/+7
2017-11-15f2fs: simplify page iteration loopsJan Kara2-50/+28
2017-11-15f2fs: use pagevec_lookup_range_tag()Jan Kara1-7/+2
2017-11-15ext4: use pagevec_lookup_range_tag()Jan Kara1-12/+2
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara1-16/+3
2017-11-15btrfs: use pagevec_lookup_range_tag()Jan Kara1-15/+4
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara4-17/+48
2017-11-15mm/page_owner.c: reduce page_owner structure sizeAyush Mittal1-2/+2
2017-11-15mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal1-1/+1
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko7-54/+2
2017-11-15mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen1-2/+9
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin3-11/+3
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse5-12/+83
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse7-17/+198
2017-11-15zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky1-1/+1
2017-11-15mm/hmm: constify hmm_devmem_page_get_drvdata() parameterRalph Campbell1-2/+2
2017-11-15fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr()Anshuman Khandual1-1/+0
2017-11-15zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky1-3/+0
2017-11-15zram: add zstd to the supported algorithms listSergey Senozhatsky1-0/+3
2017-11-15mm/page-writeback.c: print a warning if the vm dirtiness settings are illogicalYafang Shao2-1/+11