aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/memremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-8/+8
2015-10-26memremap: fix highmem supportDan Williams1-2/+12
2015-10-09pmem, memremap: convert to numa aware allocationsDan Williams1-3/+4
2015-10-09devm_memremap_pages: use numa_mem_idDan Williams1-1/+1
2015-10-09devm_memremap: convert to return ERR_PTRDan Williams1-1/+1
2015-10-09devm_memunmap: use devres_release()Dan Williams1-3/+2
2015-08-27add devm_memremap_pagesChristoph Hellwig1-0/+53
2015-08-14devres: add devm_memremapChristoph Hellwig1-0/+39
2015-08-14arch: introduce memremap()Dan Williams1-0/+98