Age | Commit message (Expand) | Author | Files | Lines |
2018-01-19 | mm: Fix devm_memremap_pages() collision handling | Jan H. Schönherr | 1 | -4/+7 |
2018-01-19 | mm: Fix memory size alignment in devm_memremap_pages_release() | Jan H. Schönherr | 1 | -1/+2 |
2018-01-08 | memremap: merge find_dev_pagemap into get_dev_pagemap | Christoph Hellwig | 1 | -9/+1 |
2018-01-08 | memremap: change devm_memremap_pages interface to use struct dev_pagemap | Christoph Hellwig | 1 | -30/+21 |
2018-01-08 | memremap: drop private struct page_map | Logan Gunthorpe | 1 | -42/+26 |
2018-01-08 | memremap: simplify duplicate region handling in devm_memremap_pages | Christoph Hellwig | 1 | -11/+0 |
2018-01-08 | memremap: remove to_vmem_altmap | Christoph Hellwig | 1 | -26/+0 |
2018-01-08 | mm: optimize dev_pagemap reference counting around get_dev_pagemap | Christoph Hellwig | 1 | -8/+9 |
2018-01-08 | mm: move get_dev_pagemap out of line | Christoph Hellwig | 1 | -2/+34 |
2018-01-08 | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig | 1 | -1/+1 |
2018-01-08 | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig | 1 | -1/+1 |
2018-01-08 | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig | 1 | -1/+2 |
2017-10-03 | memremap: add scheduling point to devm_memremap_pages | Michal Hocko | 1 | -1/+3 |
2017-09-08 | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 1 | -4/+4 |
2017-09-08 | mm/memcontrol: support MEMORY_DEVICE_PRIVATE | Jérôme Glisse | 1 | -0/+1 |
2017-09-08 | mm/ZONE_DEVICE: special case put_page() for device private pages | Jérôme Glisse | 1 | -1/+24 |
2017-09-08 | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse | 1 | -0/+34 |
2017-09-06 | mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups | Dan Williams | 1 | -14/+38 |
2017-07-18 | x86/mm: Add support to access boot related data in the clear | Tom Lendacky | 1 | -4/+16 |
2017-07-06 | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 1 | -1/+1 |
2017-07-06 | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 1 | -0/+4 |
2017-05-01 | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc... | Dan Williams | 1 | -13/+9 |
2017-03-16 | mm: add private lock to serialize memory hotplug operations | Heiko Carstens | 1 | -4/+0 |
2017-02-24 | mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done} | Dan Williams | 1 | -0/+6 |
2017-01-10 | mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done} | Dan Williams | 1 | -0/+4 |
2016-09-09 | mm: fix cache mode of dax pmd mappings | Dan Williams | 1 | -0/+9 |
2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+0 |
2016-07-28 | mm: cleanup ifdef guards for vmem_altmap | Dan Williams | 1 | -8/+0 |
2016-06-24 | libnvdimm, pmem: allow nfit_test to override pmem_direct_access() | Dan Williams | 1 | -6/+0 |
2016-04-04 | memremap: add arch specific hook for MEMREMAP_WB mappings | Ard Biesheuvel | 1 | -2/+9 |
2016-03-22 | memremap: add MEMREMAP_WC flag | Brian Starkey | 1 | -2/+11 |
2016-03-22 | memremap: don't modify flags | Brian Starkey | 1 | -7/+7 |
2016-03-15 | mm: fix two typos in comments for to_vmem_altmap() | Andreas Ziegler | 1 | -2/+2 |
2016-03-14 | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -6/+8 |
2016-03-09 | memremap: check pfn validity before passing to pfn_to_page() | Ard Biesheuvel | 1 | -2/+2 |
2016-03-09 | mm: fix mixed zone detection in devm_memremap_pages | Dan Williams | 1 | -5/+6 |
2016-03-09 | list: kill list_force_poison() | Dan Williams | 1 | -2/+7 |
2016-03-04 | Merge tag 'v4.5-rc6' into core/resources, to resolve conflict | Ingo Molnar | 1 | -10/+16 |
2016-02-25 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+3 |
2016-02-23 | devm_memremap: Fix error value when memremap failed | Toshi Kani | 1 | -1/+3 |
2016-02-18 | devm_memremap_release(): fix memremap'd addr handling | Toshi Kani | 1 | -1/+1 |
2016-02-11 | mm: fix pfn_t vs highmem | Dan Williams | 1 | -1/+1 |
2016-01-31 | phys_to_pfn_t: use phys_addr_t | Dan Williams | 1 | -1/+1 |
2016-01-30 | memremap: Change region_intersects() to take @flags and @desc | Toshi Kani | 1 | -6/+7 |
2016-01-29 | devm_memremap_pages: fix vmem_altmap lifetime + alignment handling | Dan Williams | 1 | -7/+11 |
2016-01-15 | mm, x86: get_user_pages() for dax mappings | Dan Williams | 1 | -0/+12 |
2016-01-15 | mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup | Dan Williams | 1 | -4/+49 |
2016-01-15 | x86, mm: introduce vmem_altmap to augment vmemmap_populate() | Dan Williams | 1 | -2/+70 |
2016-01-15 | mm: introduce find_dev_pagemap() | Dan Williams | 1 | -8/+77 |
2016-01-15 | mm, dax, pmem: introduce pfn_t | Dan Williams | 1 | -0/+7 |