summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0543-4589/+276Star
|\
| * staging: vt6655: Remove vif check from vnt_interruptMalcolm Priestley2019-03-291-2/+1Star
| * staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-03-291-20/+25
| * staging: octeon-ethernet: fix incorrect PHY modeAaro Koskinen2019-03-253-7/+39
| * staging: vc04_services: Fix an error code in vchiq_probe()Dan Carpenter2019-03-251-2/+6
| * staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-03-251-13/+28
| * staging: vt6655: Fix interrupt race condition on device start up.Malcolm Priestley2019-03-251-4/+4
| * staging: rtlwifi: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-03-211-0/+2
| * staging: rtl8712: uninitialized memory in read_bbreg_hdl()Dan Carpenter2019-03-212-10/+2Star
| * staging: rtlwifi: rtl8822b: fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-211-0/+2
| * staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki2019-03-214-11/+16
| * staging, mt7621-pci: fix build without pci supportMaxim Zhukov2019-03-181-0/+1
| * staging: speakup_soft: Fix alternate speech with other synthsSamuel Thibault2019-03-183-5/+18
| * staging: axis-fifo: add CONFIG_OF dependencyArnd Bergmann2019-03-181-0/+1
| * staging: olpc_dcon_xo_1: add missing 'const' qualifierArnd Bergmann2019-03-181-1/+1
| * staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott2019-03-183-7/+38
| * staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2019-03-182-2/+9
| * staging: mt7621-dts: update ethernet settings.NeilBrown2019-03-182-19/+83
| * staging: remove mt7621-ethNeilBrown2019-03-1816-4484/+0Star
* | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-2/+4
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-202-4/+2Star
|/
* Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-03-0971-1160/+9892
|\
| * media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab2019-03-011-1/+1
| * media: staging: fix several typosMauro Carvalho Chehab2019-03-0111-15/+15
| * media: imx7_mipi_csis: remove internal opsRui Miguel Silva2019-03-011-27/+0Star
| * media: ipu3-mmu: fix some kernel-doc macrosMauro Carvalho Chehab2019-02-191-2/+3
| * media: ipu3: shut up warnings produced with W=1Mauro Carvalho Chehab2019-02-192-0/+8
| * media: imx7-media-csi: get rid of unused varMauro Carvalho Chehab2019-02-191-3/+0Star
| * media: imx7-media-csi: don't store a floating pointerMauro Carvalho Chehab2019-02-191-7/+11
| * media: imx7-media-csi.c: fix merge breakageHans Verkuil2019-02-191-2/+3
| * media: staging/imx: add i.MX7 entries to TODO fileRui Miguel Silva2019-02-181-0/+9
| * media: staging/imx7: add MIPI CSI-2 receiver subdev for i.MX7Rui Miguel Silva2019-02-182-0/+1188
| * media: staging/imx7: add imx7 CSI subdev driverRui Miguel Silva2019-02-183-1/+1377
| * media: staging/imx: rearrange group id to take in account IPURui Miguel Silva2019-02-187-50/+55
| * media: staging/imx: refactor imx media device probeRui Miguel Silva2019-02-185-70/+127
| * media: cedrus: mpeg2: Use v4l2_m2m_get_vq helper for capture queuePaul Kocialkowski2019-02-181-5/+5
| * media: cedrus: Forbid setting new formats on busy queuesPaul Kocialkowski2019-02-181-0/+10
| * media: rockchip/vpu: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-02-182-6/+6
| * media: soc_camera: Depend on BROKENSakari Ailus2019-02-181-1/+1
| * media: soc_camera: Move the mt9t031 under soc_camera directorySakari Ailus2019-02-185-3/+7
| * media: soc_camera: Move the imx074 under soc_camera directorySakari Ailus2019-02-188-14/+8Star
| * media: soc_camera: Move to the staging treeSakari Ailus2019-02-189-0/+5843
| * media: ipu3-imgu: Prefix functions with imgu_* instead of ipu3_*Yong Zhi2019-02-1818-805/+802Star
| * media: imx: Set capture compose rectangle in capture_device_set_formatSteve Longerbeam2019-02-185-23/+37
| * Merge tag 'v5.0-rc7' into patchworkMauro Carvalho Chehab2019-02-1813-36/+30Star
| |\
| * | media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadataEzequiel Garcia2019-02-071-1/+1
| * | media: imx: Validate frame intervals before settingSteve Longerbeam2019-02-074-6/+22
| * | media: zoran: use u64 for the timestamp internallyHans Verkuil2019-02-073-5/+5
| * | media: staging: intel-ipu3: fix unsigned comparison with < 0Colin Ian King2019-02-071-4/+4
| * | media: ipu3-imgu: Remove dead code for NULL checkYong Zhi2019-02-071-6/+5Star