aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-27/+3
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds15-0/+4579
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus 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-08Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-57/+44
2014-10-08Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus 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-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2014-09-29mei: 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
2014-09-29mei: push all standard settings into mei_device_initTomas Winkler4-10/+21
2014-09-29mei: move mei_hbm_hdr function from hbm.h the hbm.cTomas Winkler2-9/+16
2014-09-29mei: kill error message for allocation failureTomas Winkler3-5/+1
2014-09-29mei: nfc: fix style warningTomas Winkler1-1/+0
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler9-6/+51
2014-09-29mei: pg: fix cat and paste error in commentsTomas Winkler1-2/+2
2014-09-29mei: debugfs: add single buffer indicatorTomas Winkler1-3/+4
2014-09-29mei: debugfs: adjust print bufferAlexander Usyskin1-7/+15
2014-09-29mei: add hbm and pg state in devstate debugfs printAlexander Usyskin5-1/+38
2014-09-26mei: fix commentsGeert Uytterhoeven2-4/+4
2014-09-24Merge tag 'imx-cleanup-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/cleanupOlof Johansson2-6/+6
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-09-23VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter1-1/+2
2014-09-23GenWQE: Support blocking when DDCB queue is busyFrank Haverkamp4-22/+57
2014-09-23GenWQE: Fix problem when reading HSI and RetcEberhard S. Amann1-1/+2
2014-09-23GenWQE: Fix checkpatch complaintsFrank Haverkamp4-27/+25
2014-09-23GenWQE: Check return code of pci_sriov_enableFrank Haverkamp1-1/+4
2014-09-23GenWQE: Do not modify return code of genwqe_set_interrupt_capabilityFrank Haverkamp1-3/+1
2014-09-23GenWQE: Update author informationFrank Haverkamp9-10/+10
2014-09-23GenWQE: Remove sysfs entry for driver versionFrank Haverkamp5-13/+4
2014-09-23GenWQE: Check pci_get_totalvfs return codeFrank Haverkamp2-2/+9
2014-09-23misc: st_core: Protect unsigned value against becoming negativeLee Jones1-6/+5
2014-09-23pcie-gadget-spear: use devm_ functionsHimangi Saraogi1-75/+23
2014-09-23misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()Takashi Iwai1-0/+1
2014-09-23EEPROM: Introduce the use of devm_kzallocHimangi Saraogi1-17/+6
2014-09-23mei: bus: fix possible boundaries violationAlexander Usyskin1-1/+1
2014-09-23mei: use connect_data on the stackTomas Winkler1-16/+5
2014-09-23mei: enable adding more IOCTL handlersTomas Winkler1-25/+28