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
2017-11-23
drm/edid: quirk HTC vive headset as non-desktop. [v2]
Dave Airlie
1
-0
/
+3
2017-11-23
drm/fb: add support for not enabling fbcon on non-desktop displays [v2]
Dave Airlie
1
-1
/
+5
2017-11-23
drm: add connector info/property for non-desktop displays [v2]
Dave Airlie
2
-2
/
+23
2017-11-23
Merge tag 'tilcdc-4.15-fixes' of https://github.com/jsarha/linux into drm-next
Dave Airlie
5
-380
/
+0
2017-11-23
Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
14
-25
/
+37
2017-11-23
Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
3
-5
/
+2
2017-11-23
Merge tag 'drm/tegra/for-4.15-rc1-fixes' of git://anongit.freedesktop.org/teg...
Dave Airlie
1
-46
/
+111
2017-11-22
i40evf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
fm10k: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
igb: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
igbvf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
ixgbevf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
i40e: Use smp_rmb rather than read_barrier_depends
Brian King
2
-2
/
+2
2017-11-22
ixgbe: Fix skb list corruption on Power systems
Brian King
1
-1
/
+1
2017-11-22
i40e: restore promiscuous after reset
Alan Brady
1
-72
/
+83
2017-11-22
i40evf: fix client notify of l2 params
Alan Brady
2
-17
/
+31
2017-11-22
i40e: Fix FLR reset timeout issue
Filip Sadowski
1
-0
/
+7
2017-11-22
i40e: Remove limit of 64 max queues per channel
Amritha Nambiar
2
-9
/
+0
2017-11-22
i40e: fix the calculation of VFs mac addresses
Zijie Pan
1
-10
/
+11
2017-11-22
i40e: Fix for NUP NVM image downgrade failure
Jacob Keller
4
-4
/
+14
2017-11-22
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
28
-58
/
+58
2017-11-22
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
12
-53
/
+53
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
181
-730
/
+643
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
26
-97
/
+47
2017-11-22
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
26
-56
/
+56
2017-11-22
lightnvm: Convert timers to use timer_setup()
Kees Cook
6
-13
/
+13
2017-11-22
drivers/net: cris: Convert timers to use timer_setup()
Kees Cook
1
-19
/
+17
2017-11-22
drm/vc4: Convert timers to use timer_setup()
Kees Cook
2
-12
/
+7
2017-11-22
drm/i915/selftests: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
2017-11-22
usb: usbatm: Convert timers to use timer_setup()
Kees Cook
3
-20
/
+29
2017-11-22
drivers/firmware: psci: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+2
2017-11-21
platform/x86: dell-laptop: fix error return code in dell_init()
weiyongjun (A)
1
-1
/
+3
2017-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
11
-33
/
+60
2017-11-21
drm/amdgpu: fix rmmod KCQ disable failed error
Wang Hongcheng
3
-5
/
+3
2017-11-21
drm/amdgpu: fix kernel hang when starting VNC server
Xiangliang.Yu
1
-4
/
+1
2017-11-21
Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-52
/
+13
2017-11-21
Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-1
/
+4
2017-11-21
nfp: flower: add missing kdoc
Jakub Kicinski
1
-0
/
+1
2017-11-21
net: qmi_wwan: add Quectel BG96 2c7c:0296
Sebastian Sjoholm
1
-0
/
+1
2017-11-21
mlxsw: spectrum: Do not try to create non-existing ports during unsplit
Ido Schimmel
2
-2
/
+8
2017-11-21
Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux
Linus Torvalds
26
-723
/
+147
2017-11-21
Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-67
/
+7
2017-11-21
drm/amdgpu: don't skip attributes when powerplay is enabled
Alex Deucher
1
-0
/
+4
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-2
/
+8
2017-11-21
drm/amd/pp: fix typecast error in powerplay.
Rex Zhu
1
-2
/
+2
2017-11-21
rtc: sc27xx: Add Spreadtrum SC27xx PMIC RTC driver
Baolin Wang
3
-0
/
+674
2017-11-20
platform/x86: dell-smbios-wmi: Disable userspace interface if missing hotfix
Mario Limonciello
3
-2
/
+38
2017-11-20
of: Document exactly what of_find_node_by_name() puts
Stephen Boyd
1
-3
/
+3
2017-11-20
wcn36xx: fix iris child-node lookup
Johan Hovold
1
-1
/
+1
2017-11-20
ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw mode
Vasanthakumar Thiagarajan
1
-13
/
+38
[prev]
[next]