index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
2024-12-27
cxl/region: Fix region creation for greater than x2 switches
Huaisheng Ye
1
-7
/
+18
2024-12-27
cxl/pci: Fix potential bogus return value upon successful probing
Davidlohr Bueso
1
-2
/
+1
2024-11-08
cxl/acpi: Ensure ports ready at cxl_acpi_probe() return
Dan Williams
1
-0
/
+7
2024-11-08
cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()
Dan Williams
1
-3
/
+10
2024-11-08
cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
Dan Williams
3
-44
/
+57
2024-11-08
cxl/events: Fix Trace DRAM Event Record
Shiju Jose
1
-3
/
+14
2024-10-04
cxl/pci: Fix to record only non-zero ranges
Yanfei Xu
1
-7
/
+1
2024-09-18
cxl/core: Fix incorrect vendor debug UUID define
peng guo
1
-1
/
+1
2024-09-12
cxl/region: Verify target positions using the ordered target list
Alison Schofield
1
-1
/
+4
2024-07-05
cxl/region: check interleave capability
Yao Xingtao
4
-0
/
+107
2024-07-05
cxl/region: Avoid null pointer dereference in region lookup
Alison Schofield
1
-4
/
+15
2024-07-05
cxl/region: Move cxl_dpa_to_region() work to the region driver
Alison Schofield
3
-44
/
+51
2024-06-21
cxl/region: Fix memregion leaks in devm_cxl_add_region()
Li Zhijian
1
-9
/
+9
2024-06-12
cxl/region: Fix cxlr_pmem leaks
Li Zhijian
1
-0
/
+1
2024-06-12
cxl/trace: Correct DPA field masks for general_media & dram events
Alison Schofield
1
-2
/
+2
2024-05-02
cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()
Dan Williams
1
-21
/
+17
2024-04-17
cxl/core: Fix initialization of mbox_cmd.size_out in get event
Kwangjin Ko
1
-1
/
+2
2024-04-17
cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before ass...
Dave Jiang
1
-2
/
+3
2024-04-17
cxl/mem: Fix for the index of Clear Event Record Handle
Yuquan Wang
1
-1
/
+1
2024-04-03
cxl/trace: Properly initialize cxl_poison region name
Alison Schofield
1
-7
/
+7
2024-03-26
cxl/region: Allow out of order assembly of autodiscovered regions
Alison Schofield
1
-10
/
+38
2024-03-26
cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
Alison Schofield
1
-6
/
+8
2024-03-01
cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window
Robert Richter
1
-3
/
+3
2024-03-01
cxl/acpi: Fix load failures due to single window creation failure
Dan Williams
1
-18
/
+28
2024-01-31
cxl/region:Fix overflow issue in alloc_hpa()
Quanquan Cao
1
-2
/
+2
2024-01-25
cxl/port: Fix missing target list lock
Dan Williams
2
-17
/
+7
2024-01-25
cxl/region: fix x9 interleave typo
Jim Harris
1
-1
/
+1
2024-01-25
cxl/port: Fix decoder initialization when nr_targets > interleave_ways
Huang Ying
1
-1
/
+1
2024-01-10
cxl/memdev: Hold region_rwsem during inject and clear poison ops
Alison Schofield
1
-2
/
+16
2024-01-10
cxl/hdm: Fix a benign lockdep splat
Dave Jiang
1
-0
/
+2
2024-01-10
cxl/pmu: Ensure put_device on pmu devices
Ira Weiny
1
-1
/
+1
2024-01-10
cxl/core: Always hold region_rwsem while reading poison lists
Alison Schofield
2
-6
/
+8
2024-01-10
cxl: Add cxl_decoders_committed() helper
Dave Jiang
5
-6
/
+15
2023-12-20
cxl/hdm: Fix dpa translation locking
Dan Williams
2
-4
/
+3
2023-11-28
cxl/port: Fix delete_endpoint() vs parent unregistration race
Dan Williams
1
-15
/
+19
2023-11-28
cxl/region: Fix x1 root-decoder granularity calculations
Jim Harris
1
-1
/
+8
2023-11-28
cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails
Jim Harris
1
-7
/
+7
2023-11-20
cxl/hdm: Remove broken error path
Dan Williams
2
-17
/
+10
2023-11-20
cxl/port: Fix @host confusion in cxl_dport_setup_regs()
Dan Williams
1
-12
/
+31
2023-11-20
cxl/core/regs: Rename @dev to @host in struct cxl_register_map
Robert Richter
5
-20
/
+20
2023-11-20
cxl/region: Fix cxl_region_rwsem lock held when returning to user space
Li Zhijian
1
-1
/
+1
2023-11-20
cxl/region: Use cxl_calc_interleave_pos() for auto-discovery
Alison Schofield
1
-112
/
+15
2023-11-20
cxl/region: Calculate a target position in a region interleave
Alison Schofield
1
-0
/
+127
2023-11-20
cxl/region: Prepare the decoder match range helper for reuse
Alison Schofield
1
-6
/
+11
2023-11-20
cxl/mem: Fix shutdown order
Dan Williams
1
-1
/
+1
2023-11-20
cxl/memdev: Fix sanitize vs decoder setup locking
Dan Williams
8
-49
/
+90
2023-11-20
cxl/pci: Fix sanitize notifier setup
Dan Williams
3
-42
/
+50
2023-11-20
cxl/pci: Clarify devm host for memdev relative setup
Dan Williams
3
-12
/
+13
2023-11-20
cxl/pci: Remove inconsistent usage of dev_err_probe()
Dan Williams
1
-11
/
+2
2023-11-20
cxl/pci: Cleanup 'sanitize' to always poll
Dan Williams
3
-39
/
+26
[next]