messages from 2022-11-17 22:41:49 to 2022-12-02 15:42:33 UTC [more...]
[PATCH v6 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
2022-12-02 15:42 UTC (21+ messages)
` [PATCH v6 01/12] cxl/acpi: Simplify cxl_nvdimm_bridge probing
` [PATCH v6 02/12] cxl/region: Drop redundant pmem region release handling
` [PATCH v6 03/12] cxl/pmem: Refactor nvdimm device registration, delete the workqueue
` [PATCH v6 04/12] cxl/pmem: Remove the cxl_pmem_wq and related infrastructure
` [PATCH v6 05/12] cxl/acpi: Move rescan to the workqueue
` [PATCH v6 06/12] tools/testing/cxl: Make mock CEDT parsing more robust
` [PATCH v6 07/12] cxl/ACPI: Register CXL host ports by bridge device
` [PATCH v6 08/12] cxl/acpi: Extract component registers of restricted hosts from RCRB
` [PATCH v6 09/12] cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_mem
` [PATCH v6 10/12] cxl/port: Add RCD endpoint port enumeration
` [PATCH v6 11/12] tools/testing/cxl: Add an RCH topology
` [PATCH v6 12/12] cxl/acpi: Set ACPI's CXL _OSC to indicate RCD mode support
[PATCH 0/5] cxl, nvdimm: Move CPU cache management to region drivers
2022-12-02 14:24 UTC (16+ messages)
` [PATCH 1/5] cxl: add dimm_id support for __nvdimm_create()
` [PATCH 2/5] cxl/region: Fix missing probe failure
` [PATCH 3/5] cxl/pmem: Enforce keyctl ABI for PMEM security
` [PATCH 4/5] nvdimm/region: Move cache management to the region driver
` [PATCH 5/5] cxl/region: Manage CPU caches relative to DPA invalidation events
[PATCH] ndtest: Add checks for devm_kcalloc
2022-12-02 11:29 UTC (2+ messages)
[PATCH v2 0/8] fsdax,xfs: fix warning messages
2022-12-02 9:25 UTC (19+ messages)
` [PATCH v2 1/8] fsdax: introduce page->share for fsdax in reflink mode
` [PATCH v2.1 "
` [PATCH v2 2/8] fsdax: invalidate pages when CoW
` [PATCH v2 3/8] fsdax: zero the edges if source is HOLE or UNWRITTEN
` [PATCH v2.1 "
` [PATCH v2 4/8] fsdax,xfs: set the shared flag when file extent is shared
` [PATCH v2 5/8] fsdax: dedupe: iter two files at the same time
` [PATCH v2 6/8] xfs: use dax ops for zero and truncate in fsdax mode
` [PATCH v2 7/8] fsdax,xfs: port unshare to fsdax
` [PATCH v2 8/8] xfs: remove restrictions for fsdax and reflink
[PATCH v4 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
2022-12-01 23:48 UTC (51+ messages)
` [PATCH v4 01/12] cxl/acpi: Simplify cxl_nvdimm_bridge probing
` [PATCH v4 02/12] cxl/region: Drop redundant pmem region release handling
` [PATCH v4 03/12] cxl/pmem: Refactor nvdimm device registration, delete the workqueue
` [PATCH v5 "
` [PATCH v4 04/12] cxl/pmem: Remove the cxl_pmem_wq and related infrastructure
` [PATCH v4 05/12] cxl/acpi: Move rescan to the workqueue
` [PATCH v4 06/12] tools/testing/cxl: Make mock CEDT parsing more robust
` [PATCH v4 07/12] cxl/ACPI: Register CXL host ports by bridge device
` [PATCH v4 08/12] cxl/acpi: Extract component registers of restricted hosts from RCRB
` [PATCH v4 09/12] cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_mem
` [PATCH v4 10/12] cxl/port: Add RCD endpoint port enumeration
` [PATCH v4 11/12] tools/testing/cxl: Add an RCH topology
` [PATCH v4 12/12] cxl/acpi: Set ACPI's CXL _OSC to indicate CXL1.1 support
[PATCH] mm/memremap: Introduce pgmap_request_folio() using pgmap offsets
2022-12-01 23:12 UTC (4+ messages)
[PATCH 0/2] fsdax,xfs: fix warning messages
2022-12-01 17:47 UTC (22+ messages)
` [PATCH 1/2] fsdax,xfs: fix warning messages at dax_[dis]associate_entry()
` [PATCH 2/2] fsdax,xfs: port unshare to fsdax
` [PATCH 0/2] fsdax,xfs: fix warning messages #forregzbot
[PATCH v7 00/20] Introduce security commands for CXL pmem device
2022-12-01 11:22 UTC (28+ messages)
` [PATCH v7 01/20] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
` [PATCH v7 02/20] tools/testing/cxl: Add "Get Security State" opcode support
` [PATCH v7 03/20] cxl/pmem: Add "Set Passphrase" security command support
` [PATCH v7 04/20] tools/testing/cxl: Add "Set Passphrase" opcode support
` [PATCH v7 05/20] cxl/pmem: Add Disable Passphrase security command support
` [PATCH v7 06/20] tools/testing/cxl: Add "Disable" security opcode support
` [PATCH v7 07/20] cxl/pmem: Add "Freeze Security State" security command support
` [PATCH v7 08/20] tools/testing/cxl: Add "Freeze Security State" security opcode support
` [PATCH v7 09/20] cxl/pmem: Add "Unlock" security command support
` [PATCH v7 10/20] tools/testing/cxl: Add "Unlock" security opcode support
` [PATCH v7 11/20] cxl/pmem: Add "Passphrase Secure Erase" security command support
` [PATCH v7 12/20] tools/testing/cxl: Add "passphrase secure erase" opcode support
` [PATCH v7 13/20] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v7 14/20] cxl/pmem: add id attribute to CXL based nvdimm
` [PATCH v7 15/20] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v7 16/20] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v7 17/20] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v7 18/20] cxl: bypass cpu_cache_invalidate_memregion() when in test config
` [PATCH v7 19/20] acpi/nfit: "
` [PATCH v7 20/20] cxl: add dimm_id support for __nvdimm_create()
nvdimm,pmem: makedumpfile: __vtop4_x86_64: Can't get a valid pte
2022-12-01 9:42 UTC (8+ messages)
Detecting whether hug pages are working with fsdax
2022-11-30 4:25 UTC (4+ messages)
` Detecting whether huge pages are working with fsdax - only partial success
[PATCH v5 00/18] Introduce security commands for CXL pmem device
2022-11-30 1:33 UTC (14+ messages)
` [PATCH v5 03/18] cxl/pmem: Add "Set Passphrase" security command support
` [PATCH v5 05/18] cxl/pmem: Add Disable Passphrase "
` [PATCH v5 14/18] cxl/pmem: add id attribute to CXL based nvdimm
` [PATCH v5 16/18] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v5 17/18] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v5 18/18] cxl: add dimm_id support for __nvdimm_create()
[bug report] libnvdimm: fix mishandled nvdimm_clear_poison() return value
2022-11-29 5:22 UTC (3+ messages)
[ndctl patch] security.sh: ensure a user keyring is linked into the session keyring
2022-11-28 15:36 UTC (2+ messages)
[PATCH 0/2] tools/testing/nvdimm: fix return value check
2022-11-25 9:27 UTC (3+ messages)
` [PATCH 1/2] nfit_test: fix return value check in nfit_test_dimm_init()
` [PATCH 2/2] ndtest: fix return value check in ndtest_dimm_register()
[PATCH v2] libnvdimm/of_pmem: Fix memory leak in of_pmem_region_probe()
2022-11-23 15:54 UTC (2+ messages)
[PATCH] libnvdimm/of_pmem: Fix memory leak in of_pmem_region_probe()
2022-11-23 15:09 UTC (3+ messages)
[PATCH] libnvdimm: Add check for nd_dax_alloc
2022-11-22 18:07 UTC (2+ messages)
[ndctl PATCH 0/3] Support poison list retrieval
2022-11-21 10:57 UTC (8+ messages)
` [ndctl PATCH 1/5] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH 4/5] cxl/list: add --media-errors option to cxl list
[PATCH] device-dax: Fix duplicate 'hmem' device registration
2022-11-20 1:37 UTC
[PATCH v5 12/18] tools/testing/cxl: Add "passphrase secure erase" opcode support
2022-11-18 22:07 UTC (2+ messages)
` [PATCH v6] "
[RFC PATCH v2 0/7] On-Demand Paging on SoftRoCE
2022-11-18 5:48 UTC (4+ messages)
` [RFC PATCH v2 1/7] IB/mlx5: Change ib_umem_odp_map_dma_single_page() to retain umem_mutex
[ndctl PATCH v3] cxl/test: add cxl_xor_region test
2022-11-18 4:53 UTC
[ndctl PATCH] libndctl/msft: Improve "smart" state reporting
2022-11-17 22:41 UTC (3+ messages)
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