index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-24
3
-45
/
+29
|
\
|
*
device-dax: Avoid an unnecessary check in alloc_dev_dax_range()
Zhen Lei
2020-12-24
1
-14
/
+6
|
*
device-dax: Fix range release
Dan Williams
2020-12-24
1
-23
/
+21
|
*
device-dax: delete a redundancy check in dev_dax_validate_align()
Zhen Lei
2020-12-17
1
-7
/
+0
|
*
device-dax/core: Fix memory leak when rmmod dax.ko
Wang Hai
2020-12-16
1
-0
/
+1
|
*
device-dax/pmem: Convert comma to semicolon
Zheng Yongjun
2020-12-16
1
-1
/
+1
*
|
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
2020-12-15
1
-2
/
+2
*
|
device-dax/kmem: use struct_size()
Dan Williams
2020-12-15
1
-1
/
+1
*
|
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
2020-11-22
1
-1
/
+0
|
/
*
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-19
1
-1
/
+2
|
\
|
*
dax: Modify bdev_dax_pgoff() to handle NULL bdev
Vivek Goyal
2020-09-10
1
-1
/
+2
*
|
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
2020-10-16
1
-1
/
+1
*
|
device-dax/kmem: fix resource release
Dan Williams
2020-10-16
1
-14
/
+34
*
|
device-dax: add a range mapping allocation attribute
Joao Martins
2020-10-14
1
-0
/
+64
*
|
dax/hmem: introduce dax_hmem.region_idle parameter
Joao Martins
2020-10-14
1
-1
/
+4
*
|
device-dax: add an 'align' attribute
Dan Williams
2020-10-14
2
-10
/
+101
*
|
device-dax: make align a per-device property
Joao Martins
2020-10-14
3
-26
/
+19
*
|
device-dax: introduce 'mapping' devices
Dan Williams
2020-10-14
2
-2
/
+203
*
|
device-dax: add dis-contiguous resource support
Dan Williams
2020-10-14
4
-118
/
+309
*
|
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
2020-10-14
1
-0
/
+1
*
|
mm/memremap_pages: convert to 'struct range'
Dan Williams
2020-10-14
6
-20
/
+17
*
|
device-dax: add resize support
Dan Williams
2020-10-14
1
-9
/
+152
*
|
device-dax: introduce 'seed' devices
Dan Williams
2020-10-14
3
-40
/
+272
*
|
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
2020-10-14
5
-19
/
+35
*
|
device-dax: add an allocation interface for device-dax instances
Dan Williams
2020-10-14
5
-23
/
+121
*
|
device-dax/kmem: replace release_resource() with release_mem_region()
Dan Williams
2020-10-14
2
-16
/
+7
*
|
device-dax/kmem: move resource name tracking to drvdata
Dan Williams
2020-10-14
1
-7
/
+9
*
|
device-dax/kmem: introduce dax_kmem_range()
Dan Williams
2020-10-14
1
-23
/
+17
*
|
device-dax: make pgmap optional for instance creation
Dan Williams
2020-10-14
7
-34
/
+58
*
|
device-dax: move instance creation parameters to 'struct dev_dax_data'
Dan Williams
2020-10-14
4
-17
/
+30
*
|
device-dax: drop the dax_region.pfn_flags attribute
Dan Williams
2020-10-14
6
-33
/
+7
*
|
ACPI: HMAT: attach a device for each soft-reserved range
Dan Williams
2020-10-14
3
-1
/
+39
*
|
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
2020-10-14
5
-3
/
+76
*
|
dax: Fix stack overflow when mounting fsdax pmem device
Adrian Huang
2020-09-20
1
-6
/
+6
*
|
dm: Call proper helper to determine dax support
Jan Kara
2020-09-20
1
-0
/
+4
*
|
Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-09-12
1
-1
/
+1
|
\
\
|
*
|
dax: fix detection of dax support for non-persistent memory block devices
Coly Li
2020-09-03
1
-1
/
+1
|
|
/
*
|
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-09-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
Roger Pau Monne
2020-09-04
1
-1
/
+1
*
|
dax: do not print error message for non-persistent memory block device
Adrian Huang
2020-08-20
1
-0
/
+6
*
|
Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-08-11
1
-6
/
+7
|
\
\
|
*
|
drivers/dax: Expand lock scope to cover the use of addresses
Ira Weiny
2020-07-28
1
-1
/
+2
|
*
|
dax: print error message by pr_info() in __generic_fsdax_supported()
Coly Li
2020-07-28
1
-5
/
+5
|
|
/
*
/
block: remove the bd_queue field from struct block_device
Christoph Hellwig
2020-07-01
1
-1
/
+1
|
/
*
device-dax: add memory via add_memory_driver_managed()
David Hildenbrand
2020-06-05
2
-2
/
+27
*
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-06-02
1
-0
/
+1
*
device-dax: don't leak kernel memory to user space after unloading kmem
David Hildenbrand
2020-05-23
1
-3
/
+11
*
dax: Move mandatory ->zero_page_range() check in alloc_dax()
Vivek Goyal
2020-04-03
2
-6
/
+12
*
dax, pmem: Add a dax operation zero_page_range
Vivek Goyal
2020-04-03
1
-0
/
+20
*
dax: Get rid of fs_dax_get_by_host() helper
Vivek Goyal
2020-01-16
1
-1
/
+1
[next]