| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-08-06 | 1 | -0/+4 |
|\ |
|
| * | vhost: split out vringh Kconfig | Michael S. Tsirkin | 2016-08-02 | 1 | -1/+1 |
| * | vop: pull in vhost Kconfig | Michael S. Tsirkin | 2016-08-02 | 1 | -0/+4 |
* | | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -10/+10 |
* | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-02 | 1 | -11/+7 |
|\ \ |
|
| * | | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 2016-08-01 | 1 | -1/+1 |
| |\| |
|
| * | | GenWQE: Use pci_(request|release)_mem_regions | Johannes Thumshirn | 2016-06-22 | 1 | -11/+7 |
* | | | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-07-31 | 16 | -186/+1177 |
|\ \ \ |
|
| * | | | cxl: fix potential NULL dereference in free_adapter() | Andrew Donnellan | 2016-07-19 | 1 | -7/+9 |
| * | | | cxl: remove dead Kconfig options | Andrew Donnellan | 2016-07-19 | 1 | -10/+0 |
| * | | | cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards | Andrew Donnellan | 2016-07-14 | 2 | -18/+226 |
| * | | | cxl: Workaround PE=0 hardware limitation in Mellanox CX4 | Ian Munsie | 2016-07-14 | 3 | -1/+4 |
| * | | | cxl: Add support for interrupts on the Mellanox CX4 | Ian Munsie | 2016-07-14 | 4 | -0/+108 |
| * | | | cxl: Add preliminary workaround for CX4 interrupt limitation | Ian Munsie | 2016-07-14 | 5 | -0/+44 |
| * | | | cxl: Add kernel APIs to get & set the max irqs per context | Ian Munsie | 2016-07-14 | 1 | -0/+27 |
| * | | | cxl: Add support for using the kernel API with a real PHB | Ian Munsie | 2016-07-14 | 3 | -2/+22 |
| * | | | cxl: Do not create vPHB if there are no AFU configuration records | Ian Munsie | 2016-07-14 | 2 | -0/+14 |
| * | | | cxl: Allow a default context to be associated with an external pci_dev | Ian Munsie | 2016-07-14 | 6 | -28/+91 |
| * | | | cxl: Move cxl_afu_get / cxl_afu_put to base | Ian Munsie | 2016-07-14 | 2 | -12/+13 |
| * | | | cxl: Enable bus mastering for devices using CAPP DMA mode | Ian Munsie | 2016-07-14 | 1 | -0/+3 |
| * | | | cxl: Add cxl_slot_is_supported API | Ian Munsie | 2016-07-14 | 1 | -0/+37 |
| * | | | cxl: Use for_each_compatible_node() macro | Wei Yongjun | 2016-07-14 | 1 | -3/+2 |
| * | | | cxl: Ignore CAPI adapters misplaced in switched slots | Philippe Bergheaud | 2016-07-08 | 1 | -0/+29 |
| * | | | cxl: make base more explicitly non-modular | Paul Gortmaker | 2016-07-08 | 1 | -2/+1 |
| * | | | cxl: Refine slice error debug messages | Philippe Bergheaud | 2016-07-08 | 4 | -8/+57 |
| * | | | cxl: Fix NULL pointer dereference on kernel contexts with no AFU interrupts | Ian Munsie | 2016-07-08 | 2 | -3/+2 |
| * | | | cxl: Workaround XSL bug that does not clear the RA bit after a reset | Ian Munsie | 2016-07-08 | 1 | -0/+10 |
| * | | | cxl: Fix bug where AFU disable operation had no effect | Ian Munsie | 2016-07-08 | 3 | -7/+53 |
| * | | | cxl: Fix allocating a minimum of 2 pages for the SPA | Ian Munsie | 2016-07-08 | 1 | -1/+1 |
| * | | | cxl: Fix allowing bogus AFU descriptors with 0 maximum processes | Ian Munsie | 2016-07-08 | 1 | -0/+15 |
| * | | | cxl: Add set and get private data to context struct | Michael Neuling | 2016-06-28 | 2 | -0/+24 |
| * | | | cxl: Add mechanism for delivering AFU driver specific events | Philippe Bergheaud | 2016-06-28 | 4 | -9/+84 |
| * | | | cxl: Make vPHB device node match adapter's | Frederic Barrat | 2016-06-16 | 1 | -11/+10 |
| * | | | cxl: Add support for CAPP DMA mode | Ian Munsie | 2016-06-16 | 2 | -1/+4 |
| * | | | cxl: Abstract the differences between the PSL and XSL | Frederic Barrat | 2016-06-16 | 4 | -48/+218 |
| * | | | cxl: Update process element after allocating interrupts | Ian Munsie | 2016-06-16 | 4 | -17/+71 |
| * | | | cxl: static-ify variables to fix sparse warnings | Andrew Donnellan | 2016-06-16 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-07-27 | 1 | -155/+343 |
|\ \ \ |
|
| * | | | eeprom: at24: tweak the loop_until_timeout() macro | Bartosz Golaszewski | 2016-07-18 | 1 | -4/+4 |
| * | | | eeprom: at24: add support for at24mac series | Bartosz Golaszewski | 2016-07-17 | 1 | -0/+42 |
| * | | | eeprom: at24: support reading the serial number for 24csxx | Bartosz Golaszewski | 2016-07-17 | 1 | -2/+78 |
| * | | | eeprom: at24: split at24_eeprom_write() into specialized functions | Bartosz Golaszewski | 2016-07-17 | 1 | -43/+91 |
| * | | | eeprom: at24: split at24_eeprom_read() into specialized functions | Bartosz Golaszewski | 2016-07-17 | 1 | -54/+71 |
| * | | | eeprom: at24: hide the read/write loop behind a macro | Bartosz Golaszewski | 2016-07-17 | 1 | -22/+20 |
| * | | | eeprom: at24: call read/write functions via function pointers | Bartosz Golaszewski | 2016-07-17 | 1 | -2/+9 |
| * | | | eeprom: at24: coding style fixes | Bartosz Golaszewski | 2016-07-17 | 1 | -5/+5 |
| * | | | eeprom: at24: move at24_read() below at24_eeprom_write() | Bartosz Golaszewski | 2016-07-17 | 1 | -32/+32 |
| * | | | eeprom: at24: improve the device_id table readability | Bartosz Golaszewski | 2016-07-17 | 1 | -14/+14 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | drivers: misc: ti-st: Use int instead of fuzzy char for callback status | Geert Uytterhoeven | 2016-07-17 | 1 | -1/+1 |
| | |/
| |/| |
|