Show patches with: Archived = No       |   6247 patches
« 1 2 3 462 63 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[-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
[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
[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
[-next] dax: pmem: convert comma to semicolon [-next] dax: pmem: convert comma to semicolon - - - --- 2020-12-14 Zheng Yongjun Accepted
[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
[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
[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] 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
[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
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
[-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] 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
ndtest: Add checks for devm_kcalloc ndtest: Add checks for devm_kcalloc - - - --- 2022-11-25 Yuan Can Superseded
[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
[v1] libnvdimm, dax: Fix a missing check in nd_dax_probe() [v1] libnvdimm, dax: Fix a missing check in nd_dax_probe() - - - --- 2021-03-17 Yingjie Wang Superseded
[v1] libnvdimm, dax: Fix a missing check in nd_dax_probe() [v1] libnvdimm, dax: Fix a missing check in nd_dax_probe() - - - --- 2021-03-17 Yingjie Wang Superseded
[v1] libnvdimm, dax: Fix a missing check in nd_dax_probe() [v1] libnvdimm, dax: Fix a missing check in nd_dax_probe() - - - --- 2021-04-09 Yingjie Wang Superseded
mm, dax: fix DAX deadlocks (COW fault) - - - --- 2015-11-16 Yigal Korman Accepted
daxctl: delete duplicate "-R, --regions" in "daxctl list --help" - 1 - --- 2017-04-23 Yi Zhang Accepted
[ndctl] ndctl, region: return the rc value in region_action [ndctl] ndctl, region: return the rc value in region_action - 1 - --- 2019-04-15 Yi Zhang Accepted
[ndctl] ndctl, test: add bus-id parameter for start-scrub/wait-scrub operation [ndctl] ndctl, test: add bus-id parameter for start-scrub/wait-scrub operation - 1 - --- 2019-12-18 Yi Zhang Accepted
[ndctl] typo fix: ovewrite -> overwrite [ndctl] typo fix: ovewrite -> overwrite - 2 - --- 2023-05-09 Yi Zhang Accepted
README.md: add three additional config to config item list README.md: add three additional config to config item list - - - --- 2023-05-16 Yi Zhang Accepted
ndtest: fix typo class_regster -> class_register ndtest: fix typo class_regster -> class_register - 1 - --- 2023-11-27 Yi Zhang iweiny Handled Elsewhere
nvdimm: change to use generic kvfree() - - - --- 2015-08-20 yalin wang Accepted
fs: clean up usage of noop_dirty_folio fs: clean up usage of noop_dirty_folio - 1 - --- 2023-08-19 Xueshi Hu Superseded
[v2] fs: clean up usage of noop_dirty_folio [v2] fs: clean up usage of noop_dirty_folio 1 3 - --- 2023-08-28 Xueshi Hu Superseded
libnvdimm/of_pmem: Fix memory leak in of_pmem_region_probe() libnvdimm/of_pmem: Fix memory leak in of_pmem_region_probe() - - - --- 2022-11-23 xiujianfeng Superseded
ACPI/nfit: delete the function to_acpi_nfit_desc ACPI/nfit: delete the function to_acpi_nfit_desc - - - --- 2019-01-05 Xiaochun Lee Mainlined
ACPI/nfit: delete the redundant header file ACPI/nfit: delete the redundant header file - - - --- 2019-01-07 Xiaochun Lee Mainlined
[ndctl] test/security.sh: Replace cxl with $CXL [ndctl] test/security.sh: Replace cxl with $CXL - 1 - --- 2023-04-05 Xiao Yang Accepted
libdaxctl: Add accurate check for daxctl_memory_op(MEM_GET_ZONE) libdaxctl: Add accurate check for daxctl_memory_op(MEM_GET_ZONE) - 1 - --- 2023-10-09 Xiao Yang Accepted
[v4,07/35] acpi/nfit: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-01 Wilczynski, Michal Superseded
[v4,01/35] acpi: Adjust functions installing bus event handlers Remove .notify callback in acpi_device_ops - - - --- 2023-06-01 Wilczynski, Michal Superseded
[v4,33/35] acpi/bus: Remove installing/removing notify handlers from probe/remove Remove .notify callback in acpi_device_ops - - - --- 2023-06-01 Wilczynski, Michal Superseded
[v4,34/35] acpi/bus: Remove redundant functions Remove .notify callback in acpi_device_ops - - - --- 2023-06-01 Wilczynski, Michal Superseded
[v4,35/35] acpi/bus: Remove notify callback and flags Remove .notify callback in acpi_device_ops - - - --- 2023-06-01 Wilczynski, Michal Superseded
[v5,01/10] acpi/bus: Introduce wrappers for ACPICA event handler install/remove Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,02/10] acpi/bus: Set driver_data to NULL every time .add() fails Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,03/10] acpi/ac: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,04/10] acpi/video: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,05/10] acpi/battery: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,06/10] acpi/hed: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,07/10] acpi/nfit: Move acpi_nfit_notify() before acpi_nfit_add() Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,09/10] acpi/nfit: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v5,10/10] acpi/thermal: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-16 Wilczynski, Michal Superseded
[v6,1/9] acpi/bus: Introduce wrappers for ACPICA event handler install/remove Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,2/9] acpi/bus: Set driver_data to NULL every time .add() fails Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,3/9] acpi/ac: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,4/9] acpi/video: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,5/9] acpi/battery: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,6/9] acpi/hed: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,7/9] acpi/nfit: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,8/9] acpi/nfit: Remove unnecessary .remove callback Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v6,9/9] acpi/thermal: Move handler installing logic to driver Remove .notify callback in acpi_device_ops - - - --- 2023-06-30 Wilczynski, Michal Superseded
[v7,2/9] acpi/bus: Set driver_data to NULL every time .add() fails Remove .notify callback in acpi_device_ops - - - --- 2023-07-03 Wilczynski, Michal Accepted
[v7,8/9] acpi/nfit: Remove unnecessary .remove callback Remove .notify callback in acpi_device_ops - - - --- 2023-07-03 Wilczynski, Michal Accepted
[v1,1/9] ACPI: bus: Make notify wrappers more generic Replace acpi_driver with platform_driver - 1 - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,2/9] docs: firmware-guide: ACPI: Clarify ACPI bus concepts Replace acpi_driver with platform_driver - - - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,3/9] ACPI: AC: Remove unnecessary checks Replace acpi_driver with platform_driver - - - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,4/9] ACPI: AC: Use string_choices API instead of ternary operator Replace acpi_driver with platform_driver - 1 - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,5/9] ACPI: AC: Replace acpi_driver with platform_driver Replace acpi_driver with platform_driver - - - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,6/9] ACPI: AC: Rename ACPI device from device to adev Replace acpi_driver with platform_driver - - - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,7/9] ACPI: NFIT: Replace acpi_driver with platform_driver Replace acpi_driver with platform_driver - - - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,8/9] ACPI: NFIT: Remove redundant call to to_acpi_dev() Replace acpi_driver with platform_driver - - - --- 2023-09-25 Wilczynski, Michal Superseded
[v1,9/9] ACPI: NFIT: Don't use KBUILD_MODNAME for driver name Replace acpi_driver with platform_driver - - - --- 2023-09-25 Wilczynski, Michal Superseded
[v2,1/6] ACPI: AC: Remove unnecessary checks Replace acpi_driver with platform_driver - - - --- 2023-10-06 Wilczynski, Michal Superseded
[v2,2/6] ACPI: AC: Use string_choices API instead of ternary operator Replace acpi_driver with platform_driver - 1 - --- 2023-10-06 Wilczynski, Michal Superseded
[v2,3/6] ACPI: AC: Replace acpi_driver with platform_driver Replace acpi_driver with platform_driver - - - --- 2023-10-06 Wilczynski, Michal Superseded
[v2,4/6] ACPI: AC: Rename ACPI device from device to adev Replace acpi_driver with platform_driver - - - --- 2023-10-06 Wilczynski, Michal Superseded
[v2,5/6] ACPI: NFIT: Replace acpi_driver with platform_driver Replace acpi_driver with platform_driver - - - --- 2023-10-06 Wilczynski, Michal Superseded
[v2,6/6] ACPI: NFIT: Remove redundant call to to_acpi_dev() Replace acpi_driver with platform_driver - - - --- 2023-10-06 Wilczynski, Michal Superseded
[v3,2/6] ACPI: AC: Use string_choices API instead of ternary operator Replace acpi_driver with platform_driver - 1 - --- 2023-10-11 Wilczynski, Michal iweiny Accepted
[v3] ACPI: NFIT: Use cleanup.h helpers instead of devm_*() [v3] ACPI: NFIT: Use cleanup.h helpers instead of devm_*() - 3 - --- 2023-10-17 Wilczynski, Michal iweiny Accepted
[1/2] dax: Fix read() of a hole - - - --- 2015-12-03 Wilcox, Matthew R Superseded
[2/2] dax: Fix error returns in PMD fault handler - - - --- 2015-12-03 Wilcox, Matthew R Superseded
[1/8] mm: Add optional support for PUD-sized transparent hugepages - - - --- 2015-12-24 Wilcox, Matthew R Superseded
[2/8] mincore: Add support for PUDs - - - --- 2015-12-24 Wilcox, Matthew R Superseded
[3/8] procfs: Add support for PUDs to smaps, clear_refs and pagemap - - - --- 2015-12-24 Wilcox, Matthew R Superseded
[4/8] x86: Add support for PUD-sized transparent hugepages - - - --- 2015-12-24 Wilcox, Matthew R Superseded
[5/8] dax: Support for transparent PUD pages - - - --- 2015-12-24 Wilcox, Matthew R Superseded
[6/8] block_dev: Support PUD DAX mappings - - - --- 2015-12-24 Wilcox, Matthew R Superseded
[7/8] xfs: Support for transparent PUD pages - - - --- 2015-12-24 Wilcox, Matthew R Superseded
« 1 2 3 462 63 »