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.7/cxl' into for-6.8/cxl
Dan Williams
2024-01-06
3
-26
/
+14
|
\
\
|
*
|
cxl/port: Fix missing target list lock
Dan Williams
2024-01-04
2
-17
/
+7
|
*
|
cxl/port: Fix decoder initialization when nr_targets > interleave_ways
Huang Ying
2024-01-04
1
-1
/
+1
|
|
/
*
|
Merge branch 'for-6.8/cxl-misc' into for-6.8/cxl
Dan Williams
2024-01-06
1
-1
/
+1
|
\
\
|
*
|
cxl/region: fix x9 interleave typo
Jim Harris
2024-01-04
1
-1
/
+1
|
|
/
*
|
Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxl
Dan Williams
2024-01-06
6
-27
/
+44
|
\
\
|
*
|
cxl: Refactor to use __free() for cxl_root allocation in cxl_endpoint_port_pr...
Dave Jiang
2024-01-05
1
-3
/
+2
|
*
|
cxl: Refactor to use __free() for cxl_root allocation in cxl_find_nvdimm_brid...
Dave Jiang
2024-01-05
1
-5
/
+3
|
*
|
cxl: Fix device reference leak in cxl_port_perf_data_calculate()
Dave Jiang
2024-01-05
1
-2
/
+5
|
*
|
cxl: Convert find_cxl_root() to return a 'struct cxl_root *'
Dave Jiang
2024-01-05
6
-23
/
+28
|
*
|
cxl: Introduce put_cxl_root() helper
Dave Jiang
2024-01-05
2
-0
/
+12
*
|
|
Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxl
Dan Williams
2024-01-02
17
-39
/
+1009
|
\
|
|
|
*
|
cxl: Check qos_class validity on memdev probe
Dave Jiang
2023-12-23
1
-0
/
+103
|
*
|
cxl: Export sysfs attributes for memory device QoS class
Dave Jiang
2023-12-23
1
-6
/
+61
|
*
|
cxl: Store QTG IDs and related info to the CXL memory device context
Dave Jiang
2023-12-23
3
-0
/
+92
|
*
|
cxl: Compute the entire CXL path latency and bandwidth data
Dave Jiang
2023-12-23
1
-1
/
+58
|
*
|
cxl: Add helper function that calculate performance data for downstream ports
Dave Jiang
2023-12-23
2
-0
/
+78
|
*
|
cxl: Store the access coordinates for the generic ports
Dave Jiang
2023-12-23
2
-0
/
+27
|
*
|
cxl: Calculate and store PCI link latency for the downstream ports
Dave Jiang
2023-12-22
5
-0
/
+61
|
*
|
cxl: Add support for _DSM Function for retrieving QTG ID
Dave Jiang
2023-12-22
3
-13
/
+193
|
*
|
cxl: Add callback to parse the SSLBIS subtable from CDAT
Dave Jiang
2023-12-22
3
-0
/
+104
|
*
|
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
5
-0
/
+99
|
|
/
|
*
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/region: use %pap format to print resource_size_t
Randy Dunlap
2024-01-02
1
-2
/
+2
*
|
cxl/region: Add dev_dbg() detail on failure to allocate HPA space
Alison Schofield
2023-12-24
1
-2
/
+3
*
|
cxl: Fix unregister_region() callback parameter assignment
Dave Jiang
2023-12-19
1
-4
/
+4
*
|
cxl: Add Support for Get Timestamp
Davidlohr Bueso
2023-12-07
2
-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
5
-6
/
+40
|
\
|
*
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
5
-6
/
+15
*
|
Merge branch 'for-6.7/cxl' into cxl/next
Dan Williams
2023-10-31
4
-5
/
+11
|
\
\
|
*
|
cxl/mbox: Remove useless cast in cxl_mem_create_range_info()
Alison Schofield
2023-10-25
1
-2
/
+1
|
*
|
cxl/pci: Update comment
Ira Weiny
2023-09-16
1
-1
/
+4
|
*
|
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
5
-12
/
+60
|
\
\
\
|
*
|
|
cxl: Add support for reading CXL switch CDAT table
Dave Jiang
2023-10-28
2
-5
/
+20
|
*
|
|
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
3
-0
/
+17
*
|
|
|
Merge branch 'for-6.7/cxl-rch-eh' into cxl/next
Dan Williams
2023-10-31
10
-129
/
+406
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
cxl/core/regs: Rework cxl_map_pmu_regs() to use map->dev for devm
Robert Richter
2023-10-28
3
-6
/
+4
|
*
|
|
cxl/core/regs: Rename phys_addr in cxl_map_component_regs()
Robert Richter
2023-10-28
1
-3
/
+3
[prev]
[next]