summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is emptyBaoquan He2020-06-031-1/+3
* mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changi...Baoquan He2020-06-031-2/+9
* mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He2020-06-031-25/+0
* mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocationsRoman Gushchin2020-06-031-0/+14
* mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_...Wei Yang2020-06-031-19/+17
* mm/page_alloc.c: rename free_pages_check() to check_free_page()Wei Yang2020-06-031-5/+5
* mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()Wei Yang2020-06-031-2/+2
* mm/page_alloc.c: bad_flags is not necessary for bad_page()Wei Yang2020-06-031-24/+10
* mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoisonWei Yang2020-06-031-7/+5
* mm: simplify find_min_pfn_with_active_regions()Mike Rapoport2020-06-031-19/+1
* mm: clean up free_area_init_node() and its helpersMike Rapoport2020-06-031-82/+22
* mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-031-5/+2
* mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-031-5/+21
* mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport2020-06-031-20/+0
* mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2020-06-032-28/+19
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-8/+2
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-3/+2
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-034-55/+64
* mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2020-06-031-26/+25
* mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-032-5/+7
* mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard2020-06-031-0/+3
* mm/gup: introduce pin_user_pages_fast_only()John Hubbard2020-06-031-0/+36
* mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2020-06-031-41/+42
* mm/gup: move __get_user_pages_fast() down a few lines in gup.cJohn Hubbard2020-06-031-66/+66
* mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt2020-06-031-25/+26
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-031-1/+3
* Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-1/+2
|\
| * fs: export generic_file_buffered_read()Goldwyn Rodrigues2020-05-251-1/+2
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-16/+5
|\ \
| * | bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-091-1/+0
| * | bdi: simplify bdi_allocChristoph Hellwig2020-05-091-4/+3
| * | bdi: remove bdi_register_ownerChristoph Hellwig2020-05-091-10/+2
| * | bdi: unexport bdi_register_vaChristoph Hellwig2020-05-091-1/+0
| * | Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-091-2/+11
| |\ \
* | | | mm/migrate.c: attach_page_private already does the get_pageHugh Dickins2020-06-021-1/+0
* | | | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-022-0/+4
|\ \ \ \
| * \ \ \ Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-222-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mm/sl[uo]b: export __kmalloc_track(_node)_callerDaniel Vetter2020-03-262-0/+4
* | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-06-021-100/+85
|\ \ \ \ \
| * | | | | mm/hmm: remove the customizable pfn format from hmm_range_faultJason Gunthorpe2020-05-111-84/+76
| * | | | | mm/hmm: remove HMM_PFN_SPECIALJason Gunthorpe2020-05-111-1/+1
| * | | | | mm/hmm: make hmm_range_fault return 0 or -1Jason Gunthorpe2020-05-111-16/+9
* | | | | | Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-021-1/+14
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki2020-06-011-1/+14
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | mm/memory-failure: Add memory_failure_queue_kick()James Morse2020-05-191-1/+14
| | |/ / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0229-623/+891
|\ \ \ \ \ \ \
| * | | | | | | kasan: move kasan_report() into report.cAndrey Konovalov2020-06-022-21/+20
| * | | | | | | mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia2020-06-021-6/+10
| * | | | | | | kasan: fix clang compilation warning due to stack protectorAndrey Konovalov2020-06-021-8/+13
| * | | | | | | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-022-33/+0