summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2016-09-06lkdtm: adjust usercopy tests to bypass const checksKees Cook-8/+17
2016-09-03Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-275/+11
2016-08-31lkdtm: Mark lkdtm_rodata_do_nothing() notraceMichael Ellerman-1/+1
2016-08-30mei: me: disable driver on SPT SPS firmwareTomas Winkler-4/+10
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan-1/+9
2016-08-15misc: delete bh1780 driverLinus Walleij-270/+0
2016-08-12Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-9/+12
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat-3/+6
2016-08-09cxl: Fix sparse warningsAndrew Donnellan-2/+2
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan-4/+4
2016-08-08Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds-2/+3
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+4
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-10/+10
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+7
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin-1/+1
2016-08-02vop: pull in vhost KconfigMichael S. Tsirkin-0/+4
2016-08-01lkdtm: Fix targets for objcopy usageKees Cook-1/+2
2016-08-01lkdtm: fix false positive warning from -Wmaybe-uninitializedKees Cook-1/+1
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas-1/+1
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-186/+1177
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-155/+343
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2016-07-19cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan-7/+9
2016-07-19cxl: remove dead Kconfig optionsAndrew Donnellan-10/+0
2016-07-18eeprom: at24: tweak the loop_until_timeout() macroBartosz Golaszewski-4/+4
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven-1/+1
2016-07-17eeprom: at24: add support for at24mac seriesBartosz Golaszewski-0/+42
2016-07-17eeprom: at24: support reading the serial number for 24csxxBartosz Golaszewski-2/+78
2016-07-17eeprom: at24: split at24_eeprom_write() into specialized functionsBartosz Golaszewski-43/+91
2016-07-17eeprom: at24: split at24_eeprom_read() into specialized functionsBartosz Golaszewski-54/+71
2016-07-17eeprom: at24: hide the read/write loop behind a macroBartosz Golaszewski-22/+20
2016-07-17eeprom: at24: call read/write functions via function pointersBartosz Golaszewski-2/+9
2016-07-17eeprom: at24: coding style fixesBartosz Golaszewski-5/+5
2016-07-17eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski-32/+32
2016-07-17eeprom: at24: improve the device_id table readabilityBartosz Golaszewski-14/+14
2016-07-15lkdtm: silence warnings about function declarationsKees Cook-25/+10
2016-07-15lkdtm: hide unused functionsArnd Bergmann-30/+36
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan-18/+226
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie-1/+4
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie-0/+108
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie-0/+44
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie-2/+22
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie-0/+14
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie-28/+91
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie-12/+13
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIIan Munsie-0/+37
2016-07-14cxl: Use for_each_compatible_node() macroWei Yongjun-3/+2
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud-0/+29