index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
ocxl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
ocxl: Fix return value check in afu_ioctl()
Wei Yongjun
1
-2
/
+2
2019-05-02
ocxl: Provide global MMIO accessors for external drivers
Alastair D'Silva
2
-1
/
+235
2019-05-02
ocxl: move event_fd handling to frontend
Alastair D'Silva
3
-38
/
+63
2019-05-02
ocxl: afu_irq only deals with IRQ IDs, not offsets
Alastair D'Silva
5
-37
/
+39
2019-05-02
ocxl: Allow external drivers to use OpenCAPI contexts
Alastair D'Silva
3
-20
/
+16
2019-05-02
ocxl: Create a clear delineation between ocxl backend & frontend
Alastair D'Silva
6
-186
/
+300
2019-05-02
ocxl: Don't pass pci_dev around
Alastair D'Silva
1
-17
/
+21
2019-05-02
ocxl: Split pci.c
Alastair D'Silva
4
-518
/
+524
2019-05-02
ocxl: Remove some unused exported symbols
Alastair D'Silva
2
-3
/
+24
2019-05-02
ocxl: Remove superfluous 'extern' from headers
Alastair D'Silva
1
-28
/
+26
2019-05-02
ocxl: read_pasid never returns an error, so make it void
Alastair D'Silva
1
-7
/
+2
2019-05-02
ocxl: Rename struct link to ocxl_link
Alastair D'Silva
2
-21
/
+20
2019-05-01
ocxl: remove set but not used variables 'tid' and 'lpid'
YueHaibing
1
-3
/
+1
2019-04-21
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
1
-1
/
+1
2018-12-21
ocxl: Fix endiannes bug in read_afu_name()
Greg Kurz
1
-1
/
+1
2018-12-20
ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>
Greg Kurz
1
-1
/
+0
2018-12-20
ocxl: Clarify error path in setup_xsl_irq()
Greg Kurz
1
-9
/
+14
2018-12-20
ocxl: Fix endiannes bug in ocxl_link_update_pe()
Greg Kurz
1
-1
/
+1
2018-09-19
ocxl: Fix access to the AFU Descriptor Data
Christophe Lombard
1
-1
/
+3
2018-08-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+2
2018-07-02
ocxl: Fix page fault handler in case of fault on dying process
Frederic Barrat
1
-9
/
+15
2018-07-02
ocxl: Change return type for fault handler
Souptick Joarder
2
-14
/
+13
2018-06-05
ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
Wei Yongjun
1
-1
/
+3
2018-06-03
ocxl: Add an IOCTL so userspace knows what OCXL features are available
Alastair D'Silva
1
-0
/
+25
2018-06-03
ocxl: Expose the thread_id needed for wait on POWER9
Alastair D'Silva
4
-1
/
+94
2018-06-03
ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
Alastair D'Silva
1
-1
/
+1
2018-03-28
Merge 4.16-rc7 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+27
2018-03-15
misc: ocxl: use put_device() instead of device_unregister()
Arvind Yadav
1
-1
/
+1
2018-03-02
ocxl: Add get_metadata IOCTL to share OCXL information to userspace
Alastair D'Silva
1
-0
/
+27
2018-02-21
ocxl: Fix potential bad errno on irq allocation
Frederic Barrat
1
-2
/
+4
2018-02-14
Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-02-08
ocxl: fix signed comparison with less than zero
Colin Ian King
1
-1
/
+1
2018-01-24
ocxl: Add Makefile and Kconfig
Frederic Barrat
2
-0
/
+42
2018-01-24
ocxl: Add trace points
Frederic Barrat
5
-1
/
+205
2018-01-24
ocxl: Add a kernel API for other opencapi drivers
Frederic Barrat
3
-71
/
+20
2018-01-24
ocxl: Add AFU interrupt support
Frederic Barrat
5
-2
/
+315
2018-01-24
ocxl: Driver code for 'generic' opencapi devices
Frederic Barrat
9
-0
/
+3003