messages from 2023-05-04 16:58:49 to 2023-06-16 16:51:12 UTC [more...]
[PATCH v5 00/10] Remove .notify callback in acpi_device_ops
2023-06-16 16:50 UTC (6+ messages)
` [PATCH v5 01/10] acpi/bus: Introduce wrappers for ACPICA event handler install/remove
` [PATCH v5 02/10] acpi/bus: Set driver_data to NULL every time .add() fails
` [PATCH v5 03/10] acpi/ac: Move handler installing logic to driver
` [PATCH v5 04/10] acpi/video: "
` [PATCH v5 05/10] acpi/battery: "
[PATCH] nvdimm: make nd_class variable static
2023-06-16 16:06 UTC
[PATCH] nvdimm: make security_show static
2023-06-16 16:14 UTC (2+ messages)
[PATCH] dax: include bus.h for definition of run_dax()
2023-06-16 16:13 UTC
[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
2023-06-16 7:54 UTC (10+ messages)
` [PATCH 1/3] mm/memory_hotplug: Allow an override for the memmap_on_memory param
` [PATCH 2/3] mm/memory_hotplug: Export symbol mhp_supports_memmap_on_memory()
` [PATCH 3/3] dax/kmem: Always enroll hotplugged memory for memmap_on_memory
[PATCH 0/4] dax: Fix use after free and other cleanups
2023-06-16 1:22 UTC (17+ messages)
` [PATCH 1/4] dax: Fix dax_mapping_release() use after free
` [PATCH 2/4] dax: Use device_unregister() in unregister_dax_mapping()
` [PATCH 3/4] dax: Introduce alloc_dev_dax_id()
` [PATCH 4/4] dax: Cleanup extra dax_region references
[ndctl PATCH 0/2] Fix accessors for temperature field when it is negative
2023-06-16 1:08 UTC (3+ messages)
` [ndctl PATCH 1/2] cxl: Update a revision by CXL 3.0 specification
` [ndctl PATCH 2/2] libcxl: Fix accessors for temperature field to support negative value
[PATCH v5 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
2023-06-15 18:13 UTC (2+ messages)
` [PATCH v5 1/1] "
[PATCH v4 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
2023-06-15 0:49 UTC (5+ messages)
` [PATCH v4 1/1] "
[RFC PATCH v3 0/3] pmem memmap dump support
2023-06-09 1:21 UTC (10+ messages)
` [RFC PATCH v3 1/3] nvdimm: set force_raw=1 in kdump kernel
` [RFC PATCH v3 2/3] x86/crash: Add pmem region into PT_LOADs of vmcore
` [RFC PATCH v3 3/3] kernel/kexec_file: Mark pmem region with new flag PF_DEV
` [RFC PATCH kexec-tools v3 1/1] kexec: Add and mark pmem region into PT_LOADs
` [RFC PATCH makedumpfile v3 1/3] elf_info.c: Introduce is_pmem_pt_load_range
` [RFC PATCH makedumpfile v3 2/3] makedumpfile.c: Exclude all pmem pages
` [RFC PATCH makedumpfile v3 3/3] makedumpfile: get metadata boundaries from pmem's infoblock
[PATCH] tools/testing/nvdimm: Drop empty platform remove function
2023-06-07 3:44 UTC (5+ messages)
[PATCH ndctl v2 0/5] cxl: firmware update support for libcxl and cxl-cli
2023-06-05 20:21 UTC (6+ messages)
` [PATCH ndctl v2 1/5] cxl/memdev.c: allow filtering memdevs by bus
` [PATCH ndctl v2 2/5] cxl/list: print firmware info in memdev listings
` [PATCH ndctl v2 3/5] cxl/fw_loader: add APIs to get current state of the FW loader mechanism
` [PATCH ndctl v2 4/5] cxl: add an update-firmware command
` [PATCH ndctl v2 5/5] test/cxl-update-firmware: add a unit test for firmware update
[PATCH 1/3] acpi: nfit: add declaration in a local header
2023-06-05 17:07 UTC (7+ messages)
` [PATCH 2/3] testing: nvdimm: add missing prototypes for wrapped functions
` [PATCH 3/3] libnvdimm: mark 'security_show' static again
[PATCH v4 01/35] acpi: Adjust functions installing bus event handlers
2023-06-05 15:17 UTC (4+ messages)
[PATCH v4 00/35] Remove .notify callback in acpi_device_ops
2023-06-05 9:50 UTC (4+ messages)
[PATCH] dax/hmem: Fix refcount leak in dax_hmem_probe()
2023-06-03 4:11 UTC (7+ messages)
[PATCH RFC 0/4] dax: Clean up dax_region references
2023-06-03 2:09 UTC (5+ messages)
` [PATCH RFC 1/4] dax/bus: Fix leaked reference in alloc_dax_region()
` [PATCH RFC 2/4] dax/hmem: Fix refcount leak in dax_hmem_probe()
` [PATCH RFC 3/4] dax/cxl: Fix refcount leak in cxl_dax_region_probe()
` [PATCH RFC 4/4] dax/bus: Remove unnecessary reference in alloc_dax_region()
[PATCH v4 35/35] acpi/bus: Remove notify callback and flags
2023-06-02 9:26 UTC (3+ messages)
[ndctl PATCH] cxl/region: Fix memdevs leak
2023-06-01 17:53 UTC (2+ messages)
[PATCH v4 07/35] acpi/nfit: Move handler installing logic to driver
2023-06-01 13:17 UTC
[PATCH v4 34/35] acpi/bus: Remove redundant functions
2023-06-01 13:21 UTC
[PATCH v4 33/35] acpi/bus: Remove installing/removing notify handlers from probe/remove
2023-06-01 13:21 UTC
[ndctl PATCH v2 1/2] CONTRIBUTING.md: document cxl mailing list
2023-05-31 2:24 UTC (2+ messages)
` [ndctl PATCH v2 2/2] README.md: document CXL unit tests
[ndctl PATCH v3 0/6] cxl/monitor and ndctl/monitor fixes
2023-05-31 2:19 UTC (7+ messages)
` [ndctl PATCH v3 1/6] cxl/monitor: Enable default_log and refactor sanity check
` [ndctl PATCH v3 2/6] cxl/monitor: replace monitor.log_file with monitor.ctx.log_file
` [ndctl PATCH v3 3/6] cxl/monitor: use strcmp to compare the reserved word
` [ndctl PATCH v3 4/6] cxl/monitor: always log started message
` [ndctl PATCH v3 5/6] Documentation/cxl/cxl-monitor.txt: Fix inaccurate description
` [ndctl PATCH v3 6/6] ndctl/monitor: use strcmp to compare the reserved word
[ndctl PATCH 1/2] CONTRIBUTING.md: document cxl mailing list
2023-05-30 21:38 UTC (7+ messages)
` [ndctl PATCH 2/2] README.md: document CXL unit tests
[ndctl PATCH 0/6] cxl/monitor and ndctl/monitor fixes
2023-05-26 5:45 UTC (24+ messages)
` [ndctl PATCH 1/6] cxl/monitor: Fix monitor not working
` [ndctl PATCH 2/6] cxl/monitor: compare the whole filename with reserved words
` [ndctl PATCH 3/6] cxl/monitor: Enable default_log and refactor sanity check
` [ndctl PATCH 4/6] cxl/monitor: always log started message
` [ndctl PATCH 5/6] Documentation/cxl/cxl-monitor.txt: Fix inaccurate description
` [ndctl PATCH 6/6] ndctl/monitor: compare the whole filename with reserved words
[ndctl PATCH v2 0/3] ndctl: Add support of QoS Throttling Group (QTG) id for CXL CLI
2023-05-25 21:40 UTC (4+ messages)
` [ndctl PATCH v2 1/3] ndctl: cxl: Add QoS class retrieval for the root decoder
` [ndctl PATCH v2 2/3] ndctl: cxl: Add QoS class support for the memory device
` [ndctl PATCH v2 3/3] ndctl: cxl: add QoS class check for CXL region creation
[RFC PATCH v2 0/3] pmem memmap dump support
2023-05-25 5:36 UTC (5+ messages)
[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
2023-05-23 4:38 UTC (3+ messages)
[ndctl PATCH v2 0/6] cxl/monitor and ndctl/monitor fixes
2023-05-22 6:51 UTC (7+ messages)
` [ndctl PATCH v2 1/6] cxl/monitor: Enable default_log and refactor sanity check
` [ndctl PATCH v2 2/6] cxl/monitor: replace monitor.log_file with monitor.ctx.log_file
` [ndctl PATCH v2 3/6] cxl/monitor: use strcmp to compare the reserved word
` [ndctl PATCH v2 4/6] cxl/monitor: always log started message
` [ndctl PATCH v2 5/6] Documentation/cxl/cxl-monitor.txt: Fix inaccurate description
` [ndctl PATCH v2 6/6] ndctl/monitor: use strcmp to compare the reserved word
[PATCH ndctl] daxctl: fix warning reported by udevadm verify
2023-05-20 0:41 UTC
[PATCH ndctl 0/5] cxl: firmware update support for libcxl and cxl-cli
2023-05-19 19:00 UTC (11+ messages)
` [PATCH ndctl 1/5] cxl/memdev.c: allow filtering memdevs by bus
` [PATCH ndctl 2/5] cxl/list: print firmware info in memdev listings
` [PATCH ndctl 3/5] cxl/fw_loader: add APIs to get current state of the FW loader mechanism
` [PATCH ndctl 4/5] cxl: add an update-firmware command
` [PATCH ndctl 5/5] test/cxl-update-firmware: add a unit test for firmware update
[PATCH] dax: fix missing-prototype warnings
2023-05-19 0:27 UTC (2+ messages)
[PATCH 0/1] pmem: allow user to set QUEUE_FLAG_NOWAIT
2023-05-16 17:58 UTC (11+ messages)
` [PATCH 1/1] "
[PATCH] README.md: add three additional config to config item list
2023-05-16 12:17 UTC
[NDCTL PATCH] ndctl: Add key cleanup after overwrite operation
2023-05-12 14:53 UTC (2+ messages)
[ndctl PATCH] meson.build: add libtracefs version >=1.2.0 dependency
2023-05-12 8:10 UTC
[ndctl PATCH] rpmbuild.sh: Abort script when an error occurs
2023-05-11 7:36 UTC
ndctl-v77: LIBCXL_5 not found
2023-05-09 19:23 UTC (2+ messages)
[PATCH v6 5/7] badblocks: improve badblocks_check() for multiple ranges handling
2023-05-09 11:00 UTC
[PATCH ndctl] typo fix: ovewrite -> overwrite
2023-05-09 23:00 UTC (3+ messages)
[ndctl PATCH 0/3] cxl: clean up and fix typos
2023-05-09 17:33 UTC (7+ messages)
` [ndctl PATCH 1/3] cxl/list: Fix typo in cxl-list documentation
` [ndctl PATCH 2/3] cxl: region: remove redundant func name from error
` [ndctl PATCH 3/3] cxl: fix changed function name in a comment
[bug report] BUG: KASAN: global-out-of-bounds in nfit_test_ctl+0x3e0e/0x45b0 [nfit_test]
2023-05-09 10:22 UTC
[bug report] tools/testing/cxl/test/mock.c:22:1: error: duplicate ‘static’ when compiling tools/testing/cxl
2023-05-09 10:18 UTC
[bug report] kmemleak observed after running ndctl test suite
2023-05-09 10:06 UTC
[PATCH v3] dax: enable dax fault handler to report VM_FAULT_HWPOISON
2023-05-09 1:12 UTC (3+ messages)
[PATCH v2] nvdimm: Use kstrtobool() instead of strtobool()
2023-05-04 20:29 UTC (3+ messages)
` "
(no subject)
2023-05-04 16:58 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox