index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-06
KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()
Mihai Caraman
1
-1
/
+1
2014-02-06
KVM: PPC: Book3S HV: use xics_wake_cpu only when defined
Andreas Schwab
1
-1
/
+6
2013-12-18
KVM: PPC: Book3S HV: Don't drop low-order page address bits
Paul Mackerras
1
-0
/
+1
2013-12-18
powerpc: book3s: kvm: Don't abuse host r2 in exit path
Aneesh Kumar K.V
1
-4
/
+3
2013-12-11
powerpc/kvm/booke: Fix build break due to stack frame size warning
Scott Wood
1
-6
/
+6
2013-12-09
KVM: PPC: Book3S: PR: Enable interrupts earlier
Alexander Graf
2
-10
/
+2
2013-12-09
KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvy
Alexander Graf
1
-0
/
+22
2013-12-09
KVM: PPC: Book3S: PR: Don't clobber our exit handler id
Alexander Graf
1
-3
/
+10
2013-11-18
powerpc: kvm: fix rare but potential deadlock scene
pingfan liu
2
-1
/
+9
2013-11-18
KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call
Paul Mackerras
1
-0
/
+2
2013-11-18
KVM: PPC: Book3S HV: Make tbacct_lock irq-safe
Paul Mackerras
1
-10
/
+12
2013-11-18
KVM: PPC: Book3S HV: Refine barriers in guest entry/exit
Paul Mackerras
1
-6
/
+10
2013-11-18
KVM: PPC: Book3S HV: Fix physical address calculations
Paul Mackerras
2
-5
/
+11
2013-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
39
-1293
/
+2864
2013-11-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
3
-31
/
+25
2013-11-04
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
Gleb Natapov
39
-1293
/
+2864
2013-10-17
kvm: powerpc: book3s: drop is_hv_enabled
Aneesh Kumar K.V
5
-7
/
+5
2013-10-17
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
Aneesh Kumar K.V
11
-88
/
+178
2013-10-17
kvm: Add struct kvm arg to memslot APIs
Aneesh Kumar K.V
3
-8
/
+9
2013-10-17
kvm: powerpc: book3s: Support building HV and PR KVM as module
Aneesh Kumar K.V
10
-9
/
+42
2013-10-17
kvm: powerpc: booke: Move booke related tracepoints to separate header
Aneesh Kumar K.V
5
-207
/
+183
2013-10-17
kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header
Aneesh Kumar K.V
5
-230
/
+309
2013-10-17
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
Aneesh Kumar K.V
5
-26
/
+76
2013-10-17
kvm: powerpc: book3s: Cleanup interrupt handling code
Aneesh Kumar K.V
2
-4
/
+9
2013-10-17
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
21
-262
/
+681
2013-10-17
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
3
-7
/
+28
2013-10-17
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
2
-8
/
+8
2013-10-17
kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary
Paul Mackerras
2
-4
/
+9
2013-10-17
kvm: powerpc: book3s: remove kvmppc_handler_highmem label
Paul Mackerras
2
-6
/
+0
2013-10-17
KVM: PPC: E500: Add userspace debug stub support
Bharat Bhushan
2
-18
/
+227
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
2
-1
/
+27
2013-10-17
kvm: powerpc: e500: mark page accessed when mapping a guest page
Bharat Bhushan
1
-0
/
+3
2013-10-17
kvm: powerpc: allow guest control "G" attribute in mas2
Bharat Bhushan
1
-1
/
+1
2013-10-17
kvm: powerpc: allow guest control "E" attribute in mas2
Bharat Bhushan
1
-1
/
+1
2013-10-17
KVM: PPC: Book3S HV: Better handling of exceptions that happen in real mode
Paul Mackerras
1
-6
/
+25
2013-10-17
kvm: powerpc: book3s hv: Fix vcore leak
Paul Mackerras
1
-0
/
+10
2013-10-17
KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiers
Paul Mackerras
1
-8
/
+32
2013-10-17
KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written
Paul Mackerras
1
-11
/
+15
2013-10-17
KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
Paul Mackerras
2
-13
/
+38
2013-10-17
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
7
-37
/
+84
2013-10-17
KVM: PPC: Book3S: Move skip-interrupt handlers to common code
Paul Mackerras
2
-50
/
+0
2013-10-17
KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
Paul Mackerras
3
-22
/
+30
2013-10-17
KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
Paul Mackerras
4
-34
/
+69
2013-10-17
KVM: PPC: Book3S PR: Correct errors in H_ENTER implementation
Paul Mackerras
1
-5
/
+14
2013-10-17
KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs
Paul Mackerras
1
-0
/
+3
2013-10-17
KVM: PPC: Book3S PR: Use 64k host pages where possible
Paul Mackerras
4
-11
/
+53
2013-10-17
KVM: PPC: Book3S PR: Allow guest to use 64k pages
Paul Mackerras
3
-15
/
+185
2013-10-17
KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
Paul Mackerras
5
-49
/
+121
2013-10-17
KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVEC
Paul Mackerras
1
-0
/
+2
[next]