index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps
Boris Brezillon
12
-34
/
+18
2019-06-03
media: dt-bindings: Fix vendor-prefixes YAML
Maxime Ripard
1
-1
/
+1
2019-06-03
media: staging/imx: fix two NULL vs IS_ERR() bugs
Dan Carpenter
2
-4
/
+4
2019-06-03
media: platform: ao-cec-g12a: disable regmap fast_io for cec bus regmap
Neil Armstrong
1
-1
/
+0
2019-06-03
media: cx23885: remove redundant assignment to err
Colin Ian King
1
-2
/
+0
2019-06-03
media: dvb-usb/cxusb-analog.c: fix coccinelle warning, use ktime.h
Hans Verkuil
1
-3
/
+2
2019-06-03
media: wl128x: Fix some error handling in fm_v4l2_init_video_device()
Kefeng Wang
1
-0
/
+3
2019-05-29
media: Staging: media: Release the correct resource in an error handling path
Christophe JAILLET
1
-5
/
+5
2019-05-29
media: omap3isp: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2019-05-29
media: staging: media: davinci_vpfe: use __func__ for function names
Diwakar Sharma
1
-4
/
+4
2019-05-29
media: omap3isp: Call video_unregister_device() unconditionally
Sakari Ailus
1
-2
/
+1
2019-05-29
media: omap3isp: Don't rely on devm for memory resource management
Sakari Ailus
5
-23
/
+54
2019-05-29
media: staging: media: davinci_vpfe: Replace a bit shift
Arushi Singhal
2
-5
/
+5
2019-05-29
media: staging: media: davinci_vpfe: - Fix for memory leak if decoder initial...
Shailendra Verma
1
-0
/
+3
2019-05-29
media: videobuf-dma-contig: Use size of buffer in mmap not vma size
Andrew F. Davis
1
-3
/
+1
2019-05-29
media: cx231xx-dvb: fix memory leak in dvb_fini()
Young Xiao
1
-0
/
+1
2019-05-29
media: em28xx: use usb_to_input_id() rather than handrolling it
Sean Young
1
-8
/
+3
2019-05-29
media: em28xx: use common code for decoding nec scancodes
Sean Young
1
-15
/
+2
2019-05-29
media: em28xx: give RC device proper name
Sean Young
1
-6
/
+1
2019-05-29
media: sun6i: Support A83T variant
Chen-Yu Tsai
1
-0
/
+1
2019-05-29
media: dt-bindings: media: sun6i-csi: Add compatible string for A83T variant
Chen-Yu Tsai
1
-0
/
+1
2019-05-29
media: ov8856: modify register to fix test pattern
Shawn Tu
1
-6
/
+6
2019-05-29
media: staging: imgu: Drop support for other page sizes
Sakari Ailus
3
-86
/
+22
2019-05-29
media: staging: imgu: Address compiler / checker warnings in MMU code
Sakari Ailus
1
-4
/
+35
2019-05-29
media: staging: imgu: Remove redundant checks
Sakari Ailus
1
-4
/
+2
2019-05-29
media: staging: imgu: Address a compiler warning on alignment
Sakari Ailus
1
-1
/
+1
2019-05-29
media: rockchip/vpu: Add support for MPEG-2 decoding on RK3288
Jonas Karlman
5
-1
/
+322
2019-05-29
media: rockchip/vpu: Add MPEG2 decoding support to RK3399
Jonas Karlman
4
-1
/
+327
2019-05-29
media: rockchip/vpu: Add infra to support MPEG-2 decoding
Jonas Karlman
5
-1
/
+119
2019-05-29
media: rockchip/vpu: Add support for non-standard controls
Ezequiel Garcia
4
-13
/
+59
2019-05-29
media: rockchip/vpu: Add decoder boilerplate
Ezequiel Garcia
4
-38
/
+203
2019-05-29
media: rockchip/vpu: Prepare things to support decoders
Boris Brezillon
2
-202
/
+295
2019-05-29
media: rockchip/vpu: Provide a helper to reset both src and dst formats
Boris Brezillon
3
-10
/
+12
2019-05-29
media: rockchip/vpu: Move encoder logic to a common place
Boris Brezillon
4
-21
/
+21
2019-05-29
media: rockchip/vpu: Rename rockchip_vpu_common.h into rockchip_vpu_v4l2.h
Boris Brezillon
5
-7
/
+7
2019-05-29
media: rockchip/vpu: Support the Request API
Ezequiel Garcia
3
-0
/
+32
2019-05-29
media: rockchip/vpu: Open-code media controller register
Ezequiel Garcia
2
-31
/
+215
2019-05-29
media: rockchip/vpu: Use v4l2_apply_frmsize_constraints() where appropriate
Boris Brezillon
1
-30
/
+14
2019-05-29
media: v4l2-common: Add an helper to apply frmsize constraints
Boris Brezillon
2
-0
/
+29
2019-05-29
media: v4l2-common: Fix v4l2_fill_pixfmt[_mp]() prototypes
Boris Brezillon
2
-6
/
+7
2019-05-29
media: cec-adap: fix regression in ping sanity check
Hans Verkuil
1
-1
/
+1
2019-05-29
media: saa7164: fix remove_proc_entry warning
Kefeng Wang
1
-11
/
+22
2019-05-29
media: mc-device.c: don't memset __user pointer contents
Hans Verkuil
1
-2
/
+3
2019-05-29
media: media-ioc-enum-links.rst: fix incorrect reserved field documentation
Hans Verkuil
1
-1
/
+6
2019-05-29
media: mtk-vcodec: fix leaked of_node references
Wen Yang
1
-1
/
+1
2019-05-29
media: mtk-vpu: fix leaked of_node references
Wen Yang
1
-1
/
+1
2019-05-29
media: cx25840: Address several coding style issues
Mauro Carvalho Chehab
3
-344
/
+619
2019-05-29
media: cxusb: fix several coding style issues
Mauro Carvalho Chehab
2
-156
/
+217
2019-05-29
media: cxusb-analog: Fix some coding style issues
Mauro Carvalho Chehab
1
-33
/
+34
2019-05-29
media: staging: allegro: cleanup two warnings
Mauro Carvalho Chehab
1
-2
/
+2
[next]