messages from 2024-10-14 06:39:58 to 2024-11-07 18:52:34 UTC [more...]
[ndctl PATCH v2 0/6] ndctl: DCD additions
2024-11-07 18:52 UTC (23+ messages)
` [ndctl PATCH v2 1/6] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH v2 2/6] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH v2 3/6] ndctl: Separate region mode from decoder mode
` [ndctl PATCH v2 4/6] cxl/region: Add creation of Dynamic capacity regions
` [ndctl PATCH v2 5/6] ndctl/cxl: Add extent output to region query
` [ndctl PATCH v2 6/6] ndctl/cxl/test: Add Dynamic Capacity tests
[PATCH] dax: Allow block size > PAGE_SIZE
2024-11-07 16:09 UTC (9+ messages)
[PATCH v6 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-11-07 11:32 UTC (33+ messages)
` [PATCH v6 01/27] range: Add range_overlaps()
` [PATCH v6 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values
` [PATCH v6 03/27] dax: Document struct dev_dax_range
` [PATCH v6 04/27] cxl/pci: Delay event buffer allocation
` [PATCH v6 05/27] cxl/hdm: Use guard() in cxl_dpa_set_mode()
` [PATCH v6 06/27] cxl/region: Refactor common create region code
` [PATCH v6 07/27] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v6 08/27] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v6 09/27] cxl/core: Separate region mode from decoder mode
` [PATCH v6 10/27] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v6 11/27] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v6 12/27] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v6 13/27] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v6 14/27] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v6 15/27] cxl/region: Add sparse DAX region support
` [PATCH v6 16/27] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v6 17/27] cxl/pci: Factor out interrupt policy check
` [PATCH v6 18/27] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v6 19/27] cxl/core: Return endpoint decoder information from region search
` [PATCH v6 20/27] cxl/extent: Process DCD events and realize region extents
` [PATCH v6 21/27] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v6 22/27] dax/bus: Factor out dev dax resize logic
` [PATCH v6 23/27] dax/region: Create resources on sparse DAX regions
` [PATCH v6 24/27] cxl/region: Read existing extents on region creation
` [PATCH v6 25/27] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v6 26/27] tools/testing/cxl: Make event logs dynamic
` [PATCH v6 27/27] tools/testing/cxl: Add DC Regions to mock mem data
[syzbot] [acpi?] [nvdimm?] KASAN: vmalloc-out-of-bounds Read in acpi_nfit_ctl (2)
2024-11-05 15:28 UTC
[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-11-05 1:53 UTC (49+ messages)
` [PATCH v5 01/27] range: Add range_overlaps()
` [PATCH v5 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values
` [PATCH v5 03/27] dax: Document struct dev_dax_range
` [PATCH v5 04/27] cxl/pci: Delay event buffer allocation
` [PATCH v5 05/27] cxl/hdm: Use guard() in cxl_dpa_set_mode()
` [PATCH v5 06/27] cxl/region: Refactor common create region code
` [PATCH v5 07/27] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v5 08/27] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v5 09/27] cxl/core: Separate region mode from decoder mode
` [PATCH v5 10/27] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v5 11/27] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v5 12/27] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v5 13/27] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v5 14/27] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v5 15/27] cxl/region: Add sparse DAX region support
` [PATCH v5 16/27] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v5 17/27] cxl/pci: Factor out interrupt policy check
` [PATCH v5 18/27] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v5 19/27] cxl/core: Return endpoint decoder information from region search
` [PATCH v5 20/27] cxl/extent: Process DCD events and realize region extents
` [PATCH v5 21/27] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v5 22/27] dax/bus: Factor out dev dax resize logic
` [PATCH v5 23/27] dax/region: Create resources on sparse DAX regions
` [PATCH v5 24/27] cxl/region: Read existing extents on region creation
` [PATCH v5 25/27] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v5 26/27] tools/testing/cxl: Make event logs dynamic
` [PATCH v5 27/27] tools/testing/cxl: Add DC Regions to mock mem data
[ndctl PATCH 0/6] ndctl: DCD additions
2024-10-31 22:48 UTC (12+ messages)
` [ndctl PATCH 1/6] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH 2/6] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH 3/6] ndctl: Separate region mode from decoder mode
` [ndctl PATCH 4/6] cxl/region: Add creation of Dynamic capacity regions
` [ndctl PATCH 5/6] ndctl/cxl: Add extent output to region query
` [ndctl PATCH 6/6] ndctl/cxl/test: Add Dynamic Capacity tests
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-30 5:57 UTC (28+ messages)
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
` [PATCH 11/12] mm: Remove pXX_devmap callers
[PATCH] nvdimm: fix possible null-ptr-deref in nd_dax_probe()
2024-10-29 2:10 UTC (5+ messages)
[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-10-25 12:42 UTC (77+ messages)
` [PATCH v4 02/28] printk: Add print format (%pra) for struct range
` [PATCH v4 05/28] dax: Document dax dev range tuple
` [PATCH v4 08/28] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v4 13/28] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v4 14/28] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v4 15/28] cxl/region: Refactor common create region code
` [PATCH v4 17/28] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v4 19/28] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v4 20/28] cxl/core: Return endpoint decoder information from region search
` [PATCH v4 21/28] cxl/extent: Process DCD events and realize region extents
` [PATCH v4 22/28] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v4 23/28] dax/bus: Factor out dev dax resize logic
` [PATCH v4 24/28] dax/region: Create resources on sparse DAX regions
` [PATCH v4 25/28] cxl/region: Read existing extents on region creation
` [PATCH v4 26/28] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v4 27/28] tools/testing/cxl: Make event logs dynamic
` [PATCH v4 28/28] tools/testing/cxl: Add DC Regions to mock mem data
Removing a misleading warning message?
2024-10-21 5:05 UTC (5+ messages)
[PATCH -next] nvdimm: Remove redundant null pointer checks
2024-10-19 0:17 UTC (2+ messages)
[PATCH] dax: delete a stale directory pmem
2024-10-18 20:50 UTC (3+ messages)
[ndctl PATCH v3 1/2] test/monitor.sh convert float to integer before increment
2024-10-18 1:30 UTC (2+ messages)
` [ndctl PATCH v3 2/2] test/monitor.sh: Fix shellcheck SC2086 issues as more as possible
[ndctl PATCH v2] test/monitor.sh: Fix 2 bash syntax errors
2024-10-17 15:57 UTC (5+ messages)
[ndctl PATCH] test/monitor.sh: Fix 2 bash syntax errors
2024-10-16 3:03 UTC
[ndctl PATCH] test/security.sh: add missing jq requirement check
2024-10-15 15:03 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