index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
memremap.h
Age
Commit message (
Expand
)
Author
2020-04-08
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-04-07
include/linux/memremap.h: remove stale comments
Ira Weiny
2020-03-26
memremap: add an owner field to struct dev_pagemap
Christoph Hellwig
2020-02-20
mm/memremap_pages: Introduce memremap_compat_align()
Dan Williams
2019-09-29
Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-24
libnvdimm/altmap: Track namespace boundaries in altmap
Aneesh Kumar K.V
2019-09-23
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-08-20
memremap: provide a not device managed memremap_pages
Christoph Hellwig
2019-08-20
memremap: remove the dev field in struct dev_pagemap
Christoph Hellwig
2019-08-16
PCI/P2PDMA: Introduce private pagemap structure
Logan Gunthorpe
2019-07-02
memremap: provide an optional internal refcount in struct dev_pagemap
Christoph Hellwig
2019-07-02
memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
Christoph Hellwig
2019-07-02
memremap: remove the data field in struct dev_pagemap
Christoph Hellwig
2019-07-02
memremap: add a migrate_to_ram method to struct dev_pagemap_ops
Christoph Hellwig
2019-07-02
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
2019-07-02
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
2019-07-02
memremap: validate the pagemap type passed to devm_memremap_pages
Christoph Hellwig
2019-07-02
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
2019-06-13
mm/devm_memremap_pages: fix final page put race
Dan Williams
2019-06-13
mm/devm_memremap_pages: introduce devm_memunmap_pages
Dan Williams
2018-12-28
mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm
Dan Williams
2018-12-28
mm, devm_memremap_pages: fix shutdown handling
Dan Williams
2018-10-17
PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
Logan Gunthorpe
2018-10-10
PCI/P2PDMA: Support peer-to-peer memory
Logan Gunthorpe
2018-06-08
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-05-22
mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
Dan Williams
2018-04-16
docs/vm: rename documentation files to .rst
Mike Rapoport
2018-01-08
memremap: change devm_memremap_pages interface to use struct dev_pagemap
Christoph Hellwig
2018-01-08
memremap: drop private struct page_map
Logan Gunthorpe
2018-01-08
memremap: remove to_vmem_altmap
Christoph Hellwig
2018-01-08
mm: move get_dev_pagemap out of line
Christoph Hellwig
2018-01-08
memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-08
mm/hmm: avoid bloating arch that do not make use of HMM
Jérôme Glisse
2017-09-08
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
2017-09-08
mm/ZONE_DEVICE: special case put_page() for device private pages
Jérôme Glisse
2017-09-08
mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory
Jérôme Glisse
2016-07-28
mm: cleanup ifdef guards for vmem_altmap
Dan Williams
2016-01-15
mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
Dan Williams
2016-01-15
x86, mm: introduce vmem_altmap to augment vmemmap_populate()
Dan Williams
2016-01-15
mm: introduce find_dev_pagemap()
Dan Williams