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
2016-12-06
vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pages
Kirti Wankhede
1
-3
/
+3
2016-12-06
vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.
Kirti Wankhede
1
-1
/
+1
2016-12-06
vfio iommu type1: WARN_ON if notifier block is not unregistered
Kirti Wankhede
1
-0
/
+2
2016-12-01
vfio: support notifier chain in vfio_group
Jike Song
1
-0
/
+82
2016-12-01
vfio: vfio_register_notifier: classify iommu notifier
Jike Song
2
-25
/
+67
2016-12-01
vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'
Christophe JAILLET
1
-8
/
+8
2016-11-21
vfio: fix vfio_info_cap_add/shift
Eric Auger
1
-2
/
+3
2016-11-18
vfio/pci: Drop unnecessary pcibios_err_to_errno()
Cao jin
1
-5
/
+5
2016-11-17
docs: Add Documentation for Mediated devices
Kirti Wankhede
1
-0
/
+1
2016-11-17
vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()
Kirti Wankhede
1
-23
/
+8
2016-11-17
vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()
Kirti Wankhede
1
-27
/
+7
2016-11-17
vfio: Introduce vfio_set_irqs_validate_and_prepare()
Kirti Wankhede
1
-0
/
+48
2016-11-17
vfio_pci: Update vfio_pci to use vfio_info_add_capability()
Kirti Wankhede
1
-30
/
+19
2016-11-17
vfio: Introduce common function to add capabilities
Kirti Wankhede
1
-1
/
+59
2016-11-17
vfio iommu: Add blocking notifier to notify DMA_UNMAP
Kirti Wankhede
2
-13
/
+134
2016-11-17
vfio iommu type1: Add support for mediated devices
Kirti Wankhede
1
-84
/
+537
2016-11-17
vfio iommu type1: Add task structure to vfio_dma
Kirti Wankhede
1
-51
/
+86
2016-11-17
vfio iommu type1: Add find_iommu_group() function
Kirti Wankhede
1
-24
/
+33
2016-11-17
vfio iommu type1: Update argument of vaddr_get_pfn()
Kirti Wankhede
1
-8
/
+24
2016-11-17
vfio iommu type1: Update arguments of vfio_lock_acct
Kirti Wankhede
1
-14
/
+16
2016-11-17
vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_ops
Kirti Wankhede
2
-10
/
+112
2016-11-17
vfio: Common function to increment container_users
Kirti Wankhede
1
-13
/
+21
2016-11-17
vfio: Rearrange functions to get vfio_group from dev
Kirti Wankhede
1
-7
/
+16
2016-11-17
vfio: VFIO based driver for Mediated devices
Kirti Wankhede
4
-1
/
+168
2016-11-17
vfio: Mediated device Core driver
Kirti Wankhede
8
-0
/
+835
2016-11-13
Merge branch 'media-fixes' (patches from Mauro)
Linus Torvalds
14
-249
/
+310
2016-11-13
Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-6
/
+3
2016-11-13
Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2016-11-13
Merge tag 'staging-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-53
/
+63
2016-11-13
Merge tag 'usb-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
12
-37
/
+35
2016-11-13
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-42
/
+1
2016-11-13
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
7
-8
/
+29
2016-11-13
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-29
/
+37
2016-11-13
gp8psk: Fix DVB frontend attach
Mauro Carvalho Chehab
7
-152
/
+246
2016-11-13
gp8psk: fix gp8psk_usb_in_op() logic
Mauro Carvalho Chehab
1
-2
/
+3
2016-11-13
dvb-usb: move data_mutex to struct dvb_usb_device
Mauro Carvalho Chehab
7
-95
/
+61
2016-11-13
iio: maxim_thermocouple: detect invalid storage size in read()
Arnd Bergmann
1
-0
/
+2
2016-11-12
aoe: fix crash in page count manipulation
Jens Axboe
1
-41
/
+0
2016-11-12
lightnvm: invalid offset calculation for lba_shift
Matias Bjørling
1
-1
/
+1
2016-11-12
Merge tag 'acpi-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
7
-22
/
+13
2016-11-12
Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-4
/
+4
2016-11-12
Merge tag 'platform-drivers-x86-v4.9-3' of git://git.infradead.org/users/dvha...
Linus Torvalds
2
-7
/
+26
2016-11-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+2
2016-11-12
Merge tag 'pci-v4.9-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+70
2016-11-12
Merge tag 'drm-fixes-for-v4.9-rc5' of git://people.freedesktop.org/~airlied/l...
Linus Torvalds
31
-136
/
+299
2016-11-12
Merge tag 'mmc-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
5
-17
/
+36
2016-11-12
Merge tag 'pinctrl-v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
7
-10
/
+24
2016-11-12
Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'
Rafael J. Wysocki
1
-4
/
+4
2016-11-12
Merge branch 'device-properties'
Rafael J. Wysocki
7
-22
/
+13
2016-11-11
Merge branch 'maybe-uninitialized' (patches from Arnd)
Linus Torvalds
4
-30
/
+33
[next]