index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
dax
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-103
/
+399
2026-08-06
dax/kmem: add sysfs interface for atomic whole-device hotplug
Gregory Price
2
-36
/
+209
2026-08-06
dax/kmem: extract hotplug/hotremove helper functions
Gregory Price
1
-100
/
+223
2026-08-06
dax/kmem: resolve default online type at probe time
Gregory Price
1
-2
/
+4
2026-08-06
mm/memory: add memory_block_aligned_range() helper
Gregory Price
1
-3
/
+1
2026-07-14
dax: fsdev.c minor formatting cleanup
John Groves
1
-7
/
+8
2026-07-14
dax: fix holder_ops race in fs_put_dax()
John Groves
1
-3
/
+39
2026-07-14
dax: read holder_ops once in dax_holder_notify_failure()
John Groves
1
-2
/
+10
2026-07-14
dax/fsdev: fail probe on invalid pgmap offset
John Groves
1
-2
/
+6
2026-07-14
dax/fsdev: use __va(phys) for kaddr in direct_access
John Groves
2
-8
/
+2
2026-07-14
dax/fsdev: clear pgmap ops and owner on unbind
John Groves
1
-0
/
+22
2026-07-14
dax/fsdev: don't leave a dangling dev_dax->pgmap on probe failure
John Groves
1
-28
/
+49
2026-07-14
dax/fsdev: clear vmemmap_shift when binding static pgmap
John Groves
1
-0
/
+1
2026-07-14
dax/fsdev: fix multi-range offset in memory_failure handler
John Groves
1
-1
/
+16
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+6
2026-06-01
dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
Tomasz Wolski
1
-1
/
+1
2026-05-28
dax/kmem: account for partial discontiguous resource upon removal
Davidlohr Bueso
1
-0
/
+6
2026-04-21
Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
8
-28
/
+487
2026-04-17
Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
7
-32
/
+188
2026-04-13
dax/fsdev: fix uninitialized kaddr in fsdev_dax_zero_page_range()
John Groves
1
-1
/
+4
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
1
-1
/
+1
2026-04-01
dax/hmem: Parent dax_hmem devices
Dan Williams
1
-0
/
+1
2026-04-01
dax/hmem: Fix singleton confusion between dax_hmem_work and hmem devices
Dan Williams
3
-66
/
+85
2026-04-01
dax/hmem: Reduce visibility of dax_cxl coordination symbols
Dan Williams
2
-2
/
+2
2026-04-01
cxl/region: Constify cxl_region_resource_contains()
Dan Williams
1
-1
/
+1
2026-04-01
cxl/region: Limit visibility of cxl_region_contains_resource()
Dan Williams
1
-1
/
+1
2026-04-01
dax/cxl: Fix HMEM dependencies
Dan Williams
1
-2
/
+4
2026-03-30
dax: export dax_dev_get()
John Groves
1
-1
/
+2
2026-03-30
dax: Add fs_dax_get() func to prepare dax for fs-dax usage
John Groves
3
-3
/
+67
2026-03-30
dax: Add dax_set_ops() for setting dax_operations at bind time
John Groves
2
-1
/
+53
2026-03-30
dax: Add dax_operations for use by fs-dax on fsdev dax
John Groves
2
-0
/
+86
2026-03-30
dax: Save the kva from memremap
John Groves
2
-1
/
+4
2026-03-30
dax: add fsdev.c driver for fs-dax on character dax
John Groves
4
-0
/
+253
2026-03-30
dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
John Groves
2
-23
/
+20
2026-03-27
dax/hmem, cxl: Defer and resolve Soft Reserved ownership
Smita Koralahalli
4
-0
/
+85
2026-03-27
dax: Track all dax_region allocations under a global resource tree
Smita Koralahalli
1
-3
/
+17
2026-03-27
dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
Dan Williams
2
-3
/
+27
2026-03-27
dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
Dan Williams
1
-1
/
+1
2026-03-27
dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
Dan Williams
2
-7
/
+12
2026-03-27
dax/hmem: Factor HMEM registration into __hmem_register_device()
Smita Koralahalli
1
-9
/
+15
2026-03-27
dax/bus: Use dax_region_put() in alloc_dax_region() error path
Smita Koralahalli
1
-1
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-5
/
+5
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-5
/
+5
2026-02-12
Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2
-4
/
+4
2026-02-12
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
1
-5
/
+5
2026-01-16
dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is ready
Dan Williams
2
-4
/
+4
2026-01-14
drivers/dax: add some missing kerneldoc comment fields for struct dev_dax
John Groves
1
-4
/
+6
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-14
/
+23
[next]