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.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-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
/
memdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
Merge branch 'for-6.17/cxl-acquire' into cxl-for-next
Dave Jiang
1
-32
/
+18
2025-07-16
cxl: Convert to ACQUIRE() for conditional rwsem locking
Dan Williams
1
-32
/
+18
2025-07-11
cxl/core: Using cxl_resource_contains_addr() to check address availability
Li Ming
1
-1
/
+1
2025-05-23
Merge branch 'for-6.16/cxl-features-ras' into cxl-for-next
Dave Jiang
1
-0
/
+1
2025-05-23
cxl/edac: Support for finding memory operation attributes from the current boot
Shiju Jose
1
-0
/
+1
2025-05-09
cxl: Remove else after return
Robert Richter
1
-2
/
+2
2025-03-17
Merge branch 'for-6.15/features' into cxl-for-next
Dave Jiang
1
-7
/
+15
2025-03-15
Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2
Dave Jiang
1
-11
/
+6
2025-03-15
cxl/memdev: cxl_memdev_ioctl() cleanup
Li Ming
1
-5
/
+3
2025-03-15
cxl/core: Use guard() to replace open-coded down_read/write()
Li Ming
1
-6
/
+3
2025-02-25
cxl: Refactor user ioctl command path from mds to mailbox
Dave Jiang
1
-7
/
+15
2025-02-04
cxl: Cleanup partition size and perf helpers
Dan Williams
1
-0
/
+23
2025-02-04
cxl: Kill enum cxl_decoder_mode
Dan Williams
1
-12
/
+3
2025-02-04
cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
Dan Williams
1
-1
/
+1
2025-02-04
cxl: Introduce to_{ram,pmem}_{res,perf}() helpers
Dan Williams
1
-20
/
+22
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-10
/
+10
2024-09-12
cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
Dave Jiang
1
-10
/
+13
2024-09-12
cxl: Move mailbox related bits to the same context
Dave Jiang
1
-7
/
+11
2024-04-30
cxl/region: Move cxl_dpa_to_region() work to the region driver
Alison Schofield
1
-44
/
+0
2024-02-17
cxl: Fix sysfs export of qos_class for memdev
Dave Jiang
1
-0
/
+63
2024-01-13
cxl/core: use sysfs_emit() for attr's _show()
Shiyang Ruan
1
-1
/
+1
2023-11-30
cxl/memdev: Hold region_rwsem during inject and clear poison ops
Alison Schofield
1
-2
/
+16
2023-11-30
cxl/core: Always hold region_rwsem while reading poison lists
Alison Schofield
1
-1
/
+8
2023-10-28
cxl: Add cxl_decoders_committed() helper
Dave Jiang
1
-2
/
+2
2023-10-09
cxl/mem: Fix shutdown order
Dan Williams
1
-1
/
+1
2023-10-06
cxl/memdev: Fix sanitize vs decoder setup locking
Dan Williams
1
-27
/
+16
2023-10-06
cxl/pci: Fix sanitize notifier setup
Dan Williams
1
-42
/
+44
2023-10-06
cxl/pci: Clarify devm host for memdev relative setup
Dan Williams
1
-8
/
+8
2023-10-06
cxl/pci: Remove inconsistent usage of dev_err_probe()
Dan Williams
1
-11
/
+2
2023-09-30
cxl/pci: Cleanup 'sanitize' to always poll
Dan Williams
1
-2
/
+1
2023-07-28
cxl/memdev: Only show sanitize sysfs files when supported
Davidlohr Bueso
1
-0
/
+19
2023-06-30
cxl: Fix one kernel-doc comment
Yang Li
1
-1
/
+1
2023-06-26
Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxl
Dan Williams
1
-77
/
+96
2023-06-26
Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxl
Dan Williams
1
-0
/
+308
2023-06-26
cxl: add a firmware update mechanism using the sysfs firmware loader
Vishal Verma
1
-0
/
+308
2023-06-26
cxl/mem: Support Secure Erase
Davidlohr Bueso
1
-0
/
+28
2023-06-26
cxl/mem: Wire up Sanitization support
Davidlohr Bueso
1
-0
/
+67
2023-06-26
cxl/mbox: Add sanitization handling machinery
Davidlohr Bueso
1
-0
/
+10
2023-06-26
cxl/mem: Introduce security state sysfs file
Davidlohr Bueso
1
-0
/
+33
2023-06-26
cxl/memdev: Formalize endpoint port linkage
Dan Williams
1
-2
/
+2
2023-06-26
cxl/memdev: Make mailbox functionality optional
Dan Williams
1
-1
/
+9
2023-06-26
cxl/mbox: Move mailbox related driver state to its own data structure
Dan Williams
1
-16
/
+22
2023-04-23
cxl/memdev: Trace inject and clear poison as cxl_poison events
Alison Schofield
1
-0
/
+15
2023-04-23
cxl/memdev: Warn of poison inject or clear to a mapped region
Alison Schofield
1
-0
/
+59
2023-04-23
cxl/memdev: Add support for the Clear Poison mailbox command
Alison Schofield
1
-0
/
+43
2023-04-23
cxl/memdev: Add support for the Inject Poison mailbox command
Alison Schofield
1
-0
/
+56
2023-04-23
cxl/region: Provide region info to the cxl_poison trace event
Alison Schofield
1
-1
/
+12
2023-04-23
cxl/memdev: Add trigger_poison_list sysfs attribute
Alison Schofield
1
-0
/
+43
2023-02-25
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-1
/
+2
2023-02-11
Merge branch 'for-6.3/cxl-ram-region' into cxl/next
Dan Williams
1
-0
/
+1
[next]