Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4805f8a8a2f6add254c112efa1aba74c09f81b54
/
drivers
/
misc
/
cxl
53d4370
cxl: fix nested locking hang during EEH hotplug
by Andrew Donnellan
· 8 years ago
411d0b0
cxl: Prevent read/write to AFU config space while AFU not configured
by Andrew Donnellan
· 8 years ago
a05b82d
cxl: Fix leaking pid refs in some error paths
by Vaibhav Jain
· 8 years ago
70b565b
cxl: Prevent adapter reset if an active context exists
by Vaibhav Jain
· 8 years ago
735840b
cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()
by Andrew Donnellan
· 8 years ago
aaa2245
cxl: Flush PSL cache before resetting the adapter
by Frederic Barrat
· 8 years ago
b135077
cxl: Fix informational message
by Frederic Barrat
· 8 years ago
6f38a8b
cxl: use pcibios_free_controller_deferred() when removing vPHBs
by Andrew Donnellan
· 8 years ago
c6d2ee0
cxl: Set psl_fir_cntl to production environment value
by Frederic Barrat
· 8 years ago
6fd40f1
cxl: Fix sparse warnings
by Andrew Donnellan
· 8 years ago
1647933
cxl: Fix NULL dereference in cxl_context_init() on PowerVM guests
by Andrew Donnellan
· 8 years ago
8fbaa51
cxl: fix potential NULL dereference in free_adapter()
by Andrew Donnellan
· 8 years ago
1e44727
cxl: remove dead Kconfig options
by Andrew Donnellan
· 8 years ago
b0b5e59
cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards
by Andrew Donnellan
· 8 years ago
f67a672
cxl: Workaround PE=0 hardware limitation in Mellanox CX4
by Ian Munsie
· 8 years ago
a2f67d5
cxl: Add support for interrupts on the Mellanox CX4
by Ian Munsie
· 8 years ago
cbce091
cxl: Add preliminary workaround for CX4 interrupt limitation
by Ian Munsie
· 8 years ago
79384e4
cxl: Add kernel APIs to get & set the max irqs per context
by Ian Munsie
· 8 years ago
317f5ef
cxl: Add support for using the kernel API with a real PHB
by Ian Munsie
· 8 years ago
e4f5fc0
cxl: Do not create vPHB if there are no AFU configuration records
by Ian Munsie
· 8 years ago
a19bd79
cxl: Allow a default context to be associated with an external pci_dev
by Ian Munsie
· 8 years ago
62ccf2d
cxl: Move cxl_afu_get / cxl_afu_put to base
by Ian Munsie
· 8 years ago
48b3adf
cxl: Enable bus mastering for devices using CAPP DMA mode
by Ian Munsie
· 8 years ago
4e56f85
cxl: Add cxl_slot_is_supported API
by Ian Munsie
· 8 years ago
fc9f75e
cxl: Use for_each_compatible_node() macro
by Wei Yongjun
· 8 years ago
3b3dcd6
cxl: Ignore CAPI adapters misplaced in switched slots
by Philippe Bergheaud
· 8 years ago
e00878b
cxl: make base more explicitly non-modular
by Paul Gortmaker
· 8 years ago
6e0c50f
cxl: Refine slice error debug messages
by Philippe Bergheaud
· 8 years ago
f5c9df9
cxl: Fix NULL pointer dereference on kernel contexts with no AFU interrupts
by Ian Munsie
· 8 years ago
2a4f667
cxl: Workaround XSL bug that does not clear the RA bit after a reset
by Ian Munsie
· 8 years ago
5e7823c
cxl: Fix bug where AFU disable operation had no effect
by Ian Munsie
· 8 years ago
2224b67
cxl: Fix allocating a minimum of 2 pages for the SPA
by Ian Munsie
· 8 years ago
49e9c99
cxl: Fix allowing bogus AFU descriptors with 0 maximum processes
by Ian Munsie
· 8 years ago
ad42de8
cxl: Add set and get private data to context struct
by Michael Neuling
· 8 years ago
b810253
cxl: Add mechanism for delivering AFU driver specific events
by Philippe Bergheaud
· 8 years ago
a430739
cxl: Make vPHB device node match adapter's
by Frederic Barrat
· 8 years ago
b385c9e
cxl: Add support for CAPP DMA mode
by Ian Munsie
· 8 years ago
6d38261
cxl: Abstract the differences between the PSL and XSL
by Frederic Barrat
· 8 years ago
292841b
cxl: Update process element after allocating interrupts
by Ian Munsie
· 8 years ago
64417a3
cxl: static-ify variables to fix sparse warnings
by Andrew Donnellan
· 9 years ago
c04a588
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
266eab8
cxl: Check periodically the coherent platform function's state
by Christophe Lombard
· 9 years ago
7a0d85d
cxl: Add kernel API to allow a context to operate with relocate disabled
by Ian Munsie
· 9 years ago
3c206fa
cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQs
by Ian Munsie
· 9 years ago
0e5b5ba
cxl: Remove duplicate #defines
by Ian Munsie
· 9 years ago
895a798
cxl: Handle num_of_processes larger than can fit in the SPA
by Ian Munsie
· 9 years ago
ac29c64
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
by Aneesh Kumar K.V
· 9 years ago
c7d5484
powerpc/mm: Use _PAGE_READ to indicate Read access
by Aneesh Kumar K.V
· 9 years ago
2bc79ff
cxl: Poll for outstanding IRQs when detaching a context
by Michael Neuling
· 9 years ago
d6776bb
cxl: Keep IRQ mappings on context teardown
by Michael Neuling
· 9 years ago
3b1dbfa
cxl: Fix DAR check & use REGION_ID instead of opencoding
by Aneesh Kumar K.V
· 9 years ago
4aec6ec
cxl: Increase timeout for detection of AFU mmio hang
by Frederic Barrat
· 9 years ago
e009a7e
cxl: Allow initialization on timebase sync failures
by Frederic Barrat
· 9 years ago
1050e68
cxl: Delete an unnecessary check before the function call "kfree"
by Markus Elfring
· 9 years ago
aa14138
cxl: Configure the PSL for two CAPI ports on POWER8NVL
by Philippe Bergheaud
· 9 years ago
d88e397
cxl: Remove dead code
by Frederic Barrat
· 9 years ago
d5e2d00
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
8eee93e
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
63e3027
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
17eb3ee
cxl: Ignore probes for virtual afu pci devices
by Vaibhav Jain
· 9 years ago
0d3a13f
cxl: Remove cxl_get_phys_dev() kernel API
by Frederic Barrat
· 9 years ago
e7a801a
cxl: Add tracepoints around the cxl hcall
by Christophe Lombard
· 9 years ago
0d400f7
cxl: Adapter failure handling
by Christophe Lombard
· 9 years ago
d601ea9
cxl: Support the cxl kernel API from a guest
by Frederic Barrat
· 9 years ago
b40844a
cxl: Parse device tree and create cxl device(s) at boot
by Frederic Barrat
· 9 years ago
594ff7d
cxl: Support to flash a new image on the adapter from a guest
by Christophe Lombard
· 9 years ago
4752876
cxl: sysfs support for guests
by Christophe Lombard
· 9 years ago
14baf4d
cxl: Add guest-specific code
by Christophe Lombard
· 9 years ago
cbffa3a
cxl: Separate bare-metal fields in adapter and AFU data structures
by Christophe Lombard
· 9 years ago
444c4ba
cxl: New hcalls to support cxl adapters
by Christophe Lombard
· 9 years ago
73d55c3
cxl: IRQ allocation for guests
by Frederic Barrat
· 9 years ago
6d625ed
cxl: Update cxl_irq() prototype
by Frederic Barrat
· 9 years ago
ea2d1f9
cxl: Isolate a few bare-metal-specific calls
by Frederic Barrat
· 9 years ago
2b04cf3
cxl: Rename some bare-metal specific functions
by Frederic Barrat
· 9 years ago
5be587b
cxl: Introduce implementation-specific API
by Frederic Barrat
· 9 years ago
cca44c0
cxl: Define process problem state area at attach time only
by Frederic Barrat
· 9 years ago
d56d301
cxl: Move bare-metal specific code to specialized files
by Frederic Barrat
· 9 years ago
8633186
cxl: Move common code away from bare-metal-specific files
by Christophe Lombard
· 9 years ago
923adb1
cxl: Fix PSL timebase synchronization detection
by Frederic Barrat
· 9 years ago
85016ff
misc: cxl: use kobj_to_dev()
by Geliang Tang
· 9 years ago
952bbcb
PCI: Remove includes of asm/pci-bridge.h
by Bjorn Helgaas
· 9 years ago
f689b74
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
68adb7b
cxl: Enable PCI device ID for future IBM CXL adapter
by Uma Krishnan
· 9 years ago
57f7c39
cxl: use -Werror only with CONFIG_PPC_WERROR
by Brian Norris
· 9 years ago
aa095455
cxl: fix build for GCC 4.6.x
by Brian Norris
· 9 years ago
7b8ad49
cxl: Fix DSI misses when the context owning task exits
by Vaibhav Jain
· 9 years ago
e606e03
cxl: Set endianess of kernel contexts
by Frederic Barrat
· 9 years ago
48f0f6b
cxl: use correct operator when writing pcie config space values
by Andrew Donnellan
· 9 years ago
1b5df59
cxl: Fix possible idr warning when contexts are released
by Vaibhav Jain
· 9 years ago
2f4bf52
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
2e1a255
cxl: Free virtual PHB when removing
by Andrew Donnellan
· 9 years ago
4108efb
cxl: Fix number of allocated pages in SPA
by Christophe Lombard
· 9 years ago
d79e680
cxl: Workaround malformed pcie packets on some cards
by Philippe Bergheaud
· 9 years ago
5f81b95
cxl: fix leak of ctx->mapping when releasing kernel API contexts
by Andrew Donnellan
· 9 years ago
52adee5
cxl: fix leak of ctx->irq_bitmap when releasing context via kernel API
by Andrew Donnellan
· 9 years ago
8dde152
cxl: fix leak of IRQ names in cxl_free_afu_irqs()
by Andrew Donnellan
· 9 years ago
d6eb71a
cxl: Fix lockdep warning while creating afu_err_buff attribute
by Vaibhav Jain
· 9 years ago
2cd55c6
cxl: Fix build failure due to -Wunused-variable behaviour change
by Ian Munsie
· 9 years ago
2925c2f
cxl: Fix unbalanced pci_dev_get in cxl_probe
by Daniel Axtens
· 9 years ago
7d1647d
cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline
by Andrew Donnellan
· 9 years ago
Next »