index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
/
emulate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-19
MIPS: Annotate fall-through in kvm/emulate.c
Paul Burton
1
-0
/
+1
2019-03-26
MIPS: KVM: Use prandom_u32_max() to generate tlbwr index
Paul Burton
1
-3
/
+1
2019-02-04
MIPS: mm: Add set_cpu_context() for ASID assignments
Paul Burton
1
-3
/
+3
2019-02-04
MIPS: mm: Remove redundant get_new_mmu_context() cpu argument
Paul Burton
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2017-04-27
KVM: add kvm_{test,clear}_request to replace {test,clear}_bit
Radim Krčmář
1
-1
/
+1
2017-03-28
KVM: MIPS/Emulate: Properly implement TLBR for T&E
James Hogan
1
-46
/
+53
2017-03-28
KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon
James Hogan
1
-3
/
+27
2017-03-28
KVM: MIPS/VZ: Support hardware guest timer
James Hogan
1
-2
/
+79
2017-03-28
KVM: MIPS/Emulate: Drop CACHE emulation for VZ
James Hogan
1
-0
/
+2
2017-03-28
KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ
James Hogan
1
-1
/
+42
2017-03-28
KVM: MIPS: Abstract guest CP0 register access for VZ
James Hogan
1
-1
/
+1
2017-03-28
KVM: MIPS: Init timer frequency from callback
James Hogan
1
-7
/
+6
2017-03-28
KVM: MIPS/Emulate: Implement 64-bit MMIO emulation
James Hogan
1
-1
/
+28
2017-03-28
KVM: MIPS/Emulate: De-duplicate MMIO emulation
James Hogan
1
-156
/
+50
2017-03-28
KVM: MIPS: Implement HYPCALL emulation
James Hogan
1
-0
/
+3
2017-02-03
KVM: MIPS/T&E: Implement CP0_EBase register
James Hogan
1
-31
/
+42
2017-02-03
KVM: MIPS/T&E: Move CP0 register access into T&E
James Hogan
1
-1
/
+1
2017-02-03
KVM: MIPS/T&E: Handle read only GPA in TLB mod
James Hogan
1
-31
/
+0
2017-02-03
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
1
-3
/
+4
2017-02-03
KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
James Hogan
1
-83
/
+65
2017-02-03
KVM: MIPS: Use CP0_BadInstr[P] for emulation
James Hogan
1
-3
/
+45
2017-02-03
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
1
-45
/
+45
2017-02-03
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
1
-2
/
+1
2017-02-03
KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
James Hogan
1
-10
/
+0
2017-02-03
KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
James Hogan
1
-3
/
+3
2017-02-03
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
1
-2
/
+4
2017-02-03
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
James Hogan
1
-0
/
+6
2017-02-03
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
1
-0
/
+11
2017-02-03
KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID
James Hogan
1
-2
/
+4
2017-02-03
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
1
-6
/
+7
2016-10-26
KVM: MIPS: Precalculate MMIO load resume PC
James Hogan
1
-9
/
+15
2016-10-26
KVM: MIPS: Make ERET handle ERL before EXL
James Hogan
1
-4
/
+4
2016-10-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+0
2016-10-05
MIPS: kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+0
2016-09-29
KVM: MIPS: Drop dubious EntryHi optimisation
James Hogan
1
-2
/
+1
2016-09-29
KVM: MIPS: Invalidate TLB by regenerating ASIDs
James Hogan
1
-5
/
+13
2016-09-29
KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
James Hogan
1
-10
/
+53
2016-08-12
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
1
-9
/
+26
2016-08-01
MIPS: KVM: Sign extend MFC0/RDHWR results
James Hogan
1
-3
/
+4
2016-07-05
MIPS: KVM: Decode RDHWR more strictly
James Hogan
1
-1
/
+3
2016-07-05
MIPS: KVM: Recognise r6 CACHE encoding
James Hogan
1
-1
/
+20
2016-07-05
MIPS: KVM: Support r6 compact branch emulation
James Hogan
1
-6
/
+46
2016-06-16
MIPS: KVM: Add KScratch registers
James Hogan
1
-1
/
+6
2016-06-16
MIPS: KVM: Emulate RDHWR CPUNum register
James Hogan
1
-1
/
+1
2016-06-16
MIPS: KVM: Allow ULRI to restrict UserLocal register
James Hogan
1
-2
/
+12
2016-06-16
MIPS: Clean up RDHWR handling
James Hogan
1
-5
/
+5
2016-06-16
MIPS: KVM: Convert emulation to use asm/inst.h
James Hogan
1
-66
/
+43
2016-06-14
MIPS: KVM: Print unknown load/store encodings
James Hogan
1
-2
/
+4
2016-06-14
MIPS: KVM: Trace guest register access emulation
James Hogan
1
-12
/
+19
[next]