summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-08-30misc: mic: scif: use vma_pages().Muhammad Falak R Wani1-2/+2
2016-08-30mic: remove unused function argArnd Bergmann1-4/+2
2016-08-30mei: amthif: fix deadlock in initialization during a resetAlexander Usyskin2-5/+9
2016-08-30mei: drop unused file transaction statesAlexander Usyskin1-3/+0
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin4-109/+1
2016-08-30mei: enqueue consecutive readsAlexander Usyskin2-20/+22
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler6-39/+61
2016-08-30mei: use consistent naming for TX control flow creditsTomas Winkler3-45/+43
2016-08-30mei: rx flow control counterAlexander Usyskin3-29/+16
2016-08-30mei: prepare read cb for fixed address clients on the receive path only.Alexander Usyskin1-5/+3
2016-08-30mei: drop redundant krealloc and checks in irq readAlexander Usyskin1-25/+11
2016-08-30mei: amthif: drop mei_clear_lists functionAlexander Usyskin1-22/+5
2016-08-30mei: add read callback on demand for fixed_address clientsAlexander Usyskin2-13/+12
2016-08-30mei: add file pointer to the host client structureAlexander Usyskin4-10/+10
2016-08-30mei: move read cb to complete queue if not connectedAlexander Usyskin1-0/+1
2016-08-30mei: fix return value on disconnectionTomas Winkler3-3/+3
2016-08-30mei: drop read complete queue emptiness checkAlexander Usyskin2-2/+4
2016-08-30mei: hbm: add missing argument in the kdocTomas Winkler1-0/+1
2016-08-30mei: recover after errors in runtime pm flowAlexander Usyskin4-0/+19
2016-08-30mei: drop mei_io_cb_alloc_bufAlexander Usyskin2-28/+6
2016-08-30mei: amthif: use mei_cl_alloc_cb for allocating cbsAlexander Usyskin1-13/+3
2016-08-30mei: amthif: drop mei_amthif_send_cmdAlexander Usyskin1-36/+16
2016-08-30mei: amthif: enable poll for async eventsAlexander Usyskin1-5/+5
2016-08-30mei: amthif: drop iamthif_current_cbAlexander Usyskin3-10/+0
2016-08-30mei: amthif: fix request cancelAlexander Usyskin2-75/+38
2016-08-30mei: amthif: drop READ_COMPLETE stateAlexander Usyskin3-28/+13
2016-08-12Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-9/+12
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat1-3/+6
2016-08-09cxl: Fix sparse warningsAndrew Donnellan2-2/+2
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan3-4/+4
2016-08-08Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2-2/+3
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...Linus 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-01lkdtm: Fix targets for objcopy usageKees Cook1-1/+2
2016-08-01lkdtm: fix false positive warning from -Wmaybe-uninitializedKees Cook1-1/+1
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/po...Linus Torvalds16-186/+1177
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus 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