index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cxl
Age
Commit message (
Expand
)
Author
Lines
2026-04-17
Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
-594
/
+621
2026-04-10
Merge branch 'for-7.1/cxl-misc' into cxl-for-next
Dave Jiang
-3
/
+12
2026-04-10
cxl/hdm: Add support for 32 switch decoders
Li Ming
-3
/
+12
2026-04-03
Merge branch 'for-7.1/cxl-region-refactor' into cxl-for-next
Dave Jiang
-284
/
+301
2026-04-03
Merge branch 'for-7.1/dax-hmem' into cxl-for-next
Dave Jiang
-3
/
+92
2026-04-03
Merge branch 'for-7.1/cxl-type2-support' into cxl-for-next
Dave Jiang
-298
/
+167
2026-04-03
Merge branch 'for-7.1/cxl-consolidate-endpoint' into cxl-for-next
Dave Jiang
-6
/
+12
2026-04-01
cxl/region: Add a region sysfs interface for region lock status
Li Ming
-0
/
+17
2026-04-01
cxl/region: Constify cxl_region_resource_contains()
Dan Williams
-7
/
+8
2026-04-01
cxl/region: Limit visibility of cxl_region_contains_resource()
Dan Williams
-2
/
+6
2026-04-01
cxl/region: Fix use-after-free from auto assembly failure
Dan Williams
-3
/
+57
2026-03-31
cxl/core: Check existence of cxl_memdev_state in poison test
Alison Schofield
-0
/
+3
2026-03-27
cxl/core: use cleanup.h for devm_cxl_add_dax_region
Gregory Price
-8
/
+6
2026-03-27
cxl/core/region: move dax region device logic into region_dax.c
Gregory Price
-100
/
+111
2026-03-27
cxl/core/region: move pmem region driver logic into region_pmem.c
Gregory Price
-185
/
+193
2026-03-27
cxl/region: Add helper to check Soft Reserved containment by CXL regions
Smita Koralahalli
-0
/
+30
2026-03-20
cxl: Add endpoint decoder flags clear when PCI reset happens
Dave Jiang
-0
/
+17
2026-03-19
cxl: Adjust the startup priority of cxl_pmem to be higher than that of cxl_acpi
Cui Chao
-1
/
+1
2026-03-18
cxl/mbox: Use proper endpoint validity check upon sanitize
Davidlohr Bueso
-1
/
+1
2026-03-17
cxl/pci: Check memdev driver binding status in cxl_reset_done()
Li Ming
-0
/
+3
2026-03-17
cxl/pci: Hold memdev lock in cxl_event_trace_record()
Li Ming
-6
/
+9
2026-03-16
cxl/hdm: Avoid incorrect DVSEC fallback when HDM decoders are enabled
Smita Koralahalli
-16
/
+9
2026-03-16
cxl/region: Factor out interleave granularity setup
Alejandro Lucero
-12
/
+24
2026-03-16
cxl/region: Factor out interleave ways setup
Alejandro Lucero
-15
/
+26
2026-03-16
cxl: Make region type based on endpoint type
Alejandro Lucero
-4
/
+6
2026-03-16
cxl/pci: Remove redundant cxl_pci_find_port() call
Gregory Price
-5
/
+0
2026-03-16
cxl: Move pci generic code from cxl_pci to core/cxl_pci
Alejandro Lucero
-73
/
+77
2026-03-16
cxl: export internal structs for external Type2 drivers
Alejandro Lucero
-210
/
+1
2026-03-16
cxl: support Type2 when initializing cxl_dev_state
Alejandro Lucero
-15
/
+69
2026-03-06
cxl/acpi: Fix CXL_ACPI and CXL_PMEM Kconfig tristate mismatch
Keith Busch
-0
/
+1
2026-03-04
cxl/region: Fix leakage in __construct_region()
Davidlohr Bueso
-1
/
+3
2026-03-03
cxl/port: Fix use after free of parent_port in cxl_detach_ep()
Alison Schofield
-2
/
+6
2026-02-24
cxl/region: Test CXL_DECODER_F_NORMALIZED_ADDRESSING as a bitmask
Alison Schofield
-1
/
+1
2026-02-24
cxl: Test CXL_DECODER_F_LOCK as a bitmask
Alison Schofield
-2
/
+2
2026-02-24
cxl/mbox: validate payload size before accessing contents in cxl_payload_from...
Davidlohr Bueso
-2
/
+9
2026-02-24
cxl: Fix race of nvdimm_bus object when creating nvdimm objects
Dave Jiang
-2
/
+42
2026-02-23
cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.ko
Dave Jiang
-10
/
+19
2026-02-23
cxl/port: Hold port host lock during dport adding.
Li Ming
-8
/
+15
2026-02-23
cxl/port: Introduce port_to_host() helper
Li Ming
-26
/
+21
2026-02-23
cxl/memdev: fix deadlock in cxl_memdev_autoremove() on attach failure
Gregory Price
-4
/
+9
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-27
/
+27
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-35
/
+33
2026-02-12
Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
-840
/
+1513
2026-02-05
Merge branch 'acpi-apei'
Rafael J. Wysocki
-1
/
+2
2026-02-04
Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-next
Dave Jiang
-119
/
+426
2026-02-04
cxl: Disable HPA/SPA translation handlers for Normalized Addressing
Robert Richter
-9
/
+36
2026-02-04
cxl/region: Factor out code into cxl_region_setup_poison()
Robert Richter
-25
/
+28
2026-02-04
cxl/atl: Lock decoders that need address translation
Robert Richter
-0
/
+18
2026-02-04
cxl: Enable AMD Zen5 address translation using ACPI PRMT
Robert Richter
-0
/
+205
[next]