index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
/
bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-24
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-16
1
-3
/
+2
*
device-dax: Fix error path in dax_driver_register
Uwe Kleine-König
2021-02-16
1
-1
/
+9
*
device-dax: Properly handle drivers without remove callback
Uwe Kleine-König
2021-02-16
1
-1
/
+5
*
device-dax: Prevent registering drivers without probe callback
Uwe Kleine-König
2021-02-16
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-13
1
-0
/
+64
*
device-dax: add an 'align' attribute
Dan Williams
2020-10-13
1
-10
/
+83
*
device-dax: make align a per-device property
Joao Martins
2020-10-13
1
-0
/
+1
*
device-dax: introduce 'mapping' devices
Dan Williams
2020-10-13
1
-2
/
+189
*
device-dax: add dis-contiguous resource support
Dan Williams
2020-10-13
1
-54
/
+179
*
mm/memremap_pages: convert to 'struct range'
Dan Williams
2020-10-13
1
-5
/
+5
*
device-dax: add resize support
Dan Williams
2020-10-13
1
-9
/
+152
*
device-dax: introduce 'seed' devices
Dan Williams
2020-10-13
1
-39
/
+262
*
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
2020-10-13
1
-0
/
+18
*
device-dax: add an allocation interface for device-dax instances
Dan Williams
2020-10-13
1
-10
/
+110
*
device-dax: make pgmap optional for instance creation
Dan Williams
2020-10-13
1
-14
/
+15
*
device-dax: move instance creation parameters to 'struct dev_dax_data'
Dan Williams
2020-10-13
1
-7
/
+7
*
device-dax: drop the dax_region.pfn_flags attribute
Dan Williams
2020-10-13
1
-3
/
+1
*
dax: Move mandatory ->zero_page_range() check in alloc_dax()
Vivek Goyal
2020-04-02
1
-1
/
+3
*
Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-12-01
1
-5
/
+17
|
\
|
*
dax: Add numa_node to the default device-dax attributes
Dan Williams
2019-11-19
1
-0
/
+10
|
*
dax: Simplify root read-only definition for the 'resource' attribute
Dan Williams
2019-11-19
1
-3
/
+1
|
*
dax: Create a dax device_type
Dan Williams
2019-11-19
1
-2
/
+6
*
|
dax: Fix alloc_dax_region() compile warning
Dan Williams
2019-11-07
1
-1
/
+1
|
/
*
Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...
Linus Torvalds
2019-07-18
1
-0
/
+19
|
\
|
*
device-dax: Add a 'resource' attribute
Vishal Verma
2019-06-20
1
-0
/
+19
*
|
libnvdimm: add dax_dev sync flag
Pankaj Gupta
2019-07-05
1
-1
/
+1
|
/
*
device-dax: Add a 'modalias' attribute to DAX 'bus' devices
Vishal Verma
2019-02-27
1
-0
/
+12
*
device-dax: Add a 'target_node' attribute
Dan Williams
2019-02-20
1
-0
/
+28
*
device-dax: Auto-bind device after successful new_id
Dan Williams
2019-01-24
1
-6
/
+18
*
acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node
Dan Williams
2019-01-06
1
-1
/
+3
*
device-dax: Add /sys/class/dax backwards compatibility
Dan Williams
2019-01-06
1
-5
/
+24
*
device-dax: Add support for a dax override driver
Dan Williams
2019-01-06
1
-5
/
+140
*
device-dax: Move resource pinning+mapping into the common driver
Dan Williams
2019-01-06
1
-1
/
+5
*
device-dax: Introduce bus + driver model
Dan Williams
2019-01-06
1
-8
/
+125
*
device-dax: Start defining a dax bus model
Dan Williams
2019-01-06
1
-0
/
+174