index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
device-dax: use the dev_pagemap internal refcount
Christoph Hellwig
2019-07-02
1
-43
/
+0
*
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
2019-07-02
1
-6
/
+6
*
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
2019-07-02
1
-4
/
+7
*
memremap: validate the pagemap type passed to devm_memremap_pages
Christoph Hellwig
2019-07-02
1
-0
/
+1
*
mm/devm_memremap_pages: fix final page put race
Dan Williams
2019-06-13
1
-10
/
+3
*
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
2019-05-14
1
-4
/
+2
*
device-dax: Add /sys/class/dax backwards compatibility
Dan Williams
2019-01-06
1
-2
/
+7
*
device-dax: Add support for a dax override driver
Dan Williams
2019-01-06
1
-4
/
+7
*
device-dax: Move resource pinning+mapping into the common driver
Dan Williams
2019-01-06
1
-0
/
+61
*
device-dax: Introduce bus + driver model
Dan Williams
2019-01-06
1
-63
/
+32
*
device-dax: Start defining a dax bus model
Dan Williams
2019-01-06
1
-182
/
+3
*
device-dax: Remove multi-resource infrastructure
Dan Williams
2019-01-06
1
-41
/
+8
*
device-dax: Kill dax_region base
Dan Williams
2019-01-06
1
-2
/
+1
*
device-dax: Kill dax_region ida
Dan Williams
2019-01-06
1
-21
/
+3
*
device-dax: Add missing address_space_operations
Dave Jiang
2018-09-22
1
-0
/
+6
*
drivers/dax/device.c: convert variable to vm_fault_t type
Souptick Joarder
2018-09-04
1
-1
/
+2
*
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
2018-08-25
1
-27
/
+48
|
\
|
*
device-dax: Set page->index
Dan Williams
2018-07-20
1
-0
/
+4
|
*
device-dax: Enable page_mapping()
Dan Williams
2018-07-20
1
-17
/
+38
|
*
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
2018-07-20
1
-15
/
+11
*
|
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-17
1
-1
/
+1
*
|
dev-dax: check_vma: ratelimit dev_info-s
Jeff Moyer
2018-06-28
1
-4
/
+8
|
/
*
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
1
-1
/
+1
*
device-dax: allow MAP_SYNC to succeed
Dave Jiang
2018-04-19
1
-0
/
+2
*
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-10
1
-21
/
+17
|
\
|
*
device-dax: remove redundant __func__ in dev_dbg
Dan Williams
2018-03-06
1
-21
/
+17
*
|
device-dax: implement ->pagesize() for smaps to report MMUPageSize
Dan Williams
2018-04-05
1
-0
/
+10
|
/
*
device-dax: Fix trailing semicolon
Luis de Bethencourt
2018-01-23
1
-1
/
+1
*
device-dax: implement ->split() to catch invalid munmap attempts
Dan Williams
2017-11-29
1
-0
/
+12
*
dev/dax: fix uninitialized variable build warning
Ross Zwisler
2017-10-19
1
-1
/
+2
*
device-dax: fix sysfs duplicate warnings
Dan Williams
2017-07-18
1
-8
/
+16
*
device-dax: fix 'passing zero to ERR_PTR()' warning
Dan Williams
2017-07-17
1
-2
/
+7
*
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-07-06
1
-0
/
+1
*
Merge branch 'for-4.12/dax' into libnvdimm-for-next
Dan Williams
2017-05-04
1
-70
/
+17
*
dax: introduce dax_operations
Dan Williams
2017-04-19
1
-1
/
+5
*
dax: add a facility to lookup a dax device by 'host' device name
Dan Williams
2017-04-19
1
-1
/
+1
*
dax: refactor dax-fs into a generic provider of 'struct dax_device' instances
Dan Williams
2017-04-12
1
-0
/
+709