summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-1216-55/+258
|\
| * um: Use race-free temporary file creationMickaël Salaün2016-01-101-0/+11
| * um: Do not set unsecure permission for temporary fileMickaël Salaün2016-01-101-6/+0
| * um: Fix build error and kconfig for i386Mickaël Salaün2016-01-101-1/+1
| * um: Add seccomp supportMickaël Salaün2016-01-104-0/+24
| * um: Add full asm/syscall.h supportMickaël Salaün2016-01-102-0/+139
| * um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün2016-01-104-25/+17
| * um: Update UBD to use pread/pwrite family of functionsAnton Ivanov2016-01-103-22/+26
| * um: Do not change hard IRQ flags in soft IRQ processingAnton Ivanov2016-01-101-0/+23
| * um: Prevent IRQ handler reentrancyAnton Ivanov2016-01-101-1/+15
| * uml: flush stdout before forkingVegard Nossum2016-01-101-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-1271-2209/+3895
|\ \
| * | kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han2016-01-121-1/+2
| * | kvm/x86: Hyper-V SynIC timers tracepointsAndrey Smetanin2016-01-082-1/+196
| * | kvm/x86: Hyper-V SynIC tracepointsAndrey Smetanin2016-01-082-5/+98
| * | kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin2016-01-082-19/+25
| * | kvm/x86: Skip SynIC vector check for QEMU sideAndrey Smetanin2016-01-081-3/+4
| * | kvm/x86: Hyper-V fix SynIC timer disabling conditionAndrey Smetanin2016-01-081-1/+1
| * | kvm/x86: Reorg stimer_expiration() to better control timer restartAndrey Smetanin2016-01-081-12/+14
| * | kvm/x86: Hyper-V unify stimer_start() and stimer_restart()Andrey Smetanin2016-01-081-23/+20
| * | kvm/x86: Drop stimer_stop() functionAndrey Smetanin2016-01-081-6/+1
| * | kvm/x86: Hyper-V timers fix incorrect logical operationAndrey Smetanin2016-01-081-1/+1
| * | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-084-0/+51
| * | Merge tag 'kvm-s390-next-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-01-083-2/+27
| |\ \
| | * | KVM: s390: implement the RI support of guestFan Zhang2016-01-073-1/+27
| | * | kvm/s390: drop unpaired smp_mbMichael S. Tsirkin2016-01-071-1/+0
| * | | kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause2016-01-071-1/+2
| * | | kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpaDavid Matlack2016-01-071-4/+6
| * | | Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2016-01-07190-2420/+2563
| |\ \ \
| | * | | arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin2015-12-181-2/+20
| | * | | arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-186-4/+33
| | * | | arm: KVM: Make kvm_arm.h friendly to assembly codeVladimir Murzin2015-12-181-16/+17
| | * | | arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin2015-12-183-5/+3
| | * | | arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier2015-12-181-29/+29
| | * | | ARM: KVM: Cleanup exception injectionMarc Zyngier2015-12-181-36/+38
| | * | | arm64: KVM: Remove weak attributesMarc Zyngier2015-12-145-21/+13
| | * | | arm64: KVM: Cleanup asm-offset.cMarc Zyngier2015-12-141-39/+0
| | * | | arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-1411-82/+86
| | * | | arm64: KVM: Move away from the assembly version of the world switchMarc Zyngier2015-12-144-1485/+1
| | * | | arm64: KVM: Map the kernel RO section into HYPMarc Zyngier2015-12-141-0/+7
| | * | | arm64: KVM: Add compatibility aliasesMarc Zyngier2015-12-145-0/+21
| | * | | arm64: KVM: Add panic handlingMarc Zyngier2015-12-143-1/+41
| | * | | arm64: KVM: HYP mode entry pointsMarc Zyngier2015-12-142-0/+204
| | * | | arm64: KVM: Implement TLB handlingMarc Zyngier2015-12-143-0/+75
| | * | | arm64: KVM: Implement fpsimd save/restoreMarc Zyngier2015-12-146-2/+81
| | * | | arm64: KVM: Implement the core world switchMarc Zyngier2015-12-142-0/+136
| | * | | arm64: KVM: Add patchable function selectorMarc Zyngier2015-12-141-0/+24
| | * | | arm64: KVM: Implement guest entryMarc Zyngier2015-12-143-0/+133
| | * | | arm64: KVM: Implement debug save/restoreMarc Zyngier2015-12-143-0/+147
| | * | | arm64: KVM: Implement 32bit system register save/restoreMarc Zyngier2015-12-142-0/+49