index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: Documentation: v4l: document request API
Alexandre Courbot
2018-08-31
13
-10
/
+739
*
media: adv7842: enable reduced fps detection
Hans Verkuil
2018-08-31
1
-0
/
+9
*
media: cobalt: Use v4l2_calc_timeperframe helper
Jose Abreu
2018-08-31
1
-2
/
+7
*
media: v4l2-dv-timings: Introduce v4l2_calc_timeperframe helper
Jose Abreu
2018-08-31
2
-0
/
+50
*
media: videodev2.h: Add new DV flag CAN_DETECT_REDUCED_FPS
Jose Abreu
2018-08-31
1
-0
/
+7
*
media: vidioc-g-dv-timings.rst: document V4L2_DV_FL_CAN_DETECT_REDUCED_FPS
Hans Verkuil
2018-08-31
1
-8
/
+19
*
media: ov5640: fix mode change regression
Hugues Fruchet
2018-08-31
1
-5
/
+16
*
media: ov772x: Disable clk on error path
Alexey Khoroshilov
2018-08-31
1
-0
/
+1
*
media: ipu3-cio2: Use dma_zalloc_coherent to replace dma_alloc_coherent + memset
zhong jiang
2018-08-31
1
-4
/
+2
*
media: i2c: Fix pm_runtime_get_if_in_use() usage in sensor drivers
Sakari Ailus
2018-08-31
5
-5
/
+5
*
media: ov5670, ov13858: Use pm_runtime_idle
Sakari Ailus
2018-08-31
2
-18
/
+2
*
media: ov9650: use SCCB regmap
Akinobu Mita
2018-08-31
2
-82
/
+76
*
media: ov772x: use SCCB regmap
Akinobu Mita
2018-08-31
2
-111
/
+82
*
media: vicodec: fix out-of-range values when decoding
Hans Verkuil
2018-08-31
1
-2
/
+8
*
media: vicodec: split off v4l2 specific parts for the codec
Hans Verkuil
2018-08-31
4
-382
/
+458
*
media: vicodec: rename and use proper fwht prefix for codec
Hans Verkuil
2018-08-31
5
-114
/
+118
*
media: vicodec: improve handling of uncompressable planes
Hans Verkuil
2018-08-31
2
-5
/
+7
*
media: vicodec: simplify blocktype checking
Hans Verkuil
2018-08-31
1
-2
/
+1
*
media: vicodec: simplify flags handling
Hans Verkuil
2018-08-31
1
-13
/
+13
*
media: vicodec: add support for more pixel formats
Hans Verkuil
2018-08-31
3
-100
/
+324
*
media: vicodec: add QP controls
Hans Verkuil
2018-08-31
3
-17
/
+68
*
media: camss: add missing includes
Arnd Bergmann
2018-08-29
7
-0
/
+7
*
media: camss: Use managed memory allocations
Todor Tomov
2018-08-29
2
-7
/
+8
*
media: camss: mark PM functions as __maybe_unused
Arnd Bergmann
2018-08-29
1
-2
/
+2
*
media: af9035: prevent buffer overflow on write
Jozef Balga
2018-08-29
1
-2
/
+4
*
media: video_function_calls.rst: drop obsolete video-set-attributes reference
Hans Verkuil
2018-08-29
1
-1
/
+0
*
Linux 4.19-rc1
v4.19-rc1
Linus Torvalds
2018-08-26
1
-2
/
+2
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-08-26
1
-0
/
+15
|
\
|
*
y2038: Provide aliases for compat helpers
Arnd Bergmann
2018-08-22
1
-0
/
+15
*
|
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-08-26
28
-679
/
+485
|
\
\
|
*
|
ida: Change ida_get_new_above to return the id
Matthew Wilcox
2018-08-22
1
-18
/
+12
|
*
|
ida: Remove old API
Matthew Wilcox
2018-08-22
3
-67
/
+11
|
*
|
test_ida: check_ida_destroy and check_ida_alloc
Matthew Wilcox
2018-08-22
2
-66
/
+58
|
*
|
test_ida: Convert check_ida_conv to new API
Matthew Wilcox
2018-08-22
2
-46
/
+40
|
*
|
test_ida: Move ida_check_max
Matthew Wilcox
2018-08-22
2
-28
/
+23
|
*
|
test_ida: Move ida_check_leaf
Matthew Wilcox
2018-08-22
2
-27
/
+25
|
*
|
idr-test: Convert ida_check_nomem to new API
Matthew Wilcox
2018-08-22
1
-6
/
+7
|
*
|
ida: Start new test_ida module
Matthew Wilcox
2018-08-22
7
-7
/
+71
|
*
|
target/iscsi: Allocate session IDs from an IDA
Matthew Wilcox
2018-08-22
3
-30
/
+10
|
*
|
iscsi target: fix session creation failure handling
Mike Christie
2018-08-22
1
-14
/
+21
|
*
|
drm/vmwgfx: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-29
/
+12
|
*
|
dmaengine: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-16
/
+7
|
*
|
ppc: Convert vas ID allocation to new IDA API
Matthew Wilcox
2018-08-22
1
-22
/
+4
|
*
|
media: Convert entity ID allocation to new IDA API
Matthew Wilcox
2018-08-22
1
-11
/
+5
|
*
|
ppc: Convert mmu context allocation to new IDA API
Matthew Wilcox
2018-08-22
1
-40
/
+4
|
*
|
Convert net_namespace to new IDA API
Matthew Wilcox
2018-08-22
1
-10
/
+6
|
*
|
cb710: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-18
/
+5
|
*
|
rsxx: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-16
/
+5
|
*
|
osd: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-15
/
+7
|
*
|
sd: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-17
/
+4
[next]