aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+4
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-10/+10
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+7
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin1-1/+1
2016-08-02vop: pull in vhost KconfigMichael S. Tsirkin1-0/+4
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas1-1/+1
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds16-186/+1177
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-155/+343
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-07-19cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan1-7/+9
2016-07-19cxl: remove dead Kconfig optionsAndrew Donnellan1-10/+0
2016-07-18eeprom: at24: tweak the loop_until_timeout() macroBartosz Golaszewski1-4/+4
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven1-1/+1
2016-07-17eeprom: at24: add support for at24mac seriesBartosz Golaszewski1-0/+42
2016-07-17eeprom: at24: support reading the serial number for 24csxxBartosz Golaszewski1-2/+78
2016-07-17eeprom: at24: split at24_eeprom_write() into specialized functionsBartosz Golaszewski1-43/+91
2016-07-17eeprom: at24: split at24_eeprom_read() into specialized functionsBartosz Golaszewski1-54/+71
2016-07-17eeprom: at24: hide the read/write loop behind a macroBartosz Golaszewski1-22/+20
2016-07-17eeprom: at24: call read/write functions via function pointersBartosz Golaszewski1-2/+9
2016-07-17eeprom: at24: coding style fixesBartosz Golaszewski1-5/+5
2016-07-17eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski1-32/+32
2016-07-17eeprom: at24: improve the device_id table readabilityBartosz Golaszewski1-14/+14
2016-07-15lkdtm: silence warnings about function declarationsKees Cook7-25/+10
2016-07-15lkdtm: hide unused functionsArnd Bergmann1-30/+36
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan2-18/+226
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie3-1/+4
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie4-0/+108
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie5-0/+44
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie1-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie3-2/+22
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2-0/+14
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie6-28/+91
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2-12/+13
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIIan Munsie1-0/+37
2016-07-14cxl: Use for_each_compatible_node() macroWei Yongjun1-3/+2
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud1-0/+29
2016-07-08cxl: make base more explicitly non-modularPaul Gortmaker1-2/+1
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud4-8/+57
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie2-3/+2
2016-07-08cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie1-0/+10
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie3-7/+53
2016-07-08cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie1-1/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie1-0/+15
2016-07-07lkdtm: use struct arrays instead of enumsKees Cook1-463/+205
2016-07-07lkdtm: move jprobe entry points to start of sourceKees Cook1-64/+65
2016-07-07lkdtm: reorganize module paramatersKees Cook1-11/+17
2016-07-07lkdtm: rename globals for clarityKees Cook1-37/+38
2016-07-07lkdtm: rename "count" to "crash_count"Kees Cook1-14/+12
2016-07-07lkdtm: remove intentional off-by-one array accessKees Cook1-5/+11