summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-06-121-16/+1
|\
| * drivers: thermal: Update license to SPDX formatLina Iyer2018-05-301-16/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-125-9/+49
|\ \
| * | kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * | kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-0/+5
| * | kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * | Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-014-6/+37
| |\ \
| | * | KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512Eric Auger2018-05-251-1/+1
| | * | KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger2018-05-251-1/+0
| | * | KVM: arm/arm64: Replace the single rdist region by a listEric Auger2018-05-251-4/+10
| | * | KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall2018-05-251-0/+9
| | * | thread_info: Add update_thread_flag() helpersDave Martin2018-05-252-0/+17
| * | | KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+1
| * | | KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov2018-05-261-0/+3
* | | | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-127-28/+86
|\ \ \ \
| * \ \ \ Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-06-044-24/+60
| |\ \ \ \
| | * | | | xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever2018-06-011-0/+1
| | * | | | xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever2018-05-071-2/+0
| | * | | | xprtrdma: Move Receive posting to Receive handlerChuck Lever2018-05-071-5/+35
| | * | | | xprtrdma: Clean up Receive trace pointsChuck Lever2018-05-071-19/+20
| | * | | | xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-071-1/+0
| | * | | | SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-071-0/+4
| | * | | | SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-071-0/+1
| | * | | | xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-072-0/+2
| | | |/ / | | |/| |
| * | | | NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+2
| * | | | pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman2018-05-312-0/+2
| * | | | pnfs: Stop attempting LAYOUTGET on OPEN on failureFred Isaman2018-05-311-0/+1
| * | | | pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman2018-05-311-0/+2
| * | | | pnfs: Store return value of decode_layoutget for later processingFred Isaman2018-05-311-0/+1
| * | | | NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust2018-05-311-1/+1
| * | | | NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker2018-05-311-1/+2
| * | | | NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker2018-05-311-1/+2
| * | | | rculist: add list_for_each_entry_from_rcu()NeilBrown2018-05-311-0/+13
* | | | | Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-06-122-47/+632
|\ \ \ \ \
| * | | | | svcrdma: Remove unused svc_rdma_op_ctxtChuck Lever2018-05-111-21/+0
| * | | | | svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever2018-05-111-2/+6
| * | | | | svcrdma: Remove post_send_wrChuck Lever2018-05-111-3/+0
| * | | | | svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever2018-05-111-6/+3
| * | | | | svcrdma: Introduce svc_rdma_send_ctxtChuck Lever2018-05-111-12/+23
| * | | | | svcrdma: Clean up Send SGE accountingChuck Lever2018-05-111-1/+1
| * | | | | svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever2018-05-111-7/+0
| * | | | | svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever2018-05-111-0/+1
| * | | | | svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever2018-05-111-2/+2
| * | | | | svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever2018-05-111-2/+1
| * | | | | svcrdma: Remove sc_rq_depthChuck Lever2018-05-111-1/+0
| * | | | | svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever2018-05-111-1/+23
| * | | | | svcrdma: Trace key RDMA API eventsChuck Lever2018-05-111-0/+322
| * | | | | svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever2018-05-111-1/+261
| * | | | | svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-111-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-06-113-0/+472
|\ \ \ \ \