index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvdimm
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-8
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-25
/
+25
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-34
/
+35
2026-02-04
nvdimm: virtio_pmem: serialize flush requests
Li Chen
-1
/
+7
2026-01-26
drivers/nvdimm: Use local kmaps
Davidlohr Bueso
-10
/
+10
2025-12-06
Merge tag 'libnvdimm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+304
2025-11-27
Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
-2
/
+2
2025-11-26
nvdimm: Prevent integer overflow in ramdax_get_config_data()
Dan Carpenter
-2
/
+2
2025-11-17
memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
Yicong Yang
-2
/
+2
2025-11-17
memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...
Jonathan Cameron
-2
/
+2
2025-11-05
nvdimm: replace use of system_wq with system_percpu_wq
Marco Crivellari
-2
/
+2
2025-11-03
nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices
Mike Rapoport (Microsoft)
-0
/
+302
2025-10-06
Merge tag 'libnvdimm-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-295
/
+216
2025-09-29
nvdimm: Remove duplicate linux/slab.h header
Jiapeng Chong
-1
/
+0
2025-09-25
nvdimm: Clean up __nd_ioctl() and remove gotos
Dave Jiang
-43
/
+22
2025-09-25
nvdimm: Introduce guard() for nvdimm_bus_lock
Dave Jiang
-249
/
+192
2025-09-16
nvdimm: Use str_plural() to simplify the code
Xichao Zhao
-2
/
+2
2025-08-13
block: switch ->getgeo() to struct gendisk
Al Viro
-2
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-8
/
+4
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
-8
/
+4
2025-07-01
block: rename tuple_size field in blk_integrity to metadata_size
Anuj Gupta
-1
/
+1
2025-04-02
Merge tag 'libnvdimm-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-57
/
+2
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+1
2025-03-20
libnvdimm/labels: Fix divide error in nd_label_data_init()
Robert Richter
-1
/
+2
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
-3
/
+1
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
-5
/
+6
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
-1
/
+1
2025-03-03
libnvdimm: Remove unused nd_attach_ndns
Dr. David Alan Gilbert
-13
/
+0
2025-03-03
libnvdimm: Remove unused nd_region_conflict
Dr. David Alan Gilbert
-43
/
+0
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
-1
/
+1
2025-01-03
libnvdimm: Replace namespace_match() with device_find_child_by_name()
Zijun Hu
-8
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-1
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-2
/
+2
2024-11-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-0
/
+24
2024-11-13
nvdimm: rectify the illogical code within nd_dax_probe()
Yi Yang
-2
/
+9
2024-11-13
nvdimm: Correct some typos in comments
Shen Lichuan
-3
/
+3
2024-11-12
virtio_pmem: Add freeze/restore callbacks
Philip Chen
-0
/
+24
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-0
/
+9
2024-09-10
virtio_pmem: Check device status before requesting flush
Philip Chen
-0
/
+9
2024-08-21
nvdimm: Remove dead code for ENODEV checking in scan_labels()
Li Zhijian
-9
/
+0
2024-08-21
nvdimm: Fix devs leaks in scan_labels()
Li Zhijian
-17
/
+17
2024-08-21
nvdimm: Use of_property_present() and of_property_read_bool()
Rob Herring (Arm)
-1
/
+1
2024-08-09
nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases
Zhihao Cheng
-1
/
+1
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-19
/
+17
2024-07-20
Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+8
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-3
/
+3
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
-5
/
+2
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
-4
/
+3
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
-2
/
+0
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
-1
/
+3
[next]