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-02-03
cxl/acpi: Prepare use of EFI runtime services
Robert Richter
-2
/
+6
2026-02-03
cxl: Introduce callback for HPA address ranges translation
Robert Richter
-0
/
+25
2026-02-03
cxl/region: Use region data to get the root decoder
Robert Richter
-26
/
+24
2026-02-03
cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()
Robert Richter
-6
/
+8
2026-02-03
cxl/region: Separate region parameter setup and region construction
Robert Richter
-9
/
+26
2026-02-03
cxl: Simplify cxl_root_ops allocation and handling
Robert Richter
-24
/
+18
2026-02-03
cxl/region: Store HPA range in struct cxl_region
Robert Richter
-0
/
+9
2026-02-03
cxl/region: Store root decoder in struct cxl_region
Robert Richter
-18
/
+21
2026-02-03
cxl/region: Rename misleading variable name @hpa to @hpa_range
Robert Richter
-13
/
+15
2026-02-02
Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-next
Dave Jiang
-160
/
+302
2026-02-02
cxl/port: Unify endpoint and switch port lookup
Dan Williams
-1
/
+11
2026-02-02
cxl/port: Move endpoint component register management to cxl_port
Dan Williams
-67
/
+60
2026-02-02
cxl/port: Map Port RAS registers
Terry Bowman
-0
/
+29
2026-02-02
cxl/port: Move dport RAS setup to dport add time
Dan Williams
-26
/
+47
2026-02-02
cxl/port: Move dport probe operations to a driver event
Dan Williams
-74
/
+89
2026-02-02
cxl/port: Move decoder setup before dport creation
Dan Williams
-12
/
+21
2026-02-02
cxl/port: Cleanup dport removal with a devres group
Dan Williams
-10
/
+61
2026-02-02
cxl/port: Reduce number of @dport variables in cxl_port_add_dport()
Dan Williams
-15
/
+23
2026-02-02
cxl/port: Cleanup handling of the nr_dports 0 -> 1 transition
Dan Williams
-16
/
+15
2026-01-30
Merge branch 'for-7.0/cxl-misc' into cxl-for-next
Dave Jiang
-2
/
+1
2026-01-29
cxl: Fix premature commit_end increment on decoder commit failure
Yuxiong Wang
-2
/
+1
2026-01-23
Merge branch 'for-7.0/cxl-init' into cxl-for-next
Dave Jiang
-110
/
+199
2026-01-22
Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-next
Dave Jiang
-425
/
+388
2026-01-22
cxl/region: Use do_div() for 64-bit modulo operation
Alison Schofield
-1
/
+2
2026-01-22
cxl/region: Translate HPA to DPA and memdev in unaligned regions
Alison Schofield
-0
/
+46
2026-01-22
cxl/region: Translate DPA->HPA in unaligned MOD3 regions
Alison Schofield
-5
/
+155
2026-01-22
cxl/core: Fix cxl_dport debugfs EINJ entries
Cheatham, Benjamin
-3
/
+5
2026-01-22
cxl/acpi: Remove cxl_acpi_set_cache_size()
Li Ming
-24
/
+5
2026-01-22
cxl/hdm: Fix newline character in dev_err() messages
Robert Richter
-2
/
+2
2026-01-22
cxl/pci: Remove outdated FIXME comment and BUILD_BUG_ON
Samasth Norway Ananda
-7
/
+0
2026-01-22
cxl: Update RAS handler interfaces to also support CXL Ports
Terry Bowman
-17
/
+13
2026-01-22
cxl/mem: Clarify @host for devm_cxl_add_nvdimm()
Dan Williams
-8
/
+10
2026-01-22
cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.c
Terry Bowman
-123
/
+125
2026-01-22
PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS
Dan Williams
-1
/
+1
2026-01-22
cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from...
Dave Jiang
-194
/
+232
2026-01-22
cxl/pci: Remove unnecessary CXL RCH handling helper functions
Terry Bowman
-14
/
+2
2026-01-22
cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
Terry Bowman
-18
/
+8
2026-01-22
PCI: Update CXL DVSEC definitions
Terry Bowman
-37
/
+37
2026-01-22
PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
Terry Bowman
-53
/
+0
2026-01-14
ACPI: extlog: Trace CPER CXL Protocol Error Section
Fabio M. De Francesco
-1
/
+2
2026-01-13
cxl: Check for invalid addresses returned from translation functions on errors
Robert Richter
-9
/
+27
2026-01-12
cxl/hdm: Fix potential infinite loop in __cxl_dpa_reserve()
Li Ming
-1
/
+1
2026-01-09
cxl/acpi: Restore HBIW check before dereferencing platform_data
Alison Schofield
-2
/
+9
2026-01-09
cxl/port: Fix target list setup for multiple decoders sharing the same dport
Robert Richter
-1
/
+1
2026-01-05
cxl/region: fix format string for resource_size_t
Arnd Bergmann
-1
/
+1
2026-01-05
cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operation
Dan Williams
-11
/
+56
2026-01-05
cxl/mem: Drop @host argument to devm_cxl_add_memdev()
Dan Williams
-11
/
+9
2026-01-05
cxl/mem: Convert devm_cxl_add_memdev() to scope-based-cleanup
Dan Williams
-26
/
+44
2026-01-05
cxl/port: Arrange for always synchronous endpoint attach
Dan Williams
-43
/
+42
2026-01-05
cxl/mem: Arrange for always-synchronous memdev attach
Dan Williams
-4
/
+27
[prev]
[next]