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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-24
cxl/region: Test CXL_DECODER_F_NORMALIZED_ADDRESSING as a bitmask
Alison Schofield
1
-1
/
+1
2026-02-24
cxl: Test CXL_DECODER_F_LOCK as a bitmask
Alison Schofield
2
-2
/
+2
2026-02-24
cxl/mbox: validate payload size before accessing contents in cxl_payload_from...
Davidlohr Bueso
1
-2
/
+9
2026-02-24
cxl: Fix race of nvdimm_bus object when creating nvdimm objects
Dave Jiang
3
-2
/
+42
2026-02-23
cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.ko
Dave Jiang
3
-10
/
+19
2026-02-23
cxl/port: Hold port host lock during dport adding.
Li Ming
1
-8
/
+15
2026-02-23
cxl/port: Introduce port_to_host() helper
Li Ming
2
-26
/
+21
2026-02-23
cxl/memdev: fix deadlock in cxl_memdev_autoremove() on attach failure
Gregory Price
1
-4
/
+9
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-6
/
+6
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
10
-27
/
+27
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
10
-35
/
+33
2026-02-13
Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
22
-840
/
+1513
2026-02-05
Merge branch 'acpi-apei'
Rafael J. Wysocki
1
-1
/
+2
2026-02-04
Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-next
Dave Jiang
9
-119
/
+426
2026-02-04
cxl: Disable HPA/SPA translation handlers for Normalized Addressing
Robert Richter
3
-9
/
+36
2026-02-04
cxl/region: Factor out code into cxl_region_setup_poison()
Robert Richter
1
-25
/
+28
2026-02-04
cxl/atl: Lock decoders that need address translation
Robert Richter
1
-0
/
+18
2026-02-04
cxl: Enable AMD Zen5 address translation using ACPI PRMT
Robert Richter
5
-0
/
+205
2026-02-03
cxl/acpi: Prepare use of EFI runtime services
Robert Richter
1
-2
/
+6
2026-02-03
cxl: Introduce callback for HPA address ranges translation
Robert Richter
2
-0
/
+25
2026-02-03
cxl/region: Use region data to get the root decoder
Robert Richter
1
-26
/
+24
2026-02-03
cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()
Robert Richter
1
-6
/
+8
2026-02-03
cxl/region: Separate region parameter setup and region construction
Robert Richter
2
-9
/
+26
2026-02-03
cxl: Simplify cxl_root_ops allocation and handling
Robert Richter
4
-24
/
+18
2026-02-03
cxl/region: Store HPA range in struct cxl_region
Robert Richter
2
-0
/
+9
2026-02-03
cxl/region: Store root decoder in struct cxl_region
Robert Richter
2
-18
/
+21
2026-02-03
cxl/region: Rename misleading variable name @hpa to @hpa_range
Robert Richter
1
-13
/
+15
2026-02-02
Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-next
Dave Jiang
11
-160
/
+302
2026-02-02
cxl/port: Unify endpoint and switch port lookup
Dan Williams
1
-1
/
+11
2026-02-02
cxl/port: Move endpoint component register management to cxl_port
Dan Williams
4
-67
/
+60
2026-02-02
cxl/port: Map Port RAS registers
Terry Bowman
4
-0
/
+29
2026-02-02
cxl/port: Move dport RAS setup to dport add time
Dan Williams
6
-26
/
+47
2026-02-02
cxl/port: Move dport probe operations to a driver event
Dan Williams
5
-74
/
+89
2026-02-02
cxl/port: Move decoder setup before dport creation
Dan Williams
1
-12
/
+21
2026-02-02
cxl/port: Cleanup dport removal with a devres group
Dan Williams
1
-10
/
+61
2026-02-02
cxl/port: Reduce number of @dport variables in cxl_port_add_dport()
Dan Williams
1
-15
/
+23
2026-02-02
cxl/port: Cleanup handling of the nr_dports 0 -> 1 transition
Dan Williams
1
-16
/
+15
2026-01-30
Merge branch 'for-7.0/cxl-misc' into cxl-for-next
Dave Jiang
1
-2
/
+1
2026-01-29
cxl: Fix premature commit_end increment on decoder commit failure
Yuxiong Wang
1
-2
/
+1
2026-01-24
Merge branch 'for-7.0/cxl-init' into cxl-for-next
Dave Jiang
8
-110
/
+199
2026-01-23
Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-next
Dave Jiang
12
-425
/
+388
2026-01-23
cxl/region: Use do_div() for 64-bit modulo operation
Alison Schofield
1
-1
/
+2
2026-01-23
cxl/region: Translate HPA to DPA and memdev in unaligned regions
Alison Schofield
1
-0
/
+46
2026-01-23
cxl/region: Translate DPA->HPA in unaligned MOD3 regions
Alison Schofield
1
-5
/
+155
2026-01-23
cxl/core: Fix cxl_dport debugfs EINJ entries
Cheatham, Benjamin
1
-3
/
+5
2026-01-23
cxl/acpi: Remove cxl_acpi_set_cache_size()
Li Ming
1
-24
/
+5
2026-01-23
cxl/hdm: Fix newline character in dev_err() messages
Robert Richter
1
-2
/
+2
2026-01-23
cxl/pci: Remove outdated FIXME comment and BUILD_BUG_ON
Samasth Norway Ananda
1
-7
/
+0
2026-01-23
cxl: Update RAS handler interfaces to also support CXL Ports
Terry Bowman
3
-17
/
+13
2026-01-23
cxl/mem: Clarify @host for devm_cxl_add_nvdimm()
Dan Williams
3
-8
/
+10
[next]