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