index
:
kernel_samsung_crespo.git
replicant-4.2
kernel/samsung/crespo
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Call SLB patching code in interrupt safe manner
Alexander Graf
2010-03-01
5
-18
/
+31
*
KVM: PPC: Get rid of unnecessary RFI
Alexander Graf
2010-03-01
1
-11
/
+11
*
KVM: PPC: Implement 'skip instruction' mode
Alexander Graf
2010-03-01
3
-6
/
+53
*
KVM: PPC: Use PACA backed shadow vcpu
Alexander Graf
2010-03-01
4
-227
/
+175
*
KVM: PPC: Add helpers for CR, XER
Alexander Graf
2010-03-01
3
-10
/
+12
*
KVM: PPC: Use accessor functions for GPR access
Alexander Graf
2010-03-01
10
-225
/
+248
*
KVM: PPC: Enable lightweight exits again
Alexander Graf
2010-03-01
2
-53
/
+57
*
KVM: PPC: Fix typo in rebolting code
Alexander Graf
2010-03-01
1
-1
/
+1
*
KVM: convert slots_lock to a mutex
Marcelo Tosatti
2010-03-01
1
-2
/
+2
*
KVM: split kvm_arch_set_memory_region into prepare and commit
Marcelo Tosatti
2010-03-01
1
-4
/
+14
*
KVM: modify memslots layout in struct kvm
Marcelo Tosatti
2010-03-01
1
-1
/
+1
*
KVM: powerpc: Remove AGGRESSIVE_DEC
Alexander Graf
2010-03-01
1
-15
/
+1
*
KVM: powerpc: Improve DEC handling
Alexander Graf
2010-03-01
3
-1
/
+23
*
KVM: powerpc: Move vector to irqprio resolving to separate function
Alexander Graf
2010-03-01
1
-3
/
+10
*
KVM: Add KVM_MMIO kconfig item
Avi Kivity
2010-03-01
1
-0
/
+1
*
KVM: powerpc: Show timing option only on embedded
Alexander Graf
2010-01-25
1
-1
/
+1
*
KVM: powerpc: Fix mtsrin in book3s_64 mmu
Alexander Graf
2009-12-27
1
-1
/
+21
*
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-12-09
2
-3
/
+4
|
\
|
*
KVM: powerpc: Fix BUILD_BUG_ON condition
Hollis Blanchard
2009-12-03
1
-1
/
+1
|
*
KVM: Activate Virtualization On Demand
Alexander Graf
2009-12-03
1
-1
/
+2
|
*
KVM: Return -ENOTTY on unrecognized ioctls
Avi Kivity
2009-12-03
1
-1
/
+1
|
*
powerpc/kvm: Remove problematic BUILD_BUG_ON statement
Benjamin Herrenschmidt
2009-11-05
1
-0
/
+4
*
|
powerpc/kvm: Sync guest visible MMU state
Alexander Graf
2009-12-08
4
-15
/
+77
*
|
powerpc/kvm: Fix non-modular build
Benjamin Herrenschmidt
2009-11-05
1
-0
/
+1
*
|
Merge branch 'kvm' into next
Benjamin Herrenschmidt
2009-11-05
15
-25
/
+3448
|
\
\
|
*
|
Use hrtimers for the decrementer
Alexander Graf
2009-11-05
2
-9
/
+29
|
*
|
Fix trace.h
Alexander Graf
2009-11-05
1
-3
/
+3
|
*
|
Include Book3s_64 target in buildsystem
Alexander Graf
2009-11-05
2
-4
/
+40
|
*
|
Export KVM symbols for module
Alexander Graf
2009-11-05
1
-0
/
+24
|
*
|
Add desktop PowerPC specific emulation
Alexander Graf
2009-11-05
1
-10
/
+39
|
*
|
Add mfdec emulation
Alexander Graf
2009-11-05
1
-1
/
+12
|
*
|
Add book3s_64 specific opcode emulation
Alexander Graf
2009-11-05
1
-0
/
+337
|
*
|
Add book3s_32 guest MMU
Alexander Graf
2009-11-05
1
-0
/
+372
|
*
|
Add book3s_64 guest MMU
Alexander Graf
2009-11-05
1
-0
/
+476
|
*
|
Add book3s_64 Host MMU handling
Alexander Graf
2009-11-05
1
-0
/
+408
|
*
|
Add book3s.c
Alexander Graf
2009-11-05
1
-0
/
+925
|
*
|
Add interrupt handling code
Alexander Graf
2009-11-05
1
-0
/
+131
|
*
|
Add SLB switching code for entry/exit
Alexander Graf
2009-11-05
1
-0
/
+262
|
*
|
Add book3s_64 highmem asm code
Alexander Graf
2009-11-05
1
-0
/
+392
|
*
|
Move dirty logging code to sub-arch
Alexander Graf
2009-11-05
2
-5
/
+5
|
|
/
*
|
powerpc/kvm: Remove problematic BUILD_BUG_ON statement
Benjamin Herrenschmidt
2009-11-05
1
-0
/
+4
|
/
*
const: constify remaining file_operations
Alexey Dobriyan
2009-10-01
1
-1
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-09-15
1
-9
/
+9
|
\
|
*
powerpc: Use names rather than numbers for SPRGs (v2)
Benjamin Herrenschmidt
2009-08-20
1
-9
/
+9
*
|
KVM: Reduce runnability interface with arch support code
Gleb Natapov
2009-09-10
1
-12
/
+1
*
|
KVM: remove old KVMTRACE support code
Marcelo Tosatti
2009-09-10
2
-13
/
+0
*
|
KVM: powerpc: convert marker probes to event trace
Marcelo Tosatti
2009-09-10
6
-15
/
+126
*
|
KVM: Use macro to iterate over vcpus.
Gleb Natapov
2009-09-10
1
-6
/
+10
*
|
KVM: ppc: e500: Add MMUCFG and PVR emulation
Liu Yu
2009-09-10
2
-0
/
+5
*
|
KVM: ppc: e500: Directly pass pvr to guest
Liu Yu
2009-09-10
2
-4
/
+1
[next]