summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-13/+5
|\
| * vme_user: don't use __copy_..._user()Al Viro2017-12-291-4/+4
| * VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-251-9/+1
* | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-13/+11
|\ \
| * | lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro2017-12-021-13/+11
| |/
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-3013-23/+23
|\ \
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-284-8/+8
| * | media: annotate ->poll() instancesAl Viro2017-11-275-7/+7
| * | net: annotate ->poll() instancesAl Viro2017-11-273-7/+7
| * | anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
| |/
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-3/+0
|\ \
| * | lustre: don't set f_version in ll_readdirJeff Layton2018-01-011-3/+0
* | | Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2018-01-291-3/+2
|\ \ \
| * | | mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-3/+2
| | |/ | |/|
* | | staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic2018-01-091-0/+2
* | | staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra2017-12-191-2/+2
* | | staging: ion: Fix ion_cma_heap allocationsJohn Stultz2017-12-192-5/+12
* | | staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown2017-12-191-13/+10
* | | Merge tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-152-2/+2
|\ \ \ | |_|/ |/| |
| * | staging: pi433: Fixes issue with bit shift in rf69_get_modulationMarcus Wolf2017-12-061-1/+1
| * | staging: ccree: Uninitialized return in ssi_ahash_import()Dan Carpenter2017-12-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-081-6/+2
|\ \ \
| * | | make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-051-6/+2
* | | | Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-12-08160-1746/+1746
|\ \ \ \ | |_|/ / |/| | |
| * | | media: atomisp: stop producing hundreds of kernel-doc warningsMauro Carvalho Chehab2017-11-30160-1746/+1746
| | |/ | |/|
* | | Merge tag 'staging-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-054-16/+18
|\ \ \ | |_|/ |/| |
| * | staging: octeon-usb: use __delay() instead of cvmx_wait()Aaro Koskinen2017-11-281-3/+3
| * | staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger2017-11-281-10/+4
| * | staging: ccree: fix leak of import() after init()Gilad Ben-Yossef2017-11-281-3/+6
| * | staging: comedi: ni_atmio: fix license warning.Matthew Giassa2017-11-281-0/+5
| |/
* / Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-8/+8
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2112-53/+46
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-212-3/+3
* Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-172-17/+9
|\
| * atomisp: use get_user_pages_fast()Al Viro2017-09-221-4/+2
| * vchiq_2835_arm: switch to get_user_pages_fast()Al Viro2017-09-221-13/+7
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-175-212/+59
|\ \
| * | switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro2017-10-113-109/+25
| * | lustre: switch struct ksock_conn to iov_iterAl Viro2017-10-114-121/+52
| * | lnet_return_rx_credits_locked: don't abuse list_entryAl Viro2017-10-111-1/+1
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-76/+14
|\ \ \
| * | | pi433: sanitize ioctlAl Viro2017-11-101-78/+14
| | |/ | |/|
* | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-1/+1
|\ \ \
| * \ \ Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-0213-43/+50
| |\ \ \
| * | | | drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
| | |/ / | |/| |
* | | | Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-15214-19009/+908
|\ \ \ \
| * \ \ \ Merge tag 'staging-4.15-rc1' into v4l_for_linusMauro Carvalho Chehab2017-11-14705-13637/+5110
| |\ \ \ \
| * | | | | media: atomisp: make function calls cleanerMauro Carvalho Chehab2017-11-011-2/+4
| * | | | | media: atomisp: get rid of storage_class.hMauro Carvalho Chehab2017-11-0160-314/+230