index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
cxl/acpi: Fix CXL_ACPI and CXL_PMEM Kconfig tristate mismatch
Keith Busch
1
-0
/
+1
12 days
cxl/mbox: validate payload size before accessing contents in cxl_payload_from...
Davidlohr Bueso
1
-2
/
+9
12 days
cxl: Fix race of nvdimm_bus object when creating nvdimm objects
Dave Jiang
3
-2
/
+42
12 days
cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.ko
Dave Jiang
3
-10
/
+19
2026-02-26
cxl: Fix premature commit_end increment on decoder commit failure
Yuxiong Wang
1
-2
/
+1
2026-02-26
cxl/core: Fix cxl_dport debugfs EINJ entries
Cheatham, Benjamin
1
-3
/
+5
2026-02-26
cxl/hdm: Fix newline character in dev_err() messages
Robert Richter
1
-2
/
+2
2026-02-26
cxl/mem: Fix devm_cxl_memdev_edac_release() confusion
Dan Williams
3
-32
/
+38
2026-01-13
cxl: Check for invalid addresses returned from translation functions on errors
Robert Richter
2
-9
/
+27
2026-01-12
cxl/hdm: Fix potential infinite loop in __cxl_dpa_reserve()
Li Ming
1
-1
/
+1
2026-01-09
cxl/acpi: Restore HBIW check before dereferencing platform_data
Alison Schofield
1
-2
/
+9
2026-01-09
cxl/port: Fix target list setup for multiple decoders sharing the same dport
Robert Richter
1
-1
/
+1
2026-01-05
cxl/region: fix format string for resource_size_t
Arnd Bergmann
1
-1
/
+1
2025-12-05
Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+4
2025-12-04
Merge tag 'cxl-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
9
-213
/
+298
2025-11-27
Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
1
-1
/
+4
2025-11-17
memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
Yicong Yang
1
-1
/
+4
2025-11-17
memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...
Jonathan Cameron
1
-1
/
+1
2025-11-14
Merge branch 'for-6.19/cxl-prm' into cxl-for-next
Dave Jiang
4
-31
/
+12
2025-11-14
cxl/region: Remove local variable @inc in cxl_port_setup_targets()
Robert Richter
1
-3
/
+2
2025-11-14
cxl/acpi: Group xor arithmetric setup code in a single block
Robert Richter
1
-7
/
+4
2025-11-14
cxl: Simplify cxl_rd_ops allocation and handling
Robert Richter
4
-23
/
+8
2025-11-13
Merge branch 'for-6.19/cxl-elc' into cxl-for-next
Dave Jiang
2
-25
/
+51
2025-11-13
Merge branch 'for-6.19/cxl-addr-xlat' into cxl-for-next
Dave Jiang
3
-71
/
+191
2025-11-12
cxl: Clarify comment in spa_maps_hpa()
Dave Jiang
1
-3
/
+3
2025-11-12
cxl: Rename region_res_match_cxl_range() to spa_maps_hpa()
Dave Jiang
1
-5
/
+5
2025-11-12
cxl: Add handling of locked CXL decoder
Dave Jiang
3
-0
/
+30
2025-11-07
cxl: Adjust offset calculation for poison injection
Dave Jiang
1
-0
/
+2
2025-11-03
cxl/region: Add support to indicate region has extended linear cache
Dave Jiang
1
-15
/
+44
2025-11-03
cxl: Adjust extended linear cache failure emission in cxl_acpi
Dave Jiang
1
-10
/
+7
2025-11-03
cxl/acpi: Make the XOR calculations available for testing
Alison Schofield
2
-11
/
+43
2025-11-03
cxl/region: Refactor address translation funcs for testing
Alison Schofield
2
-60
/
+148
2025-11-03
cxl/pci: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-11-03
cxl: fix typos in cdat.c comments
Alok Tiwari
1
-2
/
+2
2025-11-03
cxl/port: Remove devm_cxl_port_enumerate_dports()
Li Ming
2
-80
/
+8
2025-10-14
cxl/trace: Subtract to find an hpa_alias0 in cxl_poison events
Alison Schofield
1
-1
/
+1
2025-10-14
cxl/region: Use %pa printk format to emit resource_size_t
Alison Schofield
1
-2
/
+2
2025-10-14
cxl: Fix match_region_by_range() to use region_res_match_cxl_range()
Dave Jiang
1
-4
/
+1
2025-10-14
cxl: Set range param for region_res_match_cxl_range() as const
Dave Jiang
1
-1
/
+1
2025-10-14
cxl/acpi: Fix setup of memory resource in cxl_acpi_set_cache_size()
Dave Jiang
1
-1
/
+1
2025-10-13
cxl/features: Add check for no entries in cxl_feature_info
Dave Jiang
1
-0
/
+3
2025-10-13
cxl/port: Avoid missing port component registers setup
Li Ming
1
-12
/
+14
2025-09-18
Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-next
Dave Jiang
10
-175
/
+470
2025-09-18
cxl: Move port register setup to when first dport appear
Dave Jiang
2
-3
/
+16
2025-09-18
cxl: Change sslbis handler to only handle single dport
Dave Jiang
3
-15
/
+12
2025-09-18
cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()
Dave Jiang
2
-3
/
+5
2025-09-18
cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
Dave Jiang
3
-5
/
+24
2025-09-18
cxl: Defer dport allocation for switch ports
Dave Jiang
6
-60
/
+247
2025-09-18
cxl/test: Refactor decoder setup to reduce cxl_test burden
Dave Jiang
6
-52
/
+125
2025-09-17
cxl: Add a cached copy of target_map to cxl_decoder
Dave Jiang
5
-34
/
+27
[next]