summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-05-231-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-085-41/+76
|\
| * Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-031-8/+8
| * KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-0/+1
| * Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2017-04-274-6/+20
| |\
| | * KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall2017-04-091-0/+7
| | * KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf2017-04-091-0/+2
| | * KVM: arm/arm64: Add ARM user space interrupt signaling ABIAlexander Graf2017-04-091-0/+8
| | * KVM: arm/arm64: vgic: Get rid of MISR and EISR fieldsChristoffer Dall2017-04-091-4/+0
| | * KVM: arm/arm64: vgic: Get rid of live_lrsChristoffer Dall2017-04-091-2/+0
| | * KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall2017-04-091-0/+3
| * | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-4/+5
| * | KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář2017-04-271-1/+1
| * | KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-271-0/+6
| * | KVM: mark requests that do not need a wakeupRadim Krčmář2017-04-271-5/+7
| * | KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-271-2/+12
| * | kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-211-0/+1
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-04-211-0/+7
| |\ \
| | * | KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-201-0/+6
| | * | KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability numberAlexey Kardashevskiy2017-04-201-0/+1
| * | | Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Paolo Bonzini2017-04-212-0/+6
| |\ \ \
| * | | | KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand2017-04-121-2/+2
| | |/ / | |/| |
| * | | Merge tag 'kvm-s390-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-04-113-16/+3
| |\ \ \
| | * | | KVM: s390: introduce AIS capabilityYi Min Zhao2017-04-071-0/+1
| | * | | KVM: s390: gs support for kvm guestsFan Zhang2017-03-221-0/+1
| * | | | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-071-1/+1
| * | | | KVM: x86: drop legacy device assignmentPaolo Bonzini2017-04-071-16/+0
| * | | | Merge tag 'kvm_mips_4.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2017-04-061-0/+7
| |\ \ \ \
| | * | | | KVM: MIPS: Add 64BIT capabilityJames Hogan2017-03-281-0/+1
| | * | | | KVM: MIPS: Add VZ & TE capabilitiesJames Hogan2017-03-281-0/+6
| | | |_|/ | | |/| |
* | | | | Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-05-082-26/+53
|\ \ \ \ \
| * | | | | f2fs: enhance scalability of trace macroChao Yu2017-05-031-16/+14
| * | | | | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-032-1/+4
| * | | | | f2fs: sanity check segment countJin Qian2017-05-021-0/+6
| * | | | | f2fs: add parentheses for macro variables moreJaegeuk Kim2017-04-241-5/+5
| * | | | | f2fs: trace __submit_discard_cmdChao Yu2017-04-191-1/+15
| * | | | | f2fs: add missing INMEM_REVOKE trace enum definitionChao Yu2017-03-211-0/+1
| * | | | | f2fs: make sure trace all f2fs_issue_flushKinglong Mee2017-03-211-4/+7
| * | | | | f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-211-0/+2
* | | | | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-084-12/+97
|\ \ \ \ \ \
| * | | | | | fscrypt: correct collision claim for digested namesEric Biggers2017-05-041-13/+9
| * | | | | | fscrypt: introduce helper function for filename matchingEric Biggers2017-05-042-0/+87
| * | | | | | fscrypt: Remove __packed from fscrypt_policyJoe Richey2017-04-301-1/+1
| * | | | | | fscrypt: Move key structure and constants to uapiJoe Richey2017-04-301-0/+13
| * | | | | | fscrypt: remove fscrypt_symlink_data_len()Eric Biggers2017-04-301-11/+0
* | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-081-0/+74
|\ \ \ \ \ \ \
| * | | | | | | ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-301-0/+74
| * | | | | | | vfs: add common GETFSMAP ioctl definitionsDarrick J. Wong2017-04-301-0/+112
| |/ / / / / /
* | | | | | | Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-0/+112
|\ \ \ \ \ \ \
| * | | | | | | vfs: add common GETFSMAP ioctl definitionsDarrick J. Wong2017-04-031-0/+112