index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
/
trap_emul.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Remove KVM_TE support
Thomas Bogendoerfer
2021-03-10
1
-1306
/
+0
*
KVM: MIPS: clean up redundant kvm_run parameters in assembly
Tianjia Zhang
2020-09-28
1
-1
/
+1
*
KVM: MIPS: clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-07-10
1
-64
/
+50
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-12
1
-0
/
+3
|
\
|
*
KVM: MIPS: Add EVENTFD support which is needed by VHOST
Huacai Chen
2020-06-04
1
-0
/
+3
*
|
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
1
-1
/
+1
|
/
*
mips: add support for folded p4d page tables
Mike Rapoport
2019-11-22
1
-1
/
+3
*
MIPS: mm: Add set_cpu_context() for ASID assignments
Paul Burton
2019-02-04
1
-3
/
+3
*
MIPS: mm: Unify ASID version checks
Paul Burton
2019-02-04
1
-18
/
+4
*
MIPS: mm: Remove redundant get_new_mmu_context() cpu argument
Paul Burton
2019-02-04
1
-5
/
+5
*
KVM: add kvm_request_pending
Radim Krčmář
2017-06-04
1
-1
/
+1
*
KVM: MIPS/T&E: Report correct dcache line size
James Hogan
2017-03-28
1
-0
/
+8
*
KVM: MIPS: Abstract guest CP0 register access for VZ
James Hogan
2017-03-28
1
-3
/
+5
*
KVM: MIPS: Add guest exit exception callback
James Hogan
2017-03-28
1
-0
/
+24
*
KVM: MIPS: Add hardware_{enable,disable} callback
James Hogan
2017-03-28
1
-0
/
+11
*
KVM: MIPS: Add callback to check extension
James Hogan
2017-03-28
1
-0
/
+17
*
KVM: MIPS: Init timer frequency from callback
James Hogan
2017-03-28
1
-0
/
+3
*
KVM: MIPS: Implement HYPCALL emulation
James Hogan
2017-03-28
1
-0
/
+4
*
KVM: MIPS/T&E: Expose read-only CP0_IntCtl register
James Hogan
2017-02-03
1
-0
/
+7
*
KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers
James Hogan
2017-02-03
1
-0
/
+14
*
KVM: MIPS/T&E: Default to reset vector
James Hogan
2017-02-03
1
-0
/
+6
*
KVM: MIPS/T&E: Implement CP0_EBase register
James Hogan
2017-02-03
1
-0
/
+12
*
KVM: MIPS/T&E: Move CP0 register access into T&E
James Hogan
2017-02-03
1
-3
/
+178
*
KVM: MIPS/T&E: Handle read only GPA in TLB mod
James Hogan
2017-02-03
1
-26
/
+43
*
KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
James Hogan
2017-02-03
1
-5
/
+5
*
KVM: MIPS/T&E: Abstract bad access handling
James Hogan
2017-02-03
1
-47
/
+72
*
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
2017-02-03
1
-2
/
+2
*
KVM: MIPS/T&E: Ignore user writes to CP0_Config7
James Hogan
2017-02-03
1
-0
/
+3
*
KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot
James Hogan
2017-02-03
1
-0
/
+14
*
KVM: MIPS/T&E: Add lockless GVA access helpers
James Hogan
2017-02-03
1
-0
/
+65
*
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/T&E: Don't treat code fetch faults as MMIO
James Hogan
2017-02-03
1
-0
/
+12
*
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
2017-02-03
1
-3
/
+3
*
KVM: MIPS: Use uaccess to read/modify guest instructions
James Hogan
2017-02-03
1
-0
/
+9
*
KVM: MIPS: Drop vm_init() callback
James Hogan
2017-02-03
1
-6
/
+0
*
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
2017-02-03
1
-2
/
+3
*
KVM: MIPS/T&E: Activate GVA page tables in guest context
James Hogan
2017-02-03
1
-4
/
+6
*
KVM: MIPS/T&E: Allocate GVA -> HPA page tables
James Hogan
2017-02-03
1
-0
/
+63
*
KVM: MIPS: Wire up vcpu uninit
James Hogan
2017-02-03
1
-0
/
+5
*
KVM: MIPS/T&E: active_mm = init_mm in guest context
James Hogan
2017-02-03
1
-1
/
+11
*
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
1
-0
/
+48
*
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
2017-02-03
1
-17
/
+12
*
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
James Hogan
2017-02-03
1
-2
/
+54
*
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
James Hogan
2017-02-03
1
-6
/
+6
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2016-10-15
1
-1
/
+0
|
\
|
*
MIPS: kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-10-05
1
-1
/
+0
*
|
KVM: MIPS: Emulate MMIO via TLB miss for EVA
James Hogan
2016-09-08
1
-0
/
+18
|
/
*
MIPS: KVM: Emulate generic QEMU machine on r6 T&E
James Hogan
2016-07-05
1
-1
/
+7
[next]