index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
powerpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-17
/
+13
2022-05-13
KVM: PPC: Book3S HV: Use IDA allocator for LPID allocator
Nicholas Piggin
1
-12
/
+13
2022-05-13
KVM: PPC: Remove kvmppc_claim_lpid
Nicholas Piggin
1
-6
/
+1
2022-05-08
powerpc: Add missing headers
Christophe Leroy
1
-0
/
+1
2022-04-21
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3
Nicholas Piggin
1
-0
/
+17
2022-02-03
KVM: PPC: Decrement module refcount if init_vm fails
Fabiano Rosas
1
-2
/
+7
2022-02-02
KVM: PPC: Merge powerpc's debugfs entry content into generic entry
Alexey Kardashevskiy
1
-3
/
+13
2022-01-31
KVM: PPC: Book3s: mmio: Deliver DSI after emulation failure
Fabiano Rosas
1
-0
/
+22
2022-01-31
KVM: PPC: mmio: Return to guest after emulation failure
Fabiano Rosas
1
-3
/
+3
2022-01-31
KVM: PPC: mmio: Reject instructions that access more than mmio.data size
Fabiano Rosas
1
-11
/
+5
2022-01-31
KVM: PPC: Fix vmx/vsx mixup in mmio emulation
Fabiano Rosas
1
-2
/
+2
2022-01-31
KVM: PPC: Book3S HV: Stop returning internal values to userspace
Fabiano Rosas
1
-0
/
+8
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: Force PPC to define its own rcuwait object
Sean Christopherson
1
-1
/
+2
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: PPC: Avoid referencing userspace memory region in memslot updates
Sean Christopherson
1
-2
/
+2
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
1
-2
/
+3
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
1
-9
/
+1
2021-11-18
KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Vitaly Kuznetsov
1
-2
/
+2
2021-11-05
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+2
2021-10-09
powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal
Nick Desaulniers
1
-2
/
+2
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
1
-1
/
+1
2021-07-17
KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak
Nicholas Piggin
1
-2
/
+2
2021-06-22
KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
Bharata B Rao
1
-0
/
+3
2021-02-22
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-4
/
+4
2021-02-10
KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2
Fabiano Rosas
1
-2
/
+2
2021-02-10
KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWR
Ravi Bangoria
1
-0
/
+10
2021-01-30
KVM: PPC: Make the VMX instruction emulation routines static
Cédric Le Goater
1
-4
/
+4
2020-12-04
powerpc: Fix update form addressing in inline assembly
Christophe Leroy
1
-2
/
+2
2020-08-09
Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-1
/
+4
2020-07-21
KVM: PPC: Protect kvm_vcpu_read_guest with srcu locks
Alexey Kardashevskiy
1
-1
/
+4
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-05-27
KVM: PPC: Clean up redundant 'kvm_run' parameters
Tianjia Zhang
1
-35
/
+37
2020-05-13
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
1
-1
/
+1
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
1
-0
/
+1
2020-05-07
KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
Peter Xu
1
-0
/
+1
2020-04-21
KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run
Tianjia Zhang
1
-1
/
+2
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
1
-2
/
+2
2020-03-26
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
Paul Mackerras
1
-0
/
+14
2020-03-19
KVM: PPC: Book3S PR: Fix kernel crash with PR KVM
Greg Kurz
1
-2
/
+0
2020-03-19
KVM: PPC: Use fallthrough;
Joe Perches
1
-1
/
+0
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
1
-1
/
+0
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
1
-3
/
+2
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
1
-6
/
+0
2020-03-16
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
Sean Christopherson
1
-2
/
+2
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
1
-10
/
+0
2020-01-27
KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-24
/
+32
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
1
-23
/
+4
[next]