index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-25
staging: vchiq_core: remove superfluous static_assert statement
Gaston Gonzalez
1
-2
/
+0
2021-11-25
staging: r8188eu: remove rf_type from HT_caps_handler()
Michael Straube
1
-9
/
+2
2021-11-25
staging: r8188eu: remove rf_type from add_RATid()
Michael Straube
1
-6
/
+1
2021-11-25
staging: r8188eu: remove rf_type from rtw_mcs_rate()
Michael Straube
3
-66
/
+23
2021-11-25
staging: r8188eu: Remove support for devices with 8188FU chipset (0bda:f179)
Candy Febriyanto
1
-1
/
+0
2021-11-25
staging: unisys: visornic: removed a blank line at the end of function
Liu Junqi
1
-1
/
+0
2021-11-25
staging: unisys: visornic: reindent to avoid '(' at the end of line
Liu Junqi
1
-3
/
+2
2021-11-25
staging: unisys: visornic: fixed a typo cant -> can't
Liu Junqi
1
-1
/
+1
2021-11-25
staging: unisys: visorhba: use tab to indent instead of whitespace
Liu Junqi
1
-1
/
+1
2021-11-22
media: hantro: Support NV12 on the G2 core
Andrzej Pietrasiewicz
4
-3
/
+46
2021-11-22
media: hantro: Staticize a struct in postprocessor code
Andrzej Pietrasiewicz
1
-1
/
+1
2021-11-22
media: hantro: Support VP9 on the G2 core
Andrzej Pietrasiewicz
11
-4
/
+1594
2021-11-22
media: hantro: Prepare for other G2 codecs
Andrzej Pietrasiewicz
7
-31
/
+48
2021-11-22
media: hantro: Rename registers
Andrzej Pietrasiewicz
2
-34
/
+34
2021-11-22
media: rkvdec: Add the VP9 backend
Andrzej Pietrasiewicz
5
-7
/
+1121
2021-11-22
media: hantro: Add quirk for NV12/NV12_4L4 capture format
Ezequiel Garcia
2
-1
/
+15
2021-11-22
media: hantro: Simplify postprocessor
Ezequiel Garcia
5
-7
/
+6
2021-11-22
media: hantro: postproc: Introduce struct hantro_postproc_ops
Ezequiel Garcia
6
-17
/
+44
2021-11-22
media: hantro: postproc: Fix motion vector space size
Ezequiel Garcia
1
-3
/
+4
2021-11-19
media: imx: Remove unused functions
Dorota Czaplejewicz
2
-46
/
+0
2021-11-17
media: atomisp: cleanup qbuf logic
Mauro Carvalho Chehab
1
-19
/
+0
2021-11-17
media: atomisp: add YUVPP at __atomisp_get_pipe() logic
Mauro Carvalho Chehab
1
-2
/
+4
2021-11-17
media: atomisp: frame.c: drop a now-unused function
Mauro Carvalho Chehab
2
-89
/
+0
2021-11-17
media: atomisp: pipe_binarydesc: drop logic incompatible with firmware
Mauro Carvalho Chehab
1
-16
/
+2
2021-11-17
media: atomisp: binary.c: drop logic incompatible with firmware
Mauro Carvalho Chehab
1
-67
/
+9
2021-11-17
media: atomisp: simplify binary.c
Mauro Carvalho Chehab
1
-403
/
+10
2021-11-17
media: atomisp: get rid of set pipe version custom ctrl
Mauro Carvalho Chehab
3
-33
/
+0
2021-11-17
media: atomisp: atomisp_cmd: make it more compatible with firmware
Mauro Carvalho Chehab
1
-12
/
+2
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-1
/
+1
2021-11-17
media: atomisp: sh_css_sp: better support the current firmware
Mauro Carvalho Chehab
1
-9
/
+7
2021-11-17
staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
Dan Carpenter
1
-1
/
+2
2021-11-17
staging: greybus: Add missing rwsem around snd_ctl_remove() calls
Takashi Iwai
1
-2
/
+6
2021-11-17
staging: r8188eu: delete unused header
Zameer Manji
1
-271
/
+0
2021-11-17
staging: r8188eu: code indent should use tabs
Michael Straube
1
-1
/
+1
2021-11-17
staging: r8188eu: remove unused defines in wifi.h
Zameer Manji
1
-57
/
+0
2021-11-17
staging: r8188eu: fix array_size.cocci warning
Guo Zhengkui
1
-1
/
+1
2021-11-17
staging: vt6655: Delete bogus check for `init_count` in AL7230
Karolina Drobnik
1
-2
/
+0
2021-11-17
staging: vt6655: Delete bogus check for `init_count` in AL2230
Karolina Drobnik
1
-2
/
+0
2021-11-17
staging: vt6655: Update comment for `rf_write_wake_prog_syn`
Karolina Drobnik
1
-4
/
+4
2021-11-17
staging: vt6655: Rename `RFvWriteWakeProgSyn` function
Karolina Drobnik
3
-4
/
+4
2021-11-17
staging: vt6655: Rewrite conditional in AL7320 initialization
Karolina Drobnik
1
-7
/
+5
2021-11-17
staging: vt6655: Use incrementation in `idx`
Karolina Drobnik
1
-11
/
+8
2021-11-17
staging: vt6655: Introduce `idx` variable
Karolina Drobnik
1
-8
/
+9
2021-11-17
staging: vt6655: Remove unnecessary type casts
Karolina Drobnik
1
-8
/
+8
2021-11-17
media: atomisp: sh_css_param_shading: fix comments coding style
Mauro Carvalho Chehab
1
-21
/
+37
2021-11-17
media: atomisp: get rid of sctbl_legacy_*
Mauro Carvalho Chehab
3
-12
/
+4
2021-11-17
media: atomisp: get rid of #ifdef HAS_BL
Mauro Carvalho Chehab
1
-3
/
+0
2021-11-17
media: atomisp: get rid of USE_WINDOWS_BINNING_FACTOR tests
Mauro Carvalho Chehab
2
-22
/
+4
2021-11-17
media: atomisp: remove #ifdef HAS_NO_HMEM
Mauro Carvalho Chehab
5
-23
/
+0
2021-11-17
media: atomisp: sh_css_params: cleanup the code
Mauro Carvalho Chehab
3
-91
/
+15
[prev]
[next]