summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: light: Release memory obtained by kasprintfArvind Yadav2017-12-251-0/+2
* rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_disassoc_cmdJia-Ju Bai2017-12-201-1/+1
* rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_createbss_cmdJia-Ju Bai2017-12-201-1/+1
* vt6655: Fix a possible sleep-in-atomic bug in vt6655_suspendJia-Ju Bai2017-12-201-1/+2
* staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lin...Hans de Goede2017-12-201-1/+1
* staging: ccree: fix leak of import() after init()Gilad Ben-Yossef2017-12-101-3/+6
* staging: fsl-mc/dpio: Fix incorrect comparisonIoana Radulescu2017-12-102-4/+6
* staging: rtl8822be: Keep array subscript no lower than zeroLarry Finger2017-12-101-0/+2
* staging: fsl-dpaa2/eth: Account for Rx FD buffers on error pathIoana Radulescu2017-12-101-4/+11
* staging: rtl8188eu: avoid a null dereference on pmlmeprivColin Ian King2017-12-101-3/+3
* staging: rtl8822be: fix wrong dma unmap lenStanislaw Gruszka2017-12-101-1/+1
* staging: greybus: loopback: Fix iteration count on async pathBryan O'Donoghue2017-12-101-1/+3
* staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede2017-11-212-62/+55
* staging: vboxvideo: Fix reporting invalid suggested-offset-propertiesHans de Goede2017-11-213-14/+24
* staging: greybus: spilib: fix use-after-free after deregistrationJohan Hovold2017-11-211-3/+5
* staging: ccree: fix 64 bit scatter/gather DMA opsGilad Ben-Yossef2017-11-211-1/+1
* staging: sm750fb: Fix parameter mistake in poke32Huacai Chen2017-11-211-1/+1
* staging: wilc1000: Fix bssid buffer offset in TxqAditya Shankar2017-11-211-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02174-0/+174
* Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-10-232-13/+8
|\
| * staging: bcm2835-audio: Fix memory corruptionPhil Elwell2017-10-181-12/+7
| * staging: iio: ade7759: fix signed extension bug on shift of a u8Colin Ian King2017-09-301-1/+1
* | Merge tag 'media/v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-10-171-2/+2
|\ \ | |/ |/|
| * media: staging/imx: Fix uninitialized variable warningLaurent Pinchart2017-09-231-2/+2
* | Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-251-3/+1
|\ \
| * | staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma fro...Stefan Popa2017-09-241-3/+1
* | | staging: rtl8723bs: avoid null pointer dereference on pmlmeprivColin Ian King2017-09-221-2/+1
* | | staging: rtl8723bs: add missing range check on idColin Ian King2017-09-221-0/+2
* | | staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelistStefan Wahren2017-09-181-2/+4
* | | staging: speakup: fix speakup-r empty line lockupOkash Khawaja2017-09-181-3/+12
* | | staging: pi433: Move limit check to switch default to kill warningGeert Uytterhoeven2017-09-181-6/+3
* | | staging: r8822be: fix null pointer dereferences with a null driver_adapterColin Ian King2017-09-182-8/+9
* | | staging: mt29f_spinand: Enable the read ECC before program the pageArun Nagendran2017-09-181-2/+6
* | | staging: unisys/visorbus: add __init/__exit annotationsArnd Bergmann2017-09-181-2/+2
* | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-142-4/+3
|\ \ \
| * | | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-172-4/+3
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-144-54/+16
|\ \ \ \
| * | | | lustre: switch to kernel_writeChristoph Hellwig2017-09-042-14/+3
| * | | | serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig2017-09-041-19/+5
| * | | | ashmem: switch to ->read_iterChristoph Hellwig2017-09-041-21/+8
* | | | | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-091-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-011-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
| | |/ / /
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-072-83/+54
|\ \ \ \ \
| * | | | | scsi: visorhba: sanitze private device data allocationHannes Reinecke2017-08-251-70/+53
| * | | | | scsi: rtsx: drop bus reset functionHannes Reinecke2017-08-251-11/+0
* | | | | | Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-0745-479/+312
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | media: staging: atomisp: sh_css_calloc shall return a pointer to the allocate...Sergei A. Trusov2017-09-051-0/+1
| * | | | | media: staging/imx: always select VIDEOBUF2_DMA_CONTIGArnd Bergmann2017-08-271-1/+1
| * | | | | media: Staging: media: radio-bcm2048: make video_device constBhumika Goyal2017-08-271-1/+1