index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
/
core
/
region.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
cxl/region: Fix region creation for greater than x2 switches
Huaisheng Ye
1
-7
/
+18
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-7
/
+7
2024-11-22
Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-17
/
+11
2024-11-08
cxl/region: Refactor common create region code
Ira Weiny
1
-17
/
+11
2024-10-25
cxl/port: Prevent out-of-order decoder allocation
Dan Williams
1
-10
/
+33
2024-10-25
cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
Dan Williams
1
-35
/
+13
2024-09-22
cxl: Calculate region bandwidth of targets with shared upstream link
Dave Jiang
1
-0
/
+2
2024-09-09
cxl/region: Remove lock from memory notifier callback
Ira Weiny
1
-24
/
+30
2024-09-03
cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port
Li Ming
1
-12
/
+13
2024-07-28
Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-33
/
+70
2024-07-11
Merge branch 'for-6.11/xor_fixes' into cxl-for-next
Dave Jiang
1
-29
/
+30
2024-07-11
cxl/region: Verify target positions using the ordered target list
Alison Schofield
1
-1
/
+4
2024-07-11
cxl: Restore XOR'd position bits during address translation
Alison Schofield
1
-9
/
+14
2024-07-11
cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()
Alison Schofield
1
-20
/
+13
2024-07-02
cxl/region: Simplify cxl_region_nid()
Huang Ying
1
-6
/
+4
2024-07-02
cxl/region: Support to calculate memory tier abstract distance
Huang Ying
1
-0
/
+27
2024-07-02
cxl/region: Fix a race condition in memory hotplug notifier
Huang Ying
1
-4
/
+15
2024-06-25
cxl/region: check interleave capability
Yao Xingtao
1
-0
/
+82
2024-06-25
cxl/region: Avoid null pointer dereference in region lookup
Alison Schofield
1
-4
/
+15
2024-06-18
cxl/mem: Fix no cxl_nvd during pmem region auto-assembling
Li Ming
1
-1
/
+1
2024-05-28
cxl/region: Fix memregion leaks in devm_cxl_add_region()
Li Zhijian
1
-9
/
+9
2024-05-01
cxl/region: Convert cxl_pmem_region_alloc to scope-based resource management
Dan Williams
1
-26
/
+17
2024-04-30
cxl/region: Fix cxlr_pmem leaks
Li Zhijian
1
-0
/
+1
2024-04-30
cxl/region: Move cxl_trace_hpa() work to the region driver
Alison Schofield
1
-0
/
+91
2024-04-30
cxl/region: Move cxl_dpa_to_region() work to the region driver
Alison Schofield
1
-0
/
+44
2024-03-12
cxl/region: Deal with numa nodes not enumerated by SRAT
Dave Jiang
1
-1
/
+6
2024-03-12
cxl/region: Add memory hotplug notifier for cxl region
Dave Jiang
1
-0
/
+68
2024-03-12
cxl/region: Add sysfs attribute for locality attributes of CXL regions
Dave Jiang
1
-0
/
+94
2024-03-12
cxl/region: Calculate performance data for a region
Dave Jiang
1
-0
/
+2
2024-02-16
cxl/region: Allow out of order assembly of autodiscovered regions
Alison Schofield
1
-10
/
+38
2024-02-16
cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
Alison Schofield
1
-6
/
+8
2024-01-24
cxl/region:Fix overflow issue in alloc_hpa()
Quanquan Cao
1
-2
/
+2
2024-01-05
Merge branch 'for-6.8/cxl-misc' into for-6.8/cxl
Dan Williams
1
-1
/
+1
2024-01-03
cxl/region: fix x9 interleave typo
Jim Harris
1
-1
/
+1
2024-01-02
Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxl
Dan Williams
1
-5
/
+0
2024-01-02
cxl/region: use %pap format to print resource_size_t
Randy Dunlap
1
-2
/
+2
2023-12-24
cxl/region: Add dev_dbg() detail on failure to allocate HPA space
Alison Schofield
1
-2
/
+3
2023-12-18
cxl: Fix unregister_region() callback parameter assignment
Dave Jiang
1
-4
/
+4
2023-11-29
cxl/core: Always hold region_rwsem while reading poison lists
Alison Schofield
1
-5
/
+0
2023-10-31
cxl/hdm: Remove broken error path
Dan Williams
1
-0
/
+8
2023-10-31
Merge branch 'for-6.7/cxl' into cxl/next
Dan Williams
1
-1
/
+1
2023-10-27
cxl/region: Fix x1 root-decoder granularity calculations
Jim Harris
1
-1
/
+8
2023-10-27
cxl/region: Fix cxl_region_rwsem lock held when returning to user space
Li Zhijian
1
-1
/
+1
2023-10-27
cxl/region: Use cxl_calc_interleave_pos() for auto-discovery
Alison Schofield
1
-112
/
+15
2023-10-27
cxl/region: Calculate a target position in a region interleave
Alison Schofield
1
-0
/
+127
2023-10-26
cxl/region: Prepare the decoder match range helper for reuse
Alison Schofield
1
-6
/
+11
2023-10-24
cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails
Jim Harris
1
-7
/
+7
2023-10-06
cxl/memdev: Fix sanitize vs decoder setup locking
Dan Williams
1
-6
/
+0
2023-09-15
cxl/port: Quiet warning messages from the cxl_test environment
Dan Williams
1
-1
/
+1
2023-09-14
cxl/region: Refactor granularity select in cxl_port_setup_targets()
Alison Schofield
1
-9
/
+8
[next]