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-03
xen/pvcalls: remove redundant check for irq >= 0
Colin Ian King
1
-3
/
+1
2017-11-03
xen/pvcalls: fix unsigned less than zero error check
Colin Ian King
1
-4
/
+3
2017-11-03
xen/pvcalls-front: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2017-11-03
xen: xenbus_probe_frontend: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2017-11-02
xen/time: do not decrease steal time after live migration on xen
Dongli Zhang
2
-7
/
+72
2017-10-31
xen: introduce a Kconfig option to enable the pvcalls frontend
Stefano Stabellini
2
-0
/
+12
2017-10-31
xen/pvcalls: implement release command
Stefano Stabellini
2
-0
/
+99
2017-10-31
xen/pvcalls: implement poll command
Stefano Stabellini
2
-9
/
+138
2017-10-31
xen/pvcalls: implement recvmsg
Stefano Stabellini
2
-0
/
+115
2017-10-31
xen/pvcalls: implement sendmsg
Stefano Stabellini
2
-0
/
+124
2017-10-31
xen/pvcalls: implement accept command
Stefano Stabellini
2
-0
/
+148
2017-10-31
xen/pvcalls: implement listen command
Stefano Stabellini
2
-0
/
+58
2017-10-31
xen/pvcalls: implement bind command
Stefano Stabellini
2
-0
/
+69
2017-10-31
xen/pvcalls: implement connect command
Stefano Stabellini
2
-0
/
+160
2017-10-31
xen/pvcalls: implement socket command and handle events
Stefano Stabellini
2
-0
/
+139
2017-10-31
xen/pvcalls: connect to the backend
Stefano Stabellini
1
-0
/
+132
2017-10-31
xen/pvcalls: implement frontend disconnect
Stefano Stabellini
1
-0
/
+71
2017-10-31
xen/pvcalls: introduce the pvcalls xenbus frontend
Stefano Stabellini
1
-0
/
+61
2017-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
22
-150
/
+299
2017-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-9
/
+14
2017-10-28
Merge tag 'drm-fixes-for-v4.14-rc7' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
8
-79
/
+27
2017-10-28
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
9
-22
/
+37
2017-10-28
tap: reference to KVA of an unloaded module causes kernel panic
Girish Moodalbail
3
-6
/
+7
2017-10-28
tuntap: properly align skb->head before building skb
Jason Wang
1
-0
/
+1
2017-10-28
Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-7
/
+14
2017-10-28
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+5
2017-10-28
Input: synaptics-rmi4 - limit the range of what GPIOs are buttons
Andrew Duggan
1
-2
/
+3
2017-10-28
Input: gtco - fix potential out-of-bound access
Dmitry Torokhov
1
-7
/
+10
2017-10-27
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
5
-21
/
+22
2017-10-27
net: stmmac: First Queue must always be in DCB mode
Jose Abreu
1
-0
/
+7
2017-10-27
net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsing
Jose Abreu
1
-1
/
+1
2017-10-27
Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
5
-96
/
+202
2017-10-27
Merge tag 'drm-intel-fixes-2017-10-26' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
5
-65
/
+15
2017-10-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+12
2017-10-26
drm/i915/gvt: Adding ACTHD mmio read handler
Xiong Zhang
1
-2
/
+3
2017-10-26
drm/i915/gvt: Extract mmio_read_from_hw() common function
Xiong Zhang
1
-16
/
+5
2017-10-26
drm/i915/gvt: Refine MMIO_RING_F()
Zhi Wang
2
-45
/
+2
2017-10-26
drm/i915/gvt: properly check per_ctx bb valid state
Zhenyu Wang
3
-2
/
+5
2017-10-26
Merge tag 'pm-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
6
-32
/
+57
2017-10-26
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-14
/
+69
2017-10-26
Merge tag 'spi-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-107
/
+64
2017-10-26
i40e: Add programming descriptors to cleaned_count
Alexander Duyck
1
-0
/
+1
2017-10-26
i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setup
Alexander Duyck
1
-1
/
+1
2017-10-26
ixgbe: Fix Tx map failure path
Alexander Duyck
1
-12
/
+6
2017-10-26
igb: Fix TX map failure path
Jean-Philippe Brucker
1
-1
/
+1
2017-10-26
e1000: avoid null pointer dereference on invalid stat type
Colin Ian King
1
-5
/
+4
2017-10-26
e1000: fix race condition between e1000_down() and e1000_watchdog
Vincenzo Maffione
1
-2
/
+9
2017-10-26
xen: fix booting ballooned down hvm guest
Juergen Gross
1
-6
/
+13
2017-10-26
tap: double-free in error path in tap_open()
Girish Moodalbail
1
-9
/
+9
2017-10-26
Merge tag 'linux-can-fixes-for-4.14-20171024' of git://git.kernel.org/pub/scm...
David S. Miller
2
-3
/
+9
[next]