index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
booke.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-09
kvm: powerpc: use caching attributes as per linux pte
Bharat Bhushan
1
-0
/
+1
2014-01-09
KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu struct
Paul Mackerras
1
-16
/
+0
2014-01-09
KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures
Paul Mackerras
1
-6
/
+2
2013-12-11
powerpc/kvm/booke: Fix build break due to stack frame size warning
Scott Wood
1
-6
/
+6
2013-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-38
/
+299
2013-10-17
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
Aneesh Kumar K.V
1
-11
/
+11
2013-10-17
kvm: Add struct kvm arg to memslot APIs
Aneesh Kumar K.V
1
-2
/
+2
2013-10-17
kvm: powerpc: booke: Move booke related tracepoints to separate header
Aneesh Kumar K.V
1
-1
/
+3
2013-10-17
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
1
-6
/
+41
2013-10-17
KVM: PPC: E500: Add userspace debug stub support
Bharat Bhushan
1
-18
/
+222
2013-10-17
KVM: PPC: E500: Using "struct debug_reg"
Bharat Bhushan
1
-10
/
+24
2013-10-17
KVM: PPC: E500: exit to user space on "ehpriv 1" instruction
Bharat Bhushan
1
-1
/
+1
2013-10-17
KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE
Paul Mackerras
1
-0
/
+6
2013-10-11
powerpc: Put FP/VSX and VR state into structures
Paul Mackerras
1
-10
/
+9
2013-07-11
kvm/ppc/booke: Don't call kvm_guest_enter twice
Scott Wood
1
-2
/
+0
2013-07-11
kvm/ppc: Call trace_hardirqs_on before entry
Scott Wood
1
-2
/
+2
2013-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2013-06-30
KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL
Tiejun Chen
1
-1
/
+1
2013-06-19
kvm/ppc/booke: Delay kvmppc_lazy_ee_enable
Scott Wood
1
-1
/
+2
2013-06-11
kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()
Scott Wood
1
-0
/
+11
2013-06-11
kvm/ppc/booke: Hold srcu lock when calling gfn functions
Scott Wood
1
-0
/
+7
2013-04-26
kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
Scott Wood
1
-0
/
+4
2013-04-26
kvm/ppc/mpic: in-kernel MPIC emulation
Scott Wood
1
-3
/
+5
2013-04-26
KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation
Mihai Caraman
1
-47
/
+55
2013-04-26
booke: exit to user space if emulator request
Bharat Bhushan
1
-0
/
+3
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
2013-03-22
KVM: PPC: Added one_reg interface for timer registers
Bharat Bhushan
1
-0
/
+30
2013-03-22
KVM: PPC: move tsr update in a separate function
Bharat Bhushan
1
-10
/
+14
2013-03-04
KVM: set_memory_region: Refactor commit_memory_region()
Takuya Yoshikawa
1
-1
/
+1
2013-02-13
KVM: PPC: BookE: Handle alignment interrupts
Alexander Graf
1
-1
/
+15
2013-02-13
KVM: PPC: booke: Allow multiple exception types
Bharat Bhushan
1
-5
/
+9
2013-01-10
KVM: PPC: BookE: Add EPR ONE_REG sync
Alexander Graf
1
-0
/
+21
2013-01-10
KVM: PPC: BookE: Implement EPR exit
Alexander Graf
1
-1
/
+13
2013-01-10
KVM: PPC: BookE: Allow irq deliveries to inject requests
Alexander Graf
1
-0
/
+5
2012-12-06
KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface
Mihai Caraman
1
-0
/
+14
2012-12-06
KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
Mihai Caraman
1
-0
/
+12
2012-12-06
KVM: PPC: bookehv: Add guest computation mode for irq delivery
Mihai Caraman
1
-1
/
+8
2012-12-06
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
Mihai Caraman
1
-0
/
+1
2012-10-05
KVM: PPC: set IN_GUEST_MODE before checking requests
Scott Wood
1
-1
/
+0
2012-10-05
KVM: PPC: Book3S HV: Fix updates of vcpu->cpu
Paul Mackerras
1
-0
/
+2
2012-10-05
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
Paul Mackerras
1
-1
/
+6
2012-10-05
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
Paul Mackerras
1
-0
/
+12
2012-10-05
KVM: PPC: BookE: Support FPU on non-hv systems
Alexander Graf
1
-0
/
+11
2012-10-05
booke: Added ONE_REG interface for IAC/DAC debug registers
Bharat Bhushan
1
-2
/
+46
2012-10-05
KVM: PPC: booke: Add watchdog emulation
Bharat Bhushan
1
-0
/
+155
2012-10-05
KVM: PPC: Add return value to core_check_requests
Alexander Graf
1
-1
/
+5
2012-10-05
KVM: PPC: Add return value in prepare_to_enter
Alexander Graf
1
-8
/
+8
2012-10-05
KVM: PPC: Move kvm_guest_enter call into generic code
Alexander Graf
1
-2
/
+0
[prev]
[next]