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
starfive-6.6.48-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
/
device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2024-04-26
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-3
/
+3
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
1
-1
/
+1
2023-08-25
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
1
-14
/
+8
2023-05-19
dax: fix missing-prototype warnings
Arnd Bergmann
1
-2
/
+1
2023-02-25
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-2
/
+1
2023-02-11
dax: Assign RAM regions to memory-hotplug by default
Dan Williams
1
-2
/
+1
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-50
/
+76
2022-01-15
device-dax: compound devmap support
Joao Martins
1
-0
/
+9
2022-01-15
device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()
Joao Martins
1
-17
/
+19
2022-01-15
device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()
Joao Martins
1
-6
/
+6
2022-01-15
device-dax: factor out page mapping initialization
Joao Martins
1
-22
/
+23
2022-01-15
device-dax: ensure dev_dax->pgmap is valid for dynamic devices
Joao Martins
1
-8
/
+21
2022-01-15
device-dax: use struct_size()
Joao Martins
1
-2
/
+3
2022-01-15
device-dax: use ALIGN() for determining pgoff
Joao Martins
1
-2
/
+2
2021-11-25
dax: Kill DEV_DAX_PMEM_COMPAT
Dan Williams
1
-5
/
+1
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-02-17
device-dax: Drop an empty .remove callback
Uwe Kleine-König
1
-7
/
+1
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
1
-2
/
+2
2020-10-14
device-dax: make align a per-device property
Joao Martins
1
-26
/
+15
2020-10-14
device-dax: add dis-contiguous resource support
Dan Williams
1
-19
/
+36
2020-10-14
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-0
/
+1
2020-10-14
mm/memremap_pages: convert to 'struct range'
Dan Williams
1
-2
/
+1
2020-10-14
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
1
-7
/
+5
2020-10-14
device-dax: make pgmap optional for instance creation
Dan Williams
1
-9
/
+19
2020-10-14
device-dax: drop the dax_region.pfn_flags attribute
Dan Williams
1
-23
/
+3
2020-09-04
memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
Roger Pau Monne
1
-1
/
+1
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
1
-0
/
+1
2019-07-02
device-dax: use the dev_pagemap internal refcount
Christoph Hellwig
1
-43
/
+0
2019-07-02
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
1
-6
/
+6
2019-07-02
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
1
-4
/
+7
2019-07-02
memremap: validate the pagemap type passed to devm_memremap_pages
Christoph Hellwig
1
-0
/
+1
2019-06-14
mm/devm_memremap_pages: fix final page put race
Dan Williams
1
-10
/
+3
2019-05-14
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
1
-4
/
+2
2019-01-07
device-dax: Add /sys/class/dax backwards compatibility
Dan Williams
1
-2
/
+7
2019-01-07
device-dax: Add support for a dax override driver
Dan Williams
1
-4
/
+7
2019-01-07
device-dax: Move resource pinning+mapping into the common driver
Dan Williams
1
-0
/
+61
2019-01-07
device-dax: Introduce bus + driver model
Dan Williams
1
-63
/
+32
2019-01-07
device-dax: Start defining a dax bus model
Dan Williams
1
-182
/
+3
2019-01-07
device-dax: Remove multi-resource infrastructure
Dan Williams
1
-41
/
+8
2019-01-07
device-dax: Kill dax_region base
Dan Williams
1
-2
/
+1
2019-01-07
device-dax: Kill dax_region ida
Dan Williams
1
-21
/
+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-18
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
1
-1
/
+1
2018-07-20
device-dax: Set page->index
Dan Williams
1
-0
/
+4
[next]