index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2019-05-15
31
-295
/
+2670
|
\
|
*
KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM device
Cédric Le Goater
2019-05-14
1
-6
/
+0
|
*
KVM: PPC: Book3S HV: XIVE: Fix spelling mistake "acessing" -> "accessing"
Colin Ian King
2019-05-14
1
-1
/
+1
|
*
KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUs
Paul Mackerras
2019-05-14
1
-6
/
+0
|
*
KVM: PPC: Book3S HV: XIVE: Clear escalation interrupt pointers on device close
Paul Mackerras
2019-04-30
1
-0
/
+15
|
*
KVM: PPC: Book3S HV: XIVE: Prevent races when releasing device
Paul Mackerras
2019-04-30
2
-16
/
+78
|
*
KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' method
Cédric Le Goater
2019-04-30
5
-12
/
+101
|
*
KVM: Introduce a 'release' method for KVM devices
Cédric Le Goater
2019-04-30
2
-0
/
+22
|
*
KVM: PPC: Book3S HV: XIVE: Activate XIVE exploitation mode
Cédric Le Goater
2019-04-30
1
-3
/
+4
|
*
KVM: PPC: Book3S HV: XIVE: Add passthrough support
Cédric Le Goater
2019-04-30
4
-0
/
+84
|
*
KVM: PPC: Book3S HV: XIVE: Add a mapping for the source ESB pages
Cédric Le Goater
2019-04-30
3
-0
/
+65
|
*
KVM: PPC: Book3S HV: XIVE: Add a TIMA mapping
Cédric Le Goater
2019-04-30
5
-0
/
+76
|
*
KVM: Introduce a 'mmap' method for KVM devices
Cédric Le Goater
2019-04-30
2
-0
/
+12
|
*
KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE state
Cédric Le Goater
2019-04-30
6
-0
/
+131
|
*
KVM: PPC: Book3S HV: XIVE: Add a control to dirty the XIVE EQ pages
Cédric Le Goater
2019-04-30
3
-0
/
+115
|
*
KVM: PPC: Book3S HV: XIVE: Add a control to sync the sources
Cédric Le Goater
2019-04-30
3
-0
/
+45
|
*
KVM: PPC: Book3S HV: XIVE: Add a global reset control
Cédric Le Goater
2019-04-30
3
-0
/
+91
|
*
KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configuration
Cédric Le Goater
2019-04-30
6
-6
/
+315
|
*
KVM: PPC: Book3S HV: XIVE: Add a control to configure a source
Cédric Le Goater
2019-04-30
5
-2
/
+136
|
*
KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
Cédric Le Goater
2019-04-30
5
-4
/
+140
|
*
KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE
Cédric Le Goater
2019-04-30
8
-41
/
+268
|
*
KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation mode
Cédric Le Goater
2019-04-30
8
-2
/
+219
|
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2019-04-30
12
-20
/
+250
|
|
\
|
|
*
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
2019-04-20
7
-17
/
+123
|
|
*
powerpc/xive: add OPAL extensions for the XIVE native exploitation support
Cédric Le Goater
2019-04-11
5
-3
/
+127
|
*
|
KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry()
Suraj Jitindar Singh
2019-04-30
1
-0
/
+2
|
*
|
KVM: PPC: Book3S HV: Flush TLB on secondary radix threads
Paul Mackerras
2019-04-30
4
-63
/
+53
|
*
|
KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C code
Paul Mackerras
2019-04-30
3
-34
/
+35
|
*
|
KVM: PPC: Book3S HV: Handle virtual mode in XIVE VCPU push code
Suraj Jitindar Singh
2019-04-30
1
-11
/
+25
|
*
|
KVM: PPC: Book3S HV: Fix XICS-on-XIVE H_IPI when priority = 0
Paul Mackerras
2019-04-30
1
-38
/
+40
|
*
|
KVM: PPC: Book3S HV: smb->smp comment fixup
Palmer Dabbelt
2019-04-30
1
-1
/
+1
|
*
|
KVM: PPC: Book3S: Allocate guest TCEs on demand too
Alexey Kardashevskiy
2019-04-30
4
-33
/
+110
|
*
|
KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlers
Alexey Kardashevskiy
2019-04-30
3
-33
/
+44
|
*
|
KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest
Alexey Kardashevskiy
2019-04-30
1
-7
/
+8
|
*
|
KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler
Suraj Jitindar Singh
2019-04-30
3
-1
/
+147
|
*
|
KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
Suraj Jitindar Singh
2019-04-30
1
-0
/
+80
|
*
|
KVM: PPC: Book3S: Protect memslots while validating user address
Alexey Kardashevskiy
2019-04-05
1
-3
/
+3
|
*
|
KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
Suraj Jitindar Singh
2019-04-05
1
-1
/
+3
*
|
|
Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"
Sean Christopherson
2019-05-15
1
-25
/
+0
*
|
|
kvm: x86: Fix L1TF mitigation for shadow MMU
Kai Huang
2019-05-15
1
-5
/
+13
*
|
|
KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible
Sean Christopherson
2019-05-15
1
-22
/
+25
*
|
|
kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
Aaron Lewis
2019-05-08
1
-4
/
+6
*
|
|
tests: kvm: Add tests for KVM_SET_NESTED_STATE
Aaron Lewis
2019-05-08
5
-0
/
+318
*
|
|
KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne...
Aaron Lewis
2019-05-08
1
-3
/
+3
*
|
|
tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_ID
Aaron Lewis
2019-05-08
3
-0
/
+72
*
|
|
tests: kvm: Add tests to .gitignore
Aaron Lewis
2019-05-08
1
-1
/
+4
*
|
|
KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2
Peter Xu
2019-05-08
4
-11
/
+17
*
|
|
KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)one
Peter Xu
2019-05-08
1
-2
/
+2
*
|
|
KVM: Fix the bitmap range to copy during clear dirty
Peter Xu
2019-05-08
1
-1
/
+1
*
|
|
KVM: x86: use direct accessors for RIP and RSP
Paolo Bonzini
2019-04-30
4
-12
/
+22
[next]