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
2018-06-13
Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-13
/
+163
2018-06-13
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
11
-52
/
+390
2018-06-13
Merge branches 'pm-domains' and 'pm-tools'
Rafael J. Wysocki
2
-23
/
+154
2018-06-13
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
6
-24
/
+209
2018-06-13
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
869
-2137
/
+2720
2018-06-13
Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
13
-74
/
+2398
2018-06-13
treewide: Use array_size() in kvzalloc_node()
Kees Cook
2
-4
/
+5
2018-06-13
treewide: Use array_size() in vzalloc_node()
Kees Cook
2
-4
/
+3
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
50
-92
/
+126
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
50
-72
/
+99
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
204
-609
/
+782
2018-06-13
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
5
-10
/
+11
2018-06-13
treewide: kvzalloc() -> kvcalloc()
Kees Cook
11
-32
/
+41
2018-06-13
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
4
-8
/
+16
2018-06-13
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
12
-25
/
+24
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
374
-811
/
+984
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
227
-460
/
+620
2018-06-13
video: uvesafb: Fix integer overflow in allocation
Kees Cook
1
-1
/
+2
2018-06-13
leds: Use struct_size() in allocation
Kees Cook
1
-2
/
+1
2018-06-13
Convert vhost to struct_size
Matthew Wilcox
1
-1
/
+2
2018-06-13
Convert v4l2 event to struct_size
Matthew Wilcox
1
-2
/
+1
2018-06-13
Convert infiniband uverbs to struct_size
Matthew Wilcox
1
-2
/
+2
2018-06-13
Convert virtio_console to struct_size
Matthew Wilcox
1
-2
/
+1
2018-06-13
Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
78
-1590
/
+1475
2018-06-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
11
-863
/
+833
2018-06-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
9
-141
/
+49
2018-06-12
Merge tag 'ntb-4.18' of git://github.com/jonmason/ntb
Linus Torvalds
8
-813
/
+1001
2018-06-12
Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
6
-116
/
+116
2018-06-12
Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
2
-27
/
+17
2018-06-12
Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...
Rafael J. Wysocki
2
-4
/
+26
2018-06-12
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
10
-25
/
+1149
2018-06-12
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
38
-884
/
+1397
2018-06-12
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
12
-63
/
+489
2018-06-11
Merge tag 'linux-watchdog-4.18-rc1' of git://www.linux-watchdog.org/linux-wat...
Linus Torvalds
9
-53
/
+84
2018-06-11
Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...
Linus Torvalds
2
-22
/
+47
2018-06-11
ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_creat...
Jia-Ju Bai
1
-2
/
+2
2018-06-11
ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup...
Jia-Ju Bai
1
-1
/
+1
2018-06-11
NTB: ntb_hw_idt: fix typo 'can by' to 'can be'
Wolfram Sang
1
-1
/
+1
2018-06-11
ntb: intel: change references of skx to gen3
Dave Jiang
4
-130
/
+126
2018-06-11
ntb: intel: split out the gen3 code
Dave Jiang
6
-657
/
+754
2018-06-11
ntb: intel: header definitions refactor
Dave Jiang
4
-142
/
+237
2018-06-11
Merge tag 'rpmsg-v4.18' of git://github.com/andersson/remoteproc
Linus Torvalds
10
-109
/
+109
2018-06-11
Merge tag 'rproc-v4.18' of git://github.com/andersson/remoteproc
Linus Torvalds
3
-27
/
+187
2018-06-11
Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteproc
Linus Torvalds
8
-72
/
+59
2018-06-11
Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-40
/
+431
2018-06-11
Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
49
-898
/
+1364
2018-06-11
Merge tag 'drm-next-2018-06-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
29
-422
/
+244
2018-06-11
Merge branch 'pci/aer-squash'
Bjorn Helgaas
15
-1547
/
+1434
2018-06-11
PCI/AER: Use "PCI Express" consistently in Kconfig text
Bjorn Helgaas
1
-6
/
+6
2018-06-11
PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/
Bjorn Helgaas
6
-56
/
+41
[next]