| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-10-08 | 6 | -24/+48 |
|\ |
|
| * | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-... | Paolo Bonzini | 2014-09-24 | 6 | -17/+33 |
| |\ |
|
| | * | powerpc/kvm: common sw breakpoint instr across ppc | Madhavan Srinivasan | 2014-09-22 | 1 | -2/+0 |
| | * | powerpc/kvm: support to handle sw breakpoint | Madhavan Srinivasan | 2014-09-22 | 1 | -0/+6 |
| | * | KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core | Mihai Caraman | 2014-09-22 | 1 | -1/+4 |
| | * | KVM: PPC: Remove shared defines for SPE and AltiVec interrupts | Mihai Caraman | 2014-09-22 | 1 | -10/+10 |
| | * | KVM: PPC: Remove the tasklet used by the hrtimer | Mihai Caraman | 2014-09-22 | 2 | -2/+1 |
| | * | KVM: PPC: BOOKE: Emulate debug registers and exception | Bharat Bhushan | 2014-09-22 | 2 | -0/+5 |
| | * | KVM: PPC: Move ONE_REG AltiVec support to powerpc | Mihai Caraman | 2014-09-22 | 1 | -0/+5 |
| | * | KVM: PPC: BOOKE: Add one reg interface for DBSR | Bharat Bhushan | 2014-09-22 | 1 | -0/+1 |
| | * | KVM: PPC: BOOKE: Guest and hardware visible debug registers are same | Bharat Bhushan | 2014-09-22 | 1 | -2/+0 |
| | * | KVM: PPC: BOOKE : Emulate rfdi instruction | Bharat Bhushan | 2014-09-22 | 1 | -0/+1 |
| * | | kvm: Add arch specific mmu notifier for page invalidation | Tang Chen | 2014-09-24 | 1 | -0/+5 |
| * | | kvm: Fix page ageing bugs | Andres Lagar-Cavilla | 2014-09-24 | 2 | -2/+2 |
| |/ |
|
| * | KVM: remove garbage arg to *hardware_{en,dis}able | Radim Krčmář | 2014-08-29 | 1 | -1/+1 |
| * | KVM: static inline empty kvm_arch functions | Radim Krčmář | 2014-08-29 | 1 | -0/+8 |
| * | KVM: forward declare structs in kvm_types.h | Paolo Bonzini | 2014-08-29 | 1 | -5/+0 |
* | | powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create() | Pranith Kumar | 2014-09-09 | 3 | -1/+7 |
* | | powerpc/perf: Fix ABIv2 kernel backtraces | Anton Blanchard | 2014-09-09 | 1 | -0/+7 |
|/ |
|
* | powerpc/mm: Use read barrier when creating real_pte | Aneesh Kumar K.V | 2014-08-13 | 1 | -5/+25 |
* | powerpc/thp: Handle combo pages in invalidate | Aneesh Kumar K.V | 2014-08-13 | 1 | -1/+1 |
* | powerpc/thp: Don't recompute vsid and ssize in loop on invalidate | Aneesh Kumar K.V | 2014-08-13 | 1 | -3/+3 |
* | powerpc: remove duplicate definition of TEXASR_FS | Nishanth Aravamudan | 2014-08-13 | 1 | -2/+1 |
* | powerpc/powernv: Interface to register/unregister opal dump region | Vasant Hegde | 2014-08-13 | 1 | -0/+11 |
* | powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYS | Michael Ellerman | 2014-08-13 | 1 | -2/+4 |
* | powerpc: Add smp_mb() to arch_spin_is_locked() | Michael Ellerman | 2014-08-13 | 1 | -0/+1 |
* | Merge branch 'akpm' (second patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-08 | 3 | -20/+1 |
|\ |
|
| * | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-08 | 1 | -3/+0 |
| * | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-08 | 2 | -17/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-08-07 | 15 | -142/+232 |
|\ \
| |/
|/| |
|
| * | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm | Paolo Bonzini | 2014-08-05 | 15 | -142/+232 |
| |\ |
|
| | * | KVM: PPC: PR: Handle FSCR feature deselects | Alexander Graf | 2014-07-31 | 1 | -0/+1 |
| | * | KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_spr | Bharat Bhushan | 2014-07-30 | 1 | -10/+10 |
| | * | KVM: PPC: Remove DCR handling | Alexander Graf | 2014-07-28 | 2 | -5/+0 |
| | * | KVM: PPC: Expose helper functions for data/inst faults | Alexander Graf | 2014-07-28 | 1 | -0/+8 |
| | * | KVM: PPC: Separate loadstore emulation from priv emulation | Alexander Graf | 2014-07-28 | 1 | -0/+1 |
| | * | KVM: PPC: Handle magic page in kvmppc_ld/st | Alexander Graf | 2014-07-28 | 2 | -0/+17 |
| | * | KVM: PPC: Move kvmppc_ld/st to common code | Alexander Graf | 2014-07-28 | 3 | -3/+7 |
| | * | KVM: PPC: Implement kvmppc_xlate for all targets | Alexander Graf | 2014-07-28 | 1 | -0/+13 |
| | * | KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page | Aneesh Kumar K.V | 2014-07-28 | 1 | -2/+4 |
| | * | Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8 | Stewart Smith | 2014-07-28 | 4 | -0/+27 |
| | * | KVM: PPC: Book3S: Fix LPCR one_reg interface | Alexey Kardashevskiy | 2014-07-28 | 1 | -0/+1 |
| | * | KVM: PPC: Remove 440 support | Alexander Graf | 2014-07-28 | 3 | -71/+0 |
| | * | KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointer | Bharat Bhushan | 2014-07-28 | 1 | -3/+0 |
| | * | KVM: PPC: Booke-hv: Add one reg interface for SPRG9 | Bharat Bhushan | 2014-07-28 | 1 | -0/+1 |
| | * | kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exit | Bharat Bhushan | 2014-07-28 | 1 | -0/+1 |
| | * | KVM: PPC: Allow kvmppc_get_last_inst() to fail | Mihai Caraman | 2014-07-28 | 3 | -31/+31 |
| | * | KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1 | Mihai Caraman | 2014-07-28 | 1 | -3/+6 |
| | * | kvm: ppc: Add SPRN_EPR get helper function | Bharat Bhushan | 2014-07-28 | 1 | -0/+11 |
| | * | kvm: ppc: booke: Add shared struct helpers of SPRN_ESR | Bharat Bhushan | 2014-07-28 | 1 | -0/+1 |