summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+2
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-03staging: wilc1000: use reset to set mac headerZhang Shengju1-2/+2
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet13-32/+35
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-18/+21
2016-11-13Merge tag 'staging-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-18/+19
2016-11-07staging: nvec: remove managed resource from PS2 driverMarc Dietrich1-1/+1
2016-11-07Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser1-1/+1
2016-11-07drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser1-4/+0
2016-11-07staging: greybus: arche-platform: fix device reference leakJohan Hovold1-0/+1
2016-11-07staging: comedi: ni_tio: fix buggy ni_tio_clock_period_ps() return valueIan Abbott1-1/+2
2016-11-07staging: sm750fb: Fix bugs introduced by early commitsHuacai Chen1-4/+4
2016-11-07Merge tag 'iio-fixes-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-7/+10
2016-11-05Merge tag 'media/v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+2
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2-0/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-32/+33
2016-10-29Merge tag 'staging-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-28/+31
2016-10-25staging: iio: ad5933: avoid uninitialized variable in error caseArnd Bergmann1-7/+10
2016-10-24greybus: fix a leak on error in gb_module_create()Dan Carpenter1-1/+1
2016-10-24greybus: es2: fix error return code in ap_probe()Wei Yongjun1-1/+2
2016-10-24greybus: arche-platform: Add missing of_node_put() in arche_platform_change_s...Wei Yongjun1-0/+1
2016-10-24staging: android: ion: Fix error handling in ion_query_heaps()Dan Carpenter1-2/+4
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-24Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+2
2016-10-23iio: accel: sca3000_core: avoid potentially uninitialized variableArnd Bergmann1-0/+2
2016-10-20net: use core MTU range checking in virt driversJarod Wilson2-8/+6
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-13/+5
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2-4/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-12/+10
2016-10-17[media] radio-bcm2048: don't ignore errorsMauro Carvalho Chehab1-0/+2
2016-10-17staging/lustre/llite: Move unstable_stats from sysfs to debugfsOleg Drokin1-17/+17
2016-10-17Staging: wilc1000: Fix kernel Oops on opening the deviceAditya Shankar1-1/+0
2016-10-17staging: android/ion: testing the wrong variableDan Carpenter1-1/+1
2016-10-17Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devViresh Kumar1-1/+1
2016-10-17Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devViresh Kumar1-4/+2
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson4-4/+0
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+1
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-4/+1
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds20-1310/+832
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+6
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-12/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-30/+26
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-1/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro1-2/+2
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher3-12/+0
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-1/+1
2016-10-07Merge commit '2c563880ea' into work.xattrAl Viro30-1206/+242
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-132/+31