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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-28
Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8
Stewart Smith
5
-1
/
+83
2014-07-28
Split out struct kvmppc_vcore creation to separate function
Stewart Smith
1
-10
/
+21
2014-07-28
KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indication
Paul Mackerras
1
-13
/
+12
2014-07-28
KVM: PPC: Book3S PR: Take SRCU read lock around RTAS kvm_read_guest() call
Paul Mackerras
1
-2
/
+7
2014-07-28
KVM: PPC: Book3S: Fix LPCR one_reg interface
Alexey Kardashevskiy
3
-2
/
+14
2014-07-28
KVM: PPC: Remove 440 support
Alexander Graf
15
-1161
/
+2
2014-07-28
KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointer
Bharat Bhushan
1
-3
/
+0
2014-07-28
KVM: PPC: Booke-hv: Add one reg interface for SPRG9
Bharat Bhushan
2
-2
/
+21
2014-07-28
kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exit
Bharat Bhushan
3
-0
/
+6
2014-07-28
KVM: PPC: Bookehv: Get vcpu's last instruction for emulation
Mihai Caraman
3
-28
/
+145
2014-07-28
KVM: PPC: Allow kvmppc_get_last_inst() to fail
Mihai Caraman
11
-77
/
+140
2014-07-28
KVM: PPC: Book3s: Remove kvmppc_read_inst() function
Mihai Caraman
1
-51
/
+34
2014-07-28
KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1
Mihai Caraman
1
-3
/
+6
2014-07-28
KVM: PPC: e500mc: Revert "add load inst fixup"
Mihai Caraman
1
-25
/
+1
2014-07-28
kvm: ppc: Add SPRN_EPR get helper function
Bharat Bhushan
2
-10
/
+12
2014-07-28
kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7
Bharat Bhushan
2
-20
/
+20
2014-07-28
kvm: ppc: booke: Add shared struct helpers of SPRN_ESR
Bharat Bhushan
2
-21
/
+4
2014-07-28
kvm: ppc: booke: Use the shared struct helpers of SPRN_DEAR
Bharat Bhushan
1
-21
/
+3
2014-07-28
kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1
Bharat Bhushan
1
-11
/
+6
2014-07-28
kvm: ppc: bookehv: Added wrapper macros for shadow registers
Bharat Bhushan
1
-8
/
+36
2014-07-28
KVM: PPC: Book3S: Make magic page properly 4k mappable
Alexander Graf
6
-20
/
+38
2014-07-28
KVM: PPC: Book3S: Add hack for split real mode
Alexander Graf
4
-0
/
+71
2014-07-28
KVM: PPC: Book3S: Stop PTE lookup on write errors
Alexander Graf
1
-1
/
+1
2014-07-28
KVM: PPC: Deflect page write faults properly in kvmppc_st
Alexander Graf
1
-2
/
+4
2014-07-28
KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct
Alexander Graf
1
-1
/
+4
2014-07-28
KVM: PPC: e500: Emulate power management control SPR
Mihai Caraman
2
-0
/
+13
2014-07-28
KVM: PPC: Book3S HV: Enable for little endian hosts
Alexander Graf
1
-1
/
+0
2014-07-28
KVM: PPC: Book3S HV: Fix ABIv2 on LE
Alexander Graf
1
-8
/
+8
2014-07-28
KVM: PPC: Book3S HV: Access XICS in BE
Alexander Graf
1
-4
/
+14
2014-07-28
KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE
Alexander Graf
1
-10
/
+10
2014-07-28
KVM: PPC: Book3S HV: Access guest VPA in BE
Alexander Graf
2
-14
/
+14
2014-07-28
KVM: PPC: Book3S HV: Make HTAB code LE host aware
Alexander Graf
4
-129
/
+164
2014-07-28
PPC: Add asm helpers for BE 32bit load/store
Alexander Graf
1
-0
/
+4
2014-07-28
KVM: PPC: e500: Fix default tlb for victim hint
Mihai Caraman
2
-1
/
+8
2014-07-28
KVM: PPC: Book3S HV: Add H_SET_MODE hcall handling
Michael Neuling
2
-1
/
+57
2014-07-28
KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
Paul Mackerras
9
-5
/
+84
2014-07-28
KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
Paul Mackerras
8
-0
/
+153
2014-07-28
KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
Mihai Caraman
1
-3
/
+3
2014-07-28
KVM: PPC: Book3S PR: Fix sparse endian checks
Alexander Graf
1
-10
/
+11
2014-07-28
KVM: PPC: Book3S PR: Fix ABIv2 on LE
Alexander Graf
2
-0
/
+8
2014-07-28
KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()
Anton Blanchard
2
-2
/
+2
2014-07-28
KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
Anton Blanchard
1
-2
/
+2
2014-07-28
KVM: PPC: Book3S PR: Handle hyp doorbell exits
Alexander Graf
1
-0
/
+1
2014-07-28
KVM: PPC: Book3s HV: Fix tlbie compile error
Alexander Graf
1
-6
/
+2
2014-07-28
KVM: PPC: Book3s PR: Disable AIL mode with OPAL
Alexander Graf
1
-0
/
+12
2014-07-28
KVM: PPC: BOOK3S: PR: Emulate instruction counter
Aneesh Kumar K.V
5
-6
/
+14
2014-07-28
KVM: PPC: BOOK3S: PR: Emulate virtual timebase register
Aneesh Kumar K.V
7
-7
/
+30
2014-07-06
KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation
Aneesh Kumar K.V
4
-12
/
+21
2014-06-30
arch: x86: kvm: x86.c: Cleaning up variable is set more than once
Rickard Strandqvist
1
-1
/
+0
2014-06-30
MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()
Deng-Cheng Zhu
1
-5
/
+0
[next]