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
/
powerpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-05
KVM: PPC: fix information leak to userland
Vasiliy Kulikov
1
-0
/
+1
2010-10-24
KVM: PPC: Expose level based interrupt cap
Alexander Graf
1
-0
/
+1
2010-10-24
KVM: PPC: Put segment registers in shared page
Alexander Graf
1
-1
/
+1
2010-10-24
KVM: PPC: Add feature bitmap for magic page
Alexander Graf
1
-1
/
+4
2010-10-24
KVM: PPC: Add get_pvinfo interface to query hypercall instructions
Alexander Graf
1
-0
/
+38
2010-10-24
KVM: PPC: Expose magic page support to guest
Alexander Graf
1
-0
/
+11
2010-10-24
KVM: PPC: Implement hypervisor interface
Alexander Graf
1
-0
/
+32
2010-10-24
KVM: PPC: Convert MSR to shared page
Alexander Graf
1
-1
/
+2
2010-08-01
KVM: Remove memory alias support
Avi Kivity
1
-5
/
+0
2010-08-01
KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_run
Denis Kirjanov
1
-1
/
+1
2010-08-01
KVM: Consolidate arch specific vcpu ioctl locking
Avi Kivity
1
-7
/
+4
2010-08-01
KVM: PPC: Centralize locking of arch specific vcpu ioctls
Avi Kivity
1
-4
/
+8
2010-08-01
KVM: move vcpu locking to dispatcher for generic vcpu ioctls
Avi Kivity
1
-4
/
+0
2010-05-17
KVM: PPC: Improve indirect svcpu accessors
Alexander Graf
1
-1
/
+1
2010-05-17
KVM: PPC: Only use QPRs when available
Alexander Graf
1
-0
/
+2
2010-05-17
KVM: PPC: Add OSI hypercall interface
Alexander Graf
1
-0
/
+12
2010-05-17
KVM: Add support for enabling capabilities per-vcpu
Alexander Graf
1
-0
/
+27
2010-05-17
KVM: PPC: Allow userspace to unset the IRQ line
Alexander Graf
1
-1
/
+5
2010-05-17
KVM: PPC: Do not create debugfs if fail to create vcpu
Wei Yongjun
1
-1
/
+2
2010-04-25
KVM: PPC: Destory timer on vcpu destruction
Alexander Graf
1
-0
/
+4
2010-04-25
KVM: PPC: Add capability for paired singles
Alexander Graf
1
-0
/
+1
2010-04-25
KVM: PPC: Teach MMIO Signedness
Alexander Graf
1
-0
/
+29
2010-04-25
KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs
Alexander Graf
1
-2
/
+22
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-01
KVM: fix cleanup_srcu_struct on vm destruction
Marcelo Tosatti
1
-0
/
+1
2010-03-01
KVM: PPC: Use accessor functions for GPR access
Alexander Graf
1
-10
/
+11
2010-03-01
KVM: split kvm_arch_set_memory_region into prepare and commit
Marcelo Tosatti
1
-4
/
+14
2009-12-09
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
1
-2
/
+3
2009-12-08
powerpc/kvm: Sync guest visible MMU state
Alexander Graf
1
-0
/
+3
2009-12-03
KVM: Activate Virtualization On Demand
Alexander Graf
1
-1
/
+2
2009-12-03
KVM: Return -ENOTTY on unrecognized ioctls
Avi Kivity
1
-1
/
+1
2009-11-05
Use hrtimers for the decrementer
Alexander Graf
1
-2
/
+18
2009-11-05
Move dirty logging code to sub-arch
Alexander Graf
1
-5
/
+0
2009-09-10
KVM: Reduce runnability interface with arch support code
Gleb Natapov
1
-12
/
+1
2009-09-10
KVM: powerpc: convert marker probes to event trace
Marcelo Tosatti
1
-0
/
+3
2009-09-10
KVM: Use macro to iterate over vcpus.
Gleb Natapov
1
-6
/
+10
2009-06-10
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
1
-0
/
+6
2009-03-24
KVM: ppc: remove debug support broken by KVM debug rewrite
Hollis Blanchard
1
-25
/
+2
2009-03-24
KVM: ppc: cosmetic changes to mmu hook names
Hollis Blanchard
1
-1
/
+1
2009-03-24
KVM: New guest debug interface
Jan Kiszka
1
-2
/
+2
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: Implement in-kernel exit timing statistics
Hollis Blanchard
1
-2
/
+6
2008-12-31
KVM: ppc: adjust vcpu types to support 64-bit cores
Hollis Blanchard
1
-2
/
+2
2008-12-31
KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
Hollis Blanchard
1
-21
/
+2
2008-12-31
KVM: ppc: Refactor powerpc.c to relocate 440-specific code
Hollis Blanchard
1
-89
/
+9
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
1
-0
/
+1
2008-10-15
KVM: ppc: Write only modified shadow entries into the TLB on exit
Hollis Blanchard
1
-0
/
+15
[next]