index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
mem.c
Age
Commit message (
Expand
)
Author
2022-07-21
cxl/mem: Enumerate port targets before adding endpoints
Dan Williams
2022-07-21
cxl/port: Record parent dport when adding ports
Dan Williams
2022-07-10
cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'
Dan Williams
2022-06-21
cxl: Fix cleanup of port devices on failure to probe driver.
Jonathan Cameron
2022-05-19
cxl/port: Move endpoint HDM Decoder Capability init to port driver
Dan Williams
2022-05-19
cxl/pci: Drop @info argument to cxl_hdm_decode_init()
Dan Williams
2022-05-19
cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()
Dan Williams
2022-05-19
cxl/mem: Skip range enumeration if mem_enable clear
Dan Williams
2022-05-19
cxl/mem: Consolidate CXL DVSEC Range enumeration in the core
Dan Williams
2022-05-19
cxl/pci: Move cxl_await_media_ready() to the core
Dan Williams
2022-05-19
cxl/mem: Validate port connectivity before dvsec ranges
Dan Williams
2022-05-19
cxl/mem: Fix cxl_mem_probe() error exit
Dan Williams
2022-05-19
cxl/pci: Consolidate wait_for_media() and wait_for_media_ready()
Dan Williams
2022-05-19
cxl/mem: Drop mem_enabled check from wait_for_media()
Dan Williams
2022-04-28
cxl: Drop cxl_device_lock()
Dan Williams
2022-04-22
PM: CXL: Disable suspend
Dan Williams
2022-04-12
cxl/mem: Replace redundant debug message with a comment
Dan Williams
2022-04-12
cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()
Dan Williams
2022-04-12
cxl/mem: Make cxl_dvsec_range() init failure fatal
Dan Williams
2022-04-12
cxl/mem: Drop DVSEC vs EFI Memory Map sanity check
Dan Williams
2022-02-08
cxl/mem: Add the cxl_mem driver
Ben Widawsky
2021-05-26
cxl: Rename mem to pci
Ben Widawsky
2021-05-14
cxl/core: Refactor CXL register lookup for bridge reuse
Dan Williams
2021-05-14
cxl/mem: Introduce 'struct cxl_regs' for "composable" CXL devices
Dan Williams
2021-05-14
cxl/mem: Move some definitions to mem.h
Dan Williams
2021-04-16
cxl/mem: Fix memory device capacity probing
Dan Williams
2021-04-15
cxl/mem: Fix register block offset calculation
Ben Widawsky
2021-04-06
cxl/mem: Force array size of mem_commands[] to CXL_MEM_COMMAND_ID_MAX
Robert Richter
2021-04-06
cxl/mem: Disable cxl device power management
Dan Williams
2021-04-06
cxl/mem: Do not rely on device_add() side effects for dev_set_name() failures
Dan Williams
2021-04-06
cxl/mem: Fix synchronization mechanism for device removal vs ioctl operations
Dan Williams
2021-04-06
cxl/mem: Use sysfs_emit() for attribute show routines
Dan Williams
2021-02-22
cxl/mem: Fix potential memory leak
Ben Widawsky
2021-02-19
cxl/mem: Return -EFAULT if copy_to_user() fails
Dan Carpenter
2021-02-16
cxl/mem: Add set of informational commands
Ben Widawsky
2021-02-16
cxl/mem: Enable commands via CEL
Ben Widawsky
2021-02-16
cxl/mem: Add a "RAW" send command
Ben Widawsky
2021-02-16
cxl/mem: Add basic IOCTL interface
Ben Widawsky
2021-02-16
cxl/mem: Register CXL memX devices
Dan Williams
2021-02-16
cxl/mem: Find device capabilities
Ben Widawsky
2021-02-16
cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
Dan Williams