summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: zero IDT limit on entry to SMMPaolo Bonzini2015-08-071-0/+5
* KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
* Merge tag 'kvm-s390-master-20150730' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2015-07-301-2/+2
|\
| * KVM: s390: Fix hang VCPU hang/loop regressionChristian Borntraeger2015-07-301-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-07-2814-230/+415
|\ \
| * | RDMA/ocrdma: update ocrdma module license stringDevesh Sharma2015-07-241-1/+1
| * | RDMA/ocrdma: update ocrdma license to dual-licenseDevesh Sharma2015-07-2412-228/+408
| * | IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe2015-07-241-1/+2
| * | RDMA/cxgb3: fail get_dma_mr on 64 bit archesSteve Wise2015-07-241-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2015-07-281-3/+5
|\ \ \
| * | | KEYS: ensure we free the assoc array edit if edit is validColin Ian King2015-07-281-3/+5
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-07-281-2/+2
|\ \ \ \
| * | | | arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel2015-07-271-2/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2015-07-281-1/+19
|\ \ \ \
| * | | | avr32: handle NULL as a valid clock objectAndy Shevchenko2015-07-271-1/+19
| |/ / /
* | | | Merge tag 'devicetree-fixes-for-4.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-284-8/+5
|\ \ \ \
| * | | | of: Drop owner assignment from platform and i2c driverKrzysztof Kozlowski2015-07-271-3/+0
| * | | | DEVICETREE: Misc fix for the AR7100 SPI controller bindingAlban Bedel2015-07-271-3/+3
| * | | | of: constify drv arg of of_driver_match_device stubTomeu Vizoso2015-07-271-1/+1
| * | | | of: add HAS_IOMEM depends to OF_ADDRESSRob Herring2015-07-271-1/+1
| |/ / /
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-281-4/+2
|\ \ \ \
| * | | | vhost: fix error handling for memory region allocIgor Mammedov2015-07-271-4/+1
| * | | | vhost: actually track log eventfd fileMarc-André Lureau2015-07-271-0/+1
| |/ / /
* | | | Merge tag 'linux-kselftest-4.2-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-281-1/+1
|\ \ \ \
| * | | | selftests/futex: Fix futex_cmp_requeue_pi() error handlingDarren Hart2015-07-201-1/+1
* | | | | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-2815-103/+189
|\ \ \ \ \
| * | | | | nfs: Fix an oops caused by using other thread's stack space in ASYNC modeKinglong Mee2015-07-282-1/+30
| * | | | | nfs: plug memory leak when ->prepare_layoutcommit failsJeff Layton2015-07-281-3/+2
| * | | | | SUNRPC: Report TCP errors to the callerTrond Myklebust2015-07-271-7/+6
| * | | | | sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown2015-07-271-0/+9
| * | | | | NFSv4.2: handle NFS-specific llseek errorsJ. Bruce Fields2015-07-271-1/+18
| * | | | | NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()Trond Myklebust2015-07-271-2/+0
| * | | | | NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust2015-07-271-1/+4
| * | | | | NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHETrond Myklebust2015-07-221-2/+5
| * | | | | NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-224-7/+4
| * | | | | NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialisedTrond Myklebust2015-07-221-1/+2
| * | | | | NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust2015-07-221-4/+4
| * | | | | NFSv4/pnfs: Ensure we don't miss a file extensionTrond Myklebust2015-07-221-6/+9
| * | | | | NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_lockedTrond Myklebust2015-07-221-0/+3
| * | | | | SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust2015-07-221-1/+1
| * | | | | SUNRPC: Fix a backchannel deadlockTrond Myklebust2015-07-221-2/+2
| * | | | | pNFS: Don't throw out valid layout segmentsTrond Myklebust2015-07-111-0/+6
| * | | | | pNFS: pnfs_roc_drain() fix a race with openTrond Myklebust2015-07-111-6/+9
| * | | | | pNFS: Fix races between return-on-close and layoutreturn.Trond Myklebust2015-07-112-30/+35
| * | | | | pNFS: pnfs_roc_drain should return 'true' when sleepingTrond Myklebust2015-07-111-13/+11
| * | | | | pNFS: Layoutreturn must invalidate all existing layout segments.Trond Myklebust2015-07-111-0/+3
| * | | | | NFSv4.2/flexfiles: Fix a typo in the flexfiles layoutstats codeTrond Myklebust2015-07-081-1/+1
| * | | | | NFSv4: Leases are renewed in sequence_done when we have sessionsTrond Myklebust2015-07-051-7/+5
| * | | | | NFSv4.1: nfs41_sequence_done should handle sequence flag errorsTrond Myklebust2015-07-051-2/+1
| * | | | | NFSv4.1: Handle SEQ4_STATUS_BACKCHANNEL_FAULT correctlyTrond Myklebust2015-07-051-3/+3
OpenPOWER on IntegriCloud