summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-12-1323-265/+4486
|\
| * vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesKirti Wankhede2016-12-061-3/+3
| * vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Kirti Wankhede2016-12-061-1/+1
| * vfio iommu type1: WARN_ON if notifier block is not unregisteredKirti Wankhede2016-12-061-0/+2
| * kvm: set/clear kvm to/from vfio_group when group add/deleteJike Song2016-12-011-0/+18
| * vfio: support notifier chain in vfio_groupJike Song2016-12-012-0/+89
| * vfio: vfio_register_notifier: classify iommu notifierJike Song2016-12-013-27/+78
| * vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET2016-12-011-8/+8
| * vfio: fix vfio_info_cap_add/shiftEric Auger2016-11-211-2/+3
| * vfio/pci: Drop unnecessary pcibios_err_to_errno()Cao jin2016-11-181-5/+5
| * MAINTAINERS: Add entry VFIO based Mediated device driversKirti Wankhede2016-11-171-0/+9
| * docs: Sample driver to demonstrate how to use Mediated device framework.Kirti Wankhede2016-11-173-1/+1618
| * docs: Sysfs ABI for mediated device frameworkKirti Wankhede2016-11-171-0/+111
| * docs: Add Documentation for Mediated devicesKirti Wankhede2016-11-172-0/+298
| * vfio: Define device_api stringsKirti Wankhede2016-11-171-0/+10
| * vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-23/+8
| * vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-27/+7
| * vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-172-0/+52
| * vfio_pci: Update vfio_pci to use vfio_info_add_capability()Kirti Wankhede2016-11-171-30/+19
| * vfio: Introduce common function to add capabilitiesKirti Wankhede2016-11-172-1/+62
| * vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede2016-11-173-13/+146
| * vfio iommu type1: Add support for mediated devicesKirti Wankhede2016-11-171-84/+537
| * vfio iommu type1: Add task structure to vfio_dmaKirti Wankhede2016-11-171-51/+86
| * vfio iommu type1: Add find_iommu_group() functionKirti Wankhede2016-11-171-24/+33
| * vfio iommu type1: Update argument of vaddr_get_pfn()Kirti Wankhede2016-11-171-8/+24
| * vfio iommu type1: Update arguments of vfio_lock_acctKirti Wankhede2016-11-171-14/+16
| * vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede2016-11-173-11/+124
| * vfio: Common function to increment container_usersKirti Wankhede2016-11-171-13/+21
| * vfio: Rearrange functions to get vfio_group from devKirti Wankhede2016-11-171-7/+16
| * vfio: VFIO based driver for Mediated devicesKirti Wankhede2016-11-174-1/+168
| * vfio: Mediated device Core driverKirti Wankhede2016-11-179-0/+1003
* | Merge tag 'gcc-plugins-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-132-1/+7
|\ \
| * | gcc-plugins: Adjust Kconfig to avoid cyc_complexityKees Cook2016-11-091-1/+6
| * | MAINTAINERS: add GCC plugins MakefileAndrew Donnellan2016-11-091-0/+1
* | | Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-1311-127/+404
|\ \ \
| * | | ramoops: add pdata NULL check to ramoops_probeKees Cook2016-11-161-2/+11
| * | | pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-161-2/+2
| * | | pstore: Protect unlink with read_mutexNamhyung Kim2016-11-161-2/+5
| * | | pstore: Use global ftrace filters for function trace filteringJoel Fernandes2016-11-161-2/+5
| * | | ftrace: Provide API to use global filtering for ftrace opsJoel Fernandes2016-11-162-0/+19
| * | | pstore: Clarify context field przs as dprzsKees Cook2016-11-161-12/+12
| * | | pstore: improve error report for failed setupKees Cook2016-11-161-19/+34
| * | | pstore: Merge per-CPU ftrace records into oneJoel Fernandes2016-11-161-13/+109
| * | | pstore: Add ftrace timestamp counterJoel Fernandes2016-11-164-37/+85
| * | | ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes2016-11-163-17/+61
| * | | pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2016-11-161-28/+54
| * | | pstore: Allow prz to control need for lockingJoel Fernandes2016-11-163-12/+27
| * | | pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes2016-11-111-4/+2
| * | | pstore: Make spinlock per zone instead of globalJoel Fernandes2016-11-112-6/+6
| * | | pstore: Actually give up during locking failureLi Pengcheng2016-11-091-0/+1
| |/ /