summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm/swap.c: __pagevec_lru_add_fn: typo fixPeng Fan2019-05-141-1/+1
| * | mm/hugetlb: get rid of NODEMASK_ALLOCOscar Salvador2019-05-141-25/+11Star
| * | hugetlbfs: fix potential over/underflow setting node specific nr_hugepagesMike Kravetz2019-05-141-7/+34
| * | mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-05-141-2/+4
| * | mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin tem...Yafang Shao2019-05-141-11/+3Star
| * | mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-05-141-1/+1
| * | mm: introduce put_user_page*(), placeholder versionsJohn Hubbard2019-05-141-0/+105
| * | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-142-18/+40
| * | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-142-2/+4
| * | mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu2019-05-141-1/+3
| * | mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner2019-05-141-31/+36
| * | mm: memcontrol: push down mem_cgroup_nr_lru_pages()Johannes Weiner2019-05-141-6/+7
| * | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner2019-05-142-5/+10
| * | mm: memcontrol: replace node summing with memcg_page_state()Johannes Weiner2019-05-141-3/+6
| * | mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner2019-05-142-2/+2
| * | mm/vmscan: add tracepoints for node reclaimYafang Shao2019-05-141-0/+6
| * | mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()Anshuman Khandual2019-05-141-2/+0Star
| * | mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu2019-05-141-8/+11
| * | mm/compaction.c: fix an undefined behaviourQian Cai2019-05-141-1/+3
| * | mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORYBaoquan He2019-05-141-1/+1
| * | mm,memory_hotplug: drop redundant hugepage_migration_supported checkOscar Salvador2019-05-141-2/+1Star
| * | mm,memory_hotplug: unlock 1GB-hugetlb on x86_64Oscar Salvador2019-05-141-4/+0Star
| * | mm/gup: add FOLL_LONGTERM capability to GUP fastIra Weiny2019-05-141-4/+36
| * | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-142-9/+9
| * | mm/gup: change write parameter to flags in fast walkIra Weiny2019-05-141-26/+26
| * | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-142-75/+120
| * | mm: generalize putback scan functionsKirill Tkhai2019-05-141-82/+40Star
| * | mm: remove pages_to_free argument of move_active_pages_to_lru()Kirill Tkhai2019-05-141-6/+13
| * | mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2019-05-141-6/+4Star
| * | mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai2019-05-141-8/+7Star
| * | mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka2019-05-141-3/+11
| * | mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-147-103/+73Star
| * | mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-05-141-1/+1
| * | mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-05-141-1/+5
| * | mm/slub.c: update the comment about slab frozenLiu Xiang2019-05-141-4/+5
| * | mm/slab.c: remove unneed check in cpuup_canceledLi RongQing2019-05-141-4/+2Star
| * | slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang2019-05-141-2/+1Star
| * | slab: use slab_list instead of lruTobin C. Harding2019-05-141-24/+25
| * | slub: use slab_list instead of lruTobin C. Harding2019-05-141-20/+20
| * | slub: add comments to endif pre-processor macrosTobin C. Harding2019-05-141-10/+10
| * | slob: use slab_list instead of lruTobin C. Harding2019-05-141-6/+6
| * | slob: respect list_head abstraction layerTobin C. Harding2019-05-141-14/+37
| * | mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen2019-05-141-1/+2
| * | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-6/+10
* | | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-05-144-169/+402
|\ \ \ | |/ / |/| |
| * | percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck2019-05-081-1/+5
| * | percpu: use chunk scan_hint to skip some scanningDennis Zhou2019-03-131-9/+27
| * | percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou2019-03-133-73/+57Star
| * | percpu: make pcpu_block_md genericDennis Zhou2019-03-132-7/+14
| * | percpu: use block scan_hint to only scan forwardDennis Zhou2019-03-131-6/+17