index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
KVM: PPC: Book3S HV: Make a HPTE removal function available
Paul Mackerras
2012-12-06
1
-6
/
+13
*
KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
Paul Mackerras
2012-12-06
1
-4
/
+24
*
KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state
Paul Mackerras
2012-12-06
1
-3
/
+3
*
KVM: PPC: Book3S HV: Restructure HPT entry creation code
Paul Mackerras
2012-12-06
2
-21
/
+42
*
KVM: PPC: Support eventfd
Alexander Graf
2012-12-06
3
-2
/
+20
*
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
2012-11-28
1
-0
/
+5
*
Merge commit 'origin/queue' into for-queue
Alexander Graf
2012-10-31
6
-24
/
+27
|
\
|
*
KVM: do not treat noslot pfn as a error pfn
Xiao Guangrong
2012-10-29
3
-3
/
+3
|
*
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
2012-10-29
5
-21
/
+24
|
|
\
|
|
*
powerpc: Build fix for powerpc KVM
Aneesh Kumar K.V
2012-10-18
1
-2
/
+2
|
|
*
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-09
1
-1
/
+1
|
|
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-10-05
4
-19
/
+22
|
|
|
\
|
|
|
*
powerpc/mm: Convert virtual address to vpn
Aneesh Kumar K.V
2012-09-17
3
-18
/
+21
|
|
|
*
Merge branch 'merge' into next
Benjamin Herrenschmidt
2012-09-07
4
-9
/
+19
|
|
|
|
\
|
|
|
*
|
powerpc: Restore VDSO information on critical exception om BookE
Mihai Caraman
2012-09-07
1
-1
/
+1
*
|
|
|
|
KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
Paul Mackerras
2012-10-30
1
-3
/
+2
*
|
|
|
|
KVM: PPC: Book3S HV: Fix accounting of stolen time
Paul Mackerras
2012-10-30
1
-15
/
+112
*
|
|
|
|
KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
Paul Mackerras
2012-10-30
1
-36
/
+38
*
|
|
|
|
KVM: PPC: Book3S HV: Fixes for late-joining threads
Paul Mackerras
2012-10-30
1
-3
/
+11
*
|
|
|
|
KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
Paul Mackerras
2012-10-30
1
-34
/
+33
*
|
|
|
|
KVM: PPC: Book3S HV: Fix some races in starting secondary threads
Paul Mackerras
2012-10-30
2
-20
/
+32
*
|
|
|
|
KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
Paul Mackerras
2012-10-30
1
-2
/
+10
*
|
|
|
|
KVM: PPC: Move mtspr/mfspr emulation into own functions
Alexander Graf
2012-10-30
1
-100
/
+121
*
|
|
|
|
KVM: PPC: 44x: fix DCR read/write
Alexander Graf
2012-10-30
1
-0
/
+2
|
/
/
/
/
*
|
|
|
KVM: Take kvm instead of vcpu to mmu_notifier_retry
Christoffer Dall
2012-10-23
2
-2
/
+2
*
|
|
|
arch/powerpc/kvm/e500_tlb.c: fix error return code
Julia Lawall
2012-10-05
1
-6
/
+13
*
|
|
|
KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas
Paul Mackerras
2012-10-05
1
-1
/
+63
*
|
|
|
KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface
Paul Mackerras
2012-10-05
3
-0
/
+116
*
|
|
|
KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface
Paul Mackerras
2012-10-05
3
-24
/
+143
*
|
|
|
KVM: PPC: set IN_GUEST_MODE before checking requests
Scott Wood
2012-10-05
2
-6
/
+9
*
|
|
|
KVM: PPC: e500: MMU API: fix leak of shared_tlb_pages
Scott Wood
2012-10-05
1
-0
/
+2
*
|
|
|
KVM: PPC: e500: fix allocation size error on g2h_tlb1_map
Scott Wood
2012-10-05
1
-1
/
+1
*
|
|
|
KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation
Paul Mackerras
2012-10-05
1
-5
/
+4
*
|
|
|
KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs
Paul Mackerras
2012-10-05
1
-6
/
+0
*
|
|
|
KVM: PPC: Book3S HV: Fix updates of vcpu->cpu
Paul Mackerras
2012-10-05
3
-3
/
+4
*
|
|
|
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
Paul Mackerras
2012-10-05
6
-11
/
+59
*
|
|
|
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
Paul Mackerras
2012-10-05
6
-57
/
+92
*
|
|
|
KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
Paul Mackerras
2012-10-05
2
-8
/
+36
*
|
|
|
KVM: PPC: BookE: Support FPU on non-hv systems
Alexander Graf
2012-10-05
1
-0
/
+11
*
|
|
|
KVM: PPC: 440: Implement mfdcrx
Alexander Graf
2012-10-05
1
-31
/
+43
*
|
|
|
KVM: PPC: 440: Implement mtdcrx
Alexander Graf
2012-10-05
1
-13
/
+23
*
|
|
|
KVM: PPC: E500: Remove E500_TLB_DIRTY flag
Alexander Graf
2012-10-05
2
-5
/
+2
*
|
|
|
KVM: PPC: Use symbols for exit trace
Alexander Graf
2012-10-05
1
-2
/
+56
*
|
|
|
KVM: PPC: BookE: Add MCSR SPR support
Alexander Graf
2012-10-05
1
-0
/
+6
*
|
|
|
KVM: PPC: 44x: Initialize PVR
Alexander Graf
2012-10-05
1
-0
/
+1
*
|
|
|
booke: Added ONE_REG interface for IAC/DAC debug registers
Bharat Bhushan
2012-10-05
2
-6
/
+50
*
|
|
|
KVM: PPC: booke: Add watchdog emulation
Bharat Bhushan
2012-10-05
4
-2
/
+184
*
|
|
|
KVM: PPC: Add return value to core_check_requests
Alexander Graf
2012-10-05
3
-4
/
+14
*
|
|
|
KVM: PPC: Add return value in prepare_to_enter
Alexander Graf
2012-10-05
3
-17
/
+22
*
|
|
|
KVM: PPC: Ignore EXITING_GUEST_MODE mode
Alexander Graf
2012-10-05
1
-5
/
+0
[prev]
[next]