summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | mm/vmalloc: track which page-table levels were modifiedJoerg Roedel2020-06-021-26/+69
| * | | | | | | mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-06-022-26/+8
| * | | | | | | mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-9/+8
| * | | | | | | mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-023-13/+5
| * | | | | | | mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig2020-06-022-15/+8
| * | | | | | | mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig2020-06-021-21/+14
| * | | | | | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-024-12/+11
| * | | | | | | mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-1/+1
| * | | | | | | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-022-3/+3
| * | | | | | | mm: remove unmap_vmap_areaChristoph Hellwig2020-06-021-9/+1
| * | | | | | | mm: remove map_vm_rangeChristoph Hellwig2020-06-022-15/+10
| * | | | | | | mm: don't return the number of pages from map_kernel_range{,_noflush}Christoph Hellwig2020-06-021-2/+2
| * | | | | | | mm: rename vmap_page_range to map_kernel_rangeChristoph Hellwig2020-06-021-6/+5
| * | | | | | | mm: remove vmap_page_range_noflush and vunmap_page_rangeChristoph Hellwig2020-06-021-58/+40
| * | | | | | | mm: pass addr as unsigned long to vb_freeChristoph Hellwig2020-06-021-9/+7
| * | | | | | | mm: only allow page table mappings for built-in zsmallocChristoph Hellwig2020-06-022-3/+1
| * | | | | | | mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig2020-06-022-5/+5
| * | | | | | | mm: unexport unmap_kernel_range_noflushChristoph Hellwig2020-06-021-1/+0
| * | | | | | | mm: remove __get_vm_areaChristoph Hellwig2020-06-021-8/+0
| * | | | | | | mm, memory_failure: don't send BUS_MCEERR_AO for action required errorWetp Zhang2020-06-021-6/+9