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-7.0.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
/
core
/
region.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-13
cxl: Check for invalid addresses returned from translation functions on errors
Robert Richter
1
-8
/
+26
2026-01-06
cxl/region: fix format string for resource_size_t
Arnd Bergmann
1
-1
/
+1
2025-12-06
Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+4
2025-12-05
Merge tag 'cxl-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-96
/
+215
2025-11-28
Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
1
-1
/
+4
2025-11-18
memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
Yicong Yang
1
-1
/
+4
2025-11-18
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
1
-18
/
+7
2025-11-14
cxl/region: Remove local variable @inc in cxl_port_setup_targets()
Robert Richter
1
-3
/
+2
2025-11-14
cxl: Simplify cxl_rd_ops allocation and handling
Robert Richter
1
-15
/
+5
2025-11-13
Merge branch 'for-6.19/cxl-elc' into cxl-for-next
Dave Jiang
1
-15
/
+44
2025-11-13
Merge branch 'for-6.19/cxl-addr-xlat' into cxl-for-next
Dave Jiang
1
-60
/
+142
2025-11-13
cxl: Clarify comment in spa_maps_hpa()
Dave Jiang
1
-3
/
+3
2025-11-13
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
1
-0
/
+19
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/region: Refactor address translation funcs for testing
Alison Schofield
1
-60
/
+142
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-09-19
Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-next
Dave Jiang
1
-1
/
+3
2025-09-17
cxl: Add a cached copy of target_map to cxl_decoder
Dave Jiang
1
-1
/
+3
2025-09-10
Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-next
Dave Jiang
1
-8
/
+12
2025-09-03
cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
Dave Jiang
1
-8
/
+12
2025-08-18
cxl: Fix emit of type resource_size_t argument for validate_region_offset()
Dave Jiang
1
-4
/
+4
2025-08-13
Merge branch 'for-6.18/cxl-poison-inject' into cxl-for-next
Dave Jiang
1
-3
/
+234
2025-08-13
cxl/region: Add inject and clear poison by region offset
Alison Schofield
1
-3
/
+128
2025-08-13
cxl/region: Introduce SPA to DPA address translation
Alison Schofield
1
-0
/
+101
2025-08-13
cxl: Move hpa_to_spa callback to a new root decoder ops structure
Alison Schofield
1
-3
/
+8
2025-08-13
cxl/region: use str_enabled_disabled() instead of ternary operator
Nai-Chen Cheng
1
-3
/
+2
2025-08-02
Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-235
/
+251
2025-07-19
cxl/region: Fix an ERR_PTR() vs NULL bug
Dan Carpenter
1
-1
/
+1
2025-07-16
Merge branch 'for-6.17/cxl-acquire' into cxl-for-next
Dave Jiang
1
-226
/
+247
2025-07-16
cxl: Convert to ACQUIRE() for conditional rwsem locking
Dan Williams
1
-171
/
+124
2025-07-16
cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()
Dan Williams
1
-44
/
+59
2025-07-16
cxl/region: Move ready-to-probe state check to a helper
Dan Williams
1
-6
/
+18
2025-07-16
cxl/region: Split commit_store() into __commit() and queue_reset() helpers
Dan Williams
1
-29
/
+70
2025-07-15
cxl: Remove core/acpi.c and cxl core dependency on ACPI
Robert Richter
1
-6
/
+1
2025-07-14
drivers,cxl: use node-notifier instead of memory-notifier
Oscar Salvador
1
-8
/
+8
2025-07-11
cxl/core: Using cxl_resource_contains_addr() to check address availability
Li Ming
1
-3
/
+3
2025-05-23
Merge branch 'for-6.16/cxl-features-ras' into cxl-for-next
Dave Jiang
1
-0
/
+10
2025-05-23
cxl/edac: Add CXL memory device patrol scrub control feature
Shiju Jose
1
-0
/
+10
2025-05-09
Merge branch 'for-6.16/cxl-cleanups' into cxl-for-next
Dave Jiang
1
-67
/
+110
2025-05-09
cxl/region: Add a dev_err() on missing target list entries
Robert Richter
1
-0
/
+7
2025-05-09
cxl/region: Add a dev_warn() on registration failure
Robert Richter
1
-0
/
+6
2025-05-09
cxl/region: Add function to find a port's switch decoder by range
Robert Richter
1
-12
/
+18
2025-05-09
cxl/region: Factor out code to find a root decoder's region
Robert Richter
1
-10
/
+16
2025-05-09
cxl/region: Factor out code to find the root decoder
Robert Richter
1
-19
/
+29
2025-05-09
cxl/region: Move find_cxl_root() to cxl_add_to_region()
Robert Richter
1
-2
/
+4
[next]