index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cxl
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxl: Check if afu is not null in cxl_slbia
Daniel Axtens
2015-07-10
1
-1
/
+1
*
cxl: Fix off by one error allowing subsequent mmap page to be accessed
Ian Munsie
2015-07-08
1
-2
/
+2
*
cxl: Fail mmap if requested mapping is larger than assigned problem state area
Ian Munsie
2015-07-08
1
-1
/
+9
*
cxl: Fix refcounting in kernel API
Michael Neuling
2015-07-07
1
-7
/
+5
*
cxl: Test the correct mmio space before unmapping
Daniel Axtens
2015-07-06
1
-1
/
+1
*
cxl/vphb.c: Use phb pointer after NULL check
Maninder Singh
2015-07-06
1
-1
/
+2
*
cxl: Fix typo in debug print
Michael Neuling
2015-06-19
1
-1
/
+1
*
cxl: Add CXL_KERNEL_API config option
Michael Neuling
2015-06-19
1
-0
/
+5
*
cxl: Reset default context for vPHB on release
Michael Neuling
2015-06-07
1
-0
/
+1
*
cxl: Add AFU virtual PHB and kernel API
Michael Neuling
2015-06-03
5
-4
/
+619
*
cxl: Export file ops for use by API
Michael Neuling
2015-06-03
2
-9
/
+23
*
cxl: Move include file cxl.h -> cxl-base.h
Michael Neuling
2015-06-03
5
-5
/
+5
*
cxl: Cleanup Makefile
Michael Neuling
2015-06-03
1
-1
/
+2
*
cxl: Rework context lifetimes
Michael Neuling
2015-06-03
2
-3
/
+3
*
cxl: Configure PSL for kernel contexts and merge code
Michael Neuling
2015-06-03
1
-28
/
+35
*
cxl: Split afu_register_irqs() function
Michael Neuling
2015-06-03
2
-7
/
+25
*
cxl: Only check pid for userspace contexts
Michael Neuling
2015-06-03
1
-15
/
+19
*
cxl: Export some symbols
Michael Neuling
2015-06-03
2
-5
/
+10
*
cxl: cxl_afu_reset() -> __cxl_afu_reset()
Michael Neuling
2015-06-03
4
-8
/
+8
*
cxl: Rework detach context functions
Michael Neuling
2015-06-03
2
-7
/
+14
*
cxl: Add cookie parameter to afu_release_irqs()
Michael Neuling
2015-06-03
4
-5
/
+5
*
cxl: Dump debug info on the AFU configuration record
Michael Neuling
2015-06-03
1
-1
/
+11
*
cxl: Fix error path on probe
Michael Neuling
2015-06-03
1
-0
/
+1
*
cxl: Re-order card init to check the VSEC earlier
Ian Munsie
2015-06-03
1
-15
/
+15
*
cxl: Remove unnecessarily verbose print in cxl_remove()
Michael Neuling
2015-06-03
1
-2
/
+0
*
cxl: Add shutdown hook
Michael Neuling
2015-06-03
1
-0
/
+1
*
cxl: Use call_rcu to reduce latency when releasing the afu fd
Ian Munsie
2015-06-03
2
-5
/
+12
*
cxl: Export AFU error buffer via sysfs
Vaibhav Jain
2015-06-03
3
-0
/
+100
*
cxl: Implement an ioctl to fetch afu card-id, offset-id and mode
Vaibhav Jain
2015-06-03
2
-2
/
+22
*
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2015-02-11
11
-26
/
+898
|
\
|
*
cxl: Add missing return statement after handling AFU errror
Ian Munsie
2015-02-06
1
-0
/
+1
|
*
cxl: Fail AFU initialisation if an invalid configuration record is found
Ian Munsie
2015-02-06
1
-0
/
+9
|
*
cxl: Export optional AFU configuration record in sysfs
Ian Munsie
2015-02-06
3
-10
/
+205
|
*
cxl: Fix device_node reference counting
Ryan Grimm
2015-02-02
1
-1
/
+1
|
*
cxl: Add ability to reset the card
Ryan Grimm
2015-01-22
3
-0
/
+56
|
*
cxl: Enable CAPP recovery
Ryan Grimm
2015-01-22
1
-1
/
+7
|
*
cxl: Add image control to sysfs
Ryan Grimm
2015-01-22
1
-0
/
+39
|
*
cxl: Use image state defaults for reloading FPGA
Ryan Grimm
2015-01-22
2
-2
/
+41
|
*
cxl: Add tracepoints
Ian Munsie
2015-01-22
8
-9
/
+520
|
*
cxl: remove redundant increment of hwirq
Colin Ian King
2015-01-22
1
-1
/
+1
|
*
cxl: Disable SPAP register when freeing SPA
Ian Munsie
2014-12-29
1
-0
/
+1
|
*
cxl: Disable AFU debug flag
Ian Munsie
2014-12-29
2
-1
/
+8
|
*
cxl: Early return from cxl_handle_fault for a shut down context
Ian Munsie
2014-12-29
1
-0
/
+6
|
*
cxl: Fix leaking interrupts if attach process fails
Ian Munsie
2014-12-29
1
-1
/
+3
*
|
cxl: Fix issues when unmapping contexts
Ian Munsie
2015-01-12
2
-25
/
+71
|
/
*
cxl: Unmap MMIO regions when detaching a context
Ian Munsie
2014-12-12
3
-3
/
+21
*
cxl: Add timeout to process element commands
Ian Munsie
2014-12-12
1
-0
/
+5
*
cxl: Change contexts_lock to a mutex to fix sleep while atomic bug
Ian Munsie
2014-12-12
5
-21
/
+15
*
powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault
Aneesh Kumar K.V
2014-12-05
1
-2
/
+6
*
cxl: Name interrupts in /proc/interrupt
Michael Neuling
2014-11-18
2
-13
/
+98
[next]