aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 4-5/+333
2016-01-24Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvha...Gravatar Linus Torvalds 2-0/+9
2016-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 7-39/+297
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-2/+1
2016-01-24ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listGravatar Josh Boyer 1-0/+7
2016-01-24intel_telemetry_debugfs: Fix unused warnings in telemetry debugfsGravatar Souvik Kumar Chakravarty 1-0/+2
2016-01-24MIPS: bcm963xx: Move extended flash address to bcm_tag header fileGravatar Simon Arlott 1-4/+2
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureGravatar Simon Arlott 1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 129-4144/+5686
2016-01-24IRQCHIP: irq-pic32-evic: Add support for PIC32 interrupt controllerGravatar Cristian Birsan 3-0/+330
2016-01-23Merge tag 'ntb-4.5' of git://github.com/jonmason/ntbGravatar Linus Torvalds 12-12/+2177
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 23-75/+73
2016-01-23Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-48/+15
2016-01-23Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...Gravatar Zhang Rui 5-38/+286
2016-01-22Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 4-1/+87
2016-01-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-1/+1
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-210/+455
2016-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 26-3718/+3009
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 6-48/+15
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 22-73/+73
2016-01-22lustre: remove unused declarationGravatar Al Viro 1-2/+0
2016-01-22Merge tag 'mmc-v4.5-rc1' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 7-28/+47
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-8/+17
2016-01-22soc: qcom/spm: shut up uninitialized variable warningGravatar Arnd Bergmann 1-1/+1
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-2152/+2529
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-161/+1272
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 26-1314/+3651
2016-01-21Merge branch 'next' into for-linusGravatar Dmitry Torokhov 3-210/+455
2016-01-21NTB: Fix macro parameter conflict with field nameGravatar Allen Hubbe 1-2/+3
2016-01-21NTB: Add support for AMD PCI-Express Non-Transparent BridgeGravatar Xiangliang Yu 6-0/+1370
2016-01-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 19-92/+89
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 72-1800/+3449
2016-01-21Merge tag 'pwm/for-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-105/+445
2016-01-21Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linuxGravatar Linus Torvalds 1-5/+5
2016-01-21rbd: delete an unnecessary check before rbd_dev_destroy()Gravatar Markus Elfring 1-2/+1
2016-01-21IB/mlx5: Unify CQ create flags checkGravatar Leon Romanovsky 2-9/+3
2016-01-21IB/mlx5: Expose Raw Packet QP to user space consumersGravatar majd@mellanox.com 1-12/+127
2016-01-21{IB, net}/mlx5: Move the modify QP operation table to mlx5_ibGravatar majd@mellanox.com 2-52/+49
2016-01-21IB/mlx5: Support setting Ethernet priority for Raw Packet QPsGravatar majd@mellanox.com 2-3/+47
2016-01-21IB/mlx5: Add Raw Packet QP query functionalityGravatar majd@mellanox.com 2-22/+193
2016-01-21IB/mlx5: Add create and destroy functionality for Raw Packet QPGravatar majd@mellanox.com 3-18/+365
2016-01-21IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP typesGravatar majd@mellanox.com 3-95/+147
2016-01-21IB/mlx5: Allocate a Transport Domain for each ucontextGravatar majd@mellanox.com 2-1/+18
2016-01-21net/mlx5_core: Warn on unsupported events of QP/RQ/SQGravatar majd@mellanox.com 1-0/+52
2016-01-21net/mlx5_core: Add RQ and SQ event handlingGravatar majd@mellanox.com 2-19/+108
2016-01-21net/mlx5_core: Export transport objectsGravatar majd@mellanox.com 5-80/+16
2016-01-21IB/mlx5: Expose CQE version to user-spaceGravatar Haggai Abramovsky 2-5/+18
2016-01-21IB/mlx5: Add CQE version 1 support to user QPs and SRQsGravatar Haggai Abramovsky 7-21/+114
2016-01-21IB/mlx5: Fix data validation in mlx5_ib_alloc_ucontextGravatar Haggai Abramovsky 1-1/+4
2016-01-21IB/sa: Fix netlink local service GFP crashGravatar Kaike Wan 1-2/+6