Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c6a7e6006029c055baf20916fb4cb66708be6afa
/
arch
/
powerpc
/
kvm
51bfd29
KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updates
by Paul Mackerras
· 12 years ago
ffe3649
powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM
by Benjamin Herrenschmidt
· 13 years ago
32c7dbf
KVM: PPC: Book3S: PR: Fix hsrr code
by Alexander Graf
· 12 years ago
56e13db
KVM: PPC: Fix PR KVM on POWER7 bare metal
by Alexander Graf
· 13 years ago
7ef4e98
KVM: PPC: Book3S: PR: Handle EMUL_ASSIST
by Alexander Graf
· 12 years ago
de6c0b0
KVM: PPC: Book3S HV: Fix refcounting of hugepages
by David Gibson
· 12 years ago
592f5d8
KVM: PPC: Book3S: PR: Fix preemption
by Alexander Graf
· 13 years ago
e1f8acf
KVM: PPC: Save/Restore CR over vcpu_run
by Alexander Graf
· 13 years ago
a5ddea0
KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry
by Paul Mackerras
· 13 years ago
b4e5122
KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
by Paul Mackerras
· 13 years ago
b8e6f8a
KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code
by Alexander Graf
· 13 years ago
95327d0
powerpc/kvm: Fallout from system.h disintegration
by Benjamin Herrenschmidt
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
2e7580b
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
ae3a197
Disintegrate asm/system.h for PowerPC
by David Howells
· 13 years ago
5375871
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
2480b20
powerpc: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
9cc815e
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
by Danny Kukawka
· 13 years ago
db3fe4e
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
by Takuya Yoshikawa
· 13 years ago
d2a1b48
KVM: PPC: Add HPT preallocator
by Alexander Graf
· 13 years ago
b7f5d01
KVM: PPC: Initialize linears with zeros
by Alexander Graf
· 13 years ago
b4e7061
KVM: PPC: Convert RMA allocation into generic code
by Alexander Graf
· 13 years ago
9cf7c0e
KVM: PPC: E500: Fail init when not on e500v2
by Alexander Graf
· 13 years ago
9d4cba7
KVM: Move gfn_to_memslot() to kvm_host.h
by Paul Mackerras
· 13 years ago
b3c5d3c
KVM: PPC: Rename MMIO register identifiers
by Alexander Graf
· 13 years ago
31f3438
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
by Paul Mackerras
· 13 years ago
1022fc3
KVM: PPC: Add support for explicit HIOR setting
by Alexander Graf
· 13 years ago
e24ed81
KVM: PPC: Add generic single register ioctls
by Alexander Graf
· 13 years ago
6b75e6b
KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs
by Sasha Levin
· 13 years ago
d37b1a0
KVM: PPC: booke: Add booke206 TLB trace
by Liu Yu
· 13 years ago
82ed361
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
by Paul Mackerras
· 13 years ago
5551489
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
by Paul Mackerras
· 13 years ago
bad3b50
KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
by Paul Mackerras
· 13 years ago
a92bce9
KVM: PPC: Book3S HV: Keep HPTE locked when invalidating
by Paul Mackerras
· 13 years ago
b543403
KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
by Matt Evans
· 13 years ago
03cdab5
KVM: PPC: Fix vcpu_create dereference before validity check.
by Matt Evans
· 13 years ago
4cf302b
KVM: PPC: Allow for read-only pages backing a Book3S HV guest
by Paul Mackerras
· 13 years ago
342d3db
KVM: PPC: Implement MMU notifiers for Book3S HV guests
by Paul Mackerras
· 13 years ago
697d389
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
by Paul Mackerras
· 13 years ago
06ce2c6
KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
by Paul Mackerras
· 13 years ago
9d0ef5ea
KVM: PPC: Allow I/O mappings in memory slots
by Paul Mackerras
· 13 years ago
da9d1d7
KVM: PPC: Allow use of small pages to back Book3S HV guests
by Paul Mackerras
· 13 years ago
c77162d
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
by Paul Mackerras
· 13 years ago
075295d
KVM: PPC: Make the H_ENTER hcall more reliable
by Paul Mackerras
· 13 years ago
93e6024
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
by Paul Mackerras
· 13 years ago
b2b2f16
KVM: PPC: Keep page physical addresses in per-slot arrays
by Paul Mackerras
· 13 years ago
8936dda
KVM: PPC: Keep a record of HV guest view of hashed page table entries
by Paul Mackerras
· 13 years ago
4e72dbe
KVM: PPC: Make wakeups work again for Book3S HV guests
by Paul Mackerras
· 13 years ago
5701352
KVM: PPC: e500: use hardware hint when loading TLB0 entries
by Scott Wood
· 13 years ago
7b11dc9
KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
by Scott Wood
· 13 years ago
e371f71
KVM: PPC: Book3S: PR: Fix signal check race
by Alexander Graf
· 13 years ago
ae21216
KVM: PPC: align vcpu_kick with x86
by Alexander Graf
· 13 years ago
468a12c
KVM: PPC: Use get/set for to_svcpu to help preemption
by Alexander Graf
· 13 years ago
d33ad32
KVM: PPC: Book3s: PR: No irq_disable in vcpu_run
by Alexander Graf
· 13 years ago
7d82714
KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
by Alexander Graf
· 13 years ago
dfd4d47
KVM: PPC: booke: Improve timer register emulation
by Scott Wood
· 13 years ago
b590497
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
by Scott Wood
· 13 years ago
29ac26e
KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
by Scott Wood
· 13 years ago
c59a6a3
KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
by Scott Wood
· 13 years ago
25051b5
KVM: PPC: Move prepare_to_enter call site into subarch code
by Scott Wood
· 13 years ago
7e28e60
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
by Scott Wood
· 13 years ago
1d1ef22
KVM: PPC: booke: check for signals in kvmppc_vcpu_run
by Scott Wood
· 13 years ago
7401f62
KVM: PPC: booke: Do Not start decrementer when SPRN_DEC set 0
by Bharat Bhushan
· 13 years ago
dc2babf
KVM: PPC: Fix DEC truncation for greater than 0xffff_ffff/1000
by Bharat Bhushan
· 13 years ago
95325e6
KVM: PPC: E500: Support hugetlbfs
by Alexander Graf
· 13 years ago
841741f
KVM: PPC: e500: Don't hardcode PIR=0
by Scott Wood
· 13 years ago
303b7c9
KVM: PPC: e500: tlbsx: fix tlb0 esel
by Scott Wood
· 13 years ago
dc83b8b
KVM: PPC: e500: MMU API
by Scott Wood
· 13 years ago
0164c0f
KVM: PPC: e500: clear up confusion between host and guest entries
by Scott Wood
· 13 years ago
90b92a6
KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
by Scott Wood
· 13 years ago
3bf3cdc
KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
by Scott Wood
· 13 years ago
5b1c149
KVM: s390: ucontrol: export SIE control block to user
by Carsten Otte
· 13 years ago
e08b963
KVM: s390: add parameter for KVM_CREATE_VM
by Carsten Otte
· 13 years ago
ed7e3d1
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
by Danny Kukawka
· 13 years ago
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
· 13 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
0254f07
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
Next »