index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxl/region: Recycle region ids
Dan Williams
2022-11-04
1
-0
/
+20
*
cxl/region: Fix 'distance' calculation with passthrough ports
Dan Williams
2022-11-04
2
-3
/
+17
*
cxl/pmem: Fix cxl_pmem_region and cxl_memdev leak
Dan Williams
2022-11-04
1
-0
/
+2
*
cxl/region: Fix cxl_region leak, cleanup targets at region delete
Dan Williams
2022-11-04
1
-0
/
+11
*
cxl/region: Fix region HPA ordering validation
Dan Williams
2022-11-04
1
-0
/
+3
*
cxl/region: Fix decoder allocation crash
Vishal Verma
2022-11-01
1
-26
/
+41
*
cxl/region: Fix null pointer dereference due to pass through decoder commit
Jonathan Cameron
2022-10-20
1
-1
/
+2
*
cxl/mbox: Add a check on input payload size
Jonathan Cameron
2022-10-20
1
-1
/
+1
*
cxl/hdm: Fix skip allocations vs multiple pmem allocations
Dan Williams
2022-08-05
1
-1
/
+10
*
cxl/region: Disallow region granularity != window granularity
Dan Williams
2022-08-05
1
-6
/
+7
*
cxl/region: Fix x1 interleave to greater than x1 interleave routing
Dan Williams
2022-08-05
1
-1
/
+5
*
cxl/region: Move HPA setup to cxl_region_attach()
Dan Williams
2022-08-05
2
-26
/
+24
*
cxl/region: Fix decoder interleave programming
Dan Williams
2022-08-05
1
-0
/
+3
*
cxl/regions: add padding for cxl_rr_ep_add nested lists
Bagas Sanjaya
2022-08-05
1
-0
/
+3
*
cxl/region: Fix region reference target accounting
Dan Williams
2022-08-05
1
-28
/
+43
*
cxl/region: Fix region commit uninitialized variable warning
Dan Williams
2022-08-05
1
-17
/
+13
*
cxl/region: Fix port setup uninitialized variable warnings
Dan Williams
2022-08-05
1
-3
/
+22
*
cxl/region: Stop initializing interleave granularity
Dan Williams
2022-08-01
1
-4
/
+0
*
cxl/hdm: Fix DPA reservation vs cxl_endpoint_decoder lifetime
Dan Williams
2022-08-01
1
-2
/
+5
*
cxl/region: Delete 'region' attribute from root decoders
Dan Williams
2022-08-01
1
-1
/
+2
*
cxl/region: decrement ->nr_targets on error in cxl_region_attach()
Dan Carpenter
2022-08-01
1
-1
/
+3
*
cxl/region: prevent underflow in ways_to_cxl()
Dan Carpenter
2022-08-01
1
-2
/
+3
*
cxl/region: uninitialized variable in alloc_hpa()
Dan Carpenter
2022-08-01
1
-1
/
+1
*
cxl/region: Introduce cxl_pmem_region objects
Dan Williams
2022-07-26
4
-3
/
+148
*
cxl/region: Add region driver boiler plate
Dan Williams
2022-07-26
3
-1
/
+65
*
cxl/hdm: Commit decoder state to hardware
Dan Williams
2022-07-25
3
-10
/
+412
*
cxl/region: Program target lists
Dan Williams
2022-07-25
3
-11
/
+257
*
cxl/region: Attach endpoint decoders
Dan Williams
2022-07-25
3
-12
/
+369
*
cxl/acpi: Add a host-bridge index lookup mechanism
Dan Williams
2022-07-25
1
-0
/
+16
*
cxl/region: Enable the assignment of endpoint decoders to regions
Dan Williams
2022-07-25
4
-2
/
+310
*
cxl/region: Allocate HPA capacity to regions
Dan Williams
2022-07-25
1
-1
/
+149
*
cxl/region: Add interleave geometry attributes
Ben Widawsky
2022-07-25
1
-0
/
+134
*
cxl/region: Add a 'uuid' attribute
Ben Widawsky
2022-07-25
1
-0
/
+118
*
cxl/region: Add region creation support
Ben Widawsky
2022-07-21
4
-0
/
+251
*
cxl/mem: Enumerate port targets before adding endpoints
Dan Williams
2022-07-21
1
-0
/
+41
*
cxl/hdm: Add sysfs attributes for interleave ways + granularity
Ben Widawsky
2022-07-21
1
-0
/
+23
*
cxl/port: Move dport tracking to an xarray
Dan Williams
2022-07-21
2
-51
/
+40
*
cxl/port: Move 'cxl_ep' references to an xarray per port
Dan Williams
2022-07-21
1
-31
/
+29
*
cxl/port: Record parent dport when adding ports
Dan Williams
2022-07-21
1
-12
/
+15
*
cxl/port: Record dport in endpoint references
Dan Williams
2022-07-21
1
-17
/
+35
*
cxl/hdm: Add support for allocating DPA to an endpoint decoder
Dan Williams
2022-07-21
3
-1
/
+259
*
cxl/hdm: Track next decoder to allocate
Dan Williams
2022-07-21
2
-0
/
+16
*
cxl/hdm: Add 'mode' attribute to decoder objects
Dan Williams
2022-07-21
2
-0
/
+30
*
cxl/hdm: Enumerate allocated DPA
Dan Williams
2022-07-21
1
-11
/
+134
*
cxl/core: Define a 'struct cxl_endpoint_decoder'
Dan Williams
2022-07-21
2
-13
/
+27
*
cxl/core: Define a 'struct cxl_root_decoder'
Dan Williams
2022-07-21
1
-7
/
+27
*
cxl/core: Define a 'struct cxl_switch_decoder'
Dan Williams
2022-07-21
2
-75
/
+150
*
cxl/port: Read CDAT table
Ira Weiny
2022-07-19
1
-0
/
+173
*
cxl/hdm: Initialize decoder type for memory expander devices
Dan Williams
2022-07-10
1
-5
/
+11
*
cxl/port: Cache CXL host bridge data
Dan Williams
2022-07-10
1
-1
/
+17
[next]