summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey2016-03-221-1/+4
* drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey2016-03-221-4/+16
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-6/+5
* ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-1/+1
* rapidio: add mport char device driverAlexandre Bounine2016-03-223-0/+2729
* rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine2016-03-221-9/+73
* rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine2016-03-221-9/+16
* rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine2016-03-221-16/+21
* rapidio/tsi721: add filtered debug outputAlexandre Bounine2016-03-223-189/+240
* rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine2016-03-222-7/+235
* rapidio: add outbound window supportAlexandre Bounine2016-03-221-0/+50
* rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine2016-03-221-12/+30
* rapidio: add global inbound port write interfacesAlexandre Bounine2016-03-222-44/+122
* rapidio: move rio_pw_enable into core codeAlexandre Bounine2016-03-222-11/+19
* rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine2016-03-222-13/+14
* rapidio: add lock protection for doorbell listAlexandre Bounine2016-03-221-3/+6
* rapidio/rionet: add mport removal handlingAlexandre Bounine2016-03-221-26/+44
* rapidio/rionet: add locking into add/remove deviceAlexandre Bounine2016-03-221-50/+102
* rapidio/tsi721: add HW specific mport removalAlexandre Bounine2016-03-223-122/+212
* rapidio: add core mport removal supportAlexandre Bounine2016-03-222-20/+80
* rapidio: move net allocation into core codeAlexandre Bounine2016-03-223-35/+119
* rapidio: rework common RIO device add/delete routinesAlexandre Bounine2016-03-223-12/+36
* rapidio/rionet: add shutdown event handlingAlexandre Bounine2016-03-221-0/+38
* rapidio/tsi721: add shutdown notification callbackAlexandre Bounine2016-03-223-0/+48
* rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine2016-03-221-0/+12
* rapidio/tsi721: add query_mport callbackAlexandre Bounine2016-03-221-0/+34
* rapidio: add query_mport operationAlexandre Bounine2016-03-221-0/+17
* rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine2016-03-222-30/+32
* rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine2016-03-222-30/+142
* rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine2016-03-222-21/+62
* rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine2016-03-221-4/+2
* rapidio/rionet: add capability to change MTUAurelien Jacquiot2016-03-221-2/+15
* rapidio/rionet: fix deadlock on SMPAurelien Jacquiot2016-03-221-2/+2
* drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski2016-03-221-1/+1
* input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski2016-03-221-11/+1
* drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-03-222-2/+2
* drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski2016-03-221-1/+1
* firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski2016-03-221-2/+2
* staging/lustre: switch from is_compat_task to in_compat_syscallAndy Lutomirski2016-03-221-1/+1
* Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-03-2155-759/+1104
|\
| * mmc: sdhci-of-at91: fix wake-up issue when using runtime pmludovic.desroches@atmel.com2016-03-181-0/+20
| * mmc: sdhci-pci: Do not set DMA mask in enable_dma()Alexandre Courbot2016-03-181-15/+0
| * mmc: sdhci-acpi: Remove enable_dma() hookAlexandre Courbot2016-03-181-30/+0
| * mmc: sdhci: Set DMA mask when adding hostAlexandre Courbot2016-03-181-7/+41
| * mmc: block: fix ABI regression of mmc_blk_ioctlShawn Lin2016-03-171-8/+16
| * mmc: atmel-mci: Check pdata for NULL before dereferencing it at DMA configBrent Taylor2016-03-171-1/+1
| * mmc: core: remove redundant memset of sdio_read_cccrShawn Lin2016-03-171-2/+0
| * mmc: core: remove redundant memset of mmc_decode_cidShawn Lin2016-03-171-2/+0
| * mmc: of_mmc_spi: fix unused warningBrian Norris2016-03-171-2/+0