summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz2015-06-151-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-124-12/+32
|\
| * net: igb: fix the start time for periodic output signalsRichard Cochran2015-06-111-2/+2
| * enic: fix memory leak in rq_cleanGovindarajulu Varadarajan2015-06-101-5/+4
| * enic: check return value for stat dumpGovindarajulu Varadarajan2015-06-102-4/+25
| * enic: unlock napi busy poll before unmasking intrGovindarajulu Varadarajan2015-06-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-121-0/+1
|\ \
| * | block: pmem: Add dependency on HAS_IOMEMRichard Weinberger2015-06-111-0/+1
* | | Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds2015-06-123-6/+10
|\ \ \
| * | | md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-123-0/+3
| * | | md: Close race when setting 'action' to 'idle'.NeilBrown2015-06-121-5/+6
| * | | md: don't return 0 from array_state_storeNeilBrown2015-06-121-1/+1
* | | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-06-121-3/+15
|\ \ \ \
| * | | | iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse2015-06-121-3/+15
* | | | | Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-06-122-4/+18
|\ \ \ \ \
| * | | | | drm/i915: Fix DDC probe for passive adaptersJani Nikula2015-06-091-3/+17
| * | | | | drm/i915: Properly initialize SDVO analog connectorsAnder Conselvan de Oliveira2015-06-081-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-06-123-11/+28
|\ \ \ \ \
| * | | | | drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BOMichel Dänzer2015-06-111-5/+12
| * | | | | Revert "drm/radeon: adjust pll when audio is not enabled"Alex Deucher2015-06-111-3/+0
| * | | | | Revert "drm/radeon: don't share plls if monitors differ in audio support"Alex Deucher2015-06-111-3/+1
| * | | | | drm/radeon: fix freeze for laptop with Turks/Thames GPU.Jérôme Glisse2015-06-111-0/+15
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-101-0/+2
|\ \ \ \ \ \
| * | | | | | zram: clear disk io accounting when reset zram deviceWeijie Yang2015-06-101-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-091-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Input: synaptics - add min/max quirk for Lenovo S540Peter Hutterer2015-06-081-1/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-0812-92/+149
|\ \ \ \ \ \
| * | | | | | net: bcmgenet: power on MII block for all MII modesFlorian Fainelli2015-06-081-3/+9
| * | | | | | b44: call netif_napi_del()Hauke Mehrtens2015-06-071-0/+2
| * | | | | | be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna2015-06-073-53/+67
| * | | | | | amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas2015-06-071-1/+1
| * | | | | | i40e: Make sure to be in VEB mode if SRIOV is enabled at probeAnjali Singhai Jain2015-06-041-3/+17
| * | | | | | i40e: start up in VEPA mode by defaultAnjali Singhai Jain2015-06-044-5/+36
| * | | | | | i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain2015-06-042-30/+20
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-06-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | virtio_pci: Clear stale cpumask when setting irq affinityJiang Liu2015-06-041-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-083-135/+29
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'mvebu-fixes-4.1-3' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann2015-06-011-90/+19
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus br...Thomas Petazzoni2015-05-281-89/+16
| | * | | | | | | bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.Nicolas Schichan2015-05-281-1/+3
| * | | | | | | | Merge tag 'v4.1-next-soc' of https://github.com/mbgg/linux-mediatek into fixesArnd Bergmann2015-06-012-45/+10
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | soc: mediatek: Add compile dependency to pmic-wrapperMatthias Brugger2015-05-271-0/+1
| | * | | | | | | soc: mediatek: PMIC wrap: Fix register state machine handlingSascha Hauer2015-05-271-10/+2
| | * | | | | | | soc: mediatek: PMIC wrap: Fix clock rate handlingSascha Hauer2015-05-271-35/+7
| | |/ / / / / /
* | | | | | | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-06-081-5/+8
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | iommu/vt-d: Fix passthrough mode with translation-disabled devicesDavid Woodhouse2015-05-111-5/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-082-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | pata_octeon_cf: fix broken buildAaro Koskinen2015-06-081-1/+1
| * | | | | | ata: ahci_mvebu: Fix wrongly set base address for the MBus window settingNadav Haklai2015-05-261-1/+1
* | | | | | | Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-063-6/+6
|\ \ \ \ \ \ \