Age | Commit message (Expand) | Author | Files | Lines |
2020-10-18 | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim | 1 | -1/+92 |
2020-10-18 | mm/madvise: pass mm to do_madvise | Minchan Kim | 1 | -14/+18 |
2020-10-18 | mm/gup_benchmark: take the mmap lock around GUP | Jann Horn | 1 | -3/+12 |
2020-10-18 | mm/mmap: add inline munmap_vma_range() for code readability | Liam R. Howlett | 1 | -15/+33 |
2020-10-18 | mm/mmap: add inline vma_next() for readability of mmap code | Liam R. Howlett | 1 | -6/+20 |
2020-10-18 | mm/migrate: avoid possible unnecessary process right check in kernel_move_pag... | Miaohe Lin | 1 | -28/+43 |
2020-10-18 | mm/memory_hotplug: remove a wrapper for alloc_migration_target() | Joonsoo Kim | 1 | -24/+22 |
2020-10-18 | mm/memory-failure: remove a wrapper for alloc_migration_target() | Joonsoo Kim | 1 | -12/+6 |
2020-10-18 | mm: kmem: enable kernel memcg accounting from interrupt contexts | Roman Gushchin | 1 | -0/+13 |
2020-10-18 | mm: kmem: prepare remote memcg charging infra for interrupt contexts | Roman Gushchin | 1 | -14/+34 |
2020-10-18 | mm: kmem: remove redundant checks from get_obj_cgroup_from_current() | Roman Gushchin | 1 | -3/+0 |
2020-10-18 | mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current() | Roman Gushchin | 3 | -10/+9 |
2020-10-18 | mm, memcg: rework remote charging API to support nesting | Roman Gushchin | 1 | -3/+3 |
2020-10-17 | mm: use limited read-ahead to satisfy read | Jens Axboe | 1 | -6/+14 |
2020-10-17 | mm: mark async iocb read as NOWAIT once some data has been copied | Jens Axboe | 1 | -0/+8 |
2020-10-17 | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2 | -5/+5 |
2020-10-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 38 | -768/+735 |
2020-10-16 | mm: remove the now-unnecessary mmget_still_valid() hack | Jann Horn | 3 | -22/+2 |
2020-10-16 | mm/gup: take mmap_lock in get_dump_page() | Jann Horn | 1 | -6/+10 |
2020-10-16 | binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU | Jann Horn | 1 | -29/+28 |
2020-10-16 | mm: rename page_order() to buddy_order() | Matthew Wilcox (Oracle) | 7 | -29/+29 |
2020-10-16 | mm: use helper function put_write_access() | Miaohe Lin | 1 | -1/+1 |
2020-10-16 | mm/workingset.c: fix some doc warnings | Xiaofei Tan | 1 | -1/+1 |
2020-10-16 | mm: fix some comments formatting | Chen Tao | 2 | -2/+2 |
2020-10-16 | mm: fix some broken comments | Miaohe Lin | 2 | -3/+3 |
2020-10-16 | mm: use self-explanatory macros rather than "2" | Yu Zhao | 1 | -1/+1 |
2020-10-16 | mm/highmem.c: clean up endif comments | Ira Weiny | 1 | -2/+2 |
2020-10-16 | mm/page_reporting.c: drop stale list head check in page_reporting_cycle | Wei Yang | 1 | -1/+1 |
2020-10-16 | mm/slab.h: remove duplicate include | YueHaibing | 1 | -1/+0 |
2020-10-16 | mm/memory_hotplug: update comment regarding zone shuffling | David Hildenbrand | 1 | -7/+4 |
2020-10-16 | mm/page_alloc: place pages to tail in __free_pages_core() | David Hildenbrand | 1 | -10/+23 |
2020-10-16 | mm/page_alloc: move pages to tail in move_to_free_list() | David Hildenbrand | 2 | -3/+12 |
2020-10-16 | mm/page_alloc: place pages to tail in __putback_isolated_page() | David Hildenbrand | 1 | -2/+16 |
2020-10-16 | mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag | David Hildenbrand | 1 | -5/+22 |
2020-10-16 | mm: don't panic when links can't be created in sysfs | Laurent Dufour | 1 | -3/+2 |
2020-10-16 | kernel/resource: make iomem_resource implicit in release_mem_region_adjustable() | David Hildenbrand | 1 | -1/+1 |
2020-10-16 | mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso... | David Hildenbrand | 1 | -0/+7 |
2020-10-16 | mm/memory_hotplug: prepare passing flags to add_memory() and friends | David Hildenbrand | 1 | -7/+7 |
2020-10-16 | mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG | David Hildenbrand | 1 | -0/+2 |
2020-10-16 | kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED | David Hildenbrand | 1 | -2/+2 |
2020-10-16 | kernel/resource: make release_mem_region_adjustable() never fail | David Hildenbrand | 1 | -21/+1 |
2020-10-16 | mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory | David Hildenbrand | 2 | -11/+23 |
2020-10-16 | mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() | David Hildenbrand | 3 | -13/+22 |
2020-10-16 | mm/page_alloc: drop stale pageblock comment in memmap_init_zone*() | David Hildenbrand | 1 | -12/+2 |
2020-10-16 | mm/memory_hotplug: simplify page onlining | David Hildenbrand | 1 | -28/+10 |
2020-10-16 | mm/page_isolation: simplify return value of start_isolate_page_range() | David Hildenbrand | 3 | -7/+4 |
2020-10-16 | mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages() | David Hildenbrand | 1 | -3/+2 |
2020-10-16 | mm/page_alloc: simplify __offline_isolated_pages() | David Hildenbrand | 1 | -23/+4 |
2020-10-16 | mm/memory_hotplug: simplify page offlining | David Hildenbrand | 1 | -34/+10 |
2020-10-16 | mm/memory_hotplug: enforce section granularity when onlining/offlining | David Hildenbrand | 1 | -0/+10 |