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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-134
/
+899
2015-09-04
KVM: PPC: Book3S: Fix typo in top comment about locking
Greg Kurz
1
-1
/
+1
2015-09-03
KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set
Gautham R. Shenoy
1
-0
/
+1
2015-09-03
KVM: PPC: Book3S HV: Fix race in starting secondary threads
Gautham R. Shenoy
2
-1
/
+17
2015-09-01
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2015-08-22
KVM: PPC: Book3S: correct width in XER handling
Sam bobroff
2
-5
/
+5
2015-08-22
KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation
Paul Mackerras
1
-2
/
+7
2015-08-22
KVM: PPC: Book3S HV: Fix preempted vcore list locking
Paul Mackerras
1
-1
/
+2
2015-08-22
KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD
Paul Mackerras
2
-9
/
+121
2015-08-22
KVM: PPC: Book3S HV: Fix bug in dirty page tracking
Paul Mackerras
2
-1
/
+24
2015-08-22
KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
Paul Mackerras
1
-6
/
+12
2015-08-22
KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
Paul Mackerras
3
-62
/
+443
2015-08-22
KVM: PPC: Book3S HV: Make use of unused threads when running guests
Paul Mackerras
4
-67
/
+282
2015-08-22
KVM: PPC: add missing pt_regs initialization
Tudor Laurentiu
1
-0
/
+1
2015-08-22
KVM: PPC: Fix warnings from sparse
Thomas Huth
7
-7
/
+11
2015-08-22
KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
Thomas Huth
1
-4
/
+4
2015-08-22
KVM: PPC: fix suspicious use of conditional operator
Tudor Laurentiu
1
-1
/
+1
2015-08-07
treewide: Fix typo compatability -> compatibility
Laurent Pinchart
1
-1
/
+1
2015-08-03
sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()
Konstantin Khlebnikov
1
-1
/
+1
2015-06-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-24
/
+35
2015-06-24
Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
1
-1
/
+1
2015-06-07
powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT
Anshuman Khandual
1
-1
/
+1
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
5
-6
/
+11
2015-05-26
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
5
-10
/
+10
2015-05-26
KVM: use kvm_memslots whenever possible
Paolo Bonzini
3
-4
/
+10
2015-05-20
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
1
-2
/
+3
2015-05-10
KVM: PPC: Book3S HV: Fix list traversal in error case
Paul Mackerras
1
-2
/
+3
2015-05-07
KVM: booke: use __kvm_guest_exit
Paolo Bonzini
1
-3
/
+3
2015-05-07
KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}
Christian Borntraeger
1
-1
/
+1
2015-04-29
powerpc/kvm: Fix SMP=n build error in book3s_xics.c
Michael Ellerman
1
-1
/
+1
2015-04-26
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
4
-57
/
+77
2015-04-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-345
/
+1440
2015-04-21
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Paul Mackerras
3
-22
/
+67
2015-04-21
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
3
-68
/
+73
2015-04-21
KVM: PPC: Book3S HV: Streamline guest entry and exit
Paul Mackerras
1
-86
/
+126
2015-04-21
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
Paul Mackerras
3
-41
/
+35
2015-04-21
KVM: PPC: Book3S HV: Use decrementer to wake napping threads
Paul Mackerras
1
-2
/
+41
2015-04-21
KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
Paul Mackerras
1
-3
/
+7
2015-04-21
KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
Paul Mackerras
2
-32
/
+34
2015-04-21
KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
Paul Mackerras
1
-40
/
+52
2015-04-21
KVM: PPC: Book3S HV: Minor cleanups
Paul Mackerras
1
-25
/
+19
2015-04-21
KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
Paul Mackerras
1
-26
/
+30
2015-04-21
KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
Paul Mackerras
3
-2
/
+303
2015-04-21
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
2
-0
/
+148
2015-04-21
KVM: PPC: Book3S HV: Add ICP real mode counters
Suresh Warrier
3
-2
/
+20
2015-04-21
KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode
Suresh Warrier
1
-14
/
+211
2015-04-21
KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock
Suresh Warrier
2
-22
/
+48
2015-04-21
KVM: PPC: Book3S HV: Add guest->host real mode completion counters
Suresh E. Warrier
2
-4
/
+33
2015-04-21
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
Aneesh Kumar K.V
2
-31
/
+19
2015-04-21
KVM: PPC: Book3S HV: Remove RMA-related variables from code
Aneesh Kumar K.V
2
-19
/
+19
[next]