index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
media: rc: harmonize infrared durations to microseconds
Sean Young
3
-7
/
+6
2020-09-03
media: saa7134: avoid a shift overflow
Mauro Carvalho Chehab
1
-1
/
+2
2020-09-03
media: saa7134-alsa.c: number of pages should be unsigned long
Mauro Carvalho Chehab
2
-4
/
+5
2020-09-03
media: cx88-alsa: number of pages should be unsigned long
Mauro Carvalho Chehab
1
-6
/
+7
2020-09-03
media: cx23885-alsa: number of pages should be unsigned long
Mauro Carvalho Chehab
2
-5
/
+6
2020-09-03
media: cx25821-alsa: number of pages should be unsigned long
Mauro Carvalho Chehab
1
-5
/
+6
2020-09-03
media: av7110_v4l: avoid a typecast
Mauro Carvalho Chehab
1
-2
/
+2
2020-09-01
saa7134: drop unnecessary list_empty
Julia Lawall
1
-8
/
+6
2020-08-29
media: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
6
-7
/
+7
2020-08-29
media: tw5864: check status of tw5864_frameinterval_get
Tom Rix
1
-0
/
+6
2020-08-29
media: tw5864: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-5
/
+4
2020-08-29
media: ttpci: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-20
/
+21
2020-08-29
media: smipcie: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-29
media: ngene: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-6
/
+6
2020-08-29
media: mantis: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-4
/
+4
2020-08-29
media: bt8xx: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+4
2020-08-29
media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variable
Daniel W. S. Almeida
1
-4
/
+4
2020-08-29
media: pci: cx23855-video.c: remove duplicate argument in 'or'
Daniel W. S. Almeida
1
-1
/
+1
2020-08-29
media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()
Daniel W. S. Almeida
1
-7
/
+5
2020-08-29
media: pci: saa7164-vbi.c: replace if (cond) BUG() with BUG_ON()
Daniel W. S. Almeida
1
-4
/
+2
2020-08-29
media: pci: saa7164-dvb.c: replace if(cond) BUG() with BUG_ON()
Daniel W. S. Almeida
1
-5
/
+2
2020-08-29
media: pci: saa7164.c: Replace if(cond) BUG with BUG_ON
Daniel W. S. Almeida
1
-5
/
+3
2020-08-29
media: cobalt: cobalt-omnitek.c: fix comparison to bool
Daniel W. S. Almeida
1
-1
/
+1
2020-08-28
media: media/pci: use vb2_video_unregister_device()
Hans Verkuil
8
-23
/
+12
2020-08-08
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2020-08-07
Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
32
-179
/
+80
2020-08-06
media: meye: fix missing pm_mchip_mode field
Hans Verkuil
1
-2
/
+0
2020-08-06
media: saa7164: use generic power management
Vaibhav Gupta
1
-3
/
+0
2020-07-19
media: tw68: use generic power management
Vaibhav Gupta
1
-19
/
+11
2020-07-19
media: meye: use generic power management
Vaibhav Gupta
1
-10
/
+5
2020-07-19
media: cx88: use generic power management
Vaibhav Gupta
1
-44
/
+16
2020-07-19
media: cx25821: use generic power management
Vaibhav Gupta
1
-3
/
+0
2020-07-19
media: cx23885: use generic power management
Vaibhav Gupta
1
-3
/
+0
2020-07-19
media: sta2x11: use generic power management
Vaibhav Gupta
1
-48
/
+15
2020-07-19
media: tw68: Replace http links with https ones
Alexander A. Klimov
1
-1
/
+1
2020-07-19
media: tw5864-core: Replace http links with https ones
Alexander A. Klimov
1
-1
/
+1
2020-07-19
media: ivtv: Replace http links with https ones
Alexander A. Klimov
1
-1
/
+1
2020-07-19
media: cx18: Replace http links with https ones
Alexander A. Klimov
1
-1
/
+1
2020-07-19
media: pci: dt3155: fix spelling mistake
Flavio Suligoi
2
-2
/
+2
2020-07-19
media: solo6x10: replace http references with https
Alexander A. Klimov
16
-16
/
+16
2020-07-08
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
1
-1
/
+1
2020-07-04
media: cx23888: remove unused functions
Sean Young
1
-20
/
+0
2020-06-23
media: budget-core: Improve exception handling in budget_register()
Chuhong Yuan
1
-3
/
+8
2020-06-23
media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...
Jia-Ju Bai
1
-2
/
+3
2020-06-15
sched,ivtv: Convert to sched_set_fifo*()
Peter Zijlstra
1
-3
/
+1
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
3
-3
/
+3
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
3
-3
/
+3
2020-06-04
Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
22
-57
/
+395
2020-06-02
ivtv: convert get_user_pages() --> pin_user_pages()
John Hubbard
3
-26
/
+14
2020-05-12
media: mantis_dvb: remove redundant initialization to variable result
Colin Ian King
1
-1
/
+1
[next]