summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-12-051-0/+6
* scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.Maurizio Lombardi2017-07-271-4/+10
* drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter2017-06-261-2/+2
* misc: ioc4: simplify wave period measurement in clock_calibrateRichard Leitner2017-04-301-15/+16
* GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer2016-11-231-1/+11
* mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin2016-11-231-2/+4
* drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich2016-07-121-1/+1
* misc/bmp085: Enable building as a moduleBen Hutchings2016-07-121-1/+1
* cxl: Keep IRQ mappings on context teardownMichael Neuling2016-05-171-1/+0
* cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens2015-10-271-2/+0
* mei: me: wait for power gating exit confirmationAlexander Usyskin2015-07-034-5/+80
* mei: txe: reduce suspend/resume timeTomas Winkler2015-07-031-10/+10
* cxl: Add missing return statement after handling AFU errrorIan Munsie2015-03-231-0/+1
* cxl: Fix device_node reference countingRyan Grimm2015-03-231-1/+1
* cxl: Use image state defaults for reloading FPGARyan Grimm2015-03-232-2/+41
* mei: make device disabled on stop unconditionallyAlexander Usyskin2015-03-141-0/+2
* mei: me: release hw from reset only during the reset flowAlexander Usyskin2015-03-061-2/+1
* mei: mask interrupt set bit on clean reset bitAlexander Usyskin2015-03-061-1/+1
* mei: clean reset bit before resetAlexander Usyskin2015-01-271-0/+12
* cxl: Unmap MMIO regions when detaching a contextIan Munsie2015-01-273-3/+21
* cxl: Add timeout to process element commandsIan Munsie2015-01-271-0/+5
* cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie2015-01-275-21/+15
* misc: genwqe: check for error from get_user_pages_fast()Ian Abbott2015-01-161-0/+2
* cxl: Fix PSL error due to duplicate segment table entriesIan Munsie2014-10-281-6/+22
* cxl: Refactor cxl_load_segment() and find_free_sste()Ian Munsie2014-10-281-16/+18
* cxl: Disable secondary hash in segment tableIan Munsie2014-10-282-24/+10
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-181-6/+6
|\
| * carma-fpga: move to fsl_dma_external_start()Vinod Koul2014-10-151-1/+2
| * carma-fpga: use dmaengine_xxx() APIVinod Koul2014-10-151-5/+4
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-5/+1
|\ \
| * | virtio: unify config_changed handlingMichael S. Tsirkin2014-10-151-5/+1
* | | 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