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.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-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
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-1
/
+1
*
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-50
/
+76
|
\
|
*
device-dax: compound devmap support
Joao Martins
2022-01-15
1
-0
/
+9
|
*
device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()
Joao Martins
2022-01-15
1
-17
/
+19
|
*
device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()
Joao Martins
2022-01-15
1
-6
/
+6
|
*
device-dax: factor out page mapping initialization
Joao Martins
2022-01-15
1
-22
/
+23
|
*
device-dax: ensure dev_dax->pgmap is valid for dynamic devices
Joao Martins
2022-01-15
1
-8
/
+21
|
*
device-dax: use struct_size()
Joao Martins
2022-01-15
1
-2
/
+3
|
*
device-dax: use ALIGN() for determining pgoff
Joao Martins
2022-01-15
1
-2
/
+2
*
|
dax: Kill DEV_DAX_PMEM_COMPAT
Dan Williams
2021-11-24
1
-5
/
+1
|
/
*
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
2021-06-29
1
-1
/
+1
*
device-dax: Drop an empty .remove callback
Uwe Kleine-König
2021-02-16
1
-7
/
+1
*
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
2020-12-15
1
-2
/
+2
*
device-dax: make align a per-device property
Joao Martins
2020-10-13
1
-26
/
+15
*
device-dax: add dis-contiguous resource support
Dan Williams
2020-10-13
1
-19
/
+36
*
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
2020-10-13
1
-0
/
+1
*
mm/memremap_pages: convert to 'struct range'
Dan Williams
2020-10-13
1
-2
/
+1
*
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
2020-10-13
1
-7
/
+5
*
device-dax: make pgmap optional for instance creation
Dan Williams
2020-10-13
1
-9
/
+19
*
device-dax: drop the dax_region.pfn_flags attribute
Dan Williams
2020-10-13
1
-23
/
+3
*
memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
Roger Pau Monne
2020-09-04
1
-1
/
+1
*
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-06-02
1
-0
/
+1
*
device-dax: use the dev_pagemap internal refcount
Christoph Hellwig
2019-07-02
1
-43
/
+0
*
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
2019-07-02
1
-6
/
+6
*
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
2019-07-02
1
-4
/
+7
*
memremap: validate the pagemap type passed to devm_memremap_pages
Christoph Hellwig
2019-07-02
1
-0
/
+1
*
mm/devm_memremap_pages: fix final page put race
Dan Williams
2019-06-13
1
-10
/
+3
*
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
2019-05-14
1
-4
/
+2
*
device-dax: Add /sys/class/dax backwards compatibility
Dan Williams
2019-01-06
1
-2
/
+7
*
device-dax: Add support for a dax override driver
Dan Williams
2019-01-06
1
-4
/
+7
*
device-dax: Move resource pinning+mapping into the common driver
Dan Williams
2019-01-06
1
-0
/
+61
*
device-dax: Introduce bus + driver model
Dan Williams
2019-01-06
1
-63
/
+32
*
device-dax: Start defining a dax bus model
Dan Williams
2019-01-06
1
-182
/
+3
*
device-dax: Remove multi-resource infrastructure
Dan Williams
2019-01-06
1
-41
/
+8
*
device-dax: Kill dax_region base
Dan Williams
2019-01-06
1
-2
/
+1
*
device-dax: Kill dax_region ida
Dan Williams
2019-01-06
1
-21
/
+3
*
device-dax: Add missing address_space_operations
Dave Jiang
2018-09-22
1
-0
/
+6
*
drivers/dax/device.c: convert variable to vm_fault_t type
Souptick Joarder
2018-09-04
1
-1
/
+2
*
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
2018-08-25
1
-27
/
+48
|
\
|
*
device-dax: Set page->index
Dan Williams
2018-07-20
1
-0
/
+4
|
*
device-dax: Enable page_mapping()
Dan Williams
2018-07-20
1
-17
/
+38
|
*
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
2018-07-20
1
-15
/
+11
*
|
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-17
1
-1
/
+1
*
|
dev-dax: check_vma: ratelimit dev_info-s
Jeff Moyer
2018-06-28
1
-4
/
+8
|
/
*
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
1
-1
/
+1
*
device-dax: allow MAP_SYNC to succeed
Dave Jiang
2018-04-19
1
-0
/
+2
*
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-10
1
-21
/
+17
|
\
|
*
device-dax: remove redundant __func__ in dev_dbg
Dan Williams
2018-03-06
1
-21
/
+17
*
|
device-dax: implement ->pagesize() for smaps to report MMUPageSize
Dan Williams
2018-04-05
1
-0
/
+10
|
/
[next]