summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge branch 'for-4.14/upstream' into for-linusJiri Kosina3-3/+3
2017-09-05Merge branch 'for-4.14/multitouch' into for-linusJiri Kosina2-1/+48
2017-09-05Merge branch 'for-4.14/ish' into for-linusJiri Kosina3-95/+4
2017-09-05Merge branch 'for-4.14/driver-lock-removal' into for-linusJiri Kosina1-11/+4
2017-09-05Merge branch 'for-4.14/constify-attribute_group' into for-linusJiri Kosina4-4/+4
2017-09-05Merge branch 'for-4.14/battery' into for-linusJiri Kosina655-10689/+30242
2017-09-05Merge branch 'for-4.14/asus' into for-linusJiri Kosina3-45/+175
2017-09-05Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds31-241/+2266
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-16/+261
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-45/+136
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-12/+17
2017-09-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds19-4785/+7
2017-09-04Merge remote-tracking branches 'regulator/topic/rc5t619' and 'regulator/topic...Mark Brown4-6/+248
2017-09-04Merge remote-tracking branches 'regulator/topic/mt6380', 'regulator/topic/mtk...Mark Brown8-11/+386
2017-09-04Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da90...Mark Brown8-18/+28
2017-09-04Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/cpcap' ...Mark Brown3-4/+12
2017-09-04Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-2/+10
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+3
2017-09-04Merge remote-tracking branch 'spi/topic/xlp' into spi-nextMark Brown1-2/+2
2017-09-04Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/stm32', 'spi/...Mark Brown6-14/+28
2017-09-04Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/pxa2xx', 'spi/topi...Mark Brown6-226/+443
2017-09-04Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/loopback', 'spi/to...Mark Brown5-35/+227
2017-09-04Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topi...Mark Brown5-348/+193
2017-09-04Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/at79', 'spi/top...Mark Brown6-175/+105
2017-09-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-24/+59
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1165-51106/+43215
2017-09-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-4/+1
2017-09-04net: qualcomm: rmnet: Rename real_dev_info to portSubash Abhinov Kasiviswanathan8-87/+82
2017-09-04net: qualcomm: rmnet: Implement ndo_get_iflinkSubash Abhinov Kasiviswanathan4-3/+15
2017-09-04net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan3-84/+26
2017-09-04net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan1-2/+1
2017-09-04net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan1-11/+3
2017-09-04net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan3-4/+2
2017-09-04nfp: flower: restore RTNL locking around representor updatesJakub Kicinski1-2/+4
2017-09-04nfp: build the flower offload by defaultJakub Kicinski1-0/+1
2017-09-04nfp: be drop monitor friendlyJakub Kicinski2-1/+4
2017-09-04nfp: move the start/stop app callbacks backJakub Kicinski1-15/+11
2017-09-04nfp: flower: base lifetime of representors on existence of lower vNICJakub Kicinski1-23/+43
2017-09-04nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski9-27/+73
2017-09-04Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller7-227/+215
2017-09-04mlxsw: spectrum_router: Support GRE tunnelsPetr Machata4-0/+207
2017-09-04mlxsw: spectrum_router: Add loopback accessorsPetr Machata2-0/+13
2017-09-04mlxsw: spectrum: Register for IPIP_DECAP_ERROR trapPetr Machata2-0/+2
2017-09-04mlxsw: spectrum_router: Use existing decap routePetr Machata1-4/+76
2017-09-04mlxsw: spectrum_router: Support IPv4 underlay decapPetr Machata3-5/+146
2017-09-04mlxsw: spectrum_router: Support IPv6 overlay encapPetr Machata1-1/+19
2017-09-04mlxsw: spectrum_router: Support IPv4 overlay encapPetr Machata2-1/+257
2017-09-04mlxsw: spectrum_router: Make nexthops typedPetr Machata1-43/+95