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
/
book3s.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-26
KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
Paul Mackerras
1
-0
/
+19
2013-04-26
KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
Benjamin Herrenschmidt
1
-1
/
+1
2013-04-26
KVM: PPC: debug stub interface parameter defined
Bharat Bhushan
1
-0
/
+6
2013-04-17
Added ONE_REG interface for debug instruction
Bharat Bhushan
1
-0
/
+6
2013-03-22
KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
Paul Mackerras
1
-2
/
+1
2012-10-05
KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface
Paul Mackerras
1
-0
/
+48
2012-10-05
KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface
Paul Mackerras
1
-0
/
+68
2012-10-05
KVM: PPC: booke: Add watchdog emulation
Bharat Bhushan
1
-0
/
+9
2012-04-08
powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64
Benjamin Herrenschmidt
1
-0
/
+3
2012-04-08
KVM: PPC: booke: rework rescheduling checks
Alexander Graf
1
-1
/
+3
2012-03-05
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
Paul Mackerras
1
-39
/
+0
2012-03-05
KVM: PPC: booke: Improve timer register emulation
Scott Wood
1
-0
/
+8
2012-03-05
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
Scott Wood
1
-8
/
+8
2012-03-05
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
Scott Wood
1
-1
/
+1
2011-12-27
KVM: introduce id_to_memslot function
Xiao Guangrong
1
-1
/
+1
2011-10-31
powerpc: add export.h to files making use of EXPORT_SYMBOL
Paul Gortmaker
1
-0
/
+1
2011-07-12
KVM: PPC: Deliver program interrupts right away instead of queueing them
Paul Mackerras
1
-5
/
+3
2011-07-12
KVM: PPC: Split out code from book3s.c into book3s_pr.c
Paul Mackerras
1
-988
/
+7
2011-07-12
KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
Paul Mackerras
1
-4
/
+5
2011-07-12
KVM: PPC: Fix machine checks on 32-bit Book3S
Paul Mackerras
1
-2
/
+3
2011-07-12
KVM: PPC: Resolve real-mode handlers through function exports
Alexander Graf
1
-2
/
+2
2011-05-20
powerpc/kvm: Fix kvmppc_core_pending_dec
Paul Mackerras
1
-1
/
+1
2011-03-17
KVM: PPC: Fix SPRG get/set for Book3S and BookE
Peter Tyser
1
-6
/
+8
2011-01-12
KVM: replace vmalloc and memset with vzalloc
Takuya Yoshikawa
1
-3
/
+1
2010-10-24
KVM: PPC: Implement Level interrupts on Book3S
Alexander Graf
1
-3
/
+27
2010-10-24
KVM: PPC: Don't put MSR_POW in MSR
Alexander Graf
1
-1
/
+5
2010-10-24
KVM: PPC: Update int_pending also on dequeue
Alexander Graf
1
-0
/
+3
2010-10-24
KVM: PPC: Put segment registers in shared page
Alexander Graf
1
-4
/
+3
2010-10-24
KVM: PPC: Interpret SR registers on demand
Alexander Graf
1
-2
/
+2
2010-10-24
KVM: PPC: Don't flush PTEs on NX/RO hit
Alexander Graf
1
-2
/
+0
2010-10-24
KVM: PPC: Preload magic page when in kernel mode
Alexander Graf
1
-0
/
+10
2010-10-24
KVM: PPC: Move EXIT_DEBUG partially to tracepoints
Alexander Graf
1
-22
/
+4
2010-10-24
KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()
Wei Yongjun
1
-1
/
+3
2010-10-24
KVM: PPC: Magic Page Book3s support
Alexander Graf
1
-3
/
+32
2010-10-24
KVM: PPC: Make PAM a define
Alexander Graf
1
-2
/
+2
2010-10-24
KVM: PPC: Tell guest about pending interrupts
Alexander Graf
1
-0
/
+7
2010-10-24
KVM: PPC: Add PV guest critical sections
Alexander Graf
1
-2
/
+16
2010-10-24
KVM: PPC: Implement hypervisor interface
Alexander Graf
1
-2
/
+7
2010-10-24
KVM: PPC: Convert SPRG[0-4] to shared page
Alexander Graf
1
-8
/
+8
2010-10-24
KVM: PPC: Convert SRR0 and SRR1 to shared page
Alexander Graf
1
-6
/
+6
2010-10-24
KVM: PPC: Convert DAR to shared page.
Alexander Graf
1
-7
/
+7
2010-10-24
KVM: PPC: Convert DSISR to shared page
Alexander Graf
1
-5
/
+6
2010-10-24
KVM: PPC: Convert MSR to shared page
Alexander Graf
1
-30
/
+35
2010-10-24
KVM: PPC: Introduce shared page
Alexander Graf
1
-1
/
+8
2010-08-01
KVM: PPC: Make use of hash based Shadow MMU
Alexander Graf
1
-2
/
+12
2010-08-01
KVM: PPC: elide struct thread_struct instances from stack
Andreas Schwab
1
-22
/
+27
2010-08-01
KVM: move vcpu locking to dispatcher for generic vcpu ioctls
Avi Kivity
1
-16
/
+0
2010-05-19
KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctls
Avi Kivity
1
-0
/
+10
2010-05-19
KVM: Let vcpu structure alignment be determined at runtime
Avi Kivity
1
-1
/
+2
2010-05-19
KVM: powerpc: use of kzalloc/kfree requires including slab.h
Stephen Rothwell
1
-0
/
+1
[next]