index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
cxl
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
5
-27
/
+41
2026-08-05
cxl: Rename find_cxl_port() to find_cxl_port_by_dport()
Dan Williams
1
-6
/
+14
2026-08-05
cxl: Tighten CPER kfifo registration API and symbol visibility
Dan Williams
3
-13
/
+6
2026-08-05
acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks
Terry Bowman
2
-2
/
+0
2026-08-05
cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register
Terry Bowman
1
-5
/
+5
2026-08-05
cxl/ras: Fix cxl_rch_get_aer_info() out-of-bounds AER register read
Terry Bowman
1
-1
/
+16
2026-08-05
Merge branch 'for-7.3/cxl-misc' into cxl-for-next
Dave Jiang
4
-11
/
+14
2026-08-05
cxl/core: Format the memdev serial number as unsigned in TP_printk
Alison Schofield
1
-5
/
+5
2026-08-05
cxl/pmem: Format the nvdimm serial number as unsigned decimal
Alison Schofield
3
-6
/
+9
2026-08-03
Merge branch 'for-7.3/cxl-misc' into cxl-for-next
Dave Jiang
2
-11
/
+10
2026-08-03
cxl: Use %pe to print error pointers
Shaikh Kamaluddin
2
-11
/
+10
2026-07-24
Merge branch 'for-7.3/cxl-fixes' into cxl-for-next
Dave Jiang
1
-7
/
+3
2026-07-24
cxl/region: Use __free(put_device) in find_pos_and_ways()
Alison Schofield
1
-5
/
+2
2026-07-24
cxl/region: Fix use-after-free in find_pos_and_ways() error path
Alison Schofield
1
-4
/
+3
2026-07-24
Merge branch 'for-7.3/cxl-fixes' into cxl-for-next
Dave Jiang
9
-79
/
+65
2026-07-24
Merge branch 'for-7.3/cxl-misc' into cxl-for-next
Dave Jiang
1
-0
/
+7
2026-07-24
cxl: Deny Features commands on the RAW mailbox path
Dave Jiang
1
-0
/
+7
2026-07-14
cxl/features: Clamp Get Feature output size to the remaining buffer
Richard Cheng
1
-3
/
+2
2026-07-14
cxl/features: Reject Set Features output buffer smaller than the header
Richard Cheng
1
-0
/
+3
2026-07-14
cxl/features: Reject Get Feature count larger than the output buffer
Richard Cheng
1
-0
/
+4
2026-07-14
cxl/port: Restart port enumeration when a sibling adds the dport first
Alison Schofield
1
-2
/
+2
2026-07-14
cxl/features: Serialize multi-part Get/Set Feature transfers
Dave Jiang
2
-0
/
+4
2026-07-14
cxl/pci: Honor -EPROBE_DEFER from component register setup
Dave Jiang
1
-2
/
+5
2026-07-14
cxl/mbox: Break poison list loop on an empty payload
Dave Jiang
1
-0
/
+5
2026-07-14
cxl/memdev: Fix firmware upload exact-fit handling
Guzebing
1
-1
/
+1
2026-07-06
cxl/features: bound fwctl command payload to the input buffer
Zhenhao Wan
1
-1
/
+7
2026-06-29
cxl: Support dpa without a mailbox
Alejandro Lucero
3
-50
/
+70
2026-06-29
cxl: Support Type2 cxl regs mapping
Alejandro Lucero
5
-12
/
+4
2026-06-29
cxl/mce: Make the MCE notifier per-region
Dave Jiang
5
-58
/
+30
2026-06-29
cxl/pci: Remove incorrect mbox.valid check in cxl_pci_type3_init_mailbox()
Wei Hou
1
-6
/
+0
2026-06-29
cxl: fix mailbox return code description typo
Yousef Alhouseen
1
-1
/
+1
2026-06-29
cxl/mbox: Clamp mailbox output allocation to the payload size
Richard Cheng
1
-5
/
+1
2026-06-12
Merge branch 'for-7.2/cxl-type2-attach-region' into cxl-for-next
Dave Jiang
8
-62
/
+300
2026-06-12
cxl: Add dummy function for cxl_memdev_attach_region for !CONFIG_CXL_REGION
Dave Jiang
1
-0
/
+7
2026-06-12
cxl/region: Introduce devm_cxl_probe_mem()
Dan Williams
4
-16
/
+187
2026-06-12
cxl/memdev: Introduce cxl_class_memdev_type
Dan Williams
2
-14
/
+47
2026-06-12
cxl/memdev: Pin parents for entire memdev lifetime
Dan Williams
1
-1
/
+3
2026-06-12
cxl/region: Resolve region deletion races
Dan Williams
4
-27
/
+44
2026-06-12
cxl/region: Block region delete during region creation
Dan Williams
3
-5
/
+13
2026-06-12
Merge branch 'for-7.2/cxl-misc' into cxl-for-next
Dave Jiang
8
-58
/
+113
2026-06-12
cxl/region: Fill first free targets[] slot during auto-discovery
Li Ming
1
-1
/
+14
2026-06-12
cxl/region: Fix out-of-bounds access in cxl_cancel_auto_attach()
Li Ming
1
-21
/
+19
2026-06-12
cxl: Align interleave decode/encode helpers with their callers
Alison Schofield
3
-9
/
+11
2026-06-10
cxl/port: update reference to removed CONFIG_PROVE_CXL_LOCKING
Ethan Nelson-Moore
1
-1
/
+1
2026-06-09
cxl/region: Avoid variable shadowing in region attach paths
Alison Schofield
1
-8
/
+6
2026-06-09
cxl: Fix CXL_HEADERLOG_SIZE to match RAS Capability size
Terry Bowman
3
-17
/
+48
2026-06-04
cxl/pci: Convert PCIBIOS errors to errno on DVSEC config accesses
Dave Jiang
1
-9
/
+9
2026-06-04
cxl/pci: Fix the incorrect check of pci_read_config_word() return
Dave Jiang
1
-4
/
+4
2026-06-04
cxl/fwctl: Fix __fortify_panic
Dan Williams
1
-1
/
+1
2026-06-04
cxl/region: Validate partition index before array access
Koba Ko
1
-0
/
+3
[next]