index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-08
KVM: PPC: Work around POWER7 DABR corruption problem
Paul Mackerras
2
-41
/
+61
2012-04-08
Restore guest CR after exit timing calculation
Bharat Bhushan
1
-3
/
+8
2012-04-08
KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log
Paul Mackerras
1
-1
/
+45
2012-04-08
KVM: PPC: Book3S HV: Make virtual processor area registration more robust
Paul Mackerras
1
-69
/
+158
2012-04-08
KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIs
Paul Mackerras
2
-41
/
+100
2012-04-08
KVM: PPC: Save/Restore CR over vcpu_run
Alexander Graf
1
-1
/
+7
2012-04-08
KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE support
Matt Evans
1
-4
/
+78
2012-04-08
KVM: PPC: Booke: only prepare to enter when we enter
Alexander Graf
1
-8
/
+10
2012-04-08
KVM: PPC: booke: Reinject performance monitor interrupts
Alexander Graf
1
-0
/
+4
2012-04-08
KVM: PPC: booke: expose good state on irq reinject
Alexander Graf
1
-15
/
+41
2012-04-08
KVM: PPC: booke: Support perfmon interrupts
Alexander Graf
1
-0
/
+4
2012-04-08
KVM: PPC: e500: fix typo in tlb code
Alexander Graf
1
-2
/
+2
2012-04-08
KVM: PPC: bookehv: remove unused code
Alexander Graf
1
-7
/
+0
2012-04-08
KVM: PPC: booke: add GS documentation for program interrupt
Alexander Graf
1
-2
/
+8
2012-04-08
KVM: PPC: booke: Readd debug abort code for machine check
Alexander Graf
1
-1
/
+6
2012-04-08
KVM: PPC: bookehv: disable MAS register updates early
Alexander Graf
1
-4
/
+6
2012-04-08
KVM: PPC: bookehv: remove SET_VCPU
Alexander Graf
1
-8
/
+0
2012-04-08
KVM: PPC: bookehv: remove negation for CONFIG_64BIT
Alexander Graf
1
-12
/
+12
2012-04-08
KVM: PPC: bookehv: fix exit timing
Alexander Graf
1
-4
/
+4
2012-04-08
KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
Alexander Graf
1
-1
/
+1
2012-04-08
KVM: PPC: booke: rework rescheduling checks
Alexander Graf
2
-23
/
+53
2012-04-08
KVM: PPC: booke: deliver program int on emulation failure
Alexander Graf
1
-1
/
+1
2012-04-08
KVM: PPC: booke: remove leftover debugging
Alexander Graf
1
-5
/
+0
2012-04-08
KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
Alexander Graf
1
-1
/
+1
2012-04-08
KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
Alexander Graf
6
-15
/
+15
2012-04-08
KVM: PPC: e500mc: add load inst fixup
Alexander Graf
1
-1
/
+29
2012-04-08
KVM: PPC: e500mc: Move r1/r2 restoration very early
Alexander Graf
1
-6
/
+6
2012-04-08
KVM: PPC: e500mc: implicitly set MSR_GS
Alexander Graf
1
-6
/
+5
2012-04-08
KVM: PPC: e500mc: Add doorbell emulation support
Alexander Graf
2
-0
/
+70
2012-04-08
KVM: PPC: e500mc support
Scott Wood
7
-10
/
+424
2012-04-08
KVM: PPC: booke: standard PPC floating point support
Scott Wood
2
-0
/
+75
2012-04-08
KVM: PPC: booke: category E.HV (GS-mode) support
Scott Wood
7
-60
/
+897
2012-04-08
KVM: PPC: e500: emulate tlbilx
Scott Wood
3
-0
/
+62
2012-04-08
KVM: PPC: e500: Track TLB1 entries with a bitmap
Scott Wood
2
-5
/
+72
2012-04-08
KVM: PPC: e500: refactor core-specific TLB code
Scott Wood
4
-414
/
+471
2012-04-08
KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
Scott Wood
1
-11
/
+14
2012-04-08
KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
Scott Wood
4
-7
/
+78
2012-04-08
KVM: PPC: e500: rename e500_tlb.h to e500.h
Scott Wood
4
-6
/
+6
2012-04-08
KVM: PPC: booke: Move vm core init/destroy out of booke.c
Scott Wood
3
-9
/
+18
2012-04-08
KVM: PPC: booke: add booke-level vcpu load/put
Scott Wood
4
-0
/
+17
2012-04-08
KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
Scott Wood
2
-16
/
+44
2012-04-08
KVM: Factor out kvm_vcpu_kick to arch-generic code
Christoffer Dall
1
-15
/
+6
2012-04-03
KVM: PPC: Book3S: PR: Fix preemption
Alexander Graf
1
-2
/
+1
2012-04-03
KVM: PPC: Save/Restore CR over vcpu_run
Alexander Graf
2
-1
/
+13
2012-04-03
KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry
Paul Mackerras
1
-2
/
+6
2012-04-03
KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
Paul Mackerras
1
-4
/
+5
2012-04-03
KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code
Alexander Graf
1
-2
/
+4
2012-04-02
powerpc/kvm: Fallout from system.h disintegration
Benjamin Herrenschmidt
3
-0
/
+3
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
Linus Torvalds
1
-0
/
+1
2012-03-28
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
23
-1011
/
+3306
[prev]
[next]