Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9bdc2e0c9a45b2b5f4de9927562305475ecb9b55
/
drivers
/
misc
/
cxl
2c069a1
cxl: Check if afu is not null in cxl_slbia
by Daniel Axtens
· 9 years ago
10a5894
cxl: Fix off by one error allowing subsequent mmap page to be accessed
by Ian Munsie
· 9 years ago
5caaf53
cxl: Fail mmap if requested mapping is larger than assigned problem state area
by Ian Munsie
· 9 years ago
3f8dc44
cxl: Fix refcounting in kernel API
by Michael Neuling
· 9 years ago
8c00d5c
cxl: Test the correct mmio space before unmapping
by Daniel Axtens
· 9 years ago
14f2118
cxl/vphb.c: Use phb pointer after NULL check
by Maninder Singh
· 9 years ago
f293106
cxl: Fix typo in debug print
by Michael Neuling
· 10 years ago
e0fcdc2
cxl: Add CXL_KERNEL_API config option
by Michael Neuling
· 10 years ago
f67b493
cxl: Reset default context for vPHB on release
by Michael Neuling
· 10 years ago
6f7f0b3
cxl: Add AFU virtual PHB and kernel API
by Michael Neuling
· 10 years ago
0520336
cxl: Export file ops for use by API
by Michael Neuling
· 10 years ago
ec249dd
cxl: Move include file cxl.h -> cxl-base.h
by Michael Neuling
· 10 years ago
406e12e
cxl: Cleanup Makefile
by Michael Neuling
· 10 years ago
7bb5d91a
cxl: Rework context lifetimes
by Michael Neuling
· 10 years ago
2f66352
cxl: Configure PSL for kernel contexts and merge code
by Michael Neuling
· 10 years ago
c358d84b
cxl: Split afu_register_irqs() function
by Michael Neuling
· 10 years ago
a6b07d8
cxl: Only check pid for userspace contexts
by Michael Neuling
· 10 years ago
1a1a94b
cxl: Export some symbols
by Michael Neuling
· 10 years ago
b12994f
cxl: cxl_afu_reset() -> __cxl_afu_reset()
by Michael Neuling
· 10 years ago
eda3693
cxl: Rework detach context functions
by Michael Neuling
· 10 years ago
6428832
cxl: Add cookie parameter to afu_release_irqs()
by Michael Neuling
· 10 years ago
bfcdc8f
cxl: Dump debug info on the AFU configuration record
by Michael Neuling
· 10 years ago
7f436b5
cxl: Fix error path on probe
by Michael Neuling
· 10 years ago
bee30c7
cxl: Re-order card init to check the VSEC earlier
by Ian Munsie
· 10 years ago
69c3a73
cxl: Remove unnecessarily verbose print in cxl_remove()
by Michael Neuling
· 10 years ago
aa70775
cxl: Add shutdown hook
by Michael Neuling
· 10 years ago
8ac75b9
cxl: Use call_rcu to reduce latency when releasing the afu fd
by Ian Munsie
· 10 years ago
e36f6fe
cxl: Export AFU error buffer via sysfs
by Vaibhav Jain
· 10 years ago
27d4dc7
cxl: Implement an ioctl to fetch afu card-id, offset-id and mode
by Vaibhav Jain
· 10 years ago
d3f180e
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
a6130ed
cxl: Add missing return statement after handling AFU errror
by Ian Munsie
· 10 years ago
3d5be03
cxl: Fail AFU initialisation if an invalid configuration record is found
by Ian Munsie
· 10 years ago
b087e61
cxl: Export optional AFU configuration record in sysfs
by Ian Munsie
· 10 years ago
6f963ec
cxl: Fix device_node reference counting
by Ryan Grimm
· 10 years ago
62fa19d
cxl: Add ability to reset the card
by Ryan Grimm
· 10 years ago
1212aa1
cxl: Enable CAPP recovery
by Ryan Grimm
· 10 years ago
95bc11b
cxl: Add image control to sysfs
by Ryan Grimm
· 10 years ago
4beb542
cxl: Use image state defaults for reloading FPGA
by Ryan Grimm
· 10 years ago
9bcf28c
cxl: Add tracepoints
by Ian Munsie
· 10 years ago
d3383aa
cxl: remove redundant increment of hwirq
by Colin Ian King
· 10 years ago
0712dc7
cxl: Fix issues when unmapping contexts
by Ian Munsie
· 10 years ago
db7933f
cxl: Disable SPAP register when freeing SPA
by Ian Munsie
· 10 years ago
d6a6af2
cxl: Disable AFU debug flag
by Ian Munsie
· 10 years ago
13da704
cxl: Early return from cxl_handle_fault for a shut down context
by Ian Munsie
· 10 years ago
456295e
cxl: Fix leaking interrupts if attach process fails
by Ian Munsie
· 10 years ago
b123429
cxl: Unmap MMIO regions when detaching a context
by Ian Munsie
· 10 years ago
a98e6e9
cxl: Add timeout to process element commands
by Ian Munsie
· 10 years ago
ee41d11
cxl: Change contexts_lock to a mutex to fix sleep while atomic bug
by Ian Munsie
· 10 years ago
aefa568
powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault
by Aneesh Kumar K.V
· 10 years ago
80fa93f
cxl: Name interrupts in /proc/interrupt
by Michael Neuling
· 10 years ago
bc78b05
cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warning
by Ian Munsie
· 10 years ago
eb01d4c
cxl: Fix PSL error due to duplicate segment table entries
by Ian Munsie
· 10 years ago
b03a7f5
cxl: Refactor cxl_load_segment() and find_free_sste()
by Ian Munsie
· 10 years ago
5100a9d
cxl: Disable secondary hash in segment table
by Ian Munsie
· 10 years ago
d53ba6b
cxl: Fix afu_read() not doing finish_wait() on signal or non-blocking
by Ian Munsie
· 10 years ago
881632c
cxl: Add driver to Kbuild and Makefiles
by Ian Munsie
· 10 years ago
f204e0b
cxl: Driver code for powernv PCIe based cards for userspace access
by Ian Munsie
· 10 years ago
10542ca
cxl: Add base builtin support
by Ian Munsie
· 10 years ago