Show patches with: none      |   12498 patches
« 1 2 3 4124 125 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
acpi/nfit: Use kobj_to_dev() instead acpi/nfit: Use kobj_to_dev() instead 1 - - --- 2020-08-13 王擎 New
drivers/dax: Use kobj_to_dev() instead drivers/dax: Use kobj_to_dev() instead - 1 - --- 2020-08-13 王擎 New
nvdimm: Use kobj_to_dev() API nvdimm: Use kobj_to_dev() API - 1 - --- 2020-09-26 王擎 New
[-next] libnvdimm/security: Make __nvdimm_security_overwrite_query() static [-next] libnvdimm/security: Make __nvdimm_security_overwrite_query() static - - - --- 2020-04-23 Zou Wei New
[-next] tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' static [-next] tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' static - - - --- 2021-04-07 Zou Wei Superseded
[-next,v2] tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' static [-next,v2] tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' static - - - --- 2021-04-20 Zou Wei Accepted
arm64: add pmem module for kernel update arm64: add pmem module for kernel update - - - --- 2020-12-31 Zhuling New
tools/testing/nvdimm: Use kobj_to_dev() API tools/testing/nvdimm: Use kobj_to_dev() API - - - --- 2021-06-18 zhouchuangao New
drivers/nvdimm: Use kobj_to_dev() API drivers/nvdimm: Use kobj_to_dev() API - - - --- 2021-06-18 zhouchuangao New
drivers/dax: Use kobj_to_dev() API drivers/dax: Use kobj_to_dev() API - - - --- 2021-06-18 zhouchuangao New
[ndctl,1/8] namespace: check whether pfn|dax|btt is NULL in setup_namespace fix serverl issues reported by Coverity 1 - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,2/8] lib/libndctl: fix memory leakage problem in add_bus fix serverl issues reported by Coverity 1 - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,3/8] libdaxctl: fix memory leakage in add_dax_region() fix serverl issues reported by Coverity 1 - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,4/8] dimm: fix potential fd leakage in dimm_action() fix serverl issues reported by Coverity 1 - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,5/8] util/help: check whether strdup returns NULL in exec_man_konqueror fix serverl issues reported by Coverity - - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,6/8] lib/inject: check whether cmd is created successfully fix serverl issues reported by Coverity - - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,7/8] Check whether ndctl_btt_get_namespace returns NULL in callers fix serverl issues reported by Coverity - - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,8/8] Check whether seed is NULL in validate_namespace_options fix serverl issues reported by Coverity - - - --- 2020-11-06 Zhiqiang Liu New
[ndctl,V2,1/8] namespace: check whether pfn|dax|btt is NULL in setup_namespace fix serverl issues reported by Coverity 1 - - --- 2020-11-25 Zhiqiang Liu New
[ndctl,1/2] libndctl: check return value of ndctl_pfn_get_namespace fix two issues reported by Coverity - - - --- 2021-06-15 Zhiqiang Liu Superseded
[ndctl,2/2] namespace: fix potentail fd leak problem in do_xaction_namespace() fix two issues reported by Coverity - - - --- 2021-06-15 Zhiqiang Liu Superseded
[ndctl,v2,1/2] libndctl: check return value of ndctl_pfn_get_namespace fix two issues reported by Coverity - - - --- 2021-07-06 Zhiqiang Liu New
[ndctl,v2,2/2] namespace: Close fd before return in do_xaction_namespace() fix two issues reported by Coverity - - - --- 2021-07-06 Zhiqiang Liu New
[v1] device-dax: Adding match parameter to select which driver to match dax devices [v1] device-dax: Adding match parameter to select which driver to match dax devices - - - --- 2022-02-28 Zhenguo Yao Superseded
[v2] device-dax: Adding match parameter to select which driver to match dax devices [v2] device-dax: Adding match parameter to select which driver to match dax devices - - - --- 2022-03-03 Zhenguo Yao New
[-next] dax: pmem: convert comma to semicolon [-next] dax: pmem: convert comma to semicolon - - - --- 2020-12-14 Zheng Yongjun Accepted
[-next] drivers/nvdimm: Fix build error without PERF_EVENTS [-next] drivers/nvdimm: Fix build error without PERF_EVENTS - - - --- 2022-03-24 Zheng Bin New
[1/1] device-dax: fix mismatches of request_mem_region() [1/1] device-dax: fix mismatches of request_mem_region() - - - --- 2020-08-17 Zhen Lei New
[1/3] libnvdimm: fix memleak in of_pmem.c bugfix and optimize for drivers/nvdimm - - - --- 2020-08-18 Zhen Lei Superseded
[2/3] libnvdimm: add sanity check for provider_name in of_pmem_region_probe() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-18 Zhen Lei Superseded
[3/3] libnvdimm/bus: simplify walk_to_nvdimm_bus() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-18 Zhen Lei Superseded
[v2,1/4] libnvdimm: fix memmory leaks in of_pmem.c bugfix and optimize for drivers/nvdimm - 1 - --- 2020-08-19 Zhen Lei Superseded
[v2,2/4] libnvdimm: add sanity check for provider_name in of_pmem_region_probe() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-19 Zhen Lei Superseded
[v2,3/4] libnvdimm/bus: simplify walk_to_nvdimm_bus() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-19 Zhen Lei Superseded
[v2,4/4] libnvdimm/region: reduce an unnecessary if branch in nd_region_create() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-19 Zhen Lei Superseded
[v3,1/7] libnvdimm: fix memory leaks in of_pmem.c bugfix and optimize for drivers/nvdimm - 1 - --- 2020-08-20 Zhen Lei New
[v3,2/7] libnvdimm: add sanity check for provider_name in of_pmem_region_probe() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-20 Zhen Lei New
[v3,3/7] libnvdimm: simplify walk_to_nvdimm_bus() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-20 Zhen Lei New
[v3,4/7] libnvdimm: reduce an unnecessary if branch in nd_region_create() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-20 Zhen Lei New
[v3,5/7] libnvdimm: reduce an unnecessary if branch in nd_region_activate() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-20 Zhen Lei New
[v3,6/7] libnvdimm: make sure EXPORT_SYMBOL_GPL(nvdimm_flush) close to its function bugfix and optimize for drivers/nvdimm - 1 - --- 2020-08-20 Zhen Lei New
[v3,7/7] libnvdimm: slightly simplify available_slots_show() bugfix and optimize for drivers/nvdimm - - - --- 2020-08-20 Zhen Lei New
[1/4] libnvdimm: remove redundant list_empty() check in badrange.c clean up some functions in nvdimm/badrange.c and namespace_devs.c - - - --- 2020-08-20 Zhen Lei New
[2/4] libnvdimm: eliminate a meaningless spinlock operation clean up some functions in nvdimm/badrange.c and namespace_devs.c - - - --- 2020-08-20 Zhen Lei New
[3/4] libnvdimm: eliminate two unnecessary zero initializations in badrange.c clean up some functions in nvdimm/badrange.c and namespace_devs.c - - - --- 2020-08-20 Zhen Lei New
[4/4] libnvdimm: avoid unnecessary judgments in nvdimm_namespace_disk_name() clean up some functions in nvdimm/badrange.c and namespace_devs.c - - - --- 2020-08-20 Zhen Lei New
[v4,1/1] libnvdimm: fix memory leaks in of_pmem.c libnvdimm: fix memory leaks in of_pmem.c - 1 - --- 2020-09-01 Zhen Lei New
[v2,1/1] libnvdimm/namespace: avoid repeated judgment in nvdimm_namespace_disk_name() [v2,1/1] libnvdimm/namespace: avoid repeated judgment in nvdimm_namespace_disk_name() - - - --- 2020-09-19 Zhen Lei Superseded
[v2,1/2] libnvdimm/badrange: remove two redundant list_empty() branches libnvdimm/badrange: simplify code - - - --- 2020-09-19 Zhen Lei New
[v2,2/2] libnvdimm/badrange: eliminate a meaningless spinlock operation libnvdimm/badrange: simplify code - - - --- 2020-09-19 Zhen Lei New
[v2,1/1] libnvdimm/namespace: avoid repeated judgment in nvdimm_namespace_disk_name() [v2,1/1] libnvdimm/namespace: avoid repeated judgment in nvdimm_namespace_disk_name() - - - --- 2020-09-19 Zhen Lei New
[v2,1/1] libnvdimm/region: delete a piece of useless code in nd_region_create() [v2,1/1] libnvdimm/region: delete a piece of useless code in nd_region_create() - - - --- 2020-09-19 Zhen Lei New
[v2,1/1] libnvdimm: make sure EXPORT_SYMBOL_GPL(nvdimm_flush) close to its function [v2,1/1] libnvdimm: make sure EXPORT_SYMBOL_GPL(nvdimm_flush) close to its function - 1 - --- 2020-09-19 Zhen Lei New
[v2,1/1] libnvdimm: slightly simplify available_slots_show() [v2,1/1] libnvdimm: slightly simplify available_slots_show() - - - --- 2020-09-19 Zhen Lei New
[1/1] ACPI/nfit: avoid accessing uninitialized memory in acpi_nfit_ctl() [1/1] ACPI/nfit: avoid accessing uninitialized memory in acpi_nfit_ctl() - 1 - --- 2020-11-18 Zhen Lei Accepted
[1/1] ACPI/nfit: correct the badrange to be reported in nfit_handle_mce() [1/1] ACPI/nfit: correct the badrange to be reported in nfit_handle_mce() - 1 - --- 2020-11-18 Zhen Lei New
[v2,1/1] acpi/nfit: fix badrange insertion in nfit_handle_mce() acpi/nfit: fix badrange insertion in nfit_handle_mce() - 1 - --- 2020-11-19 Zhen Lei New
[1/1] device-dax: delete a redundancy check in dev_dax_validate_align() [1/1] device-dax: delete a redundancy check in dev_dax_validate_align() - - - --- 2020-11-20 Zhen Lei Accepted
[1/1] device-dax: avoid an unnecessary check in alloc_dev_dax_range() [1/1] device-dax: avoid an unnecessary check in alloc_dev_dax_range() - - - --- 2020-11-20 Zhen Lei New
[v2,1/1] device-dax: avoid an unnecessary check in alloc_dev_dax_range() device-dax: avoid an unnecessary check in alloc_dev_dax_range() - - - --- 2020-12-19 Zhen Lei Accepted
[1/1] device-dax: use DEVICE_ATTR_ADMIN_RO() helper macro [1/1] device-dax: use DEVICE_ATTR_ADMIN_RO() helper macro - - - --- 2021-06-03 Zhen Lei New
[Qemu-devel,RFC,1/1] nvdimm: let qemu requiring section alignment of pmem resource. - - - --- 2018-06-11 Zhang, Yi New
[1/3] kvm: remove redundant reserved page check - - - --- 2018-07-04 Zhang, Yi New
[2/3] mm: introduce memory type MEMORY_DEVICE_DEV_DAX - - - --- 2018-07-04 Zhang, Yi New
[3/3] kvm: add a function to check if page is from NVDIMM pmem. - - - --- 2018-07-04 Zhang, Yi New
[V2,1/4] kvm: remove redundant reserved page check - - - --- 2018-07-10 Zhang, Yi New
[V2,2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX - - - --- 2018-07-10 Zhang, Yi New
[V2,3/4] mm: add a function to differentiate the pages is from DAX device memory 1 - - --- 2018-07-10 Zhang, Yi New
[V2,4/4] kvm: add a check if pfn is from NVDIMM pmem. - - - --- 2018-07-10 Zhang, Yi New
[RFC,1/1] device-dax: check for vma range while dax_mmap. [RFC,1/1] device-dax: check for vma range while dax_mmap. - - - --- 2018-07-31 Zhang, Yi New
[V3,1/4] kvm: remove redundant reserved page check Fix kvm misconceives NVDIMM pages as reserved mmio 1 1 - --- 2018-08-09 Zhang, Yi New
[V3,2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX Fix kvm misconceives NVDIMM pages as reserved mmio - 1 - --- 2018-08-09 Zhang, Yi New
[V3,3/4] mm: add a function to differentiate the pages is from DAX device memory Fix kvm misconceives NVDIMM pages as reserved mmio - - - --- 2018-08-09 Zhang, Yi New
[V3,4/4] kvm: add a check if pfn is from NVDIMM pmem. Fix kvm misconceives NVDIMM pages as reserved mmio - - - --- 2018-08-09 Zhang, Yi New
[V2,1/1] device-dax: check for vma range while dax_mmap. [V2,1/1] device-dax: check for vma range while dax_mmap. - 1 - --- 2018-08-13 Zhang, Yi New
[V4,1/4] kvm: remove redundant reserved page check Fix kvm misconceives NVDIMM pages as reserved mmio 1 1 - --- 2018-08-22 Zhang, Yi New
[V4,2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX Fix kvm misconceives NVDIMM pages as reserved mmio - 2 - --- 2018-08-22 Zhang, Yi New
[V4,3/4] mm: add a function to differentiate the pages is from DAX device memory Fix kvm misconceives NVDIMM pages as reserved mmio 1 1 - --- 2018-08-22 Zhang, Yi New
[V4,4/4] kvm: add a check if pfn is from NVDIMM pmem. Fix kvm misconceives NVDIMM pages as reserved mmio 1 - - --- 2018-08-22 Zhang, Yi New
[V5,1/4] kvm: remove redundant reserved page check Fix kvm misconceives NVDIMM pages as reserved mmio 1 1 - --- 2018-09-07 Zhang, Yi New
[V5,2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX Fix kvm misconceives NVDIMM pages as reserved mmio - 1 - --- 2018-09-07 Zhang, Yi New
[V5,3/4] mm: add a function to differentiate the pages is from DAX device memory Fix kvm misconceives NVDIMM pages as reserved mmio 1 - - --- 2018-09-07 Zhang, Yi New
[V5,4/4] kvm: add a check if pfn is from NVDIMM pmem. Fix kvm misconceives NVDIMM pages as reserved mmio 1 - - --- 2018-09-07 Zhang, Yi New
libnvdimm: KASAN: global-out-of-bounds Read in internal_create_group libnvdimm: KASAN: global-out-of-bounds Read in internal_create_group - - - --- 2020-08-12 Zhang, Qiang Superseded
[v2] libnvdimm: KASAN: global-out-of-bounds Read in internal_create_group [v2] libnvdimm: KASAN: global-out-of-bounds Read in internal_create_group - - - --- 2020-08-12 Zhang, Qiang Mainlined
回复: [PATCH v2] libnvdimm: KASAN: global-out-of-bounds Read in internal_create_group 回复: [PATCH v2] libnvdimm: KASAN: global-out-of-bounds Read in internal_create_group - - - --- 2020-08-19 Zhang, Qiang New
[-next] device-dax: change error code from postive to negative in range_parse [-next] device-dax: change error code from postive to negative in range_parse - 1 - --- 2020-10-26 Zhang Qilong Accepted
[-next] ACPI: NFIT: Fix judgment of rc is '-ENXIO' [-next] ACPI: NFIT: Fix judgment of rc is '-ENXIO' - 2 - --- 2020-10-27 Zhang Qilong Accepted
libnvdimm/label: Return -ENXIO for no slot in __blk_label_update libnvdimm/label: Return -ENXIO for no slot in __blk_label_update - - - --- 2020-11-09 Zhang Qilong Accepted
libnvdimm/label: Return -ENXIO for no slot in __blk_label_update libnvdimm/label: Return -ENXIO for no slot in __blk_label_update - - - --- 2020-12-05 Zhang Qilong Accepted
[-next] acpi, nfit: Remove duplicated include from core.c [-next] acpi, nfit: Remove duplicated include from core.c - - - --- 2018-12-25 Yue Haibing Mainlined
[-next] acpi/nfit, device-dax: Fix platform_no_drv_owner.cocci warnings [-next] acpi/nfit, device-dax: Fix platform_no_drv_owner.cocci warnings - - - --- 2019-02-26 Yue Haibing Mainlined
[-next] device-dax: Make dev_dax_kmem_probe static [-next] device-dax: Make dev_dax_kmem_probe static - - - --- 2019-03-22 Yue Haibing New
[-next] libnvdimm/region: Fix build error [-next] libnvdimm/region: Fix build error - - - --- 2020-03-30 Yue Haibing Superseded
[v2,-next] libnvdimm/region: Fix build error [v2,-next] libnvdimm/region: Fix build error - - - --- 2020-03-31 Yue Haibing Mainlined
libnvdimm/e820: Fix build error without MEMORY_HOTPLUG libnvdimm/e820: Fix build error without MEMORY_HOTPLUG - - - --- 2020-08-26 Yue Haibing New
ndtest: Add checks for devm_kcalloc ndtest: Add checks for devm_kcalloc - - - --- 2022-11-25 Yuan Can Superseded
[v2] ndtest: Add checks for devm_kcalloc [v2] ndtest: Add checks for devm_kcalloc - - - --- 2022-12-03 Yuan Can New
[v2,1/2] ACPI: NFIT: Fix incorrect calculation of idt size [v2,1/2] ACPI: NFIT: Fix incorrect calculation of idt size - 2 - --- 2023-08-26 Yu Liao iweiny Accepted
[v2,2/2] ACPI: NFIT: use struct_size() helper [v2,1/2] ACPI: NFIT: Fix incorrect calculation of idt size - 2 - --- 2023-08-26 Yu Liao iweiny Accepted
« 1 2 3 4124 125 »