index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxl: Add support for _DSM Function for retrieving QTG ID
Dave Jiang
2023-12-22
1
-10
/
+39
*
cxl: Add callback to parse the SSLBIS subtable from CDAT
Dave Jiang
2023-12-22
1
-0
/
+98
*
cxl: Add callback to parse the DSLBIS subtable from CDAT
Dave Jiang
2023-12-22
1
-2
/
+100
*
cxl: Add callback to parse the DSMAS subtables from CDAT
Dave Jiang
2023-12-22
2
-0
/
+93
*
cxl/pmu: Ensure put_device on pmu devices
Ira Weiny
2023-12-15
1
-1
/
+1
*
cxl/cdat: Free correct buffer on checksum error
Ira Weiny
2023-12-09
1
-7
/
+6
*
cxl/hdm: Fix dpa translation locking
Dan Williams
2023-12-08
2
-4
/
+3
*
cxl/memdev: Hold region_rwsem during inject and clear poison ops
Alison Schofield
2023-11-30
1
-2
/
+16
*
cxl/core: Always hold region_rwsem while reading poison lists
Alison Schofield
2023-11-30
2
-6
/
+8
*
cxl/hdm: Fix a benign lockdep splat
Dave Jiang
2023-11-23
1
-0
/
+2
*
cxl/pci: Change CXL AER support check to use native AER
Terry Bowman
2023-11-02
1
-2
/
+2
*
cxl/hdm: Remove broken error path
Dan Williams
2023-10-31
2
-17
/
+10
*
cxl/hdm: Fix && vs || bug
Dan Carpenter
2023-10-31
1
-1
/
+1
*
Merge branch 'for-6.7/cxl-commited' into cxl/next
Dan Williams
2023-10-31
4
-6
/
+39
|
\
|
*
cxl: Add decoders_committed sysfs attribute to cxl_port
Dave Jiang
2023-10-28
1
-0
/
+25
|
*
cxl: Add cxl_decoders_committed() helper
Dave Jiang
2023-10-28
4
-6
/
+14
*
|
Merge branch 'for-6.7/cxl' into cxl/next
Dan Williams
2023-10-31
3
-4
/
+7
|
\
\
|
*
|
cxl/mbox: Remove useless cast in cxl_mem_create_range_info()
Alison Schofield
2023-10-25
1
-2
/
+1
|
*
|
cxl/port: Quiet warning messages from the cxl_test environment
Dan Williams
2023-09-16
2
-2
/
+7
*
|
|
Merge branch 'for-6.7/cxl-qtg' into cxl/next
Dan Williams
2023-10-31
2
-12
/
+51
|
\
\
\
|
*
|
|
cxl: Add support for reading CXL switch CDAT table
Dave Jiang
2023-10-28
1
-5
/
+17
|
*
|
|
cxl: Add checksum verification to CDAT from CXL
Dave Jiang
2023-10-28
1
-7
/
+23
|
*
|
|
cxl: Export QTG ids from CFMWS to sysfs as qos_class attribute
Dave Jiang
2023-10-28
1
-0
/
+11
*
|
|
|
Merge branch 'for-6.7/cxl-rch-eh' into cxl/next
Dan Williams
2023-10-31
6
-106
/
+370
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
cxl/core/regs: Rework cxl_map_pmu_regs() to use map->dev for devm
Robert Richter
2023-10-28
1
-3
/
+2
|
*
|
|
cxl/core/regs: Rename phys_addr in cxl_map_component_regs()
Robert Richter
2023-10-28
1
-3
/
+3
|
*
|
|
cxl/pci: Disable root port interrupts in RCH mode
Terry Bowman
2023-10-28
1
-0
/
+32
|
*
|
|
cxl/pci: Add RCH downstream port error logging
Terry Bowman
2023-10-28
1
-0
/
+96
|
*
|
|
cxl/pci: Map RCH downstream AER registers for logging protocol errors
Terry Bowman
2023-10-28
1
-0
/
+36
|
*
|
|
cxl/pci: Update CXL error logging to use RAS register address
Terry Bowman
2023-10-28
1
-13
/
+31
|
*
|
|
PCI/AER: Refactor cper_print_aer() for use by CXL driver module
Terry Bowman
2023-10-28
1
-0
/
+1
|
*
|
|
cxl/pci: Add RCH downstream port AER register discovery
Robert Richter
2023-10-28
3
-0
/
+52
|
*
|
|
cxl/port: Remove Component Register base address from struct cxl_port
Robert Richter
2023-10-28
1
-3
/
+1
|
*
|
|
cxl/hdm: Use stored Component Register mappings to map HDM decoder capability
Robert Richter
2023-10-28
2
-36
/
+41
|
*
|
|
cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_s...
Robert Richter
2023-10-28
1
-0
/
+2
|
*
|
|
cxl/port: Pre-initialize component register mappings
Robert Richter
2023-10-28
1
-5
/
+7
|
*
|
|
cxl/port: Rename @comp_map to @reg_map in struct cxl_register_map
Robert Richter
2023-10-28
1
-3
/
+3
|
*
|
|
cxl/port: Fix @host confusion in cxl_dport_setup_regs()
Dan Williams
2023-10-28
1
-12
/
+31
|
*
|
|
cxl/core/regs: Rename @dev to @host in struct cxl_register_map
Robert Richter
2023-10-28
3
-17
/
+17
|
*
|
|
cxl/port: Fix delete_endpoint() vs parent unregistration race
Dan Williams
2023-10-28
1
-15
/
+19
|
|
/
/
*
|
|
cxl/region: Fix x1 root-decoder granularity calculations
Jim Harris
2023-10-27
1
-1
/
+8
*
|
|
cxl/region: Fix cxl_region_rwsem lock held when returning to user space
Li Zhijian
2023-10-27
1
-1
/
+1
*
|
|
cxl/region: Use cxl_calc_interleave_pos() for auto-discovery
Alison Schofield
2023-10-27
1
-112
/
+15
*
|
|
cxl/region: Calculate a target position in a region interleave
Alison Schofield
2023-10-27
1
-0
/
+127
*
|
|
cxl/region: Prepare the decoder match range helper for reuse
Alison Schofield
2023-10-26
1
-6
/
+11
*
|
|
cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails
Jim Harris
2023-10-24
1
-7
/
+7
*
|
|
cxl/mem: Fix shutdown order
Dan Williams
2023-10-09
1
-1
/
+1
*
|
|
cxl/memdev: Fix sanitize vs decoder setup locking
Dan Williams
2023-10-06
6
-48
/
+82
*
|
|
cxl/pci: Fix sanitize notifier setup
Dan Williams
2023-10-06
1
-42
/
+44
*
|
|
cxl/pci: Clarify devm host for memdev relative setup
Dan Williams
2023-10-06
1
-8
/
+8
[next]