index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
e500_tlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-16
ppc: e500_tlb memset clears nothing
Alan Cox
1
-4
/
+4
2012-08-16
KVM: PPC: Add cache flush on page map
Alexander Graf
1
-0
/
+3
2012-05-06
KVM: Use minimum and maximum address mapped by TLB1
Bharat Bhushan
1
-2
/
+86
2012-04-08
KVM: PPC: e500: fix typo in tlb code
Alexander Graf
1
-2
/
+2
2012-04-08
KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
Alexander Graf
1
-1
/
+1
2012-04-08
KVM: PPC: e500mc support
Scott Wood
1
-2
/
+19
2012-04-08
KVM: PPC: e500: emulate tlbilx
Scott Wood
1
-0
/
+52
2012-04-08
KVM: PPC: e500: Track TLB1 entries with a bitmap
Scott Wood
1
-5
/
+67
2012-04-08
KVM: PPC: e500: refactor core-specific TLB code
Scott Wood
1
-346
/
+114
2012-04-08
KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
Scott Wood
1
-1
/
+0
2012-04-08
KVM: PPC: e500: rename e500_tlb.h to e500.h
Scott Wood
1
-1
/
+1
2012-03-05
KVM: PPC: booke: Add booke206 TLB trace
Liu Yu
1
-4
/
+6
2012-03-05
KVM: PPC: e500: use hardware hint when loading TLB0 entries
Scott Wood
1
-30
/
+39
2012-03-05
KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
Scott Wood
1
-5
/
+14
2012-03-05
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
Scott Wood
1
-39
/
+44
2012-03-05
KVM: PPC: E500: Support hugetlbfs
Alexander Graf
1
-0
/
+24
2012-03-05
KVM: PPC: e500: tlbsx: fix tlb0 esel
Scott Wood
1
-0
/
+2
2012-03-05
KVM: PPC: e500: MMU API
Scott Wood
1
-124
/
+269
2012-03-05
KVM: PPC: e500: clear up confusion between host and guest entries
Scott Wood
1
-78
/
+189
2012-03-05
KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
Scott Wood
1
-3
/
+1
2012-03-05
KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
Scott Wood
1
-13
/
+23
2011-07-12
KVM: PPC: e500: Don't search over the entire TLB0.
Scott Wood
1
-4
/
+14
2011-07-12
KVM: PPC: e500: Add shadow PID support
Liu Yu
1
-25
/
+287
2011-07-12
KVM: PPC: e500: Stop keeping shadow TLB
Liu Yu
1
-177
/
+140
2011-07-12
KVM: PPC: e500: enable magic page
Scott Wood
1
-1
/
+21
2011-07-12
KVM: PPC: e500: Support large page mappings of PFNMAP vmas.
Scott Wood
1
-9
/
+94
2011-07-12
KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead.
Scott Wood
1
-37
/
+19
2011-07-12
KVM: PPC: e500: don't use MAS0 as intermediate storage.
Scott Wood
1
-13
/
+13
2011-07-12
KVM: PPC: e500: Disable preloading TLB1 in tlb_load().
Scott Wood
1
-18
/
+0
2011-05-22
KVM: PPC: booke: add sregs support
Scott Wood
1
-0
/
+8
2011-05-22
KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx
Scott Wood
1
-1
/
+4
2010-10-24
KVM: PPC: Fix compile error in e500_tlb.c
Alexander Graf
1
-1
/
+2
2010-10-24
KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bug
Kyle Moffett
1
-2
/
+1
2010-10-24
KVM: PPC: Convert MSR to shared page
Alexander Graf
1
-6
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-01
KVM: PPC E500: fix tlbcfg emulation
Liu Yu
1
-0
/
+6
2010-03-01
KVM: PPC: Use accessor functions for GPR access
Alexander Graf
1
-2
/
+2
2009-09-10
KVM: powerpc: convert marker probes to event trace
Marcelo Tosatti
1
-9
/
+7
2009-09-10
KVM: ppc: e500: Move to Book-3e MMU definitions
Liu Yu
1
-5
/
+5
2009-03-24
KVM: ppc: e500: Fix the bug that KVM is unstable in SMP
Liu Yu
1
-0
/
+4
2009-03-24
KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entry
Liu Yu
1
-1
/
+1
2009-03-24
KVM: ppc: Add emulation of E500 register mmucsr0
Liu Yu
1
-0
/
+16
2009-03-24
KVM: ppc: Move to new TLB invalidate interface
Liu Yu
1
-5
/
+5
2009-03-24
KVM: ppc: Fix e500 warnings and some spelling problems
Liu Yu
1
-3
/
+3
2009-03-24
KVM: ppc: E500 core-specific code
Hollis Blanchard
1
-0
/
+737