summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-08-151-1/+1
| * | mm/page_counter: fix various data races at memswQian Cai2020-08-151-6/+7
| * | mm/swapfile: fix and annotate various data racesQian Cai2020-08-152-15/+20
| * | mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-08-151-7/+13
| * | mm/swap_state: mark various intentional data racesQian Cai2020-08-151-2/+2
| * | mm/page_io: mark various intentional data racesQian Cai2020-08-151-4/+4
| * | mm/frontswap: mark various intentional data racesQian Cai2020-08-151-4/+4
| * | mm/kmemleak: silence KCSAN splats in checksumQian Cai2020-08-151-0/+2
| * | mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-1517-52/+50
| * | mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-153-4/+4
| * | mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)2020-08-151-2/+3
| * | Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He2020-08-151-6/+6
* | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-151-2/+0
|/ /
* | mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner2020-08-131-6/+0
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-123-61/+44
* | mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-122-20/+10
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-124-5/+69
* | mm/gup: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-48/+6
* | mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim2020-08-122-7/+10
* | mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim2020-08-121-9/+8
* | mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-08-122-12/+6
* | mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-123-28/+12
* | mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-125-18/+41
* | mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim2020-08-121-0/+5
* | mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-123-41/+15
* | mm/migrate: move migration helper from .h to .cJoonsoo Kim2020-08-121-0/+29
* | mm/page_isolation: prefer the node of the source pageJoonsoo Kim2020-08-121-1/+3
* | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-12/+10
* | mm/zsmalloc.c: fix duplicated wordsRandy Dunlap2020-08-121-1/+1
* | mm/zpool.c: delete duplicated word and fix grammarRandy Dunlap2020-08-121-4/+4
* | mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap2020-08-121-2/+2
* | mm/usercopy.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* | mm/slab_common.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* | mm/shmem.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* | mm/page_alloc.c: delete or fix duplicated wordsRandy Dunlap2020-08-121-3/+3
* | mm/nommu.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* | mm/migrate.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* | mm/memory.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* | mm/memcontrol.c: delete duplicated wordsRandy Dunlap2020-08-121-1/+1
* | mm/hugetlb.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* | mm/hmm.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* | mm/filemap.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* | mm/compaction.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* | mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy2020-08-121-2/+1
* | mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He2020-08-121-3/+2
* | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-0/+10
* | mm: mmu_notifier: fix and extend kerneldocKrzysztof Kozlowski2020-08-121-4/+5
* | cma: don't quit at first error when activating reserved areasMike Kravetz2020-08-121-14/+9
* | mm: hugetlb: fix the name of hugetlb CMABarry Song2020-08-121-1/+3
* | mm: cma: fix the name of CMA areasBarry Song2020-08-122-9/+10