aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+5
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+11
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds13-23/+23
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+0
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+2
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+1
2018-01-09staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic1-0/+2
2018-01-01lustre: don't set f_version in ll_readdirJeff Layton1-3/+0
2017-12-29vme_user: don't use __copy_..._user()Al Viro1-4/+4
2017-12-25VFS: don't keep disconnected dentries on d_anonNeilBrown1-9/+1
2017-12-19staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra1-2/+2
2017-12-19staging: ion: Fix ion_cma_heap allocationsJohn Stultz2-5/+12
2017-12-19staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown1-13/+10
2017-12-15Merge tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-2/+2
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon1-3/+2
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+2
2017-12-08Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds160-1746/+1746
2017-12-06staging: pi433: Fixes issue with bit shift in rf69_get_modulationMarcus Wolf1-1/+1
2017-12-06staging: ccree: Uninitialized return in ssi_ahash_import()Dan Carpenter1-1/+1
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-6/+2
2017-12-05Merge tag 'staging-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-16/+18
2017-12-02lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro1-13/+11
2017-11-30media: atomisp: stop producing hundreds of kernel-doc warningsMauro Carvalho Chehab160-1746/+1746
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro4-8/+8
2017-11-28staging: octeon-usb: use __delay() instead of cvmx_wait()Aaro Koskinen1-3/+3
2017-11-28staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger1-10/+4
2017-11-28staging: ccree: fix leak of import() after init()Gilad Ben-Yossef1-3/+6
2017-11-28staging: comedi: ni_atmio: fix license warning.Matthew Giassa1-0/+5
2017-11-27media: annotate ->poll() instancesAl Viro5-7/+7
2017-11-27net: annotate ->poll() instancesAl Viro3-7/+7
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2-8/+8
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook12-53/+46
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2-3/+3
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-17/+9
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-212/+59
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-76/+14
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds214-19009/+908
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-11-14Merge tag 'staging-4.15-rc1' into v4l_for_linusMauro Carvalho Chehab705-13637/+5110
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds705-13623/+5102
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+3
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman271-0/+271
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman63-127/+0