summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-23rapidio/rionet: add mport removal handlingAlexandre Bounine1-26/+44
2016-03-23rapidio/rionet: add locking into add/remove deviceAlexandre Bounine1-50/+102
2016-03-23rapidio/tsi721: add HW specific mport removalAlexandre Bounine3-122/+212
2016-03-23rapidio: add core mport removal supportAlexandre Bounine2-20/+80
2016-03-23rapidio: move net allocation into core codeAlexandre Bounine3-35/+119
2016-03-23rapidio: rework common RIO device add/delete routinesAlexandre Bounine3-12/+36
2016-03-23rapidio/rionet: add shutdown event handlingAlexandre Bounine1-0/+38
2016-03-23rapidio/tsi721: add shutdown notification callbackAlexandre Bounine3-0/+48
2016-03-23rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine1-0/+12
2016-03-23rapidio/tsi721: add query_mport callbackAlexandre Bounine1-0/+34
2016-03-23rapidio: add query_mport operationAlexandre Bounine1-0/+17
2016-03-23rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine2-30/+32
2016-03-23rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine2-30/+142
2016-03-23rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine2-21/+62
2016-03-23rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine1-4/+2
2016-03-23rapidio/rionet: add capability to change MTUAurelien Jacquiot1-2/+15
2016-03-23rapidio/rionet: fix deadlock on SMPAurelien Jacquiot1-2/+2
2016-03-23drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski1-1/+1
2016-03-23input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski1-11/+1
2016-03-23drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2-2/+2
2016-03-23drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski1-1/+1
2016-03-23firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski1-2/+2
2016-03-23staging/lustre: switch from is_compat_task to in_compat_syscallAndy Lutomirski1-1/+1
2016-03-22Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds55-759/+1104
2016-03-22Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds8-39/+57
2016-03-21[media] vsp1: use proper dma alloc/free functionsLinus Torvalds1-2/+2
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds651-27274/+38332
2016-03-21Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds3-205/+535
2016-03-21drivers/perf: arm_pmu: avoid NULL dereference when not using devicetreeWill Deacon1-4/+3
2016-03-21drm/amdgpu: release_pages requires linux/pagemap.hStephen Rothwell2-0/+2
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-48/+35
2016-03-21Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-129/+129
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+6
2016-03-21Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds36-1290/+922
2016-03-21Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds31-184/+149
2016-03-21Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds17-75/+1190
2016-03-21Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-20/+20
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds15-279/+646
2016-03-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds6-22/+1025
2016-03-20Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds26-316/+1352
2016-03-20Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+9
2016-03-20Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-20/+190
2016-03-20Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds26-788/+4522
2016-03-20Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-10/+21
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds593-20366/+51865
2016-03-19bonding: fix bond_get_stats()Eric Dumazet1-31/+35
2016-03-19net: bcmgenet: fix dma api length mismatchEric Dumazet1-2/+2
2016-03-19net/mlx4_core: Fix backward compatibility on VFsEli Cohen1-6/+18
2016-03-19Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds13-57/+397
2016-03-19phy: mdio-thunder: Fix some Kconfig typosAndreas Färber1-2/+2