index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cxl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxl
Dan Williams
2023-04-05
2
-15
/
+37
|
\
|
*
cxl/pci: Handle excessive CDAT length
Lukas Wunner
2023-04-04
1
-0
/
+3
|
*
cxl/pci: Handle truncated CDAT entries
Lukas Wunner
2023-04-04
2
-4
/
+23
|
*
cxl/pci: Handle truncated CDAT header
Lukas Wunner
2023-04-04
1
-1
/
+1
|
*
cxl/pci: Fix CDAT retrieval on big endian
Lukas Wunner
2023-03-21
1
-13
/
+13
*
|
cxl/hdm: Extend DVSEC range register emulation for region enumeration
Dan Williams
2023-04-05
1
-5
/
+22
*
|
cxl/hdm: Limit emulation to the number of range registers
Dan Williams
2023-04-05
1
-36
/
+46
*
|
cxl/region: Move coherence tracking into cxl_region_attach()
Dan Williams
2023-04-05
1
-2
/
+1
*
|
cxl/region: Fix region setup/teardown for RCDs
Dan Williams
2023-04-05
1
-1
/
+27
*
|
cxl/port: Fix find_cxl_root() for RCDs and simplify it
Dan Williams
2023-04-05
5
-38
/
+14
*
|
cxl/hdm: Skip emulation when driver manages mem_enable
Dan Williams
2023-04-05
3
-15
/
+22
*
|
cxl/hdm: Fix double allocation of @cxlhdm
Dan Williams
2023-04-05
1
-28
/
+6
|
/
*
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2023-02-25
18
-429
/
+2777
|
\
|
*
Merge branch 'for-6.3/cxl-events' into cxl/next
Dan Williams
2023-02-17
4
-51
/
+67
|
|
\
|
|
*
cxl/mem: Add kdoc param for event log driver state
Alison Schofield
2023-02-16
1
-0
/
+1
|
|
*
cxl/trace: Add serial number to trace points
Ira Weiny
2023-02-16
1
-10
/
+18
|
|
*
cxl/trace: Add host output to trace points
Ira Weiny
2023-02-16
1
-10
/
+21
|
|
*
cxl/trace: Standardize device information output
Ira Weiny
2023-02-16
3
-48
/
+44
|
*
|
Merge branch 'for-6.3/cxl-rr-emu' into cxl/next
Dan Williams
2023-02-15
6
-138
/
+231
|
|
\
\
|
|
*
|
cxl/pci: Remove locked check for dvsec_range_allowed()
Dave Jiang
2023-02-15
1
-2
/
+0
|
|
*
|
cxl/hdm: Add emulation when HDM decoders are not committed
Dave Jiang
2023-02-15
1
-0
/
+29
|
|
*
|
cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decoders
Dave Jiang
2023-02-15
4
-15
/
+57
|
|
*
|
cxl/hdm: Emulate HDM decoder from DVSEC range registers
Dave Jiang
2023-02-15
4
-6
/
+37
|
|
*
|
cxl/pci: Refactor cxl_hdm_decode_init()
Dave Jiang
2023-02-15
1
-81
/
+54
|
|
*
|
cxl/port: Export cxl_dvsec_rr_decode() to cxl_port
Dave Jiang
2023-02-15
5
-31
/
+36
|
|
*
|
cxl/pci: Break out range register decoding from cxl_hdm_decode_init()
Dave Jiang
2023-02-15
1
-24
/
+40
|
*
|
|
Merge branch 'for-6.3/cxl' into cxl/next
Dan Williams
2023-02-15
2
-8
/
+63
|
|
\
\
\
|
|
*
|
|
cxl: add RAS status unmasking for CXL
Dave Jiang
2023-02-14
2
-0
/
+66
|
|
*
|
|
cxl: remove unnecessary calling of pci_enable_pcie_error_reporting()
Dave Jiang
2023-02-14
1
-11
/
+0
|
*
|
|
|
Merge branch 'for-6.3/cxl-ram-region' into cxl/next
Dan Williams
2023-02-14
1
-3
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
cxl: avoid returning uninitialized error code
Arnd Bergmann
2023-02-14
1
-3
/
+2
|
*
|
|
|
|
cxl/pmem: Fix nvdimm registration races
Dan Williams
2023-02-14
1
-0
/
+1
|
*
|
|
|
|
Merge branch 'for-6.3/cxl-ram-region' into cxl/next
Dan Williams
2023-02-11
11
-161
/
+1014
|
|
\
|
|
|
|
|
|
*
|
|
|
cxl/dax: Create dax devices for CXL RAM regions
Dan Williams
2023-02-11
5
-4
/
+126
|
|
*
|
|
|
tools/testing/cxl: Define a fixed volatile configuration to parse
Dan Williams
2023-02-11
5
-4
/
+9
|
|
*
|
|
|
cxl/region: Add region autodiscovery
Dan Williams
2023-02-11
5
-11
/
+580
|
|
*
|
|
|
cxl/port: Split endpoint and switch port probe
Dan Williams
2023-02-11
2
-33
/
+47
|
|
*
|
|
|
cxl/region: Enable CONFIG_CXL_REGION to be toggled
Dan Williams
2023-02-11
1
-1
/
+11
|
|
*
|
|
|
kernel/range: Uplevel the cxl subsystem's range_contains() helper
Dan Williams
2023-02-11
1
-5
/
+0
|
|
*
|
|
|
cxl/region: Move region-position validation to a helper
Dan Williams
2023-02-11
1
-43
/
+76
|
|
*
|
|
|
cxl/region: Cleanup target list on attach error
Dan Williams
2023-02-11
1
-0
/
+2
|
|
*
|
|
|
cxl/region: Refactor attach_target() for autodiscovery
Dan Williams
2023-02-11
1
-19
/
+28
|
|
*
|
|
|
cxl/region: Add volatile region creation support
Dan Williams
2023-02-11
3
-14
/
+72
|
|
*
|
|
|
cxl/region: Validate region mode vs decoder mode
Dan Williams
2023-02-11
1
-0
/
+6
|
|
*
|
|
|
cxl/region: Support empty uuids for non-pmem regions
Dan Williams
2023-02-11
1
-2
/
+9
|
|
*
|
|
|
cxl/region: Add a mode attribute for regions
Dan Williams
2023-02-11
3
-11
/
+25
|
|
*
|
|
|
cxl/memdev: Fix endpoint port removal
Dan Williams
2023-02-11
3
-26
/
+35
|
*
|
|
|
|
Merge branch 'for-6.3/cxl' into cxl/next
Dan Williams
2023-02-11
3
-4
/
+8
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
cxl/uapi: Tag commands from cxl_query_cmd()
Ira Weiny
2023-02-11
1
-2
/
+7
|
|
*
|
|
|
cxl/mem: Remove unused CXL_CMD_FLAG_NONE define
Ira Weiny
2023-02-11
1
-1
/
+0
[next]