summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-02-065-52/+12
* memblock: memblock_alloc_try_nid: don't panicMike Rapoport2019-02-061-10/+5
* mm/sparse: don't panic if the allocation in sparse_buffer_init failsMike Rapoport2019-02-061-4/+0
* mm: sparse: Use '%pa' with 'phys_addr_t' typeAnders Roxell2019-02-061-6/+8
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-02-062-4/+25
* mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport2019-02-061-17/+56
* memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport2019-02-061-2/+2
* memblock: fix parameter order in memblock_phys_alloc_try_nid()Mike Rapoport2019-02-061-2/+2
* memblock: refactor internal allocation functionsMike Rapoport2019-02-061-95/+78
* memblock: drop memblock_alloc_base()Mike Rapoport2019-02-061-14/+0
* memblock: drop __memblock_alloc_base()Mike Rapoport2019-02-061-7/+2
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-02-061-5/+0
* memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-02-061-1/+3
* memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport2019-02-062-10/+9
* memblock: drop memblock_alloc_base_nid()Mike Rapoport2019-02-061-11/+4
* mm: don't expose page to fast gup before it's readyYu Zhao2019-02-062-3/+3
* filemap-drop-the-mmap_sem-for-all-blocking-operations-checkpatch-fixesAndrew Morton2019-02-061-0/+1
* filemap-drop-the-mmap_sem-for-all-blocking-operations-fixKirill A. Shutemov2019-02-061-1/+1
* filemap-drop-the-mmap_sem-for-all-blocking-operations-v6Josef Bacik2019-02-061-13/+30
* filemap: drop the mmap_sem for all blocking operationsJosef Bacik2019-02-061-12/+92
* filemap: pass vm_fault to the mmap ra helpersJosef Bacik2019-02-061-14/+14
* filemap-kill-page_cache_read-usage-in-filemap_fault-fixAndrew Morton2019-02-061-2/+2
* filemap: kill page_cache_read usage in filemap_faultJosef Bacik2019-02-061-58/+15
* mm/page_alloc.c: calculate first_deferred_pfn directlyWei Yang2019-02-061-30/+27
* mm: use common iterator for deferred_init_pages and deferred_free_pagesAlexander Duyck2019-02-061-69/+77
* mm: add reserved flag setting to set_page_links()Alexander Duyck2019-02-061-14/+25
* mm: move hot-plug specific memory init into separate functions and optimizeAlexander Duyck2019-02-061-73/+135
* mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck2019-02-061-44/+116
* mm: implement new zone specific memblock iteratorAlexander Duyck2019-02-062-19/+76
* mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck2019-02-061-37/+14
* numa: make "nr_online_nodes" unsigned intAlexey Dobriyan2019-02-061-2/+2
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-02-067-9/+7
* hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-02-062-22/+25
* mm,oom: don't kill global init via memory.oom.groupTetsuo Handa2019-02-061-1/+2
* mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan2019-02-061-22/+29
* mm/vmscan.c: Do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai2019-02-061-30/+14
* mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)2019-02-061-10/+10
* mm: ksm: do not block on page lock when searching stable treeYang Shi2019-02-061-10/+36
* fixup: mm: memcontrol: Unbreak memcontrol build when THP is disabledChris Down2019-02-061-0/+2
* mm-memcontrol-expose-thp-events-on-a-per-memcg-basis-fixAndrew Morton2019-02-061-0/+1
* mm: memcontrol: expose THP events on a per-memcg basisChris Down2019-02-063-0/+17
* mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi2019-02-061-4/+3
* mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-02-062-4/+24
* mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2019-02-062-26/+178
* mm: rid swapoff of quadratic complexityVineeth Remanan Pillai2019-02-062-390/+310
* mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai2019-02-061-205/+244
* mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai2019-02-061-11/+4
* mm, mempolicy: fix uninit memory accessVlastimil Babka2019-02-061-1/+1
* memcg: killed threads should not invoke memcg OOM killerTetsuo Handa2019-02-061-5/+14
* mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport2019-02-061-1/+8