index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-12
Merge branch 'for-7.2/cxl-type2-attach-region' into cxl-for-next
Dave Jiang
4
-33
/
+190
2026-06-12
cxl/region: Introduce devm_cxl_probe_mem()
Dan Williams
1
-0
/
+124
2026-06-12
cxl/memdev: Introduce cxl_class_memdev_type
Dan Williams
1
-3
/
+13
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
3
-27
/
+40
2026-06-12
cxl/region: Block region delete during region creation
Dan Williams
2
-3
/
+11
2026-06-12
Merge branch 'for-7.2/cxl-misc' into cxl-for-next
Dave Jiang
4
-48
/
+81
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
1
-2
/
+2
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
2
-15
/
+36
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
2026-04-17
Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
10
-330
/
+556
2026-04-10
Merge branch 'for-7.1/cxl-misc' into cxl-for-next
Dave Jiang
1
-1
/
+1
2026-04-10
cxl/hdm: Add support for 32 switch decoders
Li Ming
1
-1
/
+1
2026-04-03
Merge branch 'for-7.1/cxl-region-refactor' into cxl-for-next
Dave Jiang
5
-284
/
+300
2026-04-03
Merge branch 'for-7.1/dax-hmem' into cxl-for-next
Dave Jiang
1
-1
/
+83
2026-04-03
Merge branch 'for-7.1/cxl-type2-support' into cxl-for-next
Dave Jiang
6
-39
/
+144
2026-04-03
Merge branch 'for-7.1/cxl-consolidate-endpoint' into cxl-for-next
Dave Jiang
2
-5
/
+8
2026-04-01
cxl/region: Add a region sysfs interface for region lock status
Li Ming
1
-0
/
+17
2026-04-01
cxl/region: Constify cxl_region_resource_contains()
Dan Williams
1
-5
/
+6
2026-04-01
cxl/region: Limit visibility of cxl_region_contains_resource()
Dan Williams
1
-2
/
+1
2026-04-01
cxl/region: Fix use-after-free from auto assembly failure
Dan Williams
1
-1
/
+53
2026-03-31
cxl/core: Check existence of cxl_memdev_state in poison test
Alison Schofield
1
-0
/
+3
2026-03-27
cxl/core: use cleanup.h for devm_cxl_add_dax_region
Gregory Price
1
-8
/
+5
2026-03-27
cxl/core/region: move dax region device logic into region_dax.c
Gregory Price
4
-100
/
+111
2026-03-27
cxl/core/region: move pmem region driver logic into region_pmem.c
Gregory Price
4
-185
/
+193
2026-03-27
cxl/region: Add helper to check Soft Reserved containment by CXL regions
Smita Koralahalli
1
-0
/
+30
2026-03-18
cxl/mbox: Use proper endpoint validity check upon sanitize
Davidlohr Bueso
1
-1
/
+1
2026-03-17
cxl/pci: Hold memdev lock in cxl_event_trace_record()
Li Ming
2
-5
/
+8
2026-03-16
cxl/hdm: Avoid incorrect DVSEC fallback when HDM decoders are enabled
Smita Koralahalli
1
-16
/
+9
2026-03-16
cxl/region: Factor out interleave granularity setup
Alejandro Lucero
1
-12
/
+24
2026-03-16
cxl/region: Factor out interleave ways setup
Alejandro Lucero
1
-15
/
+26
2026-03-16
cxl: Make region type based on endpoint type
Alejandro Lucero
1
-4
/
+6
2026-03-16
cxl/pci: Remove redundant cxl_pci_find_port() call
Gregory Price
1
-5
/
+0
2026-03-16
cxl: Move pci generic code from cxl_pci to core/cxl_pci
Alejandro Lucero
3
-1
/
+64
2026-03-16
cxl: support Type2 when initializing cxl_dev_state
Alejandro Lucero
2
-7
/
+29
2026-03-04
cxl/region: Fix leakage in __construct_region()
Davidlohr Bueso
1
-1
/
+3
2026-03-03
cxl/port: Fix use after free of parent_port in cxl_detach_ep()
Alison Schofield
1
-2
/
+6
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
1
-0
/
+29
2026-02-23
cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.ko
Dave Jiang
1
-10
/
+3
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
[next]