summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-11-1415-90/+606
|\
| * vfio/pci: make an array largerDan Carpenter2015-11-091-2/+2
| * vfio: Include No-IOMMU modeAlex Williamson2015-11-043-10/+199
| * vfio: Fix bug in vfio_device_get_from_name()Joerg Roedel2015-11-041-3/+4
| * VFIO: platform: reset: AMD xgbe reset moduleEric Auger2015-11-033-0/+137
| * vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger2015-11-031-7/+7
| * vfio: platform: add dev_info on device resetEric Auger2015-11-032-2/+13
| * vfio: platform: use list of registered reset functionEric Auger2015-11-033-30/+30
| * vfio: platform: add compat in vfio_platform_deviceEric Auger2015-11-032-7/+9
| * vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger2015-11-031-2/+2
| * vfio: platform: introduce module_vfio_reset_handler macroEric Auger2015-11-031-0/+14
| * vfio: platform: add capability to register a reset functionEric Auger2015-11-032-0/+47
| * vfio: platform: introduce vfio-platform-base moduleEric Auger2015-11-035-4/+18
| * vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse2015-11-031-18/+18
| * vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger2015-11-031-1/+14
| * VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger2015-10-271-0/+1
| * vfio/pci: Use kernel VPD access functionsAlex Williamson2015-10-271-1/+69
| * vfio: Whitelist PCI bridgesAlex Williamson2015-10-271-6/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-131-55/+54
|\ \
| * | rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov2015-11-021-3/+0
| * | rbd: set device_type::release instead of device::releaseIlya Dryomov2015-11-021-5/+2
| * | rbd: don't free rbd_dev outside of the release callbackIlya Dryomov2015-11-021-42/+47
| * | rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov2015-11-021-2/+4
| * | rbd: drop null test before destroy functionsJulia Lawall2015-11-021-4/+2
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-1318-279/+283
|\ \ \
| * \ \ Merge branch 'drm-sti-next-2015-11-03' of http://git.linaro.org/people/benjam...Dave Airlie2015-11-1318-279/+283
| |\ \ \
| | * | | drm/sti: load HQVDP firmware the first time HQVDP's plane is usedVincent Abriou2015-11-032-153/+150
| | * | | drm/sti: fix typo issue in sti_mode_config_initVincent Abriou2015-11-031-2/+2
| | * | | drm/sti: set mixer background color through module paramVincent Abriou2015-11-031-5/+8
| | * | | drm/sti: Remove local fbdev emulation Kconfig optionArchit Taneja2015-11-032-8/+1
| | * | | drm/sti: remove redundant sign extensionsRasmus Villemoes2015-11-031-4/+0
| | * | | drm/sti: hdmi use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy2015-11-031-11/+6
| | * | | drm/sti: hdmi fix i2c adapter device refcountingVladimir Zapolskiy2015-11-031-18/+31
| | * | | drm/sti: Do not export symbolsThierry Reding2015-11-034-13/+0
| | * | | drm/sti: Build monolithic driverThierry Reding2015-11-0311-30/+42
| | * | | drm/sti: Use drm_crtc_vblank_*() APIThierry Reding2015-11-035-28/+32
| | * | | drm/sti: Store correct CRTC index in eventsThierry Reding2015-11-031-1/+1
| | * | | drm/sti: Select FW_LOADERThierry Reding2015-11-031-0/+1
| | * | | drm/sti: Constify function pointer structsVille Syrjälä2015-11-035-9/+12
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-132-7/+84
|\ \ \ \ \
| * | | | | Revert "drm/rockchip: Convert the probe function to the generic drm_of_compon...Mark Yao2015-11-131-6/+75
| * | | | | drm: Don't oops in drm_calc_timestamping_constants() if drm_vblank_init() was...Ville Syrjälä2015-11-131-1/+9
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-132-6/+12
|\ \ \ \ \
| * | | | | NVMe: add support for Apple NVMe controllerStephan Günther2015-11-111-0/+1
| * | | | | NVMe: use split lo_hi_{read,write}qStephan Günther2015-11-111-6/+6
| * | | | | NVMe: Increase the max transfer size when mdts is 0Sathyavathi M2015-11-111-0/+2
| * | | | | brd: Refuse improperly aligned discard requestsJan Kara2015-11-111-0/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2015-11-134-16/+30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd in...James Morris2015-11-124-16/+30
| |\ \ \ \ \
| | * | | | | tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen2015-11-091-8/+10