summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-1/+1
| |/
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-09-064-624/+1093
|\ \
| * | percpu: update header to contain bitmap allocator explanation.Dennis Zhou (Facebook)2017-07-261-14/+18
| * | percpu: update pcpu_find_block_fit to use an iteratorDennis Zhou (Facebook)2017-07-261-20/+92
| * | percpu: use metadata blocks to update the chunk contig hintDennis Zhou (Facebook)2017-07-261-10/+70
| * | percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)2017-07-261-3/+65
| * | percpu: update alloc path to only scan if contig hints are brokenDennis Zhou (Facebook)2017-07-261-3/+56
| * | percpu: keep track of the best offset for contig hintsDennis Zhou (Facebook)2017-07-261-1/+12
| * | percpu: skip chunks if the alloc does not fit in the contig hintDennis Zhou (Facebook)2017-07-262-2/+18
| * | percpu: add first_bit to keep track of the first free in the bitmapDennis Zhou (Facebook)2017-07-263-3/+17
| * | percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)2017-07-262-12/+245
| * | percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-264-502/+362
| * | percpu: generalize bitmap (un)populated iteratorsDennis Zhou (Facebook)2017-07-261-24/+25
| * | percpu: increase minimum percpu allocation size and align first regionsDennis Zhou (Facebook)2017-07-261-7/+20
| * | percpu: introduce nr_empty_pop_pages to help empty page accountingDennis Zhou (Facebook)2017-07-263-3/+10
| * | percpu: change the number of pages marked in the first_chunk pop bitmapDennis Zhou (Facebook)2017-07-261-7/+9
| * | percpu: combine percpu address checksDennis Zhou (Facebook)2017-07-261-40/+11
| * | percpu: modify base_addr to be region specificDennis Zhou (Facebook)2017-07-262-41/+116
| * | percpu: setup_first_chunk rename schunk/dchunk to chunkDennis Zhou (Facebook)2017-07-261-8/+8
| * | percpu: end chunk area maps page aligned for the populated bitmapDennis Zhou (Facebook)2017-07-263-2/+15
| * | percpu: unify allocation of schunk and dchunkDennis Zhou (Facebook)2017-07-261-33/+40
| * | percpu: setup_first_chunk remove dyn_size and consolidate logicDennis Zhou (Facebook)2017-07-261-12/+6
| * | percpu: remove has_reserved from pcpu_chunkDennis Zhou (Facebook)2017-07-263-9/+1
| * | percpu: introduce start_offset to pcpu_chunkDennis Zhou (Facebook)2017-07-262-11/+13
| * | percpu: setup_first_chunk enforce dynamic region must existDennis Zhou (Facebook)2017-07-261-5/+4
| * | percpu: update the header comment and pcpu_build_alloc_info commentsDennis Zhou (Facebook)2017-07-171-26/+32
| * | percpu: expose pcpu_nr_empty_pop_pages in pcpu_statsDennis Zhou (Facebook)2017-07-173-1/+3
| * | percpu: change the format for percpu_stats outputDennis Zhou (Facebook)2017-07-171-3/+3
| * | percpu: pcpu-stats change void buffer to int bufferDennis Zhou (Facebook)2017-07-171-2/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0635-905/+1868
|\ \
| * | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+13
| * | mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying2017-09-062-6/+40
| * | mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli2017-09-062-10/+23
| * | swap: choose swap device according to numa nodeAaron Lu2017-09-061-26/+94
| * | mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko2017-09-061-1/+1
| * | mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko2017-09-063-23/+73
| * | z3fold: use per-cpu unbuddied listsVitaly Wool2017-09-061-135/+344
| * | mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying2017-09-061-1/+7
| * | mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying2017-09-061-0/+80
| * | mm, swap: VMA based swap readaheadHuang Ying2017-09-063-23/+217
| * | mm, swap: fix swap readahead markingHuang Ying2017-09-061-7/+11
| * | mm, swap: add swap readahead hit statisticsHuang Ying2017-09-062-2/+11
| * | mm/vmalloc.c: don't reinvent the wheel but use existing llist APIByungchul Park2017-09-061-6/+4
| * | mm/vmstat.c: fix wrong commentSeongJae Park2017-09-061-1/+1
| * | mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz2017-09-061-6/+31
| * | mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams2017-09-061-0/+1
| * | mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()Wei Yang2017-09-061-7/+3
| * | mm/vmstat: fix divide error at __fragmentation_indexWen Yang2017-09-061-0/+3
| * | mm, hugetlb: do not allocate non-migrateable gigantic pages from movable zonesMichal Hocko2017-09-061-15/+20
| * | userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeedsAndrea Arcangeli2017-09-061-7/+15
OpenPOWER on IntegriCloud