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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
vme: vme_ca91cx42.c: use list_for_each_safe() when delete list items
Wei Yongjun
1
-10
/
+10
2012-09-07
vme: vme_tsi148.c: fix to use list_for_each_safe() when delete list items
Wei Yongjun
1
-5
/
+5
2012-09-07
driver core: Check if r->name is valid in platform_get_resource_byname()
Peter Ujfalusi
1
-0
/
+3
2012-09-06
extcon: use IRQF_ONESHOT
Fengguang Wu
1
-1
/
+1
2012-09-06
extcon: extcon-arizona depends on INPUT
Randy Dunlap
1
-1
/
+1
2012-09-05
extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices
anish kumar
3
-0
/
+205
2012-09-05
extcon: fixing typos
Peter Meerwald
1
-4
/
+4
2012-09-05
extcon: fix typos in extcon-arizona
Peter Meerwald
1
-2
/
+2
2012-09-05
extcon: fix typos in max77693 driver
Peter Meerwald
1
-3
/
+3
2012-09-05
extcon: arizona: Free MICDET IRQ on error during probe
Mark Brown
1
-1
/
+3
2012-09-05
Drivers: hv: kvp: Copy the address family information
K. Y. Srinivasan
1
-0
/
+2
2012-09-05
memory: fix build when CONFIG_OF && !CONFIG_DDR
Stephen Warren
2
-2
/
+4
2012-09-05
memory: emif: add device tree support to emif driver
Aneesh V
4
-1
/
+371
2012-09-05
hv: vmbus_drv: detect hyperv through x86_hyper
Jason Wang
1
-23
/
+2
2012-08-27
Merge 3.6-rc3 into driver-core-next
Greg Kroah-Hartman
374
-2336
/
+5351
2012-08-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
27
-179
/
+419
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
7
-106
/
+146
2012-08-22
Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...
Linus Torvalds
4
-12
/
+21
2012-08-22
Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
7
-22
/
+36
2012-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-12
/
+7
2012-08-22
vfio: grab vfio_device reference *before* exposing the sucker via fd_install()
Al Viro
1
-2
/
+2
2012-08-22
vfio: get rid of vfio_device_put()/vfio_group_get_device* races
Al Viro
1
-2
/
+1
2012-08-22
vfio: get rid of open-coding kref_put_mutex
Al Viro
1
-7
/
+2
2012-08-22
vfio: don't dereference after kfree...
Al Viro
1
-1
/
+2
2012-08-22
fbcon: fix race condition between console lock and cursor timer (v1.1)
Dave Airlie
1
-1
/
+8
2012-08-22
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
6
-34
/
+86
2012-08-22
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-178
/
+216
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
30
-301
/
+163
2012-08-22
rapidio/tsi721: fix unused variable compiler warning
Alexandre Bounine
1
-1
/
+4
2012-08-22
rapidio/tsi721: fix inbound doorbell interrupt handling
Alexandre Bounine
1
-0
/
+7
2012-08-22
drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode
Atsushi Nemoto
1
-2
/
+5
2012-08-22
drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributes
Ilya Shchepetkov
1
-0
/
+2
2012-08-22
drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...
Robin Holt
1
-19
/
+65
2012-08-22
cciss: fix incorrect scsi status reporting
Stephen M. Cameron
1
-10
/
+1
2012-08-22
cs5535-clockevt: typo, it's MFGPT, not MFPGT
Jens Rottmann
1
-2
/
+2
2012-08-22
drm: Add missing static storage class specifiers in drm_proc.c file
Sachin Kamat
1
-2
/
+2
2012-08-22
drm/udl: dpms off the crtc when disabled.
Dave Airlie
1
-2
/
+1
2012-08-22
drm: Remove two unused fields from struct drm_display_mode
Damien Lespiau
1
-3
/
+0
2012-08-22
drm: stop vmgfx driver explosion
Alan Cox
1
-1
/
+5
2012-08-22
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
10
-64
/
+141
2012-08-22
Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
12
-107
/
+267
2012-08-22
drm/radeon/ss: use num_crtc rather than hardcoded 6
Alex Deucher
1
-1
/
+1
2012-08-22
target: Remove unused se_cmd.cmd_spdtl
Roland Dreier
1
-2
/
+0
2012-08-21
Merge tag 'pinctrl-fixes-v3.6-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-13
/
+9
2012-08-21
fbcon: fix race condition between console lock and cursor timer
Dave Airlie
1
-1
/
+5
2012-08-21
Revert "drm/radeon: fix bo creation retry path"
Alex Deucher
1
-2
/
+1
2012-08-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hel...
Linus Torvalds
2
-2
/
+9
2012-08-21
tcm_fc: rcu_deref outside rcu lock/unlock section
Denis Efremov
1
-1
/
+3
2012-08-21
tcm_vhost: Fix vhost_scsi_target structure alignment
Michael S. Tsirkin
2
-0
/
+5
2012-08-21
Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
13
-11
/
+15
[next]