index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2020-12-18
device-dax: delete a redundancy check in dev_dax_validate_align()
Zhen Lei
1
-7
/
+0
2020-12-16
device-dax/core: Fix memory leak when rmmod dax.ko
Wang Hai
1
-0
/
+1
2020-12-16
device-dax/pmem: Convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
1
-2
/
+2
2020-12-15
device-dax/kmem: use struct_size()
Dan Williams
1
-1
/
+1
2020-11-22
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
1
-1
/
+0
2020-10-20
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
1
-1
/
+1
2020-10-16
device-dax/kmem: fix resource release
Dan Williams
1
-14
/
+34
2020-10-14
device-dax: add a range mapping allocation attribute
Joao Martins
1
-0
/
+64
2020-10-14
dax/hmem: introduce dax_hmem.region_idle parameter
Joao Martins
1
-1
/
+4
2020-10-14
device-dax: add an 'align' attribute
Dan Williams
2
-10
/
+101
2020-10-14
device-dax: make align a per-device property
Joao Martins
3
-26
/
+19
2020-10-14
device-dax: introduce 'mapping' devices
Dan Williams
2
-2
/
+203
2020-10-14
device-dax: add dis-contiguous resource support
Dan Williams
4
-118
/
+309
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
6
-20
/
+17
2020-10-14
device-dax: add resize support
Dan Williams
1
-9
/
+152
2020-10-14
device-dax: introduce 'seed' devices
Dan Williams
3
-40
/
+272
2020-10-14
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
5
-19
/
+35
2020-10-14
device-dax: add an allocation interface for device-dax instances
Dan Williams
5
-23
/
+121
2020-10-14
device-dax/kmem: replace release_resource() with release_mem_region()
Dan Williams
2
-16
/
+7
2020-10-14
device-dax/kmem: move resource name tracking to drvdata
Dan Williams
1
-7
/
+9
2020-10-14
device-dax/kmem: introduce dax_kmem_range()
Dan Williams
1
-23
/
+17
2020-10-14
device-dax: make pgmap optional for instance creation
Dan Williams
7
-34
/
+58
2020-10-14
device-dax: move instance creation parameters to 'struct dev_dax_data'
Dan Williams
4
-17
/
+30
2020-10-14
device-dax: drop the dax_region.pfn_flags attribute
Dan Williams
6
-33
/
+7
2020-10-14
ACPI: HMAT: attach a device for each soft-reserved range
Dan Williams
3
-1
/
+39
2020-10-14
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
5
-3
/
+76
2020-09-20
dax: Fix stack overflow when mounting fsdax pmem device
Adrian Huang
1
-6
/
+6
2020-09-20
dm: Call proper helper to determine dax support
Jan Kara
1
-0
/
+4
2020-09-12
Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-09-10
dax: Modify bdev_dax_pgoff() to handle NULL bdev
Vivek Goyal
1
-1
/
+2
2020-09-06
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-09-04
memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
Roger Pau Monne
1
-1
/
+1
2020-09-03
dax: fix detection of dax support for non-persistent memory block devices
Coly Li
1
-1
/
+1
2020-08-20
dax: do not print error message for non-persistent memory block device
Adrian Huang
1
-0
/
+6
2020-08-11
Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+7
2020-07-28
drivers/dax: Expand lock scope to cover the use of addresses
Ira Weiny
1
-1
/
+2
2020-07-28
dax: print error message by pr_info() in __generic_fsdax_supported()
Coly Li
1
-5
/
+5
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
1
-1
/
+1
2020-06-05
device-dax: add memory via add_memory_driver_managed()
David Hildenbrand
2
-2
/
+27
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
1
-0
/
+1
2020-05-23
device-dax: don't leak kernel memory to user space after unloading kmem
David Hildenbrand
1
-3
/
+11
2020-04-03
dax: Move mandatory ->zero_page_range() check in alloc_dax()
Vivek Goyal
2
-6
/
+12
2020-04-03
dax, pmem: Add a dax operation zero_page_range
Vivek Goyal
1
-0
/
+20
2020-01-16
dax: Get rid of fs_dax_get_by_host() helper
Vivek Goyal
1
-1
/
+1
2019-12-02
Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-8
/
+20
2019-11-19
dax: Add numa_node to the default device-dax attributes
Dan Williams
1
-0
/
+10
2019-11-19
dax: Simplify root read-only definition for the 'resource' attribute
Dan Williams
1
-3
/
+1
[prev]
[next]