summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-022-2/+2
|\ \ \
| * | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
| * | | iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-11-011-0/+6
|\ \ \
| * | | mm/page_poison: expose page_poisoning_enabled to kernel modulesWei Wang2018-10-251-0/+6
| |/ /
* | | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2018-11-011-1/+1
|\ \ \
| * | | mm: percpu: remove unnecessary unlikely()Igor Stoppa2018-09-131-1/+1
* | | | mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu2018-10-311-2/+2
* | | | mm: Fix warning in insert_pfn()Jan Kara2018-10-311-2/+7
* | | | mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand2018-10-311-8/+20
* | | | mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-3/+19
* | | | mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-1/+8
* | | | mm/memblock.c: warn if zero alignment was requestedMike Rapoport2018-10-311-0/+11
* | | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-314-29/+26Star
* | | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-3112-13/+6Star
* | | | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-316-10/+13
* | | | mm: remove nobootmemMike Rapoport2018-10-313-129/+104Star
* | | | memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-314-4/+4
* | | | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-314-5/+5
* | | | memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-311-24/+0Star
* | | | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-30/+0Star
* | | | mm: nobootmem: remove bootmem allocation APIsMike Rapoport2018-10-311-224/+0Star
* | | | memblock: add align parameter to memblock_alloc_node()Mike Rapoport2018-10-311-1/+1
* | | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-318-41/+41
* | | | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-4/+4
* | | | mm: nobootmem: remove dead codeMike Rapoport2018-10-311-35/+0Star
* | | | mm: remove bootmem allocator implementation.Mike Rapoport2018-10-311-811/+0Star
* | | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-314-12/+4Star
* | | | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-313-12/+1Star
* | | | mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter2018-10-311-0/+3
* | | | mm/hmm: invalidate device page table at start of invalidationJérôme Glisse2018-10-311-12/+15
* | | | mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-311-11/+22
* | | | mm/hmm: properly handle migration pmdJérôme Glisse2018-10-311-6/+34
* | | | mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell2018-10-311-15/+21
* | | | mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell2018-10-311-1/+23
* | | | mm/hmm: fix utf8 ...Jérôme Glisse2018-10-311-1/+1
* | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-2817-940/+647Star
|\ \ \ \
| * | | | radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-2/+2
| * | | | page cache: Finish XArray conversionMatthew Wilcox2018-10-211-1/+1
| * | | | shmem: Comment fixupsMatthew Wilcox2018-10-211-6/+6
| * | | | memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox2018-10-211-26/+18Star
| * | | | memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox2018-10-211-36/+25Star
| * | | | shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox2018-10-211-14/+4Star
| * | | | shmem: Convert shmem_free_swap to XArrayMatthew Wilcox2018-10-211-2/+2
| * | | | shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox2018-10-211-10/+4Star
| * | | | shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox2018-10-211-47/+34Star
| * | | | shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-17/+10Star
| * | | | shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox2018-10-211-6/+1Star
| * | | | shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox2018-10-211-14/+8Star
| * | | | pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-2/+2