index
:
pub/scm/linux/kernel/git/shli/linux.git
master
Shaohua Li's fork of linux.git
Shaohua Li
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-05
Merge branch 'for-7.3/cxl-port-err-prep' into cxl-for-next
Dave Jiang
1
-1
/
+0
2026-08-05
acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks
Terry Bowman
1
-1
/
+0
2026-07-24
Merge branch 'for-7.3/cxl-fixes' into cxl-for-next
Dave Jiang
1
-8
/
+5
2026-07-14
cxl/pci: Honor -EPROBE_DEFER from component register setup
Dave Jiang
1
-2
/
+5
2026-06-29
cxl: Support Type2 cxl regs mapping
Alejandro Lucero
1
-0
/
+1
2026-06-29
cxl/pci: Remove incorrect mbox.valid check in cxl_pci_type3_init_mailbox()
Wei Hou
1
-6
/
+0
2026-06-12
cxl/region: Introduce devm_cxl_probe_mem()
Dan Williams
1
-1
/
+1
2026-04-03
Merge branch 'for-7.1/cxl-type2-support' into cxl-for-next
Dave Jiang
1
-77
/
+7
2026-04-03
Merge branch 'for-7.1/cxl-consolidate-endpoint' into cxl-for-next
Dave Jiang
1
-0
/
+3
2026-03-20
cxl: Add endpoint decoder flags clear when PCI reset happens
Dave Jiang
1
-0
/
+16
2026-03-17
cxl/pci: Check memdev driver binding status in cxl_reset_done()
Li Ming
1
-0
/
+3
2026-03-16
cxl: Move pci generic code from cxl_pci to core/cxl_pci
Alejandro Lucero
1
-70
/
+0
2026-03-16
cxl: support Type2 when initializing cxl_dev_state
Alejandro Lucero
1
-7
/
+7
2026-02-02
Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-next
Dave Jiang
1
-55
/
+1
2026-02-02
cxl/port: Move endpoint component register management to cxl_port
Dan Williams
1
-62
/
+1
2026-01-23
Merge branch 'for-7.0/cxl-init' into cxl-for-next
Dave Jiang
1
-1
/
+1
2026-01-22
Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-next
Dave Jiang
1
-1
/
+1
2026-01-22
cxl/pci: Remove outdated FIXME comment and BUILD_BUG_ON
Samasth Norway Ananda
1
-7
/
+0
2026-01-22
PCI: Update CXL DVSEC definitions
Terry Bowman
1
-1
/
+1
2026-01-05
cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operation
Dan Williams
1
-1
/
+1
2026-01-05
cxl/mem: Drop @host argument to devm_cxl_add_memdev()
Dan Williams
1
-1
/
+1
2025-11-03
cxl/pci: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-06-30
cxl/pci: Replace mutex_lock_io() w mutex_lock() for mailbox access
Alison Schofield
1
-1
/
+1
2025-04-18
cxl: Fix devm host device for CXL fwctl initialization
Dave Jiang
1
-1
/
+1
2025-04-02
Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-1
/
+6
2025-03-17
cxl: Add FWCTL support to CXL
Dave Jiang
1
-0
/
+4
2025-03-17
Merge branch 'for-6.15/features' into cxl-for-next
Dave Jiang
1
-0
/
+4
2025-02-26
cxl: Add Get Supported Features command for kernel usage
Dave Jiang
1
-0
/
+4
2025-02-04
cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
Dan Williams
1
-1
/
+6
2025-01-22
cxl/core/regs: Refactor out functions to count regblocks of given type
Huaisheng Ye
1
-1
/
+5
2024-12-10
cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing
Li Ming
1
-0
/
+3
2024-12-10
cxl/pci: Fix potential bogus return value upon successful probing
Davidlohr Bueso
1
-2
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-08
Merge branch 'cxl/for-6.13/dcd-prep' into cxl-for-next
Dave Jiang
1
-4
/
+4
2024-11-08
cxl/pci: Delay event buffer allocation
Ira Weiny
1
-4
/
+4
2024-10-28
cxl/pci: Add sysfs attribute for CXL 1.1 device link status
Kobayashi,Daisuke
1
-0
/
+78
2024-10-28
cxl/core/regs: Add rcd_pcie_cap initialization
Kobayashi,Daisuke
1
-5
/
+18
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-12
cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
Dave Jiang
1
-2
/
+4
2024-09-12
cxl: Move mailbox related bits to the same context
Dave Jiang
1
-26
/
+52
2024-09-03
cxl/port: Use __free() to drop put_device() for cxl_port
Li Ming
1
-5
/
+2
2024-07-02
cxl: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+23
2024-05-08
cxl: Add post-reset warning if reset results in loss of previously committed ...
Dave Jiang
1
-0
/
+22
2024-05-08
PCI/CXL: Move CXL Vendor ID to pci_ids.h
Dave Jiang
1
-1
/
+1
2024-05-01
cxl/pci: Process CPER events
Ira Weiny
1
-1
/
+70
2024-02-20
acpi/ghes: Remove CXL CPER notifications
Dan Williams
1
-56
/
+1
2024-01-22
cxl/pci: Skip irq features if MSI/MSI-X are not supported
Ira Weiny
1
-11
/
+15
2024-01-09
cxl/pci: Register for and process CPER events
Ira Weiny
1
-1
/
+57
2023-10-31
Merge branch 'for-6.7/cxl' into cxl/next
Dan Williams
1
-1
/
+4
[next]