index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
James Hogan
2017-02-03
3
-119
/
+66
*
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
James Hogan
2017-02-03
1
-3
/
+18
*
KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
James Hogan
2017-02-03
1
-2
/
+24
*
KVM: MIPS/T&E: Add lockless GVA access helpers
James Hogan
2017-02-03
3
-0
/
+131
*
KVM: MIPS/T&E: Reduce stale ASID checks
James Hogan
2017-02-03
1
-29
/
+6
*
KVM: MIPS/T&E: Handle TLB invalidation requests
James Hogan
2017-02-03
1
-8
/
+63
*
KVM: MIPS: Update vcpu->mode and vcpu->cpu
James Hogan
2017-02-03
2
-0
/
+20
*
KVM: MIPS/MMU: Convert guest physical map to page table
James Hogan
2017-02-03
3
-70
/
+278
*
KVM: MIPS: Use CP0_BadInstr[P] for emulation
James Hogan
2017-02-03
4
-4
/
+64
*
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
2017-02-03
4
-53
/
+56
*
KVM: MIPS/T&E: Don't treat code fetch faults as MMIO
James Hogan
2017-02-03
2
-0
/
+39
*
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
2017-02-03
4
-29
/
+4
*
KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
James Hogan
2017-02-03
3
-60
/
+0
*
KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
James Hogan
2017-02-03
4
-36
/
+1
*
KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
James Hogan
2017-02-03
1
-3
/
+3
*
KVM: MIPS: Use uaccess to read/modify guest instructions
James Hogan
2017-02-03
4
-94
/
+22
*
KVM: MIPS: Drop vm_init() callback
James Hogan
2017-02-03
4
-28
/
+0
*
KVM: MIPS/MMU: Convert commpage fault handling to page tables
James Hogan
2017-02-03
4
-80
/
+22
*
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
2017-02-03
4
-130
/
+40
*
KVM: MIPS/MMU: Convert KSeg0 faults to page tables
James Hogan
2017-02-03
1
-15
/
+64
*
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
James Hogan
2017-02-03
4
-0
/
+119
*
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
2017-02-03
4
-2
/
+165
*
KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID
James Hogan
2017-02-03
3
-13
/
+36
*
KVM: MIPS/TLB: Fix off-by-one in TLB invalidate
James Hogan
2017-02-03
1
-2
/
+2
*
KVM: MIPS: Add fast path TLB refill handler
James Hogan
2017-02-03
3
-3
/
+84
*
KVM: MIPS: Support NetLogic KScratch registers
James Hogan
2017-02-03
1
-5
/
+20
*
KVM: MIPS/T&E: Activate GVA page tables in guest context
James Hogan
2017-02-03
3
-6
/
+24
*
KVM: MIPS/T&E: Allocate GVA -> HPA page tables
James Hogan
2017-02-03
2
-1
/
+69
*
KVM: MIPS: Wire up vcpu uninit
James Hogan
2017-02-03
3
-1
/
+11
*
KVM: MIPS/T&E: active_mm = init_mm in guest context
James Hogan
2017-02-03
3
-1
/
+50
*
KVM: MIPS/T&E: Restore host asid on return to host
James Hogan
2017-02-03
1
-7
/
+20
*
KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks
James Hogan
2017-02-03
3
-41
/
+52
*
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
2017-02-03
7
-48
/
+44
*
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
James Hogan
2017-02-03
2
-53
/
+54
*
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
James Hogan
2017-02-03
3
-10
/
+10
*
KVM: MIPS/MMU: Simplify ASID restoration
James Hogan
2017-02-03
2
-37
/
+12
*
KVM: MIPS: Drop partial KVM_NMI implementation
James Hogan
2017-02-03
1
-16
/
+0
*
Merge MIPS prerequisites
James Hogan
2017-02-03
9
-54
/
+116
|
\
|
*
MIPS: Add return errors to protected cache ops
James Hogan
2017-02-03
1
-20
/
+35
|
*
MIPS: Export some tlbex internals for KVM to use
James Hogan
2017-02-03
2
-17
/
+42
|
*
MIPS: uasm: Add include guards in asm/uasm.h
James Hogan
2017-02-03
1
-0
/
+5
|
*
MIPS: Export pgd/pmd symbols for KVM
James Hogan
2017-02-03
3
-1
/
+7
|
*
MIPS: Move pgd_alloc() out of header
James Hogan
2017-02-02
3
-16
/
+27
*
|
MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...
Markus Elfring
2017-02-02
1
-7
/
+2
*
|
Revert "KVM: nested VMX: disable perf cpuid reporting"
Jim Mattson
2017-01-20
2
-8
/
+0
*
|
kvm: x86: Expose Intel VPOPCNTDQ feature to guest
Piotr Luc
2017-01-17
1
-1
/
+1
*
|
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
2017-01-17
37
-131
/
+312
|
\
\
|
*
|
x86/cpufeature: Add AVX512_VPOPCNTDQ feature
Piotr Luc
2017-01-16
2
-1
/
+2
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-01-15
18
-100
/
+129
|
|
\
\
|
|
*
|
x86/mpx: Use compatible types in comparison to fix sparse error
Tobias Klauser
2017-01-14
1
-1
/
+1
[next]