Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-04memremap: add scheduling point to devm_memremap_pagesMichal Hocko
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-09mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse
2017-09-09mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-07mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky
2017-07-07mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko
2017-07-07mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-03-17mm: add private lock to serialize memory hotplug operationsHeiko Carstens
2017-02-25mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams
2017-01-11mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams
2016-09-10mm: fix cache mode of dax pmd mappingsDan Williams
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-29mm: cleanup ifdef guards for vmem_altmapDan Williams
2016-06-24libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams
2016-04-04memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel
2016-03-23memremap: add MEMREMAP_WC flagBrian Starkey
2016-03-23memremap: don't modify flagsBrian Starkey
2016-03-16mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler
2016-03-15Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-03-10memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel
2016-03-10mm: fix mixed zone detection in devm_memremap_pagesDan Williams
2016-03-10list: kill list_force_poison()Dan Williams
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar
2016-02-26Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-02-24devm_memremap: Fix error value when memremap failedToshi Kani
2016-02-19devm_memremap_release(): fix memremap'd addr handlingToshi Kani
2016-02-12mm: fix pfn_t vs highmemDan Williams
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani
2016-01-30devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-16mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams
2016-01-16x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams
2016-01-16mm: introduce find_dev_pagemap()Dan Williams
2016-01-16mm, dax, pmem: introduce pfn_tDan Williams
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-10-26memremap: fix highmem supportDan Williams
2015-10-10pmem, memremap: convert to numa aware allocationsDan Williams
2015-10-10devm_memremap_pages: use numa_mem_idDan Williams
2015-10-10devm_memremap: convert to return ERR_PTRDan Williams
2015-10-10devm_memunmap: use devres_release()Dan Williams
2015-08-28add devm_memremap_pagesChristoph Hellwig
2015-08-14devres: add devm_memremapChristoph Hellwig
2015-08-14arch: introduce memremap()Dan Williams