aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-18/+21
2016-11-13Merge tag 'staging-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-18/+19
2016-11-07staging: nvec: remove managed resource from PS2 driverGravatar Marc Dietrich 1-1/+1
2016-11-07Revert "staging: nvec: ps2: change serio type to passthrough"Gravatar Paul Fertser 1-1/+1
2016-11-07drivers: staging: nvec: remove bogus reset command for PS/2 interfaceGravatar Paul Fertser 1-4/+0
2016-11-07staging: greybus: arche-platform: fix device reference leakGravatar Johan Hovold 1-0/+1
2016-11-07staging: comedi: ni_tio: fix buggy ni_tio_clock_period_ps() return valueGravatar Ian Abbott 1-1/+2
2016-11-07staging: sm750fb: Fix bugs introduced by early commitsGravatar Huacai Chen 1-4/+4
2016-11-07Merge tag 'iio-fixes-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 1-7/+10
2016-11-05Merge tag 'media/v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-0/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 12-32/+33
2016-10-29Merge tag 'staging-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-28/+31
2016-10-25staging: iio: ad5933: avoid uninitialized variable in error caseGravatar Arnd Bergmann 1-7/+10
2016-10-24greybus: fix a leak on error in gb_module_create()Gravatar Dan Carpenter 1-1/+1
2016-10-24greybus: es2: fix error return code in ap_probe()Gravatar Wei Yongjun 1-1/+2
2016-10-24greybus: arche-platform: Add missing of_node_put() in arche_platform_change_s...Gravatar Wei Yongjun 1-0/+1
2016-10-24staging: android: ion: Fix error handling in ion_query_heaps()Gravatar Dan Carpenter 1-2/+4
2016-10-24Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 1-0/+2
2016-10-23iio: accel: sca3000_core: avoid potentially uninitialized variableGravatar Arnd Bergmann 1-0/+2
2016-10-20net: use core MTU range checking in virt driversGravatar Jarod Wilson 2-8/+6
2016-10-20net: use core MTU range checking in wireless driversGravatar Jarod Wilson 1-13/+5
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 2-4/+2
2016-10-18ethernet: use core min/max MTU checkingGravatar Jarod Wilson 1-12/+10
2016-10-17[media] radio-bcm2048: don't ignore errorsGravatar Mauro Carvalho Chehab 1-0/+2
2016-10-17staging/lustre/llite: Move unstable_stats from sysfs to debugfsGravatar Oleg Drokin 1-17/+17
2016-10-17Staging: wilc1000: Fix kernel Oops on opening the deviceGravatar Aditya Shankar 1-1/+0
2016-10-17staging: android/ion: testing the wrong variableGravatar Dan Carpenter 1-1/+1
2016-10-17Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devGravatar Viresh Kumar 1-1/+1
2016-10-17Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devGravatar Viresh Kumar 1-4/+2
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 4-4/+0
2016-10-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+1
2016-10-11fs: use mapping_set_error instead of opencoded set_bitGravatar Michal Hocko 1-4/+1
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 20-1310/+832
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+6
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-12/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-30/+26
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 2-1/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-08Merge branch 'work.const-qstr' into work.miscGravatar Al Viro 1-2/+2
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 3-12/+0
2016-10-07cred: simpler, 1D supplementary groupsGravatar Alexey Dobriyan 1-1/+1
2016-10-07Merge commit '2c563880ea' into work.xattrGravatar Al Viro 30-1206/+242
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-132/+31
2016-10-07staging/lustre: Disable InfiniBand supportGravatar Doug Ledford 1-0/+1
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 4-123/+21
2016-10-05Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 837-92122/+73144
2016-10-05Merge tag 'v4.8' into patchworkGravatar Mauro Carvalho Chehab 15-95/+100
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-54/+24
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1