summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | r8152: add mutex for hw settingshayeswang2014-10-101-1/+63
| * | | | r8152: adjust usb_autopm_xxxhayeswang2014-10-101-13/+11
| * | | | r8152: autoresume before setting featurehayeswang2014-10-101-1/+9
| * | | | cxgb4: Wait for device to get ready before reading any registerHariprasad Shenai2014-10-103-9/+16
| * | | | cxgb4vf: Add 40G support for cxgb4vf driverHariprasad Shenai2014-10-103-7/+21
| * | | | cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai2014-10-104-5/+11
| * | | | gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil2014-10-092-10/+19
| * | | | gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil2014-10-092-13/+34
| * | | | gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil2014-10-091-8/+7
| * | | | gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil2014-10-091-0/+6
| * | | | gianfar: Include missing headers for ARM buildsClaudiu Manoil2014-10-091-0/+2
| * | | | net/fsl_pq_mdio: Replace spin_event_timeout() with arch independentClaudiu Manoil2014-10-091-13/+23
| * | | | net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessorsClaudiu Manoil2014-10-091-14/+14
| * | | | net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARMClaudiu Manoil2014-10-091-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-122-40/+131
|\ \ \ \ \
| * | | | | vio: fix reuse of vio_dring slotDwight Engen2014-09-302-18/+25
| * | | | | sunvdc: limit each sg segment to a pageDwight Engen2014-09-301-0/+4
| * | | | | sunvdc: compute vdisk geometry from capacityAllen Pais2014-09-301-9/+14
| * | | | | sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-09-301-17/+92
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-1219-2/+4588
|\ \ \ \ \ \
| * | | | | | cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie2014-10-091-5/+15
| * | | | | | cxl: Add driver to Kbuild and MakefilesIan Munsie2014-10-082-0/+19
| * | | | | | cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-0810-0/+4453
| * | | | | | cxl: Add base builtin supportIan Munsie2014-10-085-0/+97
| * | | | | | powerpc: Remove powerpc specific cmd_lineAnton Blanchard2014-10-022-2/+2
| * | | | | | powerpc: Move via-cuda symbol exports next to function definitionsAnton Blanchard2014-09-251-0/+2
| * | | | | | powerpc: Move adb symbol exports next to function definitionsAnton Blanchard2014-09-251-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-1224-61/+3242
|\ \ \ \ \ \
| * | | | | | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-0616-56/+66
| * | | | | | xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang2014-10-061-4/+1
| * | | | | | xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang2014-10-061-2/+2
| * | | | | | xen: make pvscsi frontend dependant on xenbus frontendJuergen Gross2014-10-031-0/+1
| * | | | | | xen-scsifront: don't deadlock if the ring becomes fullDavid Vrabel2014-10-031-1/+2
| * | | | | | xen/efi: Directly include needed headersDaniel Kiper2014-09-231-0/+2
| * | | | | | xen-scsiback: clean up a type issue in scsiback_make_tpg()Dan Carpenter2014-09-231-3/+4
| * | | | | | xen-scsifront: use GFP_ATOMIC under spin_lockDan Carpenter2014-09-231-1/+1
| * | | | | | xen-scsiback: Add Xen PV SCSI backend driverJuergen Gross2014-09-233-0/+2134
| * | | | | | xen-scsifront: Add Xen PV SCSI frontend driverJuergen Gross2014-09-233-0/+1034
| * | | | | | xen/events: support threaded irqs for interdomain event channelsJuergen Gross2014-09-231-2/+3
| * | | | | | xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang2014-09-231-1/+1
* | | | | | | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-112-4/+3
|\ \ \ \ \ \ \
| * | | | | | | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-092-4/+3
* | | | | | | | Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-10-115-85/+100
|\ \ \ \ \ \ \ \
| * | | | | | | | vfio-pci: Fix remove path lockingAlex Williamson2014-09-301-79/+57
| * | | | | | | | drivers/vfio: Export vfio_spapr_iommu_eeh_ioctl() with GPLGavin Shan2014-09-291-1/+1
| * | | | | | | | vfio/pci: Restore MSIx message prior to enablingGavin Shan2014-09-291-0/+15
| * | | | | | | | PCI: Export MSI message relevant functionsGavin Shan2014-09-291-0/+2
| * | | | | | | | vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU typeWill Deacon2014-09-291-5/+25
* | | | | | | | | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-116-9/+490
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | of/selftest: Move hash table off stack to fix large frame sizeGrant Likely2014-10-071-5/+4