index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-03
cxl/port: Remove devm_cxl_port_enumerate_dports()
Li Ming
1
-79
/
+8
2025-09-18
cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
Dave Jiang
1
-3
/
+4
2025-09-18
cxl: Defer dport allocation for switch ports
Dave Jiang
1
-0
/
+46
2025-09-18
cxl/test: Refactor decoder setup to reduce cxl_test burden
Dave Jiang
1
-0
/
+42
2025-05-09
cxl/pci: Add comments to cxl_hdm_decode_init()
Robert Richter
1
-9
/
+22
2025-05-09
cxl/pci: Moving code in cxl_hdm_decode_init()
Robert Richter
1
-8
/
+8
2025-05-09
cxl: Remove else after return
Robert Richter
1
-1
/
+2
2025-04-09
cxl/pci: Drop the parameter is_port of cxl_gpf_get_dvsec()
Li Ming
1
-3
/
+9
2025-04-09
cxl/pci: Update Port GPF timeout only when the first EP attaching
Li Ming
1
-6
/
+4
2025-04-09
cxl/core: Fix caching dport GPF DVSEC issue
Li Ming
1
-8
/
+8
2025-03-15
cxl/pci: Introduce cxl_gpf_get_dvsec()
Davidlohr Bueso
1
-10
/
+20
2025-03-15
cxl/pci: Support Global Persistent Flush (GPF)
Davidlohr Bueso
1
-0
/
+87
2025-01-29
Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-3
/
+3
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-2
/
+2
2025-01-02
cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode()
Alejandro Lucero
1
-3
/
+3
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-9
/
+9
2024-09-23
cxl: Calculate region bandwidth of targets with shared upstream link
Dave Jiang
1
-0
/
+23
2024-09-09
cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init()
Yanfei Xu
1
-10
/
+11
2024-09-09
cxl/pci: Check Mem_info_valid bit for each applicable DVSEC
Yanfei Xu
1
-4
/
+4
2024-09-09
cxl/pci: Remove duplicated implementation of waiting for memory_info_valid
Yanfei Xu
1
-36
/
+5
2024-09-09
cxl/pci: Fix to record only non-zero ranges
Yanfei Xu
1
-7
/
+1
2024-09-04
cxl/pci: Remove duplicate host_bridge->native_aer checking
Li Ming
1
-11
/
+6
2024-09-04
cxl/pci: cxl_dport_map_rch_aer() cleanup
Li Ming
1
-20
/
+13
2024-09-04
cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs()
Li Ming
1
-4
/
+9
2024-09-04
cxl/port: Use __free() to drop put_device() for cxl_port
Li Ming
1
-4
/
+2
2024-08-10
cxl/pci: Get AER capability address from RCRB only for RCH dport
Li Ming
1
-4
/
+6
2024-07-17
cxl/core/pci: Move reading of control register to immediately before usage
Foryun Ma
1
-4
/
+4
2024-05-08
cxl: Add post-reset warning if reset results in loss of previously committed ...
Dave Jiang
1
-0
/
+29
2024-05-08
PCI/CXL: Move CXL Vendor ID to pci_ids.h
Dave Jiang
1
-3
/
+3
2024-03-13
lib/firmware_table: Provide buffer length argument to cdat_table_parse()
Robert Richter
1
-1
/
+7
2024-03-13
cxl/pci: Get rid of pointer arithmetic reading CDAT table
Robert Richter
1
-36
/
+41
2024-03-13
cxl/pci: Rename DOE mailbox handle to doe_mb
Robert Richter
1
-10
/
+10
2024-02-17
cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window
Robert Richter
1
-3
/
+3
2024-01-29
cxl/pci: Skip to handle RAS errors if CXL.mem device is detached
Li Ming
1
-12
/
+31
2023-12-23
cxl: Calculate and store PCI link latency for the downstream ports
Dave Jiang
1
-0
/
+36
2023-12-09
cxl/cdat: Free correct buffer on checksum error
Ira Weiny
1
-7
/
+6
2023-11-03
cxl/pci: Change CXL AER support check to use native AER
Terry Bowman
1
-2
/
+2
2023-10-31
Merge branch 'for-6.7/cxl-qtg' into cxl/next
Dan Williams
1
-12
/
+40
2023-10-28
cxl: Add support for reading CXL switch CDAT table
Dave Jiang
1
-5
/
+17
2023-10-28
cxl: Add checksum verification to CDAT from CXL
Dave Jiang
1
-7
/
+23
2023-10-28
cxl/pci: Disable root port interrupts in RCH mode
Terry Bowman
1
-0
/
+32
2023-10-28
cxl/pci: Add RCH downstream port error logging
Terry Bowman
1
-0
/
+96
2023-10-28
cxl/pci: Map RCH downstream AER registers for logging protocol errors
Terry Bowman
1
-0
/
+36
2023-10-28
cxl/pci: Update CXL error logging to use RAS register address
Terry Bowman
1
-13
/
+31
2023-10-28
cxl/pci: Add RCH downstream port AER register discovery
Robert Richter
1
-0
/
+15
2023-06-26
Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxl
Dan Williams
1
-2
/
+2
2023-06-26
Revert "cxl/port: Enable the HDM decoder capability for switch ports"
Dan Williams
1
-23
/
+4
2023-06-25
cxl: Rename 'uport' to 'uport_dev'
Dan Williams
1
-2
/
+2
2023-05-19
cxl: Wait Memory_Info_Valid before access memory related info
Dave Jiang
1
-9
/
+76
2023-05-18
cxl/port: Enable the HDM decoder capability for switch ports
Dan Williams
1
-4
/
+23
[next]