summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-11-24GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer1-1/+11
2016-11-24mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin1-2/+4
2016-07-12drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich1-1/+1
2016-07-12misc/bmp085: Enable building as a moduleBen Hutchings1-1/+1
2016-05-17cxl: Keep IRQ mappings on context teardownMichael Neuling1-1/+0
2015-10-27cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens1-2/+0
2015-07-04mei: me: wait for power gating exit confirmationAlexander Usyskin4-5/+80
2015-07-04mei: txe: reduce suspend/resume timeTomas Winkler1-10/+10
2015-03-24cxl: Add missing return statement after handling AFU errrorIan Munsie1-0/+1
2015-03-24cxl: Fix device_node reference countingRyan Grimm1-1/+1
2015-03-24cxl: Use image state defaults for reloading FPGARyan Grimm2-2/+41
2015-03-14mei: make device disabled on stop unconditionallyAlexander Usyskin1-0/+2
2015-03-07mei: me: release hw from reset only during the reset flowAlexander Usyskin1-2/+1
2015-03-07mei: mask interrupt set bit on clean reset bitAlexander Usyskin1-1/+1
2015-01-27mei: clean reset bit before resetAlexander Usyskin1-0/+12
2015-01-27cxl: Unmap MMIO regions when detaching a contextIan Munsie3-3/+21
2015-01-27cxl: Add timeout to process element commandsIan Munsie1-0/+5
2015-01-27cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie5-21/+15
2015-01-16misc: genwqe: check for error from get_user_pages_fast()Ian Abbott1-0/+2
2014-10-28cxl: Fix PSL error due to duplicate segment table entriesIan Munsie1-6/+22
2014-10-28cxl: Refactor cxl_load_segment() and find_free_sste()Ian Munsie1-16/+18
2014-10-28cxl: Disable secondary hash in segment tableIan Munsie2-24/+10
2014-10-19Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+6
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+1
2014-10-15carma-fpga: move to fsl_dma_external_start()Vinod Koul1-1/+2
2014-10-15carma-fpga: use dmaengine_xxx() APIVinod Koul1-5/+4
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin1-5/+1
2014-10-14altera-stapl: replace strnicmp with strncasecmpRasmus Villemoes1-2/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-27/+3
2014-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds15-0/+4579
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2014-10-09carma-fpga: switch to simple_read_from_buffer()Al Viro1-7/+2
2014-10-09carma-fpga: switch to fixed_size_llseek()Al Viro1-20/+1
2014-10-09cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie1-5/+15
2014-10-09Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-57/+44
2014-10-08Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds34-1215/+1558
2014-10-08cxl: Add driver to Kbuild and MakefilesIan Munsie2-0/+19
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie10-0/+4453
2014-10-08cxl: Add base builtin supportIan Munsie5-0/+97
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+4
2014-09-30mei: mei_txe_fw_sts can be staticFengguang Wu1-1/+1
2014-09-29mei: fix kernel-doc warningsAlexander Usyskin14-67/+231
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin15-225/+243
2014-09-29mei: drop me_client_presentation_numAlexander Usyskin2-3/+0
2014-09-29mei: trivial: fix errors in prints in commentsAlexander Usyskin3-4/+4
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler10-11/+9
2014-09-29mei: push pci cfg structure me hwTomas Winkler6-45/+41
2014-09-29mei: remove the reference to pdev from mei_deviceTomas Winkler5-8/+4
2014-09-29mei: move fw_status back to hw ops handlersTomas Winkler4-22/+66
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler15-251/+239