Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5587027ce9d59a57aecaa190be1c8e560aaff45d
/
arch
/
powerpc
/
kvm
/
booke.c
5587027
kvm: Add struct kvm arg to memslot APIs
by Aneesh Kumar K.V
· 11 years ago
dba291f
kvm: powerpc: booke: Move booke related tracepoints to separate header
by Aneesh Kumar K.V
· 11 years ago
3a167bea
kvm: powerpc: Add kvmppc_ops callback
by Aneesh Kumar K.V
· 11 years ago
ce11e48
KVM: PPC: E500: Add userspace debug stub support
by Bharat Bhushan
· 11 years ago
547465e
KVM: PPC: E500: Using "struct debug_reg"
by Bharat Bhushan
· 11 years ago
b12c784
KVM: PPC: E500: exit to user space on "ehpriv 1" instruction
by Bharat Bhushan
· 11 years ago
8b75cbb
KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE
by Paul Mackerras
· 11 years ago
c09ec19
kvm/ppc/booke: Don't call kvm_guest_enter twice
by Scott Wood
· 11 years ago
5f1c248
kvm/ppc: Call trace_hardirqs_on before entry
by Scott Wood
· 11 years ago
fe489bf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
5f17ce8
KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL
by Tiejun Chen
· 11 years ago
f8941fbe
kvm/ppc/booke: Delay kvmppc_lazy_ee_enable
by Scott Wood
· 11 years ago
7c11c0c
kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()
by Scott Wood
· 11 years ago
f1e8902
kvm/ppc/booke: Hold srcu lock when calling gfn functions
by Scott Wood
· 11 years ago
eb1e4f4
kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
by Scott Wood
· 12 years ago
5df554a
kvm/ppc/mpic: in-kernel MPIC emulation
by Scott Wood
· 12 years ago
35b299e
KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation
by Mihai Caraman
· 12 years ago
9b4f530
booke: exit to user space if emulator request
by Bharat Bhushan
· 12 years ago
092d62e
KVM: PPC: debug stub interface parameter defined
by Bharat Bhushan
· 12 years ago
8c32a2e
Added ONE_REG interface for debug instruction
by Bharat Bhushan
· 12 years ago
4fe27d2
KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
by Paul Mackerras
· 12 years ago
78accda
KVM: PPC: Added one_reg interface for timer registers
by Bharat Bhushan
· 12 years ago
d26f22c
KVM: PPC: move tsr update in a separate function
by Bharat Bhushan
· 12 years ago
8482644
KVM: set_memory_region: Refactor commit_memory_region()
by Takuya Yoshikawa
· 12 years ago
011da89
KVM: PPC: BookE: Handle alignment interrupts
by Alexander Graf
· 12 years ago
1d542d9
KVM: PPC: booke: Allow multiple exception types
by Bharat Bhushan
· 12 years ago
324b3e6
KVM: PPC: BookE: Add EPR ONE_REG sync
by Alexander Graf
· 12 years ago
1c81063
KVM: PPC: BookE: Implement EPR exit
by Alexander Graf
· 12 years ago
b8c649a
KVM: PPC: BookE: Allow irq deliveries to inject requests
by Alexander Graf
· 12 years ago
352df1d
KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface
by Mihai Caraman
· 12 years ago
38f9882
KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
by Mihai Caraman
· 12 years ago
95e90b4
KVM: PPC: bookehv: Add guest computation mode for irq delivery
by Mihai Caraman
· 12 years ago
b50df19
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
by Mihai Caraman
· 12 years ago
5bd1cf1
KVM: PPC: set IN_GUEST_MODE before checking requests
by Scott Wood
· 12 years ago
a47d72f
KVM: PPC: Book3S HV: Fix updates of vcpu->cpu
by Paul Mackerras
· 12 years ago
dfe49db
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
by Paul Mackerras
· 12 years ago
a66b48c
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
by Paul Mackerras
· 12 years ago
7a08c27
KVM: PPC: BookE: Support FPU on non-hv systems
by Alexander Graf
· 12 years ago
6df8d3f
booke: Added ONE_REG interface for IAC/DAC debug registers
by Bharat Bhushan
· 12 years ago
f61c94b
KVM: PPC: booke: Add watchdog emulation
by Bharat Bhushan
· 12 years ago
7c973a2
KVM: PPC: Add return value to core_check_requests
by Alexander Graf
· 12 years ago
7ee7885
KVM: PPC: Add return value in prepare_to_enter
by Alexander Graf
· 12 years ago
3766a4c
KVM: PPC: Move kvm_guest_enter call into generic code
by Alexander Graf
· 12 years ago
bd2be68
KVM: PPC: Book3S: PR: Rework irq disabling
by Alexander Graf
· 12 years ago
24afa37
KVM: PPC: Consistentify vcpu exit path
by Alexander Graf
· 12 years ago
706fb73
KVM: PPC: Exit guest context while handling exit
by Alexander Graf
· 12 years ago
e85ad38
KVM: PPC: BookE: Drop redundant vcpu->mode set
by Alexander Graf
· 12 years ago
03d25c5
KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
by Alexander Graf
· 12 years ago
2d8185d
KVM: PPC: BookE: No duplicate request != 0 check
by Alexander Graf
· 12 years ago
6346046
KVM: PPC: BookE: Add some more trace points
by Alexander Graf
· 12 years ago
862d31f
KVM: PPC: E500: Implement MMU notifiers
by Alexander Graf
· 12 years ago
d69c643
KVM: PPC: BookE: Add support for vcpu->mode
by Alexander Graf
· 12 years ago
4ffc635
KVM: PPC: BookE: Add check_requests helper function
by Alexander Graf
· 12 years ago
cf1c5ca
KVM: PPC: BookE: Expose remote TLB flushes in debugfs
by Alexander Graf
· 12 years ago
97c9505
KVM: PPC: PR: Use generic tracepoint for guest exit
by Alexander Graf
· 12 years ago
6328e59
booke/bookehv: Add host crit-watchdog exception support
by Bharat Bhushan
· 12 years ago
21bd000
KVM: PPC: booke: Added DECAR support
by Bharat Bhushan
· 12 years ago
966cd0f
KVM: PPC: Ignore unhalt request from kvm_vcpu_block
by Alexander Graf
· 13 years ago
6020c0f
KVM: PPC: Pass EA to updating emulation ops
by Alexander Graf
· 13 years ago
03660ba
KVM: PPC: Booke: only prepare to enter when we enter
by Alexander Graf
· 13 years ago
7cc1e8e
KVM: PPC: booke: Reinject performance monitor interrupts
by Alexander Graf
· 13 years ago
4e642cc
KVM: PPC: booke: expose good state on irq reinject
by Alexander Graf
· 13 years ago
95f2e92
KVM: PPC: booke: Support perfmon interrupts
by Alexander Graf
· 13 years ago
0268597
KVM: PPC: booke: add GS documentation for program interrupt
by Alexander Graf
· 13 years ago
c35c9d8
KVM: PPC: booke: Readd debug abort code for machine check
by Alexander Graf
· 13 years ago
8b3a00f
KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
by Alexander Graf
· 13 years ago
a8e4ef8
KVM: PPC: booke: rework rescheduling checks
by Alexander Graf
· 13 years ago
d1ff549
KVM: PPC: booke: deliver program int on emulation failure
by Alexander Graf
· 13 years ago
acab052
KVM: PPC: booke: remove leftover debugging
by Alexander Graf
· 13 years ago
bf7ca4b
KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
by Alexander Graf
· 13 years ago
79300f8
KVM: PPC: e500mc: implicitly set MSR_GS
by Alexander Graf
· 13 years ago
4ab9691
KVM: PPC: e500mc: Add doorbell emulation support
by Alexander Graf
· 13 years ago
8fae845
KVM: PPC: booke: standard PPC floating point support
by Scott Wood
· 13 years ago
d30f6e4
KVM: PPC: booke: category E.HV (GS-mode) support
by Scott Wood
· 13 years ago
fafd683
KVM: PPC: booke: Move vm core init/destroy out of booke.c
by Scott Wood
· 13 years ago
94fa9d9
KVM: PPC: booke: add booke-level vcpu load/put
by Scott Wood
· 13 years ago
31f3438
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
by Paul Mackerras
· 13 years ago
dfd4d47
KVM: PPC: booke: Improve timer register emulation
by Scott Wood
· 13 years ago
b590497
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
by Scott Wood
· 13 years ago
29ac26e
KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
by Scott Wood
· 13 years ago
c59a6a3
KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
by Scott Wood
· 13 years ago
25051b5
KVM: PPC: Move prepare_to_enter call site into subarch code
by Scott Wood
· 13 years ago
7e28e60e
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
by Scott Wood
· 13 years ago
1d1ef22
KVM: PPC: booke: check for signals in kvmppc_vcpu_run
by Scott Wood
· 13 years ago
841741f
KVM: PPC: e500: Don't hardcode PIR=0
by Scott Wood
· 13 years ago
af8f38b
KVM: PPC: Add sanity checking to vcpu_run
by Alexander Graf
· 13 years ago
df6909e5
KVM: PPC: Move guest enter/exit down into subarch-specific code
by Paul Mackerras
· 13 years ago
f9e0554
KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
by Paul Mackerras
· 13 years ago
dd9ebf1f
KVM: PPC: e500: Add shadow PID support
by Liu Yu
· 13 years ago
a4cd8b2
KVM: PPC: e500: enable magic page
by Scott Wood
· 13 years ago
4cd35f67
KVM: PPC: e500: Save/restore SPE state
by Scott Wood
· 13 years ago
ecee273
KVM: PPC: booke: use shadow_msr
by Scott Wood
· 13 years ago
5ce941e
KVM: PPC: booke: add sregs support
by Scott Wood
· 14 years ago
bc9c193
KVM: PPC: Fix SPRG get/set for Book3S and BookE
by Peter Tyser
· 14 years ago
c5335f1
KVM: PPC: Implement level interrupts for BookE
by Alexander Graf
· 14 years ago
082decf
KVM: PPC: initialize IVORs in addition to IVPR
by Hollis Blanchard
· 14 years ago
90bba35
KVM: PPC: Tell guest about pending interrupts
by Alexander Graf
· 14 years ago
5c6cedf
KVM: PPC: Add PV guest critical sections
by Alexander Graf
· 14 years ago
2a342ed
KVM: PPC: Implement hypervisor interface
by Alexander Graf
· 14 years ago
a73a959
KVM: PPC: Convert SPRG[0-4] to shared page
by Alexander Graf
· 14 years ago
Next »