Age | Commit message (Expand) | Author | Files | Lines |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-09-08 | i2c/drivers/ov02q10: use HZ macros | Daniel Lezcano | 1 | -1/+1 |
2021-09-01 | Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 85 | -670/+5295 |
2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2021-09-01 | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -3/+3 |
2021-08-26 | media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor() | Andy Shevchenko | 1 | -1/+1 |
2021-08-17 | bpf: Allow to specify user-provided bpf_cookie for BPF perf links | Andrii Nakryiko | 1 | -2/+2 |
2021-08-17 | bpf: Refactor BPF_PROG_RUN into a function | Andrii Nakryiko | 1 | -1/+1 |
2021-08-09 | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman | 5 | -6/+45 |
2021-08-05 | Merge tag 'v5.14-rc4' into media_tree | Mauro Carvalho Chehab | 3 | -11/+11 |
2021-08-04 | media: venus: venc: add support for V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM co... | Mansur Alisha Shaik | 5 | -1/+49 |
2021-08-04 | media: venus: venc: Add support for intra-refresh period | Stanimir Varbanov | 3 | -7/+34 |
2021-08-04 | media: v4l2-ctrls: Add intra-refresh period control | Stanimir Varbanov | 1 | -0/+2 |
2021-08-04 | media: venus: helper: do not set constrained parameters for UBWC | Mansur Alisha Shaik | 1 | -0/+3 |
2021-08-04 | media: venus: venc: Fix potential null pointer dereference on pointer fmt | Colin Ian King | 1 | -0/+2 |
2021-08-04 | media: venus: hfi: fix return value check in sys_get_prop_image_version() | Zhen Lei | 1 | -1/+1 |
2021-08-04 | media: tegra-cec: Handle errors of clk_prepare_enable() | Evgeny Novikov | 1 | -4/+6 |
2021-08-04 | media: cec-pin: rename timer overrun variables | Deborah Brouwer | 2 | -12/+12 |
2021-08-04 | media: TDA1997x: report -ENOLINK after disconnecting HDMI source | Krzysztof Hałasa | 1 | -1/+2 |
2021-08-04 | media: TDA1997x: fix tda1997x_query_dv_timings() return value | Krzysztof Hałasa | 1 | -2/+3 |
2021-08-04 | media: Fix cosmetic error in TDA1997x driver | Krzysztof Hałasa | 1 | -1/+1 |
2021-08-04 | media: v4l2-dv-timings.c: fix wrong condition in two for-loops | Hans Verkuil | 1 | -2/+2 |
2021-08-04 | media: imx258: Limit the max analogue gain to 480 | Umang Jain | 1 | -1/+1 |
2021-08-04 | media: imx258: Rectify mismatch of VTS value | Laurent Pinchart | 1 | -1/+1 |
2021-08-04 | media: ov8856: ignore gpio and regulator for ov8856 with ACPI | Bingbu Cao | 1 | -13/+14 |
2021-08-04 | media: ov9734: use group write for digital gain | Bingbu Cao | 1 | -1/+23 |
2021-08-04 | media: ov2740: use group write for digital gain | Bingbu Cao | 1 | -2/+24 |
2021-08-04 | media: v4l2-flash: Check whether setting LED brightness succeeded | Sakari Ailus | 1 | -17/+21 |
2021-08-04 | media: v4l2-flash: Add sanity checks for flash and indicator controls | Sakari Ailus | 1 | -9/+43 |
2021-08-04 | media: ccs: Implement support for manual LP control | Sakari Ailus | 1 | -0/+47 |
2021-08-04 | media: omap3isp: Fix missing unlock in isp_subdev_notifier_complete() | Wei Yongjun | 1 | -1/+3 |
2021-08-04 | media: exynos4-is: use DEVICE_ATTR_RW() helper macro | Zhen Lei | 1 | -7/+6 |
2021-08-04 | media: i2c: use DEVICE_ATTR_RO() helper macro | Zhen Lei | 1 | -7/+4 |
2021-08-04 | media: i2c: et8ek8: use DEVICE_ATTR_RO() helper macro | Zhen Lei | 1 | -3/+2 |
2021-08-04 | media: mc-device.c: use DEVICE_ATTR_RO() helper macro | Zhen Lei | 1 | -2/+2 |
2021-08-04 | media: ov5640: Complement yuv mbus formats with their 1X16 versions | Xavier Roumegue | 1 | -0/+4 |
2021-08-04 | media: i2c: Add ov9282 camera sensor driver | Martina Krasteva | 3 | -0/+1152 |
2021-08-04 | media: i2c: Add imx412 camera sensor driver | Martina Krasteva | 3 | -1/+1287 |
2021-08-04 | media: i2c: Add imx335 camera sensor driver | Martina Krasteva | 3 | -0/+1144 |
2021-08-04 | media: em28xx-input: fix refcount bug in em28xx_usb_disconnect | Dongliang Mu | 1 | -1/+0 |
2021-08-04 | media: rc: introduce Meson IR TX driver | Viktor Prutyanov | 3 | -0/+418 |
2021-08-03 | Merge tag 'media/v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 5 | -6/+45 |
2021-07-30 | media: atmel: fix build when ISC=m and XISC=y | Eugen Hristev | 3 | -2/+22 |
2021-07-30 | media: videobuf2-core: dequeue if start_streaming fails | Hans Verkuil | 1 | -1/+12 |
2021-07-30 | media: rtl28xxu: fix zero-length control request | Johan Hovold | 1 | -1/+10 |
2021-07-30 | media: Revert "media: rtl28xxu: fix zero-length control request" | Johan Hovold | 1 | -2/+1 |
2021-07-27 | Merge 5.14-rc3 into driver-core-next | Greg Kroah-Hartman | 3 | -11/+11 |
2021-07-23 | Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -4/+2 |
2021-07-22 | media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formats | Philipp Zabel | 1 | -5/+13 |
2021-07-22 | media: ti-vpe: cal: fix indexing of cal->ctx[] in cal_probe() | Tom Rix | 1 | -3/+3 |