index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Restore guest CR after exit timing calculation
Bharat Bhushan
2012-04-08
1
-3
/
+8
|
*
|
|
|
KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log
Paul Mackerras
2012-04-08
2
-1
/
+49
|
*
|
|
|
KVM: PPC: Book3S HV: Make virtual processor area registration more robust
Paul Mackerras
2012-04-08
4
-76
/
+190
|
*
|
|
|
KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIs
Paul Mackerras
2012-04-08
6
-46
/
+124
|
*
|
|
|
KVM: PPC: Save/Restore CR over vcpu_run
Alexander Graf
2012-04-08
1
-1
/
+7
|
*
|
|
|
KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE support
Matt Evans
2012-04-08
1
-4
/
+78
|
*
|
|
|
KVM: PPC: Booke: only prepare to enter when we enter
Alexander Graf
2012-04-08
1
-8
/
+10
|
*
|
|
|
KVM: PPC: booke: Reinject performance monitor interrupts
Alexander Graf
2012-04-08
2
-0
/
+5
|
*
|
|
|
KVM: PPC: booke: expose good state on irq reinject
Alexander Graf
2012-04-08
1
-15
/
+41
|
*
|
|
|
KVM: PPC: booke: Support perfmon interrupts
Alexander Graf
2012-04-08
1
-0
/
+4
|
*
|
|
|
KVM: PPC: e500: fix typo in tlb code
Alexander Graf
2012-04-08
1
-2
/
+2
|
*
|
|
|
KVM: PPC: bookehv: remove unused code
Alexander Graf
2012-04-08
1
-7
/
+0
|
*
|
|
|
KVM: PPC: booke: add GS documentation for program interrupt
Alexander Graf
2012-04-08
1
-2
/
+8
|
*
|
|
|
KVM: PPC: booke: Readd debug abort code for machine check
Alexander Graf
2012-04-08
1
-1
/
+6
|
*
|
|
|
KVM: PPC: bookehv: add comment about shadow_msr
Alexander Graf
2012-04-08
1
-0
/
+1
|
*
|
|
|
KVM: PPC: bookehv: disable MAS register updates early
Alexander Graf
2012-04-08
1
-4
/
+6
|
*
|
|
|
KVM: PPC: bookehv: remove SET_VCPU
Alexander Graf
2012-04-08
1
-8
/
+0
|
*
|
|
|
KVM: PPC: bookehv: remove negation for CONFIG_64BIT
Alexander Graf
2012-04-08
1
-12
/
+12
|
*
|
|
|
KVM: PPC: bookehv: fix exit timing
Alexander Graf
2012-04-08
1
-4
/
+4
|
*
|
|
|
KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
Alexander Graf
2012-04-08
1
-1
/
+1
|
*
|
|
|
KVM: PPC: booke: rework rescheduling checks
Alexander Graf
2012-04-08
3
-24
/
+54
|
*
|
|
|
KVM: PPC: booke: deliver program int on emulation failure
Alexander Graf
2012-04-08
1
-1
/
+1
|
*
|
|
|
KVM: PPC: booke: remove leftover debugging
Alexander Graf
2012-04-08
1
-5
/
+0
|
*
|
|
|
KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
Alexander Graf
2012-04-08
1
-1
/
+1
|
*
|
|
|
KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
Alexander Graf
2012-04-08
6
-15
/
+15
|
*
|
|
|
KVM: PPC: e500mc: add load inst fixup
Alexander Graf
2012-04-08
1
-1
/
+29
|
*
|
|
|
KVM: PPC: e500mc: Move r1/r2 restoration very early
Alexander Graf
2012-04-08
1
-6
/
+6
|
*
|
|
|
KVM: PPC: e500mc: implicitly set MSR_GS
Alexander Graf
2012-04-08
1
-6
/
+5
|
*
|
|
|
KVM: PPC: e500mc: Add doorbell emulation support
Alexander Graf
2012-04-08
3
-0
/
+72
|
*
|
|
|
KVM: PPC: e500mc support
Scott Wood
2012-04-08
11
-12
/
+476
|
*
|
|
|
KVM: PPC: booke: standard PPC floating point support
Scott Wood
2012-04-08
3
-0
/
+76
|
*
|
|
|
KVM: PPC: booke: category E.HV (GS-mode) support
Scott Wood
2012-04-08
18
-67
/
+1058
|
*
|
|
|
powerpc/booke: Provide exception macros with interrupt name
Scott Wood
2012-04-08
3
-48
/
+68
|
*
|
|
|
KVM: PPC: e500: emulate tlbilx
Scott Wood
2012-04-08
3
-0
/
+62
|
*
|
|
|
KVM: PPC: e500: Track TLB1 entries with a bitmap
Scott Wood
2012-04-08
2
-5
/
+72
|
*
|
|
|
KVM: PPC: e500: refactor core-specific TLB code
Scott Wood
2012-04-08
5
-414
/
+473
|
*
|
|
|
KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
Scott Wood
2012-04-08
1
-11
/
+14
|
*
|
|
|
KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
Scott Wood
2012-04-08
5
-103
/
+78
|
*
|
|
|
KVM: PPC: e500: rename e500_tlb.h to e500.h
Scott Wood
2012-04-08
4
-6
/
+6
|
*
|
|
|
KVM: PPC: booke: Move vm core init/destroy out of booke.c
Scott Wood
2012-04-08
3
-9
/
+18
|
*
|
|
|
KVM: PPC: booke: add booke-level vcpu load/put
Scott Wood
2012-04-08
4
-0
/
+17
|
*
|
|
|
KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
Scott Wood
2012-04-08
5
-16
/
+55
|
*
|
|
|
powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
Scott Wood
2012-04-08
1
-4
/
+8
|
*
|
|
|
powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
Scott Wood
2012-04-08
1
-2
/
+3
|
*
|
|
|
kvmclock: Add functions to check if the host has stopped the vm
Eric B Munson
2012-04-08
1
-0
/
+5
|
*
|
|
|
KVM: PPC: Rework wqp conditional code
Alexander Graf
2012-04-08
1
-5
/
+1
|
*
|
|
|
KVM: Factor out kvm_vcpu_kick to arch-generic code
Christoffer Dall
2012-04-08
2
-15
/
+12
*
|
|
|
|
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-05-24
1
-53
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
gpiolib/arches: Centralise bolierplate asm/gpio.h
Mark Brown
2012-05-12
1
-53
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-05-24
1
-10
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
[prev]
[next]