index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
Age
Commit message (
Expand
)
Author
Lines
2024-04-25
dax: remove redundant assignment to variable rc
Colin Ian King
-1
/
+0
2024-04-25
dax: constify the struct device_type usage
Ricardo B. Marliere
-1
/
+1
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
-1
/
+1
2024-03-15
Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-78
/
+229
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
-2
/
+1
2024-03-04
dax: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
-1
/
+1
2024-02-22
dax: fix incorrect list of data cache aliasing architectures
Mathieu Desnoyers
-3
/
+2
2024-02-22
dax: check for data cache aliasing at runtime
Mathieu Desnoyers
-0
/
+10
2024-02-22
dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
Mathieu Desnoyers
-0
/
+5
2024-02-22
dax: add a sysfs knob to control memmap_on_memory behavior
Vishal Verma
-0
/
+43
2024-02-22
dax/bus.c: replace several sprintf() with sysfs_emit()
Vishal Verma
-16
/
+16
2024-02-22
dax/bus.c: replace driver-core lock usage by a local rwsem
Vishal Verma
-62
/
+156
2024-02-12
device-dax: make dax_bus_type const
Ricardo B. Marliere
-1
/
+1
2024-01-10
Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-1
/
+2
2023-12-10
dax/kmem: allow kmem to add memory with memmap_on_memory
Vishal Verma
-1
/
+15
2023-12-07
mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
Shiyang Ruan
-1
/
+2
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-13
/
+49
2023-10-16
dax, kmem: calculate abstract distance with general interface
Huang Ying
-13
/
+49
2023-09-27
dax: refactor deprecated strncpy
Justin Stitt
-1
/
+1
2023-08-24
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
-14
/
+8
2023-08-18
memory tier: rename destroy_memory_type() to put_memory_type()
Miaohe Lin
-2
/
+2
2023-06-26
dax: enable dax fault handler to report VM_FAULT_HWPOISON
Jane Chu
-1
/
+4
2023-06-23
dax/kmem: Pass valid argument to memory_group_register_static
Tarun Sahu
-1
/
+1
2023-06-23
dax: Cleanup extra dax_region references
Dan Williams
-24
/
+4
2023-06-23
dax: Introduce alloc_dev_dax_id()
Dan Williams
-23
/
+37
2023-06-23
dax: Use device_unregister() in unregister_dax_mapping()
Dan Williams
-2
/
+1
2023-06-23
dax: Fix dax_mapping_release() use after free
Dan Williams
-1
/
+4
2023-05-18
dax: fix missing-prototype warnings
Arnd Bergmann
-9
/
+8
2023-02-25
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
-116
/
+284
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2023-02-21
Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+0
2023-02-17
dax/kmem: Fix leak of memory-hotplug resources
Dan Williams
-3
/
+3
2023-02-14
dax: cxl: add CXL_REGION dependency
Arnd Bergmann
-1
/
+1
2023-02-10
cxl/dax: Create dax devices for CXL RAM regions
Dan Williams
-0
/
+82
2023-02-10
dax: Assign RAM regions to memory-hotplug by default
Dan Williams
-37
/
+46
2023-02-10
dax/hmem: Move hmem device registration to dax_hmem.ko
Dan Williams
-49
/
+149
2023-02-10
dax/hmem: Convey the dax range via memregion_info()
Dan Williams
-34
/
+17
2023-02-10
dax/hmem: Drop unnecessary dax_hmem_remove()
Dan Williams
-7
/
+0
2023-02-10
dax/hmem: Move HMAT and Soft reservation probe initcall level
Dan Williams
-2
/
+3
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
-1
/
+1
2023-02-02
drivers/dax: Remove "select SRCU"
Paul E. McKenney
-1
/
+0
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
-1
/
+1
2023-01-25
dax: super.c: fix kernel-doc bad line warning
Randy Dunlap
-1
/
+1
2022-11-21
device-dax: Fix duplicate 'hmem' device registration
Dan Williams
-9
/
+15
2022-10-14
Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-5
/
+5
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-3
/
+39
2022-09-29
ACPI: HMAT: Release platform device in case of platform_device_add_data() fails
Lin Yujun
-2
/
+2
2022-09-29
dax: Remove usage of the deprecated ida_simple_xxx API
Bo Liu
-3
/
+3
[prev]
[next]