index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
pagewalk.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
media: dvbdev: fix refcnt bug
Lin Ma
1
-1
/
+1
2022-12-06
media: sun6i-csi: clarify return value, fix uninited variable and add missing...
Hans Verkuil
1
-4
/
+4
2022-12-06
media: i2c: tc358746: make DEFINE_RUNTIME_DEV_PM_OPS static
Hans Verkuil
1
-2
/
+2
2022-12-06
media: dvb-frontends: drx39xyj: set missing error code
Hans Verkuil
1
-0
/
+1
2022-12-06
media: media/frontend.h.rst.exceptions: add exceptions for new dvb defines
Hans Verkuil
1
-0
/
+28
2022-12-06
media: dvbdev: fix build warning due to comments
Lin Ma
1
-1
/
+2
2022-12-06
media: videobuf2: revert "get_userptr: buffers are always writable"
Hans Verkuil
7
-10
/
+22
2022-12-06
media: rzg2l-cru: Remove unnecessary shadowing of ret in rzg2l_csi2_s_stream()
Nathan Chancellor
1
-2
/
+0
2022-12-06
media: dvb/frontend.h: fix kernel-doc warnings
Randy Dunlap
1
-4
/
+3
2022-12-06
media: saa7164: fix missing pci_disable_device()
Liu Shixin
1
-1
/
+3
2022-12-06
media: ov5693: Add support for a privacy-led GPIO
Hans de Goede
1
-0
/
+10
2022-12-02
media: dvb-usb: m920x: make read-only arrays static const
Colin Ian King
1
-8
/
+8
2022-11-25
media: ipu3-cio2: make the bridge depend on i2c
Adam Borowski
1
-0
/
+1
2022-11-25
media: MAINTAINERS: Add Hans de Goede as staging/atomisp maintainer
Hans de Goede
1
-0
/
+1
2022-11-25
media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC
Aakarsh Jain
1
-2
/
+15
2022-11-25
media: dt-bindings: s5p-mfc: Add new compatible string for Exynos3250 SoC
Aakarsh Jain
1
-4
/
+6
2022-11-25
media: mediatek: vcodec: Core thread depends on core_list
Yunfei Dong
1
-1
/
+1
2022-11-25
media: mediatek: vcodec: Setting lat buf to lat_list when lat decode error
Yunfei Dong
1
-5
/
+10
2022-11-25
media: mediatek: vcodec: Fix h264 set lat buffer error
Yunfei Dong
1
-11
/
+17
2022-11-25
media: mediatek: vcodec: Can't set dst buffer to done when lat decode error
Yunfei Dong
1
-1
/
+1
2022-11-25
media: mediatek: vcodec: Fix getting NULL pointer for dst buffer
Yunfei Dong
1
-4
/
+7
2022-11-25
media: amphion: lock and check m2m_ctx in event handler
Ming Qian
2
-2
/
+8
2022-11-25
media: amphion: cancel vpu before release instance
Ming Qian
1
-4
/
+7
2022-11-25
media: amphion: try to wakeup vpu core to avoid failure
Ming Qian
4
-4
/
+38
2022-11-25
media: dt-bindings: mediatek: vcodec: Add the platform compatible to schema
Irui Wang
1
-1
/
+11
2022-11-25
media: Add dependency on ARCH_ASPEED
Peter Robinson
1
-0
/
+1
2022-11-25
media: vivid.rst: fix TV and S-Video Inputs section
Deming Wang
1
-1
/
+1
2022-11-25
media: sun8i-a83t-mipi-csi2: Register async subdev with no sensor attached
Paul Kocialkowski
1
-5
/
+12
2022-11-25
media: sun6i-mipi-csi2: Register async subdev with no sensor attached
Paul Kocialkowski
1
-5
/
+12
2022-11-25
media: sun8i-a83t-mipi-csi2: Require both pads to be connected for streaming
Paul Kocialkowski
1
-2
/
+4
2022-11-25
media: sun6i-mipi-csi2: Require both pads to be connected for streaming
Paul Kocialkowski
1
-2
/
+4
2022-11-25
media: amphion: encoder add support for contiguous planes
Ming Qian
1
-0
/
+8
2022-11-25
media: amphion: decoder add support for contiguous planes
Ming Qian
1
-0
/
+16
2022-11-25
media: amphion: tell and handle contiguous and non contiguous format
Ming Qian
10
-165
/
+297
2022-11-25
media: add nv12_8l128 and nv12_10be_8l128 video format.
Ming Qian
3
-0
/
+12
2022-11-25
media: v4l: Use memset_after() helper
Xiu Jianfeng
1
-45
/
+39
2022-11-25
media: rcar-vin: Add support for Gen3 UDS (Up Down Scaler)
Niklas Söderlund
4
-0
/
+83
2022-11-25
media: rcar-vin: Store scaler in a function pointer
Niklas Söderlund
4
-13
/
+46
2022-11-25
media: rcar-vin: Do not cache remote rectangle
Niklas Söderlund
2
-21
/
+65
2022-11-25
media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()
Baisong Zhong
1
-0
/
+4
2022-11-25
media: dvb-core: Fix ignored return value in dvb_register_frontend()
Chen Zhongjin
1
-1
/
+7
2022-11-25
media: dvb-usb: dib0700_devices: Remove unused struct dibx090p_adc
Yuan Can
1
-7
/
+0
2022-11-25
media: dib0700: remove orphan dvb_usb_dib0700_ir_proto declaration
Gaosheng Cui
1
-1
/
+0
2022-11-25
media: dvb-usb: fix memory leak in dvb_usb_adapter_init()
Mazin Al Haddad
1
-1
/
+3
2022-11-25
media: dvbdev: adopts refcnt to avoid UAF
Lin Ma
4
-23
/
+44
2022-11-25
media: media/dvb-frontends: fix repeated words in comments
wangjianli
1
-1
/
+1
2022-11-25
media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c
YongSu Yoo
1
-1
/
+3
2022-11-25
media: mantis: Kconfig: add depends on DVB_CORE for MANTIS_CORE
Lecopzer Chen
1
-1
/
+1
2022-11-25
media: dvb-core: Fix double free in dvb_register_device()
Keita Suzuki
1
-0
/
+1
2022-11-25
media: dvbdev: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+2
[next]