messages from 2024-12-13 01:01:56 to 2024-12-24 12:55:50 UTC [more...]
[PATCH v4 00/11] driver core: Constify API device_find_child()
2024-12-24 12:55 UTC (27+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()
[PATCH v4 0/8] driver core: class: Fix bug and code improvements for class APIs
2024-12-24 12:33 UTC (13+ messages)
` [PATCH v4 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v4 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v4 3/8] driver core: Move true expression out of if condition in 3 device finding APIs
` [PATCH v4 4/8] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v4 5/8] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v4 6/8] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v4 7/8] driver core: Introduce device_iter_t for device iterating APIs
` [PATCH v4 8/8] driver core: Move 2 one line device finding APIs to header
[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
2024-12-24 12:18 UTC (7+ messages)
` [PATCH 2/4] acpi/hmat / cxl: Add extended linear cache support for CXL
` [PATCH 3/4] cxl: Add extended linear cache address alias emission for cxl events
` [PATCH 4/4] cxl: Add mce notifier to emit aliased address for extended linear cache
[RFC PATCH v1] cxl: add support for cxl reset
2024-12-24 10:03 UTC (6+ messages)
[PATCH -qemu 0/3] hw/cxl: Support dirty shutdown
2024-12-23 20:08 UTC (9+ messages)
` [PATCH 1/3] cxl: Fix mbox cmd enum order
` [PATCH 2/3] cxl: Support Get/Set Shutdown State commands
` [PATCH 3/3] cxl/type3: Add 'dirty-shutdown' parameter
[PATCH RFC v2 0/1] cxl/pci: Support Global Persistent Flush (GPF)
2024-12-23 19:53 UTC (5+ messages)
` [PATCH RFC 1/1] "
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-20 19:06 UTC (43+ messages)
` [PATCH v4 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v4 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v4 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v4 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v4 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v4 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v4 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v4 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 11/25] mm: Allow compound zone device pages
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v4 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v4 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v4 23/25] mm: Remove pXX_devmap callers
` [PATCH v4 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v4 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[GIT PULL] Compute Express Link (CXL) Fixes for 6.13-rc4
2024-12-18 22:20 UTC (2+ messages)
[PATCH v8 00/27] cxl: add type2 device basic support
2024-12-18 11:17 UTC (33+ messages)
` [PATCH v8 01/27] "
` [PATCH v8 02/27] sfc: add cxl support using new CXL API
` [PATCH v8 03/27] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v8 04/27] cxl/pci: add check for validating capabilities
` [PATCH v8 05/27] cxl: move pci generic code
` [PATCH v8 06/27] cxl: add function for type2 cxl regs setup
` [PATCH v8 07/27] sfc: use cxl api for regs setup and checking
` [PATCH v8 08/27] cxl: add functions for resource request/release by a driver
` [PATCH v8 09/27] sfc: request cxl ram resource
` [PATCH v8 10/27] resource: harden resource_contains
` [PATCH v8 11/27] cxl: add function for setting media ready by a driver
` [PATCH v8 12/27] sfc: set cxl media ready
` [PATCH v8 13/27] cxl: prepare memdev creation for type2
` [PATCH v8 14/27] sfc: create type2 cxl memdev
` [PATCH v8 15/27] cxl: define a driver interface for HPA free space enumeration
` [PATCH v8 16/27] sfc: obtain root decoder with enough HPA free space
` [PATCH v8 17/27] cxl: define a driver interface for DPA allocation
` [PATCH v8 18/27] sfc: get endpoint decoder
` [PATCH v8 19/27] cxl: make region type based on endpoint type
` [PATCH v8 20/27] cxl/region: factor out interleave ways setup
` [PATCH v8 21/27] cxl/region: factor out interleave granularity setup
` [PATCH v8 22/27] cxl: allow region creation by type2 drivers
` [PATCH v8 23/27] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v8 24/27] sfc: create cxl region
` [PATCH v8 25/27] cxl: add function for obtaining region range
` [PATCH v8 26/27] sfc: update MCDI protocol headers
` [PATCH v8 27/27] sfc: support pio mapping based on cxl
[RFC PATCH edk2-platforms v4 0/1] add basic support for CXL on sbsa-ref
2024-12-18 3:23 UTC (4+ messages)
[PATCH v4 0/15] Enable CXL PCIe Port protocol error handling and logging
2024-12-17 14:39 UTC (19+ messages)
` [PATCH v4 04/15] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v4 07/15] PCI/AER: Add CXL PCIe Port Uncorrectable Error recovery in AER service driver
` [PATCH v4 08/15] cxl/pci: Map CXL PCIe Root Port and Downstream Switch Port RAS registers
` [PATCH v4 14/15] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers
` [PATCH v4 15/15] PCI/AER: Enable internal errors for CXL Upstream and Downstream Switch Ports
[PATCH v3 0/9] driver core: class: Fix bug and code improvements for class APIs
2024-12-17 14:18 UTC (25+ messages)
` [PATCH v3 1/9] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v3 2/9] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v3 3/9] driver core: bus: Move true expression out of if condition in API bus_find_device()
` [PATCH v3 4/9] driver core: Move true expression out of if condition in API driver_find_device()
` [PATCH v3 5/9] driver core: Move true expression out of if condition in API device_find_child()
` [PATCH v3 6/9] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v3 7/9] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v3 8/9] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v3 9/9] driver core: Introduce device_iter_t for device iterating APIs
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-17 5:20 UTC (8+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
[PATCH v4 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2024-12-17 2:20 UTC (6+ messages)
` [PATCH v4 1/5] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v4 2/5] efi/cper, cxl: Make definitions and structures global
` [PATCH v4 3/5] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v4 4/5] acpi/ghes, cper: Recognize and cache CXL Protocol errors
` [PATCH v4 5/5] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors
[PATCH 1/2] dax: Remove access to page->index
2024-12-16 22:25 UTC (5+ messages)
` [PATCH 2/2] dax: Use folios more widely within DAX
[PATCH 0/3] cxl/core: Enable Region creation on x86 with Low Mem Hole
2024-12-16 21:30 UTC (3+ messages)
` [PATCH 2/3] cxl/core: Enable Region creation on x86 with Low Memory Hole
[PATCH v2] cxl: factor out cxl_await_range_active() and cxl_media_ready()
2024-12-15 13:29 UTC (2+ messages)
[ndctl PATCH v4 0/9] ndctl: Dynamic Capacity additions for cxl-cli
2024-12-15 2:58 UTC (10+ messages)
` [ndctl PATCH v4 1/9] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH v4 2/9] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH v4 3/9] libcxl: Separate region mode from decoder mode
` [ndctl PATCH v4 4/9] cxl/region: Use new region mode in cxl-cli
` [ndctl PATCH v4 5/9] libcxl: Add Dynamic Capacity region support
` [ndctl PATCH v4 6/9] cxl/region: Add cxl-cli support for DCD regions
` [ndctl PATCH v4 7/9] libcxl: Add extent functionality to DC regions
` [ndctl PATCH v4 8/9] cxl/region: Add extent output to region query
` [ndctl PATCH v4 9/9] cxl/test: Add Dynamic Capacity tests
[PATCH RFC v3 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
2024-12-13 17:03 UTC (6+ messages)
` [PATCH RFC v3 3/3] mhsld: implement MHSLD device
[PATCH] cxl: Update Soft Reserved resources upon region creation
2024-12-13 16:33 UTC (4+ messages)
RFC: Kernel CXL cache support (and IOMMU implications)
2024-12-13 14:15 UTC (3+ messages)
[PATCH v7 00/28] cxl: add type2 device basic support
2024-12-13 12:04 UTC (26+ messages)
` [PATCH v7 07/28] sfc: use cxl api for regs setup and checking
` [PATCH v7 15/28] cxl: define a driver interface for HPA free space enumeration
` [PATCH v7 17/28] cxl: define a driver interface for DPA allocation
` [PATCH v7 18/28] sfc: get endpoint decoder
` [PATCH v7 23/28] sfc: create cxl region
` [PATCH v7 24/28] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v7 28/28] sfc: support pio mapping based on cxl
[PATCH v2] hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`
2024-12-13 9:36 UTC
I urge you to understand my viewpoint accurately
2024-12-13 4:25 UTC
[PATCH] cxl: read MEMDEV_STATUS register iff the device has it
2024-12-13 3:16 UTC (6+ 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