summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* altera-stapl: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-27/+3
|\
| * carma-fpga: switch to simple_read_from_buffer()Al Viro2014-10-091-7/+2
| * carma-fpga: switch to fixed_size_llseek()Al Viro2014-10-091-20/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-1115-0/+4579
|\ \
| * | cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie2014-10-091-5/+15
| * | cxl: Add driver to Kbuild and MakefilesIan Munsie2014-10-082-0/+19
| * | cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-0810-0/+4453
| * | cxl: Add base builtin supportIan Munsie2014-10-085-0/+97
| |/
* | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-1/+0
|\ \
| * | PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri2014-09-241-1/+0
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-57/+44
|\ \ \
| * \ \ Merge tag 'imx-cleanup-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2014-09-242-6/+6
| |\ \ \
| * | | | ARM: at91/tclib: mask interruptions at shutdown and probeGaël PORTAY2014-09-081-0/+16
| * | | | ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY2014-09-081-49/+22
| * | | | ARM: at91/tclib: prefer using of devm_* functionsGaël PORTAY2014-09-081-8/+6
| | |/ / | |/| |
* | | | Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-0834-1215/+1558
|\ \ \ \
| * | | | mei: mei_txe_fw_sts can be staticFengguang Wu2014-09-291-1/+1
| * | | | mei: fix kernel-doc warningsAlexander Usyskin2014-09-2914-67/+231
| * | | | mei: fix KDoc documentation formattingAlexander Usyskin2014-09-2915-225/+243
| * | | | mei: drop me_client_presentation_numAlexander Usyskin2014-09-292-3/+0
| * | | | mei: trivial: fix errors in prints in commentsAlexander Usyskin2014-09-293-4/+4
| * | | | mei: remove include to pci header from mei module filesTomas Winkler2014-09-2910-11/+9
| * | | | mei: push pci cfg structure me hwTomas Winkler2014-09-296-45/+41
| * | | | mei: remove the reference to pdev from mei_deviceTomas Winkler2014-09-295-8/+4
| * | | | mei: move fw_status back to hw ops handlersTomas Winkler2014-09-294-22/+66
| * | | | mei: get rid of most of the pci dependencies in meiTomas Winkler2014-09-2915-251/+239
| * | | | mei: push all standard settings into mei_device_initTomas Winkler2014-09-294-10/+21
| * | | | mei: move mei_hbm_hdr function from hbm.h the hbm.cTomas Winkler2014-09-292-9/+16
| * | | | mei: kill error message for allocation failureTomas Winkler2014-09-293-5/+1
| * | | | mei: nfc: fix style warningTomas Winkler2014-09-291-1/+0
| * | | | mei: fix style warning: Missing a blank line after declarationsTomas Winkler2014-09-299-6/+51
| * | | | mei: pg: fix cat and paste error in commentsTomas Winkler2014-09-291-2/+2
| * | | | mei: debugfs: add single buffer indicatorTomas Winkler2014-09-291-3/+4
| * | | | mei: debugfs: adjust print bufferAlexander Usyskin2014-09-291-7/+15
| * | | | mei: add hbm and pg state in devstate debugfs printAlexander Usyskin2014-09-295-1/+38
| * | | | VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter2014-09-231-1/+2
| * | | | GenWQE: Support blocking when DDCB queue is busyFrank Haverkamp2014-09-234-22/+57
| * | | | GenWQE: Fix problem when reading HSI and RetcEberhard S. Amann2014-09-231-1/+2
| * | | | GenWQE: Fix checkpatch complaintsFrank Haverkamp2014-09-234-27/+25
| * | | | GenWQE: Check return code of pci_sriov_enableFrank Haverkamp2014-09-231-1/+4
| * | | | GenWQE: Do not modify return code of genwqe_set_interrupt_capabilityFrank Haverkamp2014-09-231-3/+1
| * | | | GenWQE: Update author informationFrank Haverkamp2014-09-239-10/+10
| * | | | GenWQE: Remove sysfs entry for driver versionFrank Haverkamp2014-09-235-13/+4
| * | | | GenWQE: Check pci_get_totalvfs return codeFrank Haverkamp2014-09-232-2/+9
| * | | | misc: st_core: Protect unsigned value against becoming negativeLee Jones2014-09-231-6/+5
| * | | | pcie-gadget-spear: use devm_ functionsHimangi Saraogi2014-09-231-75/+23
| * | | | misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()Takashi Iwai2014-09-231-0/+1
| * | | | EEPROM: Introduce the use of devm_kzallocHimangi Saraogi2014-09-231-17/+6
| * | | | mei: bus: fix possible boundaries violationAlexander Usyskin2014-09-231-1/+1
OpenPOWER on IntegriCloud