Age | Commit message (Expand) | Author |
2016-04-27 | cxl: Poll for outstanding IRQs when detaching a context | Michael Neuling |
2016-04-27 | cxl: Keep IRQ mappings on context teardown | Michael Neuling |
2016-03-19 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2016-03-17 | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-03-09 | cxl: Ignore probes for virtual afu pci devices | Vaibhav Jain |
2016-03-09 | cxl: Remove cxl_get_phys_dev() kernel API | Frederic Barrat |
2016-03-09 | cxl: Add tracepoints around the cxl hcall | Christophe Lombard |
2016-03-09 | cxl: Adapter failure handling | Christophe Lombard |
2016-03-09 | cxl: Support the cxl kernel API from a guest | Frederic Barrat |
2016-03-09 | cxl: Parse device tree and create cxl device(s) at boot | Frederic Barrat |
2016-03-09 | cxl: Support to flash a new image on the adapter from a guest | Christophe Lombard |
2016-03-09 | cxl: sysfs support for guests | Christophe Lombard |
2016-03-09 | cxl: Add guest-specific code | Christophe Lombard |
2016-03-09 | cxl: Separate bare-metal fields in adapter and AFU data structures | Christophe Lombard |
2016-03-09 | cxl: New hcalls to support cxl adapters | Christophe Lombard |
2016-03-09 | cxl: IRQ allocation for guests | Frederic Barrat |
2016-03-09 | cxl: Update cxl_irq() prototype | Frederic Barrat |
2016-03-09 | cxl: Isolate a few bare-metal-specific calls | Frederic Barrat |
2016-03-09 | cxl: Rename some bare-metal specific functions | Frederic Barrat |
2016-03-09 | cxl: Introduce implementation-specific API | Frederic Barrat |
2016-03-09 | cxl: Define process problem state area at attach time only | Frederic Barrat |
2016-03-09 | cxl: Move bare-metal specific code to specialized files | Frederic Barrat |
2016-03-09 | cxl: Move common code away from bare-metal-specific files | Christophe Lombard |
2016-02-29 | cxl: Fix PSL timebase synchronization detection | Frederic Barrat |
2016-02-07 | misc: cxl: use kobj_to_dev() | Geliang Tang |
2016-02-05 | PCI: Remove includes of asm/pci-bridge.h | Bjorn Helgaas |
2016-01-15 | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2016-01-11 | cxl: Enable PCI device ID for future IBM CXL adapter | Uma Krishnan |
2016-01-11 | cxl: use -Werror only with CONFIG_PPC_WERROR | Brian Norris |
2016-01-11 | cxl: fix build for GCC 4.6.x | Brian Norris |
2016-01-05 | cxl: Fix DSI misses when the context owning task exits | Vaibhav Jain |
2015-12-08 | cxl: Set endianess of kernel contexts | Frederic Barrat |
2015-11-24 | cxl: use correct operator when writing pcie config space values | Andrew Donnellan |
2015-11-24 | cxl: Fix possible idr warning when contexts are released | Vaibhav Jain |
2015-11-05 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2015-10-15 | cxl: Free virtual PHB when removing | Andrew Donnellan |
2015-10-07 | cxl: Fix number of allocated pages in SPA | Christophe Lombard |
2015-10-06 | cxl: Workaround malformed pcie packets on some cards | Philippe Bergheaud |
2015-10-01 | cxl: fix leak of ctx->mapping when releasing kernel API contexts | Andrew Donnellan |
2015-10-01 | cxl: fix leak of ctx->irq_bitmap when releasing context via kernel API | Andrew Donnellan |
2015-10-01 | cxl: fix leak of IRQ names in cxl_free_afu_irqs() | Andrew Donnellan |
2015-09-23 | cxl: Fix lockdep warning while creating afu_err_buff attribute | Vaibhav Jain |
2015-09-15 | cxl: Fix build failure due to -Wunused-variable behaviour change | Ian Munsie |
2015-09-15 | cxl: Fix unbalanced pci_dev_get in cxl_probe | Daniel Axtens |
2015-09-07 | cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline | Andrew Donnellan |
2015-09-03 | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2015-08-30 | cxl: Set up and enable PSL Timebase | Philippe Bergheaud |
2015-08-30 | cxl: Fix force unmapping mmaps of contexts allocated through the kernel api | Ian Munsie |
2015-08-30 | cxl: Fix + cleanup error paths in cxl_dev_context_init | Ian Munsie |