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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-09
sunrpc: fix potential races in pool_stats collection
Jeff Layton
1
-3
/
+3
2014-12-09
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
Jeff Layton
2
-1
/
+4
2014-12-09
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
1
-1
/
+3
2014-12-09
sunrpc: move rq_cachetype field to better optimize space
Jeff Layton
1
-1
/
+1
2014-12-09
sunrpc: move rq_splice_ok flag into rq_flags
Jeff Layton
2
-4
/
+5
2014-12-09
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
2
-5
/
+5
2014-12-09
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
2
-5
/
+6
2014-12-09
sunrpc: move rq_local field to rq_flags
Jeff Layton
2
-2
/
+3
2014-12-09
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
2
-6
/
+15
2014-12-09
Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch
J. Bruce Fields
22
-39
/
+344
2014-12-09
virtio: allow finalize_features to fail
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
virtio: add API to detect legacy devices
Michael S. Tsirkin
1
-0
/
+2
2014-12-09
virtio: make VIRTIO_F_VERSION_1 a transport bit
Michael S. Tsirkin
1
-2
/
+2
2014-12-09
virtio_balloon: add legacy_only flag
Michael S. Tsirkin
1
-0
/
+2
2014-12-09
virtio_console: virtio 1.0 support
Michael S. Tsirkin
1
-3
/
+4
2014-12-09
virtio_scsi: export to userspace
Michael S. Tsirkin
2
-37
/
+38
2014-12-09
virtio_scsi: move to uapi
Michael S. Tsirkin
1
-0
/
+0
2014-12-09
virtio_scsi: v1.0 support
Michael S. Tsirkin
1
-15
/
+17
2014-12-09
tun: add VNET_LE flag
Michael S. Tsirkin
1
-0
/
+1
2014-12-09
tun: move internal flag defines out of uapi
Michael S. Tsirkin
1
-13
/
+3
2014-12-09
virtio_blk: v1.0 support
Michael S. Tsirkin
1
-7
/
+8
2014-12-09
virtio_net: v1.0 endianness
Michael S. Tsirkin
1
-7
/
+8
2014-12-09
virtio: add legacy feature table support
Michael S. Tsirkin
1
-0
/
+4
2014-12-09
virtio: set FEATURES_OK
Michael S. Tsirkin
1
-0
/
+2
2014-12-09
virtio: allow transports to get avail/used addresses
Cornelia Huck
1
-0
/
+3
2014-12-09
virtio_config: endian conversion for v1.0
Michael S. Tsirkin
1
-3
/
+6
2014-12-09
virtio: memory access APIs
Michael S. Tsirkin
5
-22
/
+161
2014-12-09
virtio: add virtio 1.0 feature bit
Michael S. Tsirkin
1
-0
/
+3
2014-12-09
virtio: add support for 64 bit features.
Michael S. Tsirkin
2
-11
/
+11
2014-12-09
virtio: use u32, not bitmap for features
Michael S. Tsirkin
2
-5
/
+4
2014-12-09
virtio: add low-level APIs for feature bits
Michael S. Tsirkin
1
-3
/
+50
2014-12-09
backlight: lp855x: Add supply regulator to lp855x
Sean Paul
1
-0
/
+2
2014-12-09
thermal: provide an UAPI header file
Florian Fainelli
3
-30
/
+37
2014-12-09
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
20
-164
/
+115
2014-12-09
Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+9
2014-12-09
Merge tag 'regulator-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-13
/
+41
2014-12-09
Merge tag 'regmap-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
1
-0
/
+7
2014-12-09
Merge tag 'hwmon-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+4
2014-12-09
Merge tag 'edac_for_3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
2
-1
/
+5
2014-12-09
Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-10
/
+540
2014-12-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Zhang Rui
3
-6
/
+114
2014-12-09
Merge tag 'mmc-v3.19-1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
12
-57
/
+146
2014-12-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+2
2014-12-09
fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not defined
Alexander Duyck
1
-2
/
+2
2014-12-09
ethtool: Support for configurable RSS hash function
Eyal Perry
2
-14
/
+38
2014-12-09
net: Add functions for handling padding frame and adding to length
Alexander Duyck
2
-1
/
+35
2014-12-09
net/mlx5_core: Remove unused dev cap enum fields
Eli Cohen
1
-8
/
+0
2014-12-09
tipc: convert name table read-write lock to RCU
Ying Xue
1
-0
/
+9
2014-12-09
Merge branch 'iov_iter' into for-next
Al Viro
50
-149
/
+341
2014-12-09
net: bcmgenet: enable driver to work without a device tree
Petri Gynther
1
-0
/
+18
[prev]
[next]