index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dax
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
mm, devm_memremap_pages: fix shutdown handling
Dan Williams
1
-11
/
+3
2018-09-22
device-dax: Add missing address_space_operations
Dave Jiang
1
-0
/
+6
2018-09-05
drivers/dax/device.c: convert variable to vm_fault_t type
Souptick Joarder
1
-1
/
+2
2018-08-26
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
1
-27
/
+48
2018-08-26
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
2
-6
/
+9
2018-08-18
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
1
-1
/
+1
2018-08-01
device-dax: avoid hang on error before devm_memremap_pages()
Stefan Hajnoczi
1
-4
/
+8
2018-07-30
dax/super: Do not request a pointer kaddr when not required
Huaisheng Ye
1
-2
/
+1
2018-07-20
device-dax: Set page->index
Dan Williams
1
-0
/
+4
2018-07-20
device-dax: Enable page_mapping()
Dan Williams
1
-17
/
+38
2018-07-20
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
1
-15
/
+11
2018-07-13
Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+8
2018-06-29
dev-dax: check_vma: ratelimit dev_info-s
Jeff Moyer
1
-4
/
+8
2018-06-28
dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
Ross Zwisler
1
-0
/
+8
2018-06-09
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+24
2018-06-09
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
Dan Williams
1
-0
/
+10
2018-06-09
Merge branch 'for-4.18/dax' into libnvdimm-for-next
Dan Williams
1
-3
/
+11
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-1
/
+1
2018-06-06
dax: Use dax_write_cache* helpers
Ross Zwisler
1
-6
/
+3
2018-05-31
dax: change bdev_dax_supported() to support boolean returns
Dave Jiang
1
-8
/
+8
2018-05-31
fs: allow per-device dax status checking for filesystems
Darrick J. Wong
1
-13
/
+13
2018-05-23
dax: Introduce a ->copy_to_iter dax operation
Dan Williams
1
-0
/
+10
2018-05-22
mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
Dan Williams
1
-3
/
+11
2018-04-20
device-dax: allow MAP_SYNC to succeed
Dave Jiang
1
-0
/
+2
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-39
/
+37
2018-04-09
Merge branch 'for-4.17/dax' into libnvdimm-for-next
Dan Williams
2
-4
/
+16
2018-04-06
device-dax: implement ->pagesize() for smaps to report MMUPageSize
Dan Williams
1
-0
/
+10
2018-04-03
dax: introduce CONFIG_DAX_DRIVER
Dan Williams
1
-1
/
+4
2018-03-30
dax: store pfns in the radix
Dan Williams
1
-3
/
+12
2018-03-15
device-dax: use module_nd_driver
Johannes Thumshirn
1
-11
/
+1
2018-03-06
device-dax: remove redundant __func__ in dev_dbg
Dan Williams
2
-24
/
+20
2018-02-26
dax: ->direct_access does not sleep anymore
Boaz Harrosh
1
-6
/
+0
2018-02-03
Merge branch 'for-4.16/dax' into libnvdimm-for-next
Ross Zwisler
2
-9
/
+21
2018-01-23
device-dax: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-20
dax: require 'struct page' by default for filesystem dax
Dan Williams
1
-0
/
+10
2018-01-08
memremap: change devm_memremap_pages interface to use struct dev_pagemap
Christoph Hellwig
1
-9
/
+11
2017-11-30
device-dax: implement ->split() to catch invalid munmap attempts
Dan Williams
1
-0
/
+12
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-8
/
+9
2017-11-16
Merge branch 'for-4.15/dax' into libnvdimm-for-next
Dan Williams
1
-7
/
+7
2017-11-15
dax: fix general protection fault in dax_alloc_inode
Mikulas Patocka
1
-0
/
+3
2017-11-15
dax: stop requiring a live device for dax_flush()
Dan Williams
1
-3
/
+0
2017-11-15
dax: quiet bdev_dax_supported()
Dan Williams
1
-4
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-20
dev/dax: fix uninitialized variable build warning
Ross Zwisler
1
-1
/
+2
2017-09-28
dax: pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+14
2017-09-11
dax: remove the pmem_dax_ops->flush abstraction
Mikulas Patocka
1
-7
/
+14
2017-09-03
dax: fix FS_DAX=n BLOCK=y compilation
Dan Williams
1
-0
/
+2
2017-08-30
dax: introduce a fs_dax_get_by_bdev() helper
Dan Williams
1
-0
/
+10
[next]