index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Lines
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-17
/
+16
2023-04-28
Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-101
/
+186
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+3
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+0
2023-04-20
powerpc: add CFUNC assembly label annotation
Nicholas Piggin
-8
/
+8
2023-04-05
kvm: Remove "select SRCU"
Paul E. McKenney
-1
/
+0
2023-04-03
KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVM
Paul Mackerras
-2
/
+10
2023-04-03
KVM: PPC: Fetch prefixed instructions from the guest
Paul Mackerras
-16
/
+52
2023-04-03
KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_t
Paul Mackerras
-29
/
+44
2023-04-03
KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interrupts
Nicholas Piggin
-20
/
+38
2023-04-03
KVM: PPC: Permit SRR1 flags in more injected interrupt types
Nicholas Piggin
-34
/
+38
2023-04-03
KVM: PPC: BookE: Fix W=1 warnings
Michael Ellerman
-1
/
+4
2023-03-31
KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
Alexey Kardashevskiy
-0
/
+6
2023-03-27
KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scope
Kautuk Consul
-2
/
+2
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
-0
/
+3
2023-03-22
KVM: PPC: booke: Mark three local functions "static"
Sean Christopherson
-3
/
+4
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
-3
/
+2
2023-03-16
KVM: PPC: Standardize on "int" return types in the powerpc KVM code
Thomas Huth
-14
/
+14
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-37
/
+11
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+6
2023-02-15
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
-3
/
+2
2023-02-09
mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
-1
/
+5
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
-1
/
+1
2023-01-30
powerpc/kvm: Fix unannotated intra-function call warning
Sathvika Vasireddy
-3
/
+2
2023-01-24
KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
Sean Christopherson
-3
/
+3
2022-12-29
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
-5
/
+0
2022-12-29
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
-8
/
+3
2022-12-29
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
-5
/
+0
2022-12-29
KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
-13
/
+7
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
-5
/
+0
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-44
/
+52
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-26
/
+18
2022-12-08
Merge branch 'topic/objtool' into next
Michael Ellerman
-13
/
+33
2022-12-02
powerpc: add a definition for the marker offset within the interrupt frame
Nicholas Piggin
-1
/
+1
2022-11-30
mm: remove unused savedwrite infrastructure
David Hildenbrand
-1
/
+1
2022-11-30
Merge branch 'fixes' into next
Michael Ellerman
-0
/
+4
2022-11-30
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
-22
/
+14
2022-11-30
KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS support
Nicholas Piggin
-9
/
+3
2022-11-24
powerpc/xive: remove unused parameter
Deming Wang
-8
/
+4
2022-11-24
KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmaps
Christophe JAILLET
-3
/
+2
2022-11-24
KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()
Deming Wang
-3
/
+3
2022-11-24
KVM: PPC: Book3S HV: XIVE: Fix spelling mistakes
Zhang Jiaming
-3
/
+3
2022-11-24
KVM: PPC: Use __func__ to get function's name
XueBing Chen
-4
/
+3
2022-11-18
powerpc/32: Fix objtool unannotated intra-function call warnings
Christophe Leroy
-5
/
+12
2022-11-15
powerpc: Curb objtool unannotated intra-function call warnings
Sathvika Vasireddy
-0
/
+3
2022-11-15
powerpc: Fix objtool unannotated intra-function call warnings
Sathvika Vasireddy
-8
/
+18
2022-11-09
KVM: replace direct irq.h inclusion
Paolo Bonzini
-24
/
+16
2022-11-09
kvm: Add interruptible flag to __gfn_to_pfn_memslot()
Peter Xu
-2
/
+2
2022-10-18
KVM: PPC: BookS PR-KVM and BookE do not support context tracking
Nicholas Piggin
-0
/
+4
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-9
/
+12
[next]