summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-195-4/+24
* initramfs: don't free a non-existent initrdSteven Price2019-05-191-1/+1
* fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-191-3/+8
* mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-191-2/+2
* mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+43
* mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+48
* mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2019-05-192-247/+763
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-1791-965/+5574
|\
| * kvm: fix compilation on aarch64Paolo Bonzini2019-05-171-1/+1
| * Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-1531-181/+1914
| |\
| | * KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko2019-05-011-4/+4
| | * arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray2019-04-301-2/+9
| | * arm64: docs: Document perf event attributesAndrew Murray2019-04-241-0/+85
| | * arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray2019-04-241-10/+74
| | * arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-246-4/+103
| | * arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2019-04-243-0/+48
| | * arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributesAndrew Murray2019-04-241-7/+36
| | * arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2019-04-243-1/+63
| | * arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-245-16/+28
| | * arm64: arm_pmu: Remove unnecessary isb instructionAndrew Murray2019-04-241-1/+0
| | * KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap2019-04-243-4/+17
| | * KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap2019-04-245-5/+58
| | * KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-2410-18/+240
| | * KVM: arm64: Add a vcpu flag to control ptrauth for guestAmit Daniel Kachhap2019-04-231-0/+5
| | * KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDsDave Martin2019-04-181-2/+3
| | * KVM: Clarify KVM_{SET,GET}_ONE_REG error code documentationDave Martin2019-04-181-5/+9
| | * KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZEDave Martin2019-04-181-3/+2
| | * KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin2019-04-183-4/+4
| | * KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin2019-04-181-0/+7
| | * KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin2019-04-183-8/+14
| | * KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()Dave Martin2019-04-181-1/+1
| | * KVM: arm64/sve: Make register ioctl access errors more consistentDave Martin2019-04-181-21/+31
| | * KVM: arm64/sve: Miscellaneous tidyups in guest.cDave Martin2019-04-181-13/+5
| | * KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin2019-04-182-9/+32
| | * KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNsDave Martin2019-04-181-2/+2
| | * KVM: arm: Make vcpu finalization stubs into inline functionsDave Martin2019-04-181-2/+9
| | * KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin2019-04-184-4/+4
| | * arm64/sve: Clarify vq map semanticsDave Martin2019-04-182-5/+6
| | * arm64: KVM: Fix system register enumerationMarc Zyngier2019-04-021-4/+4
| | * KVM: arm64/sve: Document KVM API extensions for SVEDave Martin2019-03-291-3/+129
| | * KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REGDave Martin2019-03-291-0/+6
| | * KVM: arm64: Add a capability to advertise SVE supportDave Martin2019-03-292-0/+4
| | * KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin2019-03-292-3/+43
| | * KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin2019-03-294-8/+215
| | * KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin2019-03-294-0/+29
| | * KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin2019-03-293-0/+8
| | * arm64/sve: In-kernel vector length availability query interfaceDave Martin2019-03-292-27/+37
| | * KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LISTDave Martin2019-03-291-0/+63
| | * KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin2019-03-293-12/+158
| | * KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpusDave Martin2019-03-291-12/+36