summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()Yi Wang2018-08-221-9/+9
* x86: kvm: avoid unused variable warningArnd Bergmann2018-08-221-3/+1
* KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESRDongjiu Geng2018-08-221-3/+3
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-2243-173/+834
|\
| * KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal2018-08-131-0/+4
| * KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal2018-08-131-11/+27
| * KVM: arm: Use true and false for boolean valuesGustavo A. R. Silva2018-08-121-1/+1
| * KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabledJia He2018-08-123-12/+15
| * KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.hJia He2018-08-122-6/+6
| * KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accessesMarc Zyngier2018-08-121-1/+24
| * KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier2018-08-122-2/+41
| * KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier2018-08-124-7/+18
| * KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encodingMarc Zyngier2018-08-121-2/+0
| * KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blockedChristoffer Dall2018-07-311-0/+5
| * KVM: arm/arm64: Fix potential loss of ptimer interruptsChristoffer Dall2018-07-311-5/+5
| * KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()Mark Rutland2018-07-241-0/+3
| * KVM: arm: Add 32bit get/set events supportJames Morse2018-07-215-8/+45
| * KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse2018-07-213-21/+36
| * arm64: KVM: export the capability to set guest SError syndromeDongjiu Geng2018-07-213-0/+30
| * arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-218-7/+146
| * KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDRChristoffer Dall2018-07-212-6/+17
| * KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPRChristoffer Dall2018-07-212-1/+18
| * KVM: arm/arm64: vgic: Allow configuration of interrupt groupsChristoffer Dall2018-07-215-4/+66
| * KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writesChristoffer Dall2018-07-212-6/+36
| * KVM: arm/arm64: vgic: Permit uaccess writes to return errorsChristoffer Dall2018-07-213-18/+31
| * KVM: arm/arm64: vgic: Signal IRQs using their configured groupChristoffer Dall2018-07-213-5/+5
| * KVM: arm/arm64: vgic: Add group field to struct irqChristoffer Dall2018-07-214-5/+24
| * KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zeroChristoffer Dall2018-07-212-2/+8
| * KVM: arm/arm64: vgic: Keep track of implementation revisionChristoffer Dall2018-07-214-4/+12
| * KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3Christoffer Dall2018-07-214-2/+24
| * arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier2018-07-213-21/+11
| * KVM: arm/arm64: vgic-debug: Show LPI statusMarc Zyngier2018-07-213-16/+39
| * KVM: arm64: vgic-its: Remove VLA usageKees Cook2018-07-211-4/+10
| * KVM: arm/arm64: Fix vgic init raceChristoffer Dall2018-07-211-0/+4
| * KVM: arm/arm64: Enable adaptative WFE trappingMarc Zyngier2018-07-093-0/+26
| * KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tablesMarc Zyngier2018-07-091-4/+0
| * KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier2018-07-093-4/+32
| * KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier2018-07-093-15/+12
| * arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is setMarc Zyngier2018-07-091-2/+12
| * arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is presentMarc Zyngier2018-07-091-1/+10
| * arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier2018-07-099-9/+70
* | Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-225-52/+80
|\ \
| * | fuse: reduce allocation size for splice_writeAndrey Ryabinin2018-07-261-1/+1
| * | fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin2018-07-261-6/+6
| * | fuse: convert last timespec use to timespec64Arnd Bergmann2018-07-261-4/+4
| * | fs: fuse: Adding new return type vm_fault_tSouptick Joarder2018-07-261-1/+1
| * | fuse: simplify fuse_abort_conn()Miklos Szeredi2018-07-261-12/+6
| * | fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-07-261-0/+1
| * | fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-07-261-2/+5
| * | fuse: fix initial parallel diropsMiklos Szeredi2018-07-263-10/+18