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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-21
tty: mxser: fix usage of opmode_ioaddr
Matwey V. Kornilov
1
-2
/
+9
2013-05-21
serial: 8250_dw: add ACPI ID for Intel BayTrail
Heikki Krogerus
1
-0
/
+1
2013-05-21
ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...
Darrick J. Wong
1
-1
/
+1
2013-05-21
uio: UIO_DMEM_GENIRQ should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2013-05-21
mei: bus: Reset event_cb when disabling a device
Samuel Ortiz
1
-0
/
+2
2013-05-21
Drivers: hv: Fix a bug in get_vp_index()
K. Y. Srinivasan
1
-1
/
+1
2013-05-21
mei: fix out of array access to me clients array
Tomas Winkler
1
-9
/
+8
2013-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
3
-1
/
+40
2013-05-21
driver core: print sysfs attribute name when warning about bogus permissions
dyoung@redhat.com
1
-2
/
+4
2013-05-21
driver core: export subsys_virtual_register
Greg Kroah-Hartman
1
-0
/
+1
2013-05-21
Merge branch 'drm-radeon-sun-hainan' of git://people.freedesktop.org/~airlied...
Linus Torvalds
8
-92
/
+356
2013-05-21
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
15
-41
/
+59
2013-05-21
drm/i915: Propagate errors back from fb set-base
Chris Wilson
1
-15
/
+10
2013-05-21
drm/i915: Adding more reserved PCI IDs for Haswell.
Rodrigo Vivi
1
-11
/
+35
2013-05-21
Merge tag 'stable/for-linus-3.10-rc1-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
6
-106
/
+61
2013-05-20
TTY: Fix tty miss restart after we turn off flow-control
Wang YanQing
1
-0
/
+8
2013-05-20
tty/vt: Fix vc_deallocate() lock order
Peter Hurley
2
-26
/
+55
2013-05-20
TTY: ehv_bytechan: add missing platform_driver_unregister() when module exit
Wei Yongjun
1
-0
/
+1
2013-05-20
TTY: rocket, fix more no-PCI warnings
Jiri Slaby
1
-147
/
+141
2013-05-20
serial: mcf: missing uart_unregister_driver() on error in mcf_init()
Wei Yongjun
1
-1
/
+3
2013-05-20
tty: serial: mpc5xxx: fix error handing in mpc52xx_uart_init()
Wei Yongjun
1
-3
/
+8
2013-05-20
serial: samsung: add missing platform_driver_unregister() when module exit
Wei Yongjun
1
-0
/
+1
2013-05-20
serial: pl011: protect attribute read from NULL platform data struct
Lee Jones
1
-1
/
+1
2013-05-20
tty: nwpserial: Pass correct pointer to free_irq()
Lars-Peter Clausen
1
-1
/
+1
2013-05-20
serial: 8250_dw: Add valid clk pointer check
Ezequiel Garcia
1
-2
/
+4
2013-05-20
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-12
/
+20
2013-05-20
USB: cxacru: potential underflow in cxacru_cm_get_array()
Dan Carpenter
1
-1
/
+2
2013-05-20
xen: Fixed assignment error in if statement
Lisa Nguyen
1
-1
/
+2
2013-05-20
xen/xenbus: Fixed over 80 character limit issue
Lisa Nguyen
1
-1
/
+2
2013-05-20
xen/xenbus: Fixed indentation error in switch case
Lisa Nguyen
1
-10
/
+8
2013-05-20
drm/radeon: add golden register settings for Hainan (v2)
Alex Deucher
1
-0
/
+122
2013-05-20
drm/radeon: sun/hainan chips do not have UVD (v2)
Alex Deucher
1
-28
/
+39
2013-05-20
drm/radeon: track which asics have UVD
Alex Deucher
2
-0
/
+18
2013-05-20
drm/radeon: radeon-asic updates for Hainan
Alex Deucher
1
-1
/
+4
2013-05-20
drm/radeon: fill in ucode loading support for Hainan
Alex Deucher
1
-0
/
+58
2013-05-20
drm/radeon: don't touch DCE or VGA regs on Hainan (v3)
Alex Deucher
3
-62
/
+92
2013-05-20
staging: ramster: add how-to document
Dan Magenheimer
1
-0
/
+366
2013-05-20
drm/radeon: fill in GPU init for Hainan (v2)
Alex Deucher
2
-1
/
+20
2013-05-20
drm/radeon: add chip family for Hainan
Alex Deucher
3
-0
/
+3
2013-05-20
Merge tag 'pinctrl-fixes-v3.10-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-19
/
+19
2013-05-20
drm/radeon/dce2: use 10khz units for audio dto calculation
Alex Deucher
2
-9
/
+7
2013-05-20
drm/radeon: Fix VRAM size calculation for VRAM >= 4GB
Niels Ole Salscheider
3
-5
/
+5
2013-05-20
drm/radeon: Remove superfluous variable
Niels Ole Salscheider
3
-11
/
+0
2013-05-20
Merge branch 'drm-nouveau-fixes-3.10' of git://anongit.freedesktop.org/git/no...
Dave Airlie
7
-16
/
+47
2013-05-20
drm/nouveau: ensure channels are stopped before saving fences for suspend
Ben Skeggs
1
-5
/
+20
2013-05-20
drm/nv50/fifo: prevent races between clients updating playlists
Ben Skeggs
1
-0
/
+2
2013-05-20
drm/nvc0/fifo: prevent CHAN_TABLE_ERROR:CHANNEL_PENDING on fifo fini
Ben Skeggs
1
-0
/
+8
2013-05-20
drm/nvc0/fifo: prevent races between clients updating playlists
Ben Skeggs
1
-0
/
+2
2013-05-20
drm/nve0/fifo: prevent races between clients updating playlists
Ben Skeggs
1
-0
/
+3
2013-05-20
drm/nve0/ltcg: poke the partition count into yet another register
Ben Skeggs
1
-0
/
+2
[prev]
[next]