index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
Nicholas Piggin
2021-05-06
2
-16
/
+35
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
8
-179
/
+84
|
\
|
*
KVM: PPC: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2021-04-17
7
-162
/
+84
|
*
KVM: Move arm64's MMU notifier trace events to generic code
Sean Christopherson
2021-04-17
2
-17
/
+0
*
|
powerpc/kvm: Fix build error when PPC_MEM_KEYS/PPC_PSERIES=n
Michael Ellerman
2021-04-27
1
-1
/
+1
*
|
powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabled
Michael Ellerman
2021-04-20
1
-0
/
+2
*
|
KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR
Nicholas Piggin
2021-04-12
2
-4
/
+4
*
|
KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
Nicholas Piggin
2021-04-12
2
-1
/
+6
*
|
KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
Nicholas Piggin
2021-04-12
1
-0
/
+2
*
|
KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
Nicholas Piggin
2021-04-12
1
-2
/
+1
*
|
KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
Nicholas Piggin
2021-04-12
1
-1
/
+0
*
|
KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC]
Nicholas Piggin
2021-04-12
1
-0
/
+4
*
|
KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
Nicholas Piggin
2021-04-12
1
-1
/
+6
*
|
KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
Nicholas Piggin
2021-04-12
2
-19
/
+57
*
|
KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
Nicholas Piggin
2021-04-12
1
-6
/
+21
*
|
KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit
Nicholas Piggin
2021-04-12
1
-0
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-02-26
2
-2
/
+2
|
\
|
*
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
2021-02-22
2
-2
/
+2
*
|
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-02-22
8
-12
/
+15
|
\
\
|
|
/
|
/
|
|
*
powerpc/xive: Assign boolean values to a bool variable
Jiapeng Chong
2021-02-11
1
-2
/
+2
|
*
powerpc/32s: Change mfsrin() into a static inline function
Christophe Leroy
2021-02-09
1
-4
/
+0
|
*
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-09
3
-0
/
+3
|
*
KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
Nicholas Piggin
2021-02-09
1
-2
/
+4
|
*
powerpc/kvm: Force selection of CONFIG_PPC_FPU
Christophe Leroy
2021-01-30
1
-0
/
+1
|
*
KVM: PPC: Book3S HV: Include prototypes
Cédric Le Goater
2021-01-30
1
-0
/
+1
|
*
KVM: PPC: Make the VMX instruction emulation routines static
Cédric Le Goater
2021-01-30
1
-4
/
+4
*
|
KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guests
Nicholas Piggin
2021-02-11
1
-0
/
+3
*
|
KVM: PPC: Book3S HV: Ensure radix guest has no SLB entries
Paul Mackerras
2021-02-11
1
-1
/
+5
*
|
KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2
Fabiano Rosas
2021-02-10
2
-2
/
+12
*
|
KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path
Fabiano Rosas
2021-02-10
1
-0
/
+4
*
|
KVM: PPC: remove unneeded semicolon
Yang Li
2021-02-10
1
-1
/
+1
*
|
KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLB
Nicholas Piggin
2021-02-10
1
-3
/
+3
*
|
KVM: PPC: Book3S HV: No need to clear radix host SLB before loading HPT guest
Nicholas Piggin
2021-02-10
1
-1
/
+5
*
|
KVM: PPC: Book3S HV: Fix radix guest SLB side channel
Nicholas Piggin
2021-02-10
1
-8
/
+31
*
|
KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...
Nicholas Piggin
2021-02-10
3
-212
/
+32
*
|
KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWR
Ravi Bangoria
2021-02-10
2
-0
/
+22
*
|
KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWR
Ravi Bangoria
2021-02-10
3
-0
/
+73
*
|
KVM: PPC: Book3S HV: Rename current DAWR macros and variables
Ravi Bangoria
2021-02-10
3
-26
/
+26
*
|
KVM: PPC: Book3S HV: Allow nested guest creation when L0 hv_guest_state > L1
Ravi Bangoria
2021-02-10
1
-10
/
+45
|
/
*
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-12-17
13
-99
/
+170
|
\
|
*
KVM: PPC: Book3S HV: Fix mask size for emulated msgsndp
Leonardo Bras
2020-12-15
1
-3
/
+3
|
*
KVM: PPC: fix comparison to bool warning
Kaixu Xia
2020-12-15
1
-3
/
+3
|
*
KVM: PPC: Book3S: Assign boolean values to a bool variable
Kaixu Xia
2020-12-15
1
-2
/
+2
|
*
KVM: PPC: Book3S HV: XIVE: Add a comment regarding VP numbering
Cédric Le Goater
2020-12-11
1
-0
/
+11
|
*
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FW
Cédric Le Goater
2020-12-11
1
-2
/
+0
|
*
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FW
Cédric Le Goater
2020-12-11
1
-46
/
+8
|
*
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUG
Cédric Le Goater
2020-12-11
2
-6
/
+0
|
*
powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag
Cédric Le Goater
2020-12-11
1
-2
/
+2
|
*
KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug output
Cédric Le Goater
2020-12-11
3
-17
/
+82
|
*
powerpc/64s: Remove MSR[ISF] bit
Nicholas Piggin
2020-12-09
1
-1
/
+1
[next]