Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c1ba544f81544ed9613ad5d058968533dbcef4b2
/
arch
/
powerpc
/
kvm
3dcf6c1
Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
e4e88f3
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
6c9b7c4
KVM: PPC: annotate kvm_rma_init as __init
by Nishanth Aravamudan
· 13 years ago
28a3754
KVM: introduce id_to_memslot function
by Xiao Guangrong
· 13 years ago
fae9dbb
KVM: PPC: e500: include linux/export.h
by Scott Wood
· 13 years ago
251da03
KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
by Michael Neuling
· 13 years ago
96f38d7
KVM: PPC: protect use of kvmppc_h_pr
by Andreas Schwab
· 13 years ago
2fde6d2
powerpc: Provide a way for KVM to indicate that NV GPR values are lost
by Paul Mackerras
· 13 years ago
a4cc388
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
bb75c62
Revert "KVM: PPC: Add support for explicit HIOR setting"
by Alexander Graf
· 13 years ago
de1d924
powerpc: Add hvcall.h include to book3s_hv.c
by Michael Neuling
· 13 years ago
ad61d64
powerpc/kvm: Fix build with older toolchains
by Nishanth Aravamudan
· 13 years ago
ead53f2
powerpc: remove non-required uses of include <linux/module.h>
by Paul Gortmaker
· 13 years ago
4b16f8e
powerpc: various straight conversions from module.h --> export.h
by Paul Gortmaker
· 13 years ago
9308794
powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 13 years ago
66b15db
powerpc: add export.h to files making use of EXPORT_SYMBOL
by Paul Gortmaker
· 14 years ago
19ccb76
KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
by Paul Mackerras
· 13 years ago
0214394
KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
by Paul Mackerras
· 13 years ago
177339d
KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
by Paul Mackerras
· 13 years ago
af8f38b
KVM: PPC: Add sanity checking to vcpu_run
by Alexander Graf
· 13 years ago
930b412
KVM: PPC: Enable the PAPR CAP for Book3S
by Alexander Graf
· 13 years ago
a668f2b
KVM: PPC: Support SC1 hypercalls for PAPR in PR mode
by Alexander Graf
· 13 years ago
aacf9aa
KVM: PPC: Stub emulate CFAR and PURR SPRs
by Alexander Graf
· 13 years ago
0254f074
KVM: PPC: Add PAPR hypercall code for PR mode
by Alexander Graf
· 13 years ago
a15bd35
KVM: PPC: Add support for explicit HIOR setting
by Alexander Graf
· 13 years ago
77e675a
KVM: PPC: Read out syscall instruction on trap
by Alexander Graf
· 13 years ago
04fcc11
KVM: PPC: Interpret SDR1 as HVA in PAPR mode
by Alexander Graf
· 13 years ago
317a8fa
KVM: PPC: Check privilege level on SPRs
by Alexander Graf
· 13 years ago
db507c3
KVM: PPC: move compute_tlbie_rb to book3s common header
by Alexander Graf
· 13 years ago
2c740c5
powerpc/kvm: Fix build errors with older toolchains
by Nishanth Aravamudan
· 13 years ago
5fabc48
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
e725421
virtio: expose for non-virtualization users too
by Ohad Ben-Cohen
· 13 years ago
9e368f2
KVM: PPC: book3s_hv: Add support for PPC970-family processors
by Paul Mackerras
· 13 years ago
969391c
powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits
by Paul Mackerras
· 13 years ago
aa04b4c
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
by Paul Mackerras
· 13 years ago
371fefd
KVM: PPC: Allow book3s_hv guests to use SMT processor modes
by Paul Mackerras
· 13 years ago
54738c0
KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
by David Gibson
· 13 years ago
a8606e2
KVM: PPC: Handle some PAPR hcalls in the kernel
by Paul Mackerras
· 13 years ago
de56a94
KVM: PPC: Add support for Book3S processors in hypervisor mode
by Paul Mackerras
· 13 years ago
3c42bf8
KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu
by Paul Mackerras
· 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
3cf658b
KVM: PPC: Deliver program interrupts right away instead of queueing them
by Paul Mackerras
· 13 years ago
b01c8b5
powerpc, KVM: Rework KVM checks in first-level interrupt handlers
by Paul Mackerras
· 13 years ago
f05ed4d
KVM: PPC: Split out code from book3s.c into book3s_pr.c
by Paul Mackerras
· 13 years ago
c4befc5
KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
by Paul Mackerras
· 13 years ago
149dbdb
KVM: PPC: Fix machine checks on 32-bit Book3S
by Paul Mackerras
· 13 years ago
1aee47a
KVM: PPC: e500: Don't search over the entire TLB0.
by Scott Wood
· 14 years ago
dd9ebf1f
KVM: PPC: e500: Add shadow PID support
by Liu Yu
· 14 years ago
08b7fa9
KVM: PPC: e500: Stop keeping shadow TLB
by Liu Yu
· 14 years ago
a4cd8b2
KVM: PPC: e500: enable magic page
by Scott Wood
· 14 years ago
9973d54
KVM: PPC: e500: Support large page mappings of PFNMAP vmas.
by Scott Wood
· 14 years ago
59c1f4e
KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead.
by Scott Wood
· 14 years ago
0ef309956
KVM: PPC: e500: don't use MAS0 as intermediate storage.
by Scott Wood
· 14 years ago
6fc4d1e
KVM: PPC: e500: Disable preloading TLB1 in tlb_load().
by Scott Wood
· 14 years ago
4cd35f6
KVM: PPC: e500: Save/restore SPE state
by Scott Wood
· 14 years ago
ecee273
KVM: PPC: booke: use shadow_msr
by Scott Wood
· 14 years ago
a22a2da
KVM: PPC: Resolve real-mode handlers through function exports
by Alexander Graf
· 14 years ago
24294b9
KVM: PPC: fix partial application of "exit timing in ticks"
by Stuart Yoder
· 14 years ago
f4b10bc
Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
5ce941e
KVM: PPC: booke: add sregs support
by Scott Wood
· 14 years ago
eab1767
KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
by Scott Wood
· 14 years ago
1a040b2
KVM: PPC: use ticks, not usecs, for exit timing
by Stuart Yoder
· 14 years ago
49ea069
KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx
by Scott Wood
· 14 years ago
90d34b0
KVM: PPC: e500: emulate SVR
by Scott Wood
· 14 years ago
593adf3
powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processors
by Paul Mackerras
· 14 years ago
44075d9
powerpc/kvm: Fix kvmppc_core_pending_dec
by Paul Mackerras
· 14 years ago
09000ad
KVM: PPC: Fix issue clearing exit timing counters
by Bharat Bhushan
· 14 years ago
673b189
powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV mode
by Paul Mackerras
· 14 years ago
a5d4f3a
powerpc: Base support for exceptions using HSRR0/1
by Benjamin Herrenschmidt
· 14 years ago
2dd60d7
powerpc: In HV mode, use HSPRG0 for PACA
by Benjamin Herrenschmidt
· 14 years ago
bc9c193
KVM: PPC: Fix SPRG get/set for Book3S and BookE
by Peter Tyser
· 14 years ago
d89f5ef
KVM: Clean up vm creation and release
by Jan Kiszka
· 14 years ago
2653503
KVM: replace vmalloc and memset with vzalloc
by Takuya Yoshikawa
· 14 years ago
df8940e
KVM: PPC: BookE: Load the lower half of MSR
by Scott Wood
· 14 years ago
bb59e97
KVM: PPC: BookE: fix sleep with interrupts disabled
by Scott Wood
· 14 years ago
f22e2f0
KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().
by Scott Wood
· 14 years ago
d8cdddc
KVM: PPC: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
1765a1f
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
344941b
KVM: PPC: Fix compile error in e500_tlb.c
by Alexander Graf
· 14 years ago
21e537b
KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bug
by Kyle Moffett
· 14 years ago
c5335f1
KVM: PPC: Implement level interrupts for BookE
by Alexander Graf
· 14 years ago
7b4203e
KVM: PPC: Expose level based interrupt cap
by Alexander Graf
· 14 years ago
17bd158
KVM: PPC: Implement Level interrupts on Book3S
by Alexander Graf
· 14 years ago
ebc65874
KVM: PPC: allow ppc440gp to pass the compatibility check
by Hollis Blanchard
· 14 years ago
0b3bafc
KVM: PPC: fix compilation of "dump tlbs" debug function
by Hollis Blanchard
· 14 years ago
082decf
KVM: PPC: initialize IVORs in addition to IVPR
by Hollis Blanchard
· 14 years ago
296c19d
KVM: PPC: Don't put MSR_POW in MSR
by Alexander Graf
· 14 years ago
8b6db3b
KVM: PPC: Implement correct SID mapping on Book3s_32
by Alexander Graf
· 14 years ago
9ee18b1
KVM: PPC: Update int_pending also on dequeue
by Alexander Graf
· 14 years ago
df1bfa2
KVM: PPC: Put segment registers in shared page
by Alexander Graf
· 14 years ago
8e86517
KVM: PPC: Interpret SR registers on demand
by Alexander Graf
· 14 years ago
c1c88e2
KVM: PPC: Move BAT handling code into spr handler
by Alexander Graf
· 14 years ago
7508e16
KVM: PPC: Add feature bitmap for magic page
by Alexander Graf
· 14 years ago
cb24c50
KVM: PPC: Remove unused define
by Alexander Graf
· 14 years ago
b9877ce
KVM: PPC: Revert "KVM: PPC: Use kernel hash function"
by Alexander Graf
· 14 years ago
928d78b
KVM: PPC: Move slb debugging to tracepoints
by Alexander Graf
· 14 years ago
e7c1d14
KVM: PPC: Make invalidation code more reliable
by Alexander Graf
· 14 years ago
2e60284
KVM: PPC: Don't flush PTEs on NX/RO hit
by Alexander Graf
· 14 years ago
4cb6b7e
KVM: PPC: Preload magic page when in kernel mode
by Alexander Graf
· 14 years ago
Next »