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
/
cxl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxl
Dan Williams
1
-25
/
+32
2023-06-26
Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl
Dan Williams
1
-0
/
+16
2023-06-26
Merge branch 'for-6.5/cxl-region-fixes' into for-6.5/cxl
Dan Williams
1
-7
/
+9
2023-06-26
Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxl
Dan Williams
1
-6
/
+5
2023-06-26
Revert "cxl/port: Enable the HDM decoder capability for switch ports"
Dan Williams
1
-1
/
+0
2023-06-26
cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEM
Dan Williams
1
-1
/
+1
2023-06-26
cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}
Dan Williams
1
-2
/
+2
2023-06-26
cxl/regs: Clarify when a 'struct cxl_register_map' is input vs output
Dan Williams
1
-2
/
+2
2023-06-25
cxl/region: Flag partially torn down regions as unusable
Dan Williams
1
-0
/
+8
2023-06-25
cxl/region: Move cache invalidation before region teardown, and before setup
Dan Williams
1
-7
/
+1
2023-06-25
cxl/port: Store the downstream port's Component Register mappings in struct c...
Robert Richter
1
-0
/
+2
2023-06-25
cxl/port: Store the port's Component Register mappings in struct cxl_port
Robert Richter
1
-0
/
+2
2023-06-25
cxl/pci: Early setup RCH dport component registers from RCRB
Robert Richter
1
-0
/
+2
2023-06-25
cxl/port: Remove Component Register base address from struct cxl_dport
Robert Richter
1
-2
/
+0
2023-06-25
cxl/pci: Refactor component register discovery for reuse
Terry Bowman
1
-0
/
+1
2023-06-25
cxl/core/regs: Add @dev to cxl_register_map
Robert Richter
1
-4
/
+6
2023-06-25
cxl: Rename 'uport' to 'uport_dev'
Dan Williams
1
-6
/
+7
2023-06-25
cxl: Rename member @dport of struct cxl_dport to @dport_dev
Robert Richter
1
-2
/
+2
2023-06-25
cxl/rch: Prepare for caching the MMIO mapped PCIe AER capability
Dan Williams
1
-2
/
+7
2023-06-25
cxl/acpi: Probe RCRB later during RCH downstream port creation
Robert Richter
1
-9
/
+3
2023-05-30
cxl/pci: Find and register CXL PMU devices
Jonathan Cameron
1
-0
/
+13
2023-05-30
cxl: Add functions to get an instance of / count regblocks of a given type
Jonathan Cameron
1
-0
/
+3
2023-05-23
cxl/mbox: Add background cmd handling machinery
Davidlohr Bueso
1
-0
/
+8
2023-05-18
cxl/port: Enable the HDM decoder capability for switch ports
Dan Williams
1
-0
/
+1
2023-04-05
cxl/port: Fix find_cxl_root() for RCDs and simplify it
Dan Williams
1
-2
/
+2
2023-04-05
cxl/hdm: Skip emulation when driver manages mem_enable
Dan Williams
1
-1
/
+3
2023-02-25
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-2
/
+94
2023-02-15
Merge branch 'for-6.3/cxl-rr-emu' into cxl/next
Dan Williams
1
-2
/
+18
2023-02-15
cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decoders
Dave Jiang
1
-1
/
+2
2023-02-15
cxl/hdm: Emulate HDM decoder from DVSEC range registers
Dave Jiang
1
-1
/
+2
2023-02-15
cxl/port: Export cxl_dvsec_rr_decode() to cxl_port
Dave Jiang
1
-0
/
+14
2023-02-15
Merge branch 'for-6.3/cxl' into cxl/next
Dan Williams
1
-0
/
+1
2023-02-15
cxl: add RAS status unmasking for CXL
Dave Jiang
1
-0
/
+1
2023-02-11
Merge branch 'for-6.3/cxl-ram-region' into cxl/next
Dan Williams
1
-0
/
+57
2023-02-11
cxl/dax: Create dax devices for CXL RAM regions
Dan Williams
1
-0
/
+12
2023-02-11
tools/testing/cxl: Define a fixed volatile configuration to parse
Dan Williams
1
-0
/
+2
2023-02-11
cxl/region: Add region autodiscovery
Dan Williams
1
-0
/
+29
2023-02-11
cxl/region: Add a mode attribute for regions
Dan Williams
1
-0
/
+14
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-27
cxl/mem: Wire up event interrupts
Davidlohr Bueso
1
-0
/
+4
2023-01-27
cxl/mem: Read, trace, and clear events on driver load
Ira Weiny
1
-0
/
+12
2023-01-05
cxl/pci: Move tracepoint definitions to drivers/cxl/core/
Dan Williams
1
-0
/
+2
2022-12-06
cxl: update names for interleave ways conversion macros
Dave Jiang
1
-7
/
+7
2022-12-06
cxl: update names for interleave granularity conversion macros
Dave Jiang
1
-6
/
+7
2022-12-05
Merge branch 'for-6.2/cxl-xor' into for-6.2/cxl
Dan Williams
1
-2
/
+9
2022-12-05
Merge branch 'for-6.2/cxl-aer' into for-6.2/cxl
Dan Williams
1
-9
/
+29
2022-12-05
Merge branch 'for-6.2/cxl-security' into for-6.2/cxl
Dan Williams
1
-0
/
+11
2022-12-05
cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_mem
Dan Williams
1
-2
/
+0
2022-12-04
cxl/acpi: Support CXL XOR Interleave Math (CXIMS)
Alison Schofield
1
-2
/
+9
2022-12-04
cxl/pci: Add (hopeful) error handling support
Dan Williams
1
-0
/
+1
[next]