index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
/
emulate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Annotate fall-through in kvm/emulate.c
Paul Burton
2019-07-18
1
-0
/
+1
*
MIPS: KVM: Use prandom_u32_max() to generate tlbwr index
Paul Burton
2019-03-25
1
-3
/
+1
*
MIPS: mm: Add set_cpu_context() for ASID assignments
Paul Burton
2019-02-04
1
-3
/
+3
*
MIPS: mm: Remove redundant get_new_mmu_context() cpu argument
Paul Burton
2019-02-04
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
KVM: add kvm_{test,clear}_request to replace {test,clear}_bit
Radim Krčmář
2017-04-27
1
-1
/
+1
*
KVM: MIPS/Emulate: Properly implement TLBR for T&E
James Hogan
2017-03-28
1
-46
/
+53
*
KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon
James Hogan
2017-03-28
1
-3
/
+27
*
KVM: MIPS/VZ: Support hardware guest timer
James Hogan
2017-03-28
1
-2
/
+79
*
KVM: MIPS/Emulate: Drop CACHE emulation for VZ
James Hogan
2017-03-28
1
-0
/
+2
*
KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ
James Hogan
2017-03-28
1
-1
/
+42
*
KVM: MIPS: Abstract guest CP0 register access for VZ
James Hogan
2017-03-28
1
-1
/
+1
*
KVM: MIPS: Init timer frequency from callback
James Hogan
2017-03-28
1
-7
/
+6
*
KVM: MIPS/Emulate: Implement 64-bit MMIO emulation
James Hogan
2017-03-28
1
-1
/
+28
*
KVM: MIPS/Emulate: De-duplicate MMIO emulation
James Hogan
2017-03-28
1
-156
/
+50
*
KVM: MIPS: Implement HYPCALL emulation
James Hogan
2017-03-28
1
-0
/
+3
*
KVM: MIPS/T&E: Implement CP0_EBase register
James Hogan
2017-02-03
1
-31
/
+42
*
KVM: MIPS/T&E: Move CP0 register access into T&E
James Hogan
2017-02-03
1
-1
/
+1
*
KVM: MIPS/T&E: Handle read only GPA in TLB mod
James Hogan
2017-02-03
1
-31
/
+0
*
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
2017-02-03
1
-3
/
+4
*
KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
James Hogan
2017-02-03
1
-83
/
+65
*
KVM: MIPS: Use CP0_BadInstr[P] for emulation
James Hogan
2017-02-03
1
-3
/
+45
*
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
2017-02-03
1
-45
/
+45
*
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
2017-02-03
1
-2
/
+1
*
KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
James Hogan
2017-02-03
1
-10
/
+0
*
KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
James Hogan
2017-02-03
1
-3
/
+3
*
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
2017-02-03
1
-2
/
+4
*
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
James Hogan
2017-02-03
1
-0
/
+6
*
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
2017-02-03
1
-0
/
+11
*
KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID
James Hogan
2017-02-03
1
-2
/
+4
*
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
2017-02-03
1
-6
/
+7
*
KVM: MIPS: Precalculate MMIO load resume PC
James Hogan
2016-10-26
1
-9
/
+15
*
KVM: MIPS: Make ERET handle ERL before EXL
James Hogan
2016-10-26
1
-4
/
+4
*
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: Drop dubious EntryHi optimisation
James Hogan
2016-09-29
1
-2
/
+1
*
|
KVM: MIPS: Invalidate TLB by regenerating ASIDs
James Hogan
2016-09-29
1
-5
/
+13
*
|
KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
James Hogan
2016-09-29
1
-10
/
+53
|
/
*
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
2016-08-12
1
-9
/
+26
*
MIPS: KVM: Sign extend MFC0/RDHWR results
James Hogan
2016-08-01
1
-3
/
+4
*
MIPS: KVM: Decode RDHWR more strictly
James Hogan
2016-07-05
1
-1
/
+3
*
MIPS: KVM: Recognise r6 CACHE encoding
James Hogan
2016-07-05
1
-1
/
+20
*
MIPS: KVM: Support r6 compact branch emulation
James Hogan
2016-07-05
1
-6
/
+46
*
MIPS: KVM: Add KScratch registers
James Hogan
2016-06-15
1
-1
/
+6
*
MIPS: KVM: Emulate RDHWR CPUNum register
James Hogan
2016-06-15
1
-1
/
+1
*
MIPS: KVM: Allow ULRI to restrict UserLocal register
James Hogan
2016-06-15
1
-2
/
+12
*
MIPS: Clean up RDHWR handling
James Hogan
2016-06-15
1
-5
/
+5
*
MIPS: KVM: Convert emulation to use asm/inst.h
James Hogan
2016-06-15
1
-66
/
+43
*
MIPS: KVM: Print unknown load/store encodings
James Hogan
2016-06-14
1
-2
/
+4
*
MIPS: KVM: Trace guest register access emulation
James Hogan
2016-06-14
1
-12
/
+19
[next]