index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
/
bus.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-10
/
+7
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-48
/
+18
|
\
|
*
dax/bus.c: use the right locking mode (read vs write) in size_show
Vishal Verma
2024-05-07
1
-2
/
+2
|
*
dax/bus.c: don't use down_write_killable for non-user processes
Vishal Verma
2024-05-07
1
-5
/
+1
|
*
dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping paths
Vishal Verma
2024-05-07
1
-34
/
+8
|
*
dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
Vishal Verma
2024-05-07
1
-8
/
+8
*
|
dax: remove redundant assignment to variable rc
Colin Ian King
2024-04-25
1
-1
/
+0
*
|
dax: constify the struct device_type usage
Ricardo B. Marliere
2024-04-25
1
-1
/
+1
|
/
*
Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-15
1
-1
/
+1
|
\
|
*
device-dax: make dax_bus_type const
Ricardo B. Marliere
2024-02-12
1
-1
/
+1
*
|
dax: add a sysfs knob to control memmap_on_memory behavior
Vishal Verma
2024-02-22
1
-0
/
+43
*
|
dax/bus.c: replace several sprintf() with sysfs_emit()
Vishal Verma
2024-02-22
1
-16
/
+16
*
|
dax/bus.c: replace driver-core lock usage by a local rwsem
Vishal Verma
2024-02-22
1
-62
/
+156
|
/
*
dax/kmem: allow kmem to add memory with memmap_on_memory
Vishal Verma
2023-12-11
1
-0
/
+3
*
dax: refactor deprecated strncpy
Justin Stitt
2023-09-27
1
-1
/
+1
*
dax: Cleanup extra dax_region references
Dan Williams
2023-06-23
1
-3
/
+1
*
dax: Introduce alloc_dev_dax_id()
Dan Williams
2023-06-23
1
-22
/
+34
*
dax: Use device_unregister() in unregister_dax_mapping()
Dan Williams
2023-06-23
1
-2
/
+1
*
dax: Fix dax_mapping_release() use after free
Dan Williams
2023-06-23
1
-1
/
+4
*
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2023-02-25
1
-32
/
+23
|
\
|
*
dax/kmem: Fix leak of memory-hotplug resources
Dan Williams
2023-02-17
1
-1
/
+1
|
*
dax: Assign RAM regions to memory-hotplug by default
Dan Williams
2023-02-11
1
-31
/
+22
*
|
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-1
/
+1
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-0
/
+32
|
\
|
*
device-dax: ensure dev_dax->pgmap is valid for dynamic devices
Joao Martins
2022-01-15
1
-0
/
+32
*
|
dax: remove the copy_from_iter and copy_to_iter methods
Christoph Hellwig
2021-12-18
1
-0
/
+2
*
|
dax: remove the DAXDEV_F_SYNC flag
Christoph Hellwig
2021-12-18
1
-1
/
+2
*
|
dax: simplify the dax_device <-> gendisk association
Christoph Hellwig
2021-12-04
1
-3
/
+3
*
|
dax: Kill DEV_DAX_PMEM_COMPAT
Dan Williams
2021-11-25
1
-19
/
+2
|
/
*
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
*
dax: avoid -Wempty-body warnings
Arnd Bergmann
2021-03-22
1
-4
/
+2
*
dax-device: Make remove callback return void
Uwe Kleine-König
2021-02-17
1
-3
/
+2
*
device-dax: Fix error path in dax_driver_register
Uwe Kleine-König
2021-02-17
1
-1
/
+9
*
device-dax: Properly handle drivers without remove callback
Uwe Kleine-König
2021-02-17
1
-1
/
+5
*
device-dax: Prevent registering drivers without probe callback
Uwe Kleine-König
2021-02-17
1
-0
/
+7
*
device-dax: Fix default return code of range_parse()
Shiyang Ruan
2021-02-16
1
-1
/
+1
*
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: add a range mapping allocation attribute
Joao Martins
2020-10-14
1
-0
/
+64
*
device-dax: add an 'align' attribute
Dan Williams
2020-10-14
1
-10
/
+83
*
device-dax: make align a per-device property
Joao Martins
2020-10-14
1
-0
/
+1
*
device-dax: introduce 'mapping' devices
Dan Williams
2020-10-14
1
-2
/
+189
*
device-dax: add dis-contiguous resource support
Dan Williams
2020-10-14
1
-54
/
+179
*
mm/memremap_pages: convert to 'struct range'
Dan Williams
2020-10-14
1
-5
/
+5
*
device-dax: add resize support
Dan Williams
2020-10-14
1
-9
/
+152
*
device-dax: introduce 'seed' devices
Dan Williams
2020-10-14
1
-39
/
+262
*
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
2020-10-14
1
-0
/
+18
*
device-dax: add an allocation interface for device-dax instances
Dan Williams
2020-10-14
1
-10
/
+110
*
device-dax: make pgmap optional for instance creation
Dan Williams
2020-10-14
1
-14
/
+15
[next]