Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2014-01-31 | 5 | -48/+55 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pages | Dave Jones | 2014-01-31 | 1 | -1/+2 | |
| * | | | | | | | | | | xen/grant-table: Avoid m2p_override during mapping | Zoltan Kiss | 2014-01-31 | 2 | -17/+5 | |
| * | | | | | | | | | | xen/gnttab: Use phys_addr_t to describe the grant frame base address | Julien Grall | 2014-01-30 | 1 | -3/+3 | |
| * | | | | | | | | | | xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t) | Ian Campbell | 2014-01-30 | 1 | -0/+1 | |
| * | | | | | | | | | | arm/xen: Initialize event channels earlier | Julien Grall | 2014-01-30 | 1 | -27/+44 | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-01-31 | 51 | -1109/+1694 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue | Paolo Bonzini | 2014-01-29 | 41 | -1066/+1563 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | KVM: PPC: Book3S PR: Cope with doorbell interrupts | Paul Mackerras | 2014-01-27 | 3 | -0/+4 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Add software abort codes for transactional memory | Michael Neuling | 2014-01-27 | 1 | -0/+2 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Add new state for transactional memory | Michael Neuling | 2014-01-27 | 4 | -8/+114 | |
| | * | | | | | | | | | | powerpc/Kconfig: Make TM select VSX and VMX | Michael Neuling | 2014-01-27 | 1 | -0/+2 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Basic little-endian guest support | Anton Blanchard | 2014-01-27 | 5 | -11/+30 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Add support for DABRX register on POWER7 | Paul Mackerras | 2014-01-27 | 6 | -9/+51 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells | Paul Mackerras | 2014-01-27 | 3 | -0/+9 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8 | Paul Mackerras | 2014-01-27 | 2 | -0/+8 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Handle guest using doorbells for IPIs | Paul Mackerras | 2014-01-27 | 2 | -5/+18 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap | Paul Mackerras | 2014-01-27 | 1 | -115/+77 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8 | Paul Mackerras | 2014-01-27 | 2 | -1/+17 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Add handler for HV facility unavailable | Michael Ellerman | 2014-01-27 | 2 | -1/+11 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8 | Paul Mackerras | 2014-01-27 | 1 | -1/+7 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs | Michael Neuling | 2014-01-27 | 6 | -3/+361 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbers | Paul Mackerras | 2014-01-27 | 6 | -337/+397 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Don't set DABR on POWER8 | Michael Neuling | 2014-01-27 | 2 | -3/+12 | |
| | * | | | | | | | | | | kvm/ppc: IRQ disabling cleanup | Scott Wood | 2014-01-27 | 4 | -32/+26 | |
| | * | | | | | | | | | | KVM: PPC: e500: Fix bad address type in deliver_tlb_misss() | Mihai Caraman | 2014-01-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: use xics_wake_cpu only when defined | Andreas Schwab | 2014-01-27 | 1 | -1/+6 | |
| | * | | | | | | | | | | KVM: PPC: Book3S: MMIO emulation support for little endian guests | Cédric Le Goater | 2014-01-27 | 6 | -10/+42 | |
| | * | | | | | | | | | | KVM: PPC: Unify kvmppc_get_last_inst and sc | Alexander Graf | 2014-01-09 | 1 | -11/+7 | |
| | * | | | | | | | | | | KVM: PPC: NULL return of kvmppc_mmu_hpte_cache_next should be handled | Zhouyi Zhou | 2014-01-09 | 1 | -0/+5 | |
| | * | | | | | | | | | | KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state | Tiejun Chen | 2014-01-09 | 2 | -11/+11 | |
| | * | | | | | | | | | | kvm: powerpc: use caching attributes as per linux pte | Bharat Bhushan | 2014-01-09 | 4 | -21/+33 | |
| | * | | | | | | | | | | kvm: powerpc: define a linux pte lookup function | Bharat Bhushan | 2014-01-09 | 1 | -0/+21 | |
| | * | | | | | | | | | | kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update() | Bharat Bhushan | 2014-01-09 | 1 | -3/+5 | |
| | * | | | | | | | | | | kvm: booke: clear host tlb reference flag on guest tlb invalidation | Bharat Bhushan | 2014-01-09 | 1 | -8/+8 | |
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exit | Paul Mackerras | 2014-01-09 | 2 | -66/+22 | |
| | * | | | | | | | | | | KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu struct | Paul Mackerras | 2014-01-09 | 3 | -73/+19 | |
| | * | | | | | | | | | | KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures | Paul Mackerras | 2014-01-09 | 9 | -220/+131 | |
| | * | | | | | | | | | | KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec | Paul Mackerras | 2014-01-09 | 6 | -63/+14 | |
| | * | | | | | | | | | | kvm/powerpc: move kvm_hypercall0() and friends to epapr_hypercall0() | Bharat Bhushan | 2014-01-09 | 2 | -68/+66 | |
| | * | | | | | | | | | | kvm/powerpc: rename kvm_hypercall() to epapr_hypercall() | Bharat Bhushan | 2014-01-09 | 3 | -56/+54 | |
| | * | | | | | | | | | | KVM: PPC: fix couple of memory leaks in MPIC/XICS devices | Gleb Natapov | 2014-01-09 | 2 | -1/+4 | |
| | * | | | | | | | | | | KVM: PPC: Add devname:kvm aliases for modules | Alexander Graf | 2014-01-09 | 6 | -0/+26 | |
| | * | | | | | | | | | | powerpc: kvm: optimize "sc 1" as fast return | Liu Ping Fan | 2013-11-21 | 2 | -7/+22 | |
| * | | | | | | | | | | | x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101 | Paolo Bonzini | 2014-01-29 | 2 | -5/+11 | |
| * | | | | | | | | | | | x86, kvm: cache the base of the KVM cpuid leaves | Paolo Bonzini | 2014-01-29 | 2 | -16/+33 | |
| * | | | | | | | | | | | kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef | Paolo Bonzini | 2014-01-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: x86: Validate guest writes to MSR_IA32_APICBASE | Jan Kiszka | 2014-01-27 | 4 | -12/+39 | |
| * | | | | | | | | | | | KVM: x86: mark hyper-v vapic assist page as dirty | Vadim Rozenfeld | 2014-01-24 | 1 | -2/+4 | |
| * | | | | | | | | | | | KVM: x86: mark hyper-v hypercall page as dirty | Vadim Rozenfeld | 2014-01-23 | 1 | -0/+1 |