index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-10
tools/testing/cxl: Add partition support
Dan Williams
2
-6
/
+8
2022-07-10
cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'
Dan Williams
4
-0
/
+53
2022-07-10
cxl/debug: Move debugfs init to cxl_core_init()
Dan Williams
3
-12
/
+13
2022-07-10
cxl/hdm: Require all decoders to be enumerated
Ben Widawsky
1
-9
/
+3
2022-07-10
cxl/mem: Convert partition-info to resources
Dan Williams
4
-40
/
+54
2022-07-10
cxl: Introduce cxl_to_{ways,granularity}
Dan Williams
3
-41
/
+54
2022-07-10
cxl/core: Drop is_cxl_decoder()
Dan Williams
2
-7
/
+0
2022-07-10
cxl/core: Drop ->platform_res attribute for root decoders
Dan Williams
4
-41
/
+18
2022-07-10
cxl/core: Rename ->decoder_range ->hpa_range
Dan Williams
3
-5
/
+5
2022-07-10
cxl/hdm: Use local hdm variable
Ben Widawsky
1
-2
/
+1
2022-07-09
cxl/port: Keep port->uport valid for the entire life of a port
Dan Williams
1
-2
/
+2
2022-06-29
cxl/mbox: Fix missing variable payload checks in cmd size validation
Vishal Verma
1
-2
/
+4
2022-06-22
cxl/mbox: Use __le32 in get,set_lsa mailbox structures
Alison Schofield
2
-7
/
+7
2022-06-22
cxl/core: Use is_endpoint_decoder
Ben Widawsky
3
-2
/
+3
2022-06-22
cxl: Fix cleanup of port devices on failure to probe driver.
Jonathan Cameron
1
-1
/
+6
2022-05-20
cxl/port: Enable HDM Capability after validating DVSEC Ranges
Dan Williams
1
-15
/
+152
2022-05-19
cxl/port: Reuse 'struct cxl_hdm' context for hdm init
Dan Williams
3
-41
/
+25
2022-05-19
cxl/port: Move endpoint HDM Decoder Capability init to port driver
Dan Williams
2
-11
/
+11
2022-05-19
cxl/pci: Drop @info argument to cxl_hdm_decode_init()
Dan Williams
3
-13
/
+9
2022-05-19
cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()
Dan Williams
3
-88
/
+78
2022-05-19
cxl/mem: Skip range enumeration if mem_enable clear
Dan Williams
2
-1
/
+3
2022-05-19
cxl/mem: Consolidate CXL DVSEC Range enumeration in the core
Dan Williams
5
-142
/
+141
2022-05-19
cxl/pci: Move cxl_await_media_ready() to the core
Dan Williams
4
-47
/
+51
2022-05-19
cxl/mem: Validate port connectivity before dvsec ranges
Dan Williams
1
-16
/
+16
2022-05-19
cxl/mem: Fix cxl_mem_probe() error exit
Dan Williams
1
-2
/
+4
2022-05-19
cxl/pci: Drop wait_for_valid() from cxl_await_media_ready()
Dan Williams
1
-4
/
+0
2022-05-19
cxl/pci: Consolidate wait_for_media() and wait_for_media_ready()
Dan Williams
2
-20
/
+3
2022-05-19
cxl/mem: Drop mem_enabled check from wait_for_media()
Dan Williams
1
-4
/
+0
2022-04-29
cxl: Drop cxl_device_lock()
Dan Williams
5
-120
/
+33
2022-04-29
cxl/acpi: Add root device lockdep validation
Dan Williams
1
-0
/
+13
2022-04-29
cxl: Replace lockdep_mutex with local lock classes
Dan Williams
3
-4
/
+18
2022-04-28
cxl/mbox: fix logical vs bitwise typo
Dan Carpenter
1
-1
/
+1
2022-04-23
cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()
Alison Schofield
1
-1
/
+1
2022-04-23
cxl/mbox: Use type __u32 for mailbox payload sizes
Alison Schofield
1
-13
/
+15
2022-04-23
PM: CXL: Disable suspend
Dan Williams
6
-2
/
+62
2022-04-13
cxl/mem: Replace redundant debug message with a comment
Dan Williams
1
-4
/
+10
2022-04-13
cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()
Dan Williams
1
-6
/
+6
2022-04-13
cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pci
Dan Williams
1
-9
/
+18
2022-04-13
cxl/mem: Make cxl_dvsec_range() init failure fatal
Dan Williams
1
-0
/
+3
2022-04-13
cxl/pci: Add debug for DVSEC range init failures
Dan Williams
1
-3
/
+10
2022-04-13
cxl/mem: Drop DVSEC vs EFI Memory Map sanity check
Dan Williams
1
-23
/
+1
2022-04-13
cxl/mbox: Use new return_code handling
Davidlohr Bueso
2
-3
/
+3
2022-04-13
cxl/mbox: Improve handling of mbox_cmd hw return codes
Davidlohr Bueso
3
-3
/
+54
2022-04-13
cxl/pci: Use CXL_MBOX_SUCCESS to check against mbox_cmd return code
Davidlohr Bueso
1
-2
/
+2
2022-04-13
cxl/mbox: Drop mbox_mutex comment
Davidlohr Bueso
1
-1
/
+1
2022-04-13
cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds list
Alison Schofield
1
-1
/
+0
2022-04-13
cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
Alison Schofield
2
-0
/
+48
2022-04-13
cxl/mbox: Move cxl_mem_command param to a local variable
Alison Schofield
1
-12
/
+8
2022-04-13
cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param
Alison Schofield
1
-27
/
+17
2022-04-13
cxl/mbox: Remove dependency on cxl_mem_command for a debug msg
Alison Schofield
1
-3
/
+14
[prev]
[next]