summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | iio:inkern: fix overwritten -EPROBE_DEFER in of_iio_channel_get_by_nameJohannes Pointner2014-08-251-1/+1
* | | | | Merge tag 'usb-3.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-09-204-2/+35
|\ \ \ \ \
| * | | | | USB: storage: Add quirks for Entrega/Xircom USB to SCSI convertersMark2014-09-191-0/+20
| * | | | | USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapterMark2014-09-191-0/+6
| * | | | | USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI AdapterMark2014-09-191-0/+6
| * | | | | USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern2014-09-191-2/+0
| * | | | | Merge tag 'for_3.17-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2014-09-192-0/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | phy: spear1340-miphy: fix driver dependenciesBartlomiej Zolnierkiewicz2014-09-121-0/+1
| | * | | | phy: spear1310-miphy: fix driver dependenciesBartlomiej Zolnierkiewicz2014-09-121-0/+1
| | * | | | phy: miphy365x: Fix off-by-one errorLee Jones2014-09-121-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-09-206-13/+19
|\ \ \ \ \ \
| * | | | | | iscsi-target: avoid NULL pointer in iscsi_copy_param_list failureJoern Engel2014-09-171-1/+1
| * | | | | | iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcidNicholas Bellinger2014-09-171-1/+3
| * | | | | | target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORESebastian Herbszt2014-09-171-1/+1
| * | | | | | target: Fix user data segment multiplier in spc_emulate_evpd_b3()Sebastian Herbszt2014-09-171-1/+1
| * | | | | | iscsi-target: Ignore ICF_GOT_LAST_DATAOUT during Data-Out ITT lookupNicholas Bellinger2014-09-151-0/+2
| * | | | | | Target/iser: Fix initiator_depth and responder_resourcesSagi Grimberg2014-09-151-5/+6
| * | | | | | Target/iser: Avoid calling rdma_disconnect twiceSagi Grimberg2014-09-151-1/+1
| * | | | | | Target/iser: Don't put isert_conn inside disconnected handlerSagi Grimberg2014-09-151-1/+1
| * | | | | | Target/iser: Get isert_conn reference once got to connected_handlerSagi Grimberg2014-09-151-2/+3
| |/ / / / /
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-09-2025-63/+85
|\ \ \ \ \ \
| * | | | | | drm/nouveau: ltc/gf100-: fix cbc issues on certain boardsBen Skeggs2014-09-205-1/+7
| * | | | | | Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-09-201-2/+2
| |\ \ \ \ \ \
| | * | | | | | drm/radeon: Fix typo 'addr' -> 'entry' in rs400_gart_set_pageMichel Dänzer2014-09-181-2/+2
| * | | | | | | drm/bochs: add missing drm_connector_register callGerd Hoffmann2014-09-201-0/+1
| * | | | | | | drm/cirrus: add missing drm_connector_register callGerd Hoffmann2014-09-201-0/+1
| |/ / / / / /
| * | | | | | Merge tag 'drm-intel-fixes-2014-09-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-09-193-2/+11
| |\ \ \ \ \ \
| | * | | | | | drm/i915: Add limited color range readout for HDMI/DP ports on g4x/vlv/chvVille Syrjälä2014-09-182-1/+10
| | * | | | | | drm/i915: Fix SRC_COPY width on 830/845gChris Wilson2014-09-151-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-09-1913-57/+63
| |\ \ \ \ \ \
| | * | | | | | drm/nouveau/runpm: fix module unloadAlex Deucher2014-09-181-0/+9
| | * | | | | | drm/radeon/px: fix module unloadAlex Deucher2014-09-181-2/+9
| | * | | | | | vgaswitcheroo: add vga_switcheroo_fini_domain_pm_opsAlex Deucher2014-09-182-0/+8
| | * | | | | | drm/radeon: don't reset dma on r6xx-evergreen initAlex Deucher2014-09-181-9/+0
| | * | | | | | drm/radeon: don't reset sdma on CIK initAlex Deucher2014-09-181-7/+0
| | * | | | | | drm/radeon: don't reset dma on NI/SI initAlex Deucher2014-09-181-6/+0
| | * | | | | | drm/radeon/dpm: fix resume on mullinsAlex Deucher2014-09-181-7/+21
| | * | | | | | drm/radeon: Disable HDP flush before every CS again for < r600Michel Dänzer2014-09-184-19/+16
| | * | | | | | drm/radeon: delete unused PTE_* definesKyle McMartin2014-09-181-7/+0
| * | | | | | | drm: sti: do not iterate over the info frame arrayBenjamin Gaignard2014-09-171-1/+0
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-09-193-21/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason2014-09-181-7/+6
| * | | | | | | | Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana2014-09-162-14/+13
* | | | | | | | | Merge tag 'nfs-for-3.17-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-09-192-36/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-09-181-15/+15
| * | | | | | | | | NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson2014-09-181-18/+20
| * | | | | | | | | NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown2014-09-121-3/+7
* | | | | | | | | | Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-1916-114/+110
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas2014-09-185-62/+40
| |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas2014-09-121-5/+1