index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-09-13
4
-34
/
+22
|
\
|
*
staging: greybus: audio: fix uninitialized value issue
Vaibhav Agarwal
2020-08-18
1
-14
/
+15
|
*
staging: wlan-ng: fix out of bounds read in prism2sta_probe_usb()
Rustam Kovhaev
2020-08-18
2
-18
/
+6
|
*
staging: greybus: audio: Uninitialized variable in gbaudio_remove_controls()
Dan Carpenter
2020-08-18
1
-2
/
+1
*
|
Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2020-09-03
1
-1
/
+6
|
\
\
|
*
|
media: cedrus: Add missing v4l2_ctrl_request_hdl_put()
Ezequiel Garcia
2020-08-27
1
-1
/
+6
|
|
/
*
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
10
-15
/
+14
|
/
*
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-07
1
-1
/
+1
|
\
|
*
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
2020-07-07
1
-1
/
+1
*
|
Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2020-08-07
41
-7892
/
+1067
|
\
\
|
*
|
media: allegro: fix potential null dereference on header
Colin Ian King
2020-08-06
1
-2
/
+1
|
*
|
media: allegro: fix an error pointer vs NULL check
Dan Carpenter
2020-08-06
1
-1
/
+1
|
*
|
media: staging: rkisp1: set pads array of the resizer to size 2
Dafna Hirschfeld
2020-07-19
2
-3
/
+4
|
*
|
media: staging: rkisp1: remove unused field alloc_ctx from struct rkisp1_device
Dafna Hirschfeld
2020-07-19
1
-1
/
+0
|
*
|
media: staging: rkisp1: remove unused field ctrl_handler from struct rkisp1_d...
Dafna Hirschfeld
2020-07-19
1
-1
/
+0
|
*
|
media: staging: rkisp1: cap: in stream start, replace calls to rkisp1_handle_...
Dafna Hirschfeld
2020-07-19
1
-2
/
+2
|
*
|
media: staging: rkisp1: cap: move code that manages the buffers to rkisp1_set...
Dafna Hirschfeld
2020-07-19
1
-16
/
+14
|
*
|
media: staging: rkisp1: cap: protect buf.curr and buf.next with buf.lock
Dafna Hirschfeld
2020-07-19
1
-2
/
+3
|
*
|
media: staging: rkisp1: cap: don't set next buffer from rkisp1_vb2_buf_queue
Dafna Hirschfeld
2020-07-19
1
-12
/
+1
|
*
|
media: allegro: add support for allegro firmware 2019.2
Michael Tretter
2020-07-19
3
-28
/
+186
|
*
|
media: allegro: add a version field to mcu messages
Michael Tretter
2020-07-19
2
-5
/
+23
|
*
|
media: allegro: drop length field from message header
Michael Tretter
2020-07-19
3
-17
/
+5
|
*
|
media: allegro: set num_ref_idx using response of configured channels
Michael Tretter
2020-07-19
3
-4
/
+17
|
*
|
media: allegro: add config blob for channel
Michael Tretter
2020-07-19
3
-8
/
+39
|
*
|
media: allegro: encode bit fields separately
Michael Tretter
2020-07-19
3
-31
/
+38
|
*
|
media: allegro: support handling firmware dependent values
Michael Tretter
2020-07-19
3
-12
/
+16
|
*
|
media: allegro: don't pack MCU messages
Michael Tretter
2020-07-19
1
-13
/
+13
|
*
|
media: allegro: add field for number of buffers
Michael Tretter
2020-07-19
3
-1
/
+3
|
*
|
media: allegro: add explicit mail encoding and decoding
Michael Tretter
2020-07-19
3
-4
/
+391
|
*
|
media: allegro: rework read/write to mailbox
Michael Tretter
2020-07-19
1
-74
/
+36
|
*
|
media: allegro: rework mbox handling
Michael Tretter
2020-07-19
1
-58
/
+87
|
*
|
staging/media: Remove unneeded geometry restrictions from i.MX CSI driver
Krzysztof HaĆasa
2020-07-19
4
-8
/
+8
|
*
|
hantro: h264: Refuse to decode unsupported bitstream
Ezequiel Garcia
2020-07-19
1
-3
/
+26
|
*
|
rkvdec: h264: Refuse to decode unsupported bitstream
Ezequiel Garcia
2020-07-19
1
-0
/
+27
|
*
|
hantro: Make sure we don't use post-processor on an encoder
Ezequiel Garcia
2020-07-19
1
-4
/
+6
|
*
|
hantro: Remove unused bytesused argument
Ezequiel Garcia
2020-07-19
5
-15
/
+12
|
*
|
hantro: Move hantro_enc_buf_finish to JPEG codec_ops.done
Ezequiel Garcia
2020-07-19
5
-41
/
+24
|
*
|
hantro: Rework how encoder and decoder are identified
Ezequiel Garcia
2020-07-19
3
-23
/
+20
|
*
|
hantro: h264: Rename scaling list handling function
Ezequiel Garcia
2020-07-19
1
-2
/
+2
|
*
|
hantro: h264: Remove unused macro definition
Ezequiel Garcia
2020-07-19
1
-2
/
+0
|
*
|
media: staging: rkisp1: fix typos in file rkisp1-config.h
Dafna Hirschfeld
2020-07-19
1
-2
/
+2
|
*
|
media: staging: rkisp1: remove duplicate macro definition
Dafna Hirschfeld
2020-07-19
1
-1
/
+0
|
*
|
media: staging: rkisp1: stats: read the stats in the isr
Dafna Hirschfeld
2020-07-19
3
-84
/
+7
|
*
|
media: staging: rkisp1: stats: replace locks wq_lock, irq_lock with one lock
Dafna Hirschfeld
2020-07-19
2
-17
/
+13
|
*
|
media: staging: rkisp1: stats: replace spin_lock_irqsave with spin_lock_irq
Dafna Hirschfeld
2020-07-19
1
-3
/
+2
|
*
|
media: staging: rkisp1: use a macro for the statistics flags mask
Dafna Hirschfeld
2020-07-19
3
-15
/
+8
|
*
|
media: Add V4L2_TYPE_IS_CAPTURE helper
Ezequiel Garcia
2020-07-19
2
-2
/
+2
|
*
|
media: staging: tegra-vde: Power-cycle hardware on probe
Dmitry Osipenko
2020-07-19
1
-0
/
+8
|
*
|
media: staging: tegra-vde: Turn ON power domain on shutdown
Dmitry Osipenko
2020-07-19
1
-0
/
+19
|
*
|
media: staging: tegra-vde: Runtime PM is always available on Tegra
Dmitry Osipenko
2020-07-19
1
-16
/
+0
[next]