index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
/
hdm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
Merge branch 'for-6.17/cxl-acquire' into cxl-for-next
Dave Jiang
1
-56
/
+62
2025-07-16
cxl: Convert to ACQUIRE() for conditional rwsem locking
Dan Williams
1
-20
/
+21
2025-07-16
cxl/decoder: Drop pointless locking
Dan Williams
1
-2
/
+0
2025-07-16
cxl/decoder: Move decoder register programming to a helper
Dan Williams
1
-35
/
+42
2025-07-11
cxl/core: Introduce a new helper cxl_resource_contains_addr()
Li Ming
1
-0
/
+7
2025-05-09
cxl/hdm: Clean up a debug printk
Dan Carpenter
1
-4
/
+4
2025-05-09
cxl: Add a dev_dbg() when a decoder was added to a port
Robert Richter
1
-1
/
+2
2025-03-14
Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2
Dave Jiang
1
-41
/
+28
2025-03-14
cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc()
Li Ming
1
-15
/
+14
2025-03-14
cxl/core: Use guard() to drop the goto pattern of cxl_dpa_free()
Li Ming
1
-16
/
+8
2025-03-14
cxl/core: Use guard() to replace open-coded down_read/write()
Li Ming
1
-10
/
+5
2025-02-04
cxl: Kill enum cxl_decoder_mode
Dan Williams
1
-39
/
+29
2025-02-04
cxl: Make cxl_dpa_alloc() DPA partition number agnostic
Dan Williams
1
-57
/
+142
2025-02-04
cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
Dan Williams
1
-2
/
+86
2025-02-04
cxl: Introduce to_{ram,pmem}_{res,perf}() helpers
Dan Williams
1
-12
/
+14
2025-02-04
cxl: Remove the CXL_DECODER_MIXED mistake
Dan Williams
1
-3
/
+3
2025-01-10
driver core: Correct API device_for_each_child_reverse_from() prototype
Zijun Hu
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-6
/
+6
2024-11-22
Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-15
/
+6
2024-11-08
cxl/hdm: Use guard() in cxl_dpa_set_mode()
Ira Weiny
1
-15
/
+6
2024-10-25
cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
Dan Williams
1
-8
/
+42
2024-06-25
cxl/region: check interleave capability
Yao Xingtao
1
-0
/
+13
2024-04-30
cxl/hdm: Debug, use decoder name function
Ira Weiny
1
-2
/
+1
2024-04-30
cxl/hdm: dev_warn() on unsupported mixed mode decoder
Alison Schofield
1
-2
/
+2
2024-04-30
cxl/hdm: Add debug message for invalid interleave granularity
Huang Ying
1
-1
/
+5
2023-12-07
cxl/hdm: Fix dpa translation locking
Dan Williams
1
-2
/
+1
2023-11-22
cxl/hdm: Fix a benign lockdep splat
Dave Jiang
1
-0
/
+2
2023-10-31
cxl/hdm: Remove broken error path
Dan Williams
1
-17
/
+2
2023-10-31
cxl/hdm: Fix && vs || bug
Dan Carpenter
1
-1
/
+1
2023-10-31
Merge branch 'for-6.7/cxl-commited' into cxl/next
Dan Williams
1
-3
/
+4
2023-10-31
Merge branch 'for-6.7/cxl-rch-eh' into cxl/next
Dan Williams
1
-29
/
+19
2023-10-27
cxl: Add cxl_decoders_committed() helper
Dave Jiang
1
-3
/
+4
2023-10-27
cxl/hdm: Use stored Component Register mappings to map HDM decoder capability
Robert Richter
1
-29
/
+19
2023-10-27
cxl/core/regs: Rename @dev to @host in struct cxl_register_map
Robert Richter
1
-1
/
+1
2023-10-06
cxl/memdev: Fix sanitize vs decoder setup locking
Dan Williams
1
-0
/
+19
2023-06-25
Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxl
Dan Williams
1
-2
/
+2
2023-06-25
cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEM
Dan Williams
1
-9
/
+26
2023-06-25
cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}
Dan Williams
1
-5
/
+6
2023-06-25
cxl/core/regs: Add @dev to cxl_register_map
Robert Richter
1
-2
/
+2
2023-04-18
cxl/hdm: Add more HDM decoder debug messages at startup
Dan Williams
1
-0
/
+12
2023-04-18
cxl/port: Scan single-target ports for decoders
Dan Williams
1
-2
/
+3
2023-04-18
cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limit
Dan Williams
1
-7
/
+13
2023-04-18
cxl/hdm: Fail upon detecting 0-sized decoders
Dan Williams
1
-3
/
+12
2023-04-04
cxl/hdm: Extend DVSEC range register emulation for region enumeration
Dan Williams
1
-5
/
+22
2023-04-04
cxl/hdm: Limit emulation to the number of range registers
Dan Williams
1
-36
/
+46
2023-04-04
cxl/hdm: Skip emulation when driver manages mem_enable
Dan Williams
1
-13
/
+18
2023-04-04
cxl/hdm: Fix double allocation of @cxlhdm
Dan Williams
1
-28
/
+6
2023-02-14
Merge branch 'for-6.3/cxl-rr-emu' into cxl/next
Dan Williams
1
-11
/
+108
2023-02-14
cxl/hdm: Add emulation when HDM decoders are not committed
Dave Jiang
1
-0
/
+29
2023-02-14
cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decoders
Dave Jiang
1
-10
/
+48
[next]