index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pmem.h
Age
Commit message (
Expand
)
Author
2016-07-12
pmem: kill __pmem address space
Dan Williams
2016-07-12
pmem: kill wmb_pmem()
Dan Williams
2016-04-14
pmem: fix BUG() error in pmem.h:48 on X86_32
Toshi Kani
2016-03-28
x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()
Dan Williams
2016-03-09
libnvdimm, pmem: clear poison on write
Dan Williams
2016-01-22
pmem: add wb_cache_pmem() to the PMEM API
Ross Zwisler
2015-10-09
pmem: kill memremap_pmem()
Dan Williams
2015-08-27
x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB
Dan Williams
2015-08-20
pmem: add copy_from_iter_pmem() and clear_pmem()
Ross Zwisler
2015-08-20
pmem: remove layer when calling arch_has_wmb_pmem()
Ross Zwisler
2015-08-20
pmem, x86: move x86 PMEM API to new pmem.h header
Ross Zwisler
2015-08-14
pmem: switch to devm_ allocations
Christoph Hellwig
2015-08-14
pmem: convert to generic memremap
Dan Williams
2015-06-29
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-06-26
arch, x86: pmem api for ensuring durability of persistent memory updates
Ross Zwisler