index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cxl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
Vaishali Thakkar
2015-08-22
1
-1
/
+1
|
*
cxl: Allow release of contexts which have been OPENED but not STARTED
Andrew Donnellan
2015-08-20
1
-1
/
+1
|
*
cxl: Add alternate MMIO error handling
Ian Munsie
2015-08-18
3
-2
/
+20
|
*
cxl: Plug irq_bitmap getting leaked in cxl_context
Vaibhav Jain
2015-08-17
1
-0
/
+4
|
*
cxl: Add CONFIG_CXL_EEH symbol
Daniel Axtens
2015-08-17
1
-1
/
+6
|
*
cxl: EEH support
Daniel Axtens
2015-08-14
3
-0
/
+262
|
*
cxl: Allow the kernel to trust that an image won't change on PERST.
Daniel Axtens
2015-08-14
4
-0
/
+41
|
*
cxl: Don't remove AFUs/vPHBs in cxl_reset
Daniel Axtens
2015-08-14
1
-5
/
+0
|
*
cxl: Refactor AFU init/teardown
Daniel Axtens
2015-08-14
1
-38
/
+57
|
*
cxl: Refactor adaptor init/teardown
Daniel Axtens
2015-08-14
1
-53
/
+86
|
*
cxl: Clean up adapter MMIO unmap path.
Daniel Axtens
2015-08-14
1
-6
/
+18
|
*
cxl: Make IRQ release idempotent
Daniel Axtens
2015-08-14
1
-0
/
+9
|
*
cxl: Allocate and release the SPA with the AFU
Daniel Axtens
2015-08-14
3
-11
/
+27
|
*
cxl: Drop commands if the PCI channel is not in normal state
Daniel Axtens
2015-08-14
5
-12
/
+155
|
*
cxl: Convert MMIO read/write macros to inline functions
Daniel Axtens
2015-08-14
1
-16
/
+35
|
*
cxl: sparse: Silence iomem warning in debugfs file creation
Daniel Axtens
2015-08-12
1
-1
/
+1
|
*
cxl: sparse: Make declarations static
Daniel Axtens
2015-08-12
2
-4
/
+4
|
*
cxl: Compile with -Werror
Daniel Axtens
2015-08-10
1
-0
/
+2
|
*
cxl: Don't ignore add_process_element() result when attaching context
Daniel Axtens
2015-08-06
1
-3
/
+1
|
*
cxl: Destroy afu->contexts_idr on release of an afu
Johannes Thumshirn
2015-07-16
1
-0
/
+1
|
*
cxl: Destroy cxl_adapter_idr on module_exit
Johannes Thumshirn
2015-07-16
1
-0
/
+1
|
*
cxl: use more common format specifier
Rasmus Villemoes
2015-07-13
4
-31
/
+31
|
*
cxl: Add explicit precision specifiers
Rasmus Villemoes
2015-07-13
1
-2
/
+2
*
|
misc: cxl: clean up afu_read_config()
Vladimir Zapolskiy
2015-08-05
1
-6
/
+1
|
/
*
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
[prev]
[next]