index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-15
KVM: Add kvm_arch_sync_events to sync with asynchronize events
Sheng Yang
1
-0
/
+4
2008-12-31
KVM: Consolidate userspace memory capability reporting into common code
Avi Kivity
1
-3
/
+0
2008-12-31
KVM: ppc: mostly cosmetic updates to the exit timing accounting code
Hollis Blanchard
4
-86
/
+63
2008-12-31
KVM: ppc: Implement in-kernel exit timing statistics
Hollis Blanchard
11
-18
/
+449
2008-12-31
KVM: ppc: save and restore guest mappings on context switch
Hollis Blanchard
2
-5
/
+60
2008-12-31
KVM: ppc: directly insert shadow mappings into the hardware TLB
Hollis Blanchard
5
-205
/
+151
2008-12-31
KVM: ppc: support large host pages
Hollis Blanchard
2
-21
/
+62
2008-12-31
KVM: ppc: fix userspace mapping invalidation on context switch
Hollis Blanchard
2
-22
/
+18
2008-12-31
KVM: ppc: use prefetchable mappings for guest memory
Hollis Blanchard
1
-2
/
+7
2008-12-31
KVM: ppc: use MMUCR accessor to obtain TID
Hollis Blanchard
1
-1
/
+1
2008-12-31
KVM: ppc: fix Kconfig constraints
Hollis Blanchard
1
-10
/
+8
2008-12-31
KVM: ppc: improve trap emulation
Hollis Blanchard
1
-2
/
+2
2008-12-31
KVM: ppc: optimize irq delivery path
Hollis Blanchard
3
-153
/
+140
2008-12-31
KVM: ppc: optimize find first bit
Hollis Blanchard
1
-1
/
+1
2008-12-31
KVM: ppc: optimize kvm stat handling
Hollis Blanchard
1
-23
/
+9
2008-12-31
KVM: ppc: fix set regs to take care of msr change
Hollis Blanchard
1
-1
/
+1
2008-12-31
KVM: ppc: adjust vcpu types to support 64-bit cores
Hollis Blanchard
3
-8
/
+8
2008-12-31
KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
Hollis Blanchard
5
-45
/
+92
2008-12-31
KVM: ppc: Move the last bits of 44x code out of booke.c
Hollis Blanchard
2
-44
/
+55
2008-12-31
KVM: ppc: refactor instruction emulation into generic and core-specific pieces
Hollis Blanchard
7
-253
/
+409
2008-12-31
ppc: Create disassemble.h to extract instruction fields
Hollis Blanchard
1
-56
/
+1
2008-12-31
KVM: ppc: Refactor powerpc.c to relocate 440-specific code
Hollis Blanchard
7
-113
/
+187
2008-12-31
KVM: ppc: combine booke_guest.c and booke_host.c
Hollis Blanchard
4
-89
/
+66
2008-12-31
KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
Hollis Blanchard
3
-25
/
+29
2008-12-31
KVM: ppc: Move 440-specific TLB code into 44x_tlb.c
Hollis Blanchard
3
-141
/
+143
2008-12-23
powerpc: Fix KVM build on ppc440
Paul Mackerras
1
-0
/
+1
2008-12-21
powerpc/mm: Split low level tlb invalidate for nohash processors
Benjamin Herrenschmidt
1
-1
/
+1
2008-11-25
KVM: ppc: stop leaking host memory on VM exit
Hollis Blanchard
2
-0
/
+9
2008-10-15
KVM: switch to get_user_pages_fast
Marcelo Tosatti
1
-2
/
+0
2008-10-15
KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be locked
Hollis Blanchard
1
-7
/
+1
2008-10-15
KVM: powerpc: Map guest userspace with TID=0 mappings
Hollis Blanchard
4
-18
/
+27
2008-10-15
KVM: ppc: Write only modified shadow entries into the TLB on exit
Hollis Blanchard
3
-18
/
+57
2008-10-15
KVM: ppc: Stop saving host TLB state
Hollis Blanchard
1
-14
/
+3
2008-10-15
KVM: ppc: guest breakpoint support
Hollis Blanchard
3
-2
/
+108
2008-10-15
KVM: ppc: trace powerpc instruction emulation
Christian Ehrhardt
1
-0
/
+2
2008-10-15
KVM: ppc: adds trace points for ppc tlb activity
Jerone Young
2
-1
/
+18
2008-10-15
KVM: ppc: enable KVM_TRACE building for powerpc
Jerone Young
2
-2
/
+15
2008-07-27
KVM: ppc: fix invalidation of large guest pages
Hollis Blanchard
2
-3
/
+4
2008-07-20
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
Marcelo Tosatti
1
-0
/
+4
2008-07-20
KVM: Add coalesced MMIO support (powerpc part)
Laurent Vivier
2
-1
/
+4
2008-07-20
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
1
-4
/
+0
2008-06-06
KVM: ppc: Report bad GFNs
Hollis Blanchard
1
-1
/
+1
2008-06-06
KVM: ppc: Use a read lock around MMU operations, and release it on error
Hollis Blanchard
1
-2
/
+3
2008-06-06
KVM: ppc: Remove unmatched kunmap() call
Hollis Blanchard
1
-2
/
+0
2008-06-06
KVM: ppc: add lwzx/stwz emulation
Hollis Blanchard
1
-0
/
+12
2008-06-06
KVM: ppc: Remove duplicate function
Hollis Blanchard
1
-33
/
+0
2008-05-04
KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guest
Christian Ehrhardt
1
-0
/
+5
2008-05-04
KVM: ppc: Handle guest idle by emulating MSR[WE] writes
Hollis Blanchard
2
-3
/
+18
2008-04-27
KVM: ppc: PowerPC 440 KVM implementation
Hollis Blanchard
9
-0
/
+2702