Age | Commit message (Expand) | Author |
2020-08-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-14 | mm/swap.c: annotate data races for lru_rotate_pvecs | Qian Cai |
2020-08-14 | mm/rmap: annotate a data race at tlb_flush_batched | Qian Cai |
2020-08-14 | mm/mempool: fix a data race in mempool_free() | Qian Cai |
2020-08-14 | mm/list_lru: fix a data race in list_lru_count_one | Qian Cai |
2020-08-14 | mm/page_counter: fix various data races at memsw | Qian Cai |
2020-08-14 | mm/swapfile: fix and annotate various data races | Qian Cai |
2020-08-14 | mm/filemap.c: fix a data race in filemap_fault() | Kirill A. Shutemov |
2020-08-14 | mm/swap_state: mark various intentional data races | Qian Cai |
2020-08-14 | mm/page_io: mark various intentional data races | Qian Cai |
2020-08-14 | mm/frontswap: mark various intentional data races | Qian Cai |
2020-08-14 | mm/kmemleak: silence KCSAN splats in checksum | Qian Cai |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) |
2020-08-14 | mm: add thp_size | Matthew Wilcox (Oracle) |
2020-08-14 | mm: store compound_nr as well as compound_order | Matthew Wilcox (Oracle) |
2020-08-14 | Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp... | Baoquan He |
2020-08-14 | dma-debug: remove debug_dma_assert_idle() function | Linus Torvalds |
2020-08-13 | mm: memcontrol: fix warning when allocating the root cgroup | Johannes Weiner |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu |
2020-08-12 | mm: clean up the last pieces of page fault accountings | Peter Xu |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu |
2020-08-12 | mm/gup: use a standard migration target allocation callback | Joonsoo Kim |
2020-08-12 | mm/hugetlb: make hugetlb migration callback CMA aware | Joonsoo Kim |
2020-08-12 | mm/gup: restrict CMA region by using allocation scope API | Joonsoo Kim |
2020-08-12 | mm/page_alloc: remove a wrapper for alloc_migration_target() | Joonsoo Kim |
2020-08-12 | mm/mempolicy: use a standard migration target allocation callback | Joonsoo Kim |
2020-08-12 | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim |
2020-08-12 | mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit... | Joonsoo Kim |
2020-08-12 | mm/hugetlb: unify migration callbacks | Joonsoo Kim |
2020-08-12 | mm/migrate: move migration helper from .h to .c | Joonsoo Kim |
2020-08-12 | mm/page_isolation: prefer the node of the source page | Joonsoo Kim |
2020-08-12 | uaccess: add force_uaccess_{begin,end} helpers | Christoph Hellwig |
2020-08-12 | mm/zsmalloc.c: fix duplicated words | Randy Dunlap |
2020-08-12 | mm/zpool.c: delete duplicated word and fix grammar | Randy Dunlap |
2020-08-12 | mm/vmscan.c: delete or fix duplicated words | Randy Dunlap |
2020-08-12 | mm/usercopy.c: delete duplicated word | Randy Dunlap |
2020-08-12 | mm/slab_common.c: delete duplicated word | Randy Dunlap |
2020-08-12 | mm/shmem.c: delete duplicated word | Randy Dunlap |
2020-08-12 | mm/page_alloc.c: delete or fix duplicated words | Randy Dunlap |
2020-08-12 | mm/nommu.c: delete duplicated words | Randy Dunlap |
2020-08-12 | mm/migrate.c: delete duplicated word | Randy Dunlap |
2020-08-12 | mm/memory.c: delete duplicated words | Randy Dunlap |
2020-08-12 | mm/memcontrol.c: delete duplicated words | Randy Dunlap |
2020-08-12 | mm/hugetlb.c: delete duplicated words | Randy Dunlap |
2020-08-12 | mm/hmm.c: delete duplicated word | Randy Dunlap |
2020-08-12 | mm/filemap.c: delete duplicated word | Randy Dunlap |
2020-08-12 | mm/compaction.c: delete duplicated word | Randy Dunlap |
2020-08-12 | mm, memory_hotplug: update pcp lists everytime onlining a memory block | Charan Teja Reddy |
2020-08-12 | mm/memory_hotplug: fix unpaired mem_hotplug_begin/done | Jia He |
2020-08-12 | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid() | Jia He |