index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
cxl/trace: Subtract to find an hpa_alias0 in cxl_poison events
Alison Schofield
1
-1
/
+1
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-10-13
cxl/features: Add check for no entries in cxl_feature_info
Dave Jiang
1
-0
/
+3
2025-10-13
cxl/port: Avoid missing port component registers setup
Li Ming
1
-12
/
+14
2025-09-18
Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-next
Dave Jiang
6
-117
/
+429
2025-09-18
cxl: Move port register setup to when first dport appear
Dave Jiang
1
-3
/
+14
2025-09-18
cxl: Change sslbis handler to only handle single dport
Dave Jiang
2
-14
/
+11
2025-09-18
cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()
Dave Jiang
1
-3
/
+3
2025-09-18
cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
Dave Jiang
2
-5
/
+4
2025-09-18
cxl: Defer dport allocation for switch ports
Dave Jiang
5
-52
/
+244
2025-09-18
cxl/test: Refactor decoder setup to reduce cxl_test burden
Dave Jiang
3
-8
/
+120
2025-09-17
cxl: Add a cached copy of target_map to cxl_decoder
Dave Jiang
3
-28
/
+18
2025-09-17
cxl: Add helper to delete dport
Dave Jiang
1
-8
/
+14
2025-09-17
cxl: Add helper to detect top of CXL device topology
Dave Jiang
1
-6
/
+11
2025-09-10
Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-next
Dave Jiang
3
-22
/
+12
2025-09-02
acpi/hmat: Remove now unused hmat_update_target_coordinates()
Dave Jiang
2
-8
/
+0
2025-09-02
cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
Dave Jiang
3
-14
/
+12
2025-08-18
cxl: Fix emit of type resource_size_t argument for validate_region_offset()
Dave Jiang
1
-4
/
+4
2025-08-12
Merge branch 'for-6.18/cxl-poison-inject' into cxl-for-next
Dave Jiang
4
-19
/
+283
2025-08-12
cxl/region: Add inject and clear poison by region offset
Alison Schofield
3
-3
/
+140
2025-08-12
cxl/core: Add locked variants of the poison inject and clear funcs
Alison Schofield
1
-16
/
+36
2025-08-12
cxl/region: Introduce SPA to DPA address translation
Alison Schofield
1
-0
/
+101
2025-08-12
cxl: Move hpa_to_spa callback to a new root decoder ops structure
Alison Schofield
2
-3
/
+9
2025-08-12
cxl/region: use str_enabled_disabled() instead of ternary operator
Nai-Chen Cheng
1
-3
/
+2
2025-08-12
cxl/hdm: Use str_plural() to simplify the code
Xichao Zhao
1
-1
/
+1
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-08-02
cxl: mce: fix typo "notifer"
WangYuli
1
-1
/
+1
2025-08-01
Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
11
-405
/
+566
2025-07-18
Merge branch 'for-6.17/cxl-events-updates' into cxl-for-next
Dave Jiang
2
-6
/
+151
2025-07-18
cxl/region: Fix an ERR_PTR() vs NULL bug
Dan Carpenter
1
-1
/
+1
2025-07-18
cxl/events: Trace Memory Sparing Event Record
Shiju Jose
2
-0
/
+111
2025-07-18
cxl/events: Add extra validity checks for CVME count in DRAM Event Record
Shiju Jose
2
-1
/
+13
2025-07-18
cxl/events: Add extra validity checks for corrected memory error count in General Media Event Record
Shiju Jose
2
-1
/
+13
2025-07-18
cxl/events: Update Common Event Record to CXL spec rev 3.2
Shiju Jose
1
-4
/
+14
2025-07-17
cxl: Fix -Werror=return-type in cxl_decoder_detach()
Li Zhijian
1
-0
/
+1
2025-07-16
Merge branch 'for-6.17/cxl-acquire' into cxl-for-next
Dave Jiang
8
-370
/
+393
2025-07-16
cxl: Convert to ACQUIRE() for conditional rwsem locking
Dan Williams
8
-267
/
+210
2025-07-16
cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()
Dan Williams
3
-52
/
+75
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-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-16
cxl/mbox: Convert poison list mutex to ACQUIRE()
Dan Williams
1
-4
/
+3
2025-07-15
cxl: Remove core/acpi.c and cxl core dependency on ACPI
Robert Richter
4
-20
/
+1
2025-07-13
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
3
-6
/
+6
2025-07-11
cxl/edac: Fix wrong dpa checking for PPR operation
Li Ming
1
-1
/
+4
2025-07-11
cxl/core: Introduce a new helper cxl_resource_contains_addr()
Li Ming
2
-0
/
+8
[next]