summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-061-2/+2
|\
| * tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)2016-09-021-2/+2
* | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-069-92/+97
|\ \
| * | xen/x86: Update topology map for PV VCPUsBoris Ostrovsky2016-10-061-0/+6
| * | xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky2016-10-051-1/+2
| * | xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-305-34/+7
| * | xen/x86: Convert to hotplug state machineBoris Ostrovsky2016-09-301-50/+65
| * | x86/xen: add missing \n at end of printk warning messageColin Ian King2016-09-301-1/+1
| * | xen/grant-table: Use kmalloc_array() in arch_gnttab_valloc()Markus Elfring2016-08-261-1/+1
| * | xen: Make VPMU init message look less scaryJuergen Gross2016-08-241-2/+5
| * | hotplug: Prevent alloc/free of irq descriptors during cpu up/down (again)Boris Ostrovsky2016-08-241-11/+0
| * | xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky2016-08-243-56/+63
* | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-06101-1840/+3192
|\ \ \
| * \ \ Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář2016-09-295-16/+143
| |\ \ \
| | * | | KVM: MIPS: Drop dubious EntryHi optimisationJames Hogan2016-09-291-2/+1
| | * | | KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan2016-09-294-5/+50
| | * | | KVM: MIPS: Split kernel/user ASID regenerationJames Hogan2016-09-291-2/+10
| | * | | KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan2016-09-291-10/+53
| | * | | KVM: MIPS: Emulate MMIO via TLB miss for EVAJames Hogan2016-09-081-0/+18
| | * | | KVM: MIPS: Override HVA error values for EVAJames Hogan2016-09-081-0/+14
| | |/ /
| * | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-09-2911-143/+34
| |\ \ \
| | * | | KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2016-09-272-0/+3
| | * | | KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVLThomas Huth2016-09-271-0/+2
| | * | | KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbieBalbir Singh2016-09-271-2/+1
| | * | | KVM: PPC: BookE: Fix a sanity checkDan Carpenter2016-09-271-1/+1
| | * | | KVM: PPC: Book3S HV: Take out virtual core piggybacking codePaul Mackerras2016-09-271-125/+3
| | * | | KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-278-20/+29
| * | | | Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2016-09-2939-841/+578
| |\ \ \ \
| | * | | | ARM: gic-v3: Work around definition of gic_write_bpr1Marc Zyngier2016-09-231-0/+9
| | * | | | arm64: KVM: Remove duplicating init code for setting VMIDVladimir Murzin2016-09-221-8/+4
| | * | | | ARM: KVM: Support vgic-v3Vladimir Murzin2016-09-229-6/+66
| | * | | | ARM: gic-v3: Introduce 32-to-64-bit mappings for GICv3 cpu registersVladimir Murzin2016-09-221-0/+64
| | * | | | ARM: Move system register accessors to asm/cp15.hVladimir Murzin2016-09-223-30/+27
| | * | | | ARM: Introduce MPIDR_LEVEL_SHIFT macroVladimir Murzin2016-09-221-0/+1
| | * | | | KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin2016-09-221-0/+4
| | * | | | arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin2016-09-222-329/+1
| | * | | | arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin2016-09-222-13/+13
| | * | | | arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin2016-09-221-10/+11
| | * | | | arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier2016-09-082-4/+16
| | * | | | arm/arm64: KVM: Remove external abort test from MMIO handlingMarc Zyngier2016-09-081-6/+0
| | * | | | arm/arm64: KVM: Inject virtual abort when guest exits on external abortMarc Zyngier2016-09-081-0/+5
| | * | | | arm: KVM: Drop unreachable HYP abort handlersMarc Zyngier2016-09-081-27/+0
| | * | | | arm: KVM: Inject a Virtual Abort if it was pendingMarc Zyngier2016-09-081-0/+19
| | * | | | arm: KVM: Handle async aborts delivered while at HYPMarc Zyngier2016-09-082-1/+46
| | * | | | arm: KVM: Allow an exit code to be tagged with a Virtual AbortMarc Zyngier2016-09-081-0/+4
| | * | | | arm: KVM: Add HYP async abort handlerMarc Zyngier2016-09-081-0/+3
| | * | | | arm: KVM: Add Virtual Abort injection helperMarc Zyngier2016-09-082-0/+13
| | * | | | arm: KVM: Preserve pending Virtual Abort in world switchMarc Zyngier2016-09-081-0/+9
| | * | | | arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier2016-09-083-3/+61
| | * | | | arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier2016-09-081-0/+20