index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cxl
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-23
cxl: Fix lockdep warning while creating afu_err_buff attribute
Vaibhav Jain
1
-0
/
+2
2015-09-15
cxl: Fix build failure due to -Wunused-variable behaviour change
Ian Munsie
1
-1
/
+1
2015-09-15
cxl: Fix unbalanced pci_dev_get in cxl_probe
Daniel Axtens
1
-2
/
+0
2015-09-07
cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline
Andrew Donnellan
1
-0
/
+6
2015-09-04
Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
14
-205
/
+865
2015-08-30
cxl: Set up and enable PSL Timebase
Philippe Bergheaud
2
-1
/
+61
2015-08-30
cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
Ian Munsie
3
-3
/
+33
2015-08-30
cxl: Fix + cleanup error paths in cxl_dev_context_init
Ian Munsie
1
-7
/
+12
2015-08-27
cxl: Remove racy attempt to force EEH invocation in reset
Daniel Axtens
1
-16
/
+0
2015-08-27
cxl: Release irqs if memory allocation fails
Vaibhav Jain
1
-2
/
+5
2015-08-22
cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
Vaishali Thakkar
1
-1
/
+1
2015-08-20
cxl: Allow release of contexts which have been OPENED but not STARTED
Andrew Donnellan
1
-1
/
+1
2015-08-18
cxl: Add alternate MMIO error handling
Ian Munsie
3
-2
/
+20
2015-08-17
cxl: Plug irq_bitmap getting leaked in cxl_context
Vaibhav Jain
1
-0
/
+4
2015-08-17
cxl: Add CONFIG_CXL_EEH symbol
Daniel Axtens
1
-1
/
+6
2015-08-14
cxl: EEH support
Daniel Axtens
3
-0
/
+262
2015-08-14
cxl: Allow the kernel to trust that an image won't change on PERST.
Daniel Axtens
4
-0
/
+41
2015-08-14
cxl: Don't remove AFUs/vPHBs in cxl_reset
Daniel Axtens
1
-5
/
+0
2015-08-14
cxl: Refactor AFU init/teardown
Daniel Axtens
1
-38
/
+57
2015-08-14
cxl: Refactor adaptor init/teardown
Daniel Axtens
1
-53
/
+86
2015-08-14
cxl: Clean up adapter MMIO unmap path.
Daniel Axtens
1
-6
/
+18
2015-08-14
cxl: Make IRQ release idempotent
Daniel Axtens
1
-0
/
+9
2015-08-14
cxl: Allocate and release the SPA with the AFU
Daniel Axtens
3
-11
/
+27
2015-08-14
cxl: Drop commands if the PCI channel is not in normal state
Daniel Axtens
5
-12
/
+155
2015-08-14
cxl: Convert MMIO read/write macros to inline functions
Daniel Axtens
1
-16
/
+35
2015-08-12
cxl: sparse: Silence iomem warning in debugfs file creation
Daniel Axtens
1
-1
/
+1
2015-08-12
cxl: sparse: Make declarations static
Daniel Axtens
2
-4
/
+4
2015-08-11
cxl: Compile with -Werror
Daniel Axtens
1
-0
/
+2
2015-08-06
cxl: Don't ignore add_process_element() result when attaching context
Daniel Axtens
1
-3
/
+1
2015-08-05
misc: cxl: clean up afu_read_config()
Vladimir Zapolskiy
1
-6
/
+1
2015-07-16
cxl: Destroy afu->contexts_idr on release of an afu
Johannes Thumshirn
1
-0
/
+1
2015-07-16
cxl: Destroy cxl_adapter_idr on module_exit
Johannes Thumshirn
1
-0
/
+1
2015-07-13
cxl: use more common format specifier
Rasmus Villemoes
4
-31
/
+31
2015-07-13
cxl: Add explicit precision specifiers
Rasmus Villemoes
1
-2
/
+2
2015-07-10
cxl: Check if afu is not null in cxl_slbia
Daniel Axtens
1
-1
/
+1
2015-07-08
cxl: Fix off by one error allowing subsequent mmap page to be accessed
Ian Munsie
1
-2
/
+2
2015-07-08
cxl: Fail mmap if requested mapping is larger than assigned problem state area
Ian Munsie
1
-1
/
+9
2015-07-07
cxl: Fix refcounting in kernel API
Michael Neuling
1
-7
/
+5
2015-07-06
cxl: Test the correct mmio space before unmapping
Daniel Axtens
1
-1
/
+1
2015-07-06
cxl/vphb.c: Use phb pointer after NULL check
Maninder Singh
1
-1
/
+2
2015-06-19
cxl: Fix typo in debug print
Michael Neuling
1
-1
/
+1
2015-06-19
cxl: Add CXL_KERNEL_API config option
Michael Neuling
1
-0
/
+5
2015-06-07
cxl: Reset default context for vPHB on release
Michael Neuling
1
-0
/
+1
2015-06-03
cxl: Add AFU virtual PHB and kernel API
Michael Neuling
5
-4
/
+619
2015-06-03
cxl: Export file ops for use by API
Michael Neuling
2
-9
/
+23
2015-06-03
cxl: Move include file cxl.h -> cxl-base.h
Michael Neuling
5
-5
/
+5
2015-06-03
cxl: Cleanup Makefile
Michael Neuling
1
-1
/
+2
2015-06-03
cxl: Rework context lifetimes
Michael Neuling
2
-3
/
+3
2015-06-03
cxl: Configure PSL for kernel contexts and merge code
Michael Neuling
1
-28
/
+35
2015-06-03
cxl: Split afu_register_irqs() function
Michael Neuling
2
-7
/
+25
[next]