aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2-5/+6
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra4-13/+61
2017-08-10mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra2-6/+20
2017-08-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar11-10/+62
2017-08-02mm: take memory hotplug lock within numa_zonelist_order_handler()Heiko Carstens1-0/+2
2017-08-02mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa1-0/+7
2017-08-02zram: do not free pool->size_classMinchan Kim1-1/+0
2017-08-02kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann1-0/+1
2017-08-02userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport1-2/+5
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entriesMel Gorman6-1/+44
2017-08-02mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errorsDaniel Jordan1-6/+3
2017-08-01mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton1-29/+1
2017-07-31mm: add file_fdatawait_range and file_write_and_waitJeff Layton1-0/+23
2017-07-29mm: consolidate dax / non-dax checks for writebackJeff Layton1-6/+9
2017-07-26percpu: update header to contain bitmap allocator explanation.Dennis Zhou (Facebook)1-13/+17
2017-07-26percpu: update pcpu_find_block_fit to use an iteratorDennis Zhou (Facebook)1-20/+92
2017-07-26percpu: use metadata blocks to update the chunk contig hintDennis Zhou (Facebook)1-10/+70
2017-07-26percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)1-3/+65
2017-07-26percpu: update alloc path to only scan if contig hints are brokenDennis Zhou (Facebook)1-3/+56
2017-07-26percpu: keep track of the best offset for contig hintsDennis Zhou (Facebook)1-1/+12
2017-07-26percpu: skip chunks if the alloc does not fit in the contig hintDennis Zhou (Facebook)2-2/+18
2017-07-26percpu: add first_bit to keep track of the first free in the bitmapDennis Zhou (Facebook)3-3/+17
2017-07-26percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)2-12/+245
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)4-496/+356
2017-07-26errseq: rename __errseq_set to errseq_setJeff Layton1-1/+1
2017-07-26percpu: generalize bitmap (un)populated iteratorsDennis Zhou (Facebook)1-24/+25
2017-07-26percpu: increase minimum percpu allocation size and align first regionsDennis Zhou (Facebook)1-7/+20
2017-07-26percpu: introduce nr_empty_pop_pages to help empty page accountingDennis Zhou (Facebook)3-3/+10
2017-07-26percpu: change the number of pages marked in the first_chunk pop bitmapDennis Zhou (Facebook)1-7/+9
2017-07-26percpu: combine percpu address checksDennis Zhou (Facebook)1-40/+11
2017-07-26percpu: modify base_addr to be region specificDennis Zhou (Facebook)2-41/+116
2017-07-26percpu: setup_first_chunk rename schunk/dchunk to chunkDennis Zhou (Facebook)1-8/+8
2017-07-26percpu: end chunk area maps page aligned for the populated bitmapDennis Zhou (Facebook)3-2/+15
2017-07-26percpu: unify allocation of schunk and dchunkDennis Zhou (Facebook)1-33/+40
2017-07-26percpu: setup_first_chunk remove dyn_size and consolidate logicDennis Zhou (Facebook)1-12/+6
2017-07-26percpu: remove has_reserved from pcpu_chunkDennis Zhou (Facebook)3-9/+1
2017-07-26percpu: introduce start_offset to pcpu_chunkDennis Zhou (Facebook)2-11/+13
2017-07-26percpu: setup_first_chunk enforce dynamic region must existDennis Zhou (Facebook)1-5/+4
2017-07-26kasan: Allow kasan_check_read/write() to accept pointers to volatilesDmitry Vyukov1-2/+2
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo1-1/+1
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky1-3/+15
2017-07-18x86/mm: Extend early_memremap() support with additional attrsTom Lendacky1-0/+10
2017-07-17percpu: update the header comment and pcpu_build_alloc_info commentsDennis Zhou (Facebook)1-25/+31
2017-07-17percpu: expose pcpu_nr_empty_pop_pages in pcpu_statsDennis Zhou (Facebook)3-1/+3
2017-07-17percpu: change the format for percpu_stats outputDennis Zhou (Facebook)1-3/+3
2017-07-17percpu: pcpu-stats change void buffer to int bufferDennis Zhou (Facebook)1-2/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+24
2017-07-14mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-5/+5
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko1-1/+2