.. |
44x.c
|
35b299e279
KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation
|
12 years ago |
44x_emulate.c
|
e43a028752
KVM: PPC: 44x: fix DCR read/write
|
12 years ago |
44x_tlb.c
|
f1e89028f0
kvm/ppc/booke: Hold srcu lock when calling gfn functions
|
12 years ago |
44x_tlb.h
|
fa86b8dda2
KVM: ppc: rename 44x MMU functions used in booke.c
|
16 years ago |
Kconfig
|
bc5ad3f370
KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
|
12 years ago |
Makefile
|
535cf7b3b1
KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles
|
12 years ago |
book3s.c
|
8b78645c93
KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
|
12 years ago |
book3s_32_mmu.c
|
df1bfa25d8
KVM: PPC: Put segment registers in shared page
|
14 years ago |
book3s_32_mmu_host.c
|
81c52c56e2
KVM: do not treat noslot pfn as a error pfn
|
12 years ago |
book3s_32_sr.S
|
0214394760
KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
|
13 years ago |
book3s_64_mmu.c
|
681562cd56
KVM: PPC: Book3S PR: Invalidate SLB entries properly
|
12 years ago |
book3s_64_mmu_host.c
|
65b97fb730
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
|
12 years ago |
book3s_64_mmu_hv.c
|
db7cb5b924
powerpc/kvm: Handle transparent hugepage in KVM
|
12 years ago |
book3s_64_slb.S
|
bc1bc4e392
KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entry
|
12 years ago |
book3s_64_vio.c
|
75ef9de126
constify a bunch of struct file_operations instances
|
12 years ago |
book3s_64_vio_hv.c
|
f31e65e117
kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
|
13 years ago |
book3s_emulate.c
|
0f47f9b517
KVM: extend EMULATE_EXIT_USER to support different exit reasons
|
12 years ago |
book3s_exports.c
|
28c483b62f
KVM: PPC: Book3S PR: Fix VSX handling
|
12 years ago |
book3s_hv.c
|
505d6421bd
powerpc,kvm: fix imbalance srcu_read_[un]lock()
|
12 years ago |
book3s_hv_builtin.c
|
1340f3e887
KVM: PPC: Quieten message about allocating linear regions
|
12 years ago |
book3s_hv_interrupts.S
|
3cc33d50f5
powerpc: Fix build errors with UP configs in HV-style KVM
|
12 years ago |
book3s_hv_ras.c
|
d591390da9
KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV
|
12 years ago |
book3s_hv_rm_mmu.c
|
db7cb5b924
powerpc/kvm: Handle transparent hugepage in KVM
|
12 years ago |
book3s_hv_rm_xics.c
|
e7d26f285b
KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
|
12 years ago |
book3s_hv_rmhandlers.S
|
4619ac88b7
KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
|
12 years ago |
book3s_interrupts.S
|
d72be892c8
powerpc: Merge VCPU_GPR
|
13 years ago |
book3s_mmu_hpte.c
|
b67bfe0d42
hlist: drop the node parameter from iterators
|
12 years ago |
book3s_paired_singles.c
|
95327d08fd
powerpc/kvm: Fallout from system.h disintegration
|
13 years ago |
book3s_pr.c
|
0f296829b5
KVM: PPC: Book3S PR: Allow guest to use 1TB segments
|
12 years ago |
book3s_pr_papr.c
|
8e44ddc3f3
powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulation
|
12 years ago |
book3s_rmhandlers.S
|
28c483b62f
KVM: PPC: Book3S PR: Fix VSX handling
|
12 years ago |
book3s_rtas.c
|
d19bd86204
KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
|
12 years ago |
book3s_segment.S
|
b38c77d82e
powerpc: Move and fix MTMSR_EERI definition
|
13 years ago |
book3s_xics.c
|
8e44ddc3f3
powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulation
|
12 years ago |
book3s_xics.h
|
5975a2e095
KVM: PPC: Book3S: Add API for in-kernel XICS emulation
|
12 years ago |
booke.c
|
fe489bf450
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
|
12 years ago |
booke.h
|
1d542d9c2b
KVM: PPC: booke: Allow multiple exception types
|
12 years ago |
booke_emulate.c
|
37ecb257f6
KVM: PPC: BookE: Emulate mfspr on EPR
|
12 years ago |
booke_interrupts.S
|
15b708beee
KVM: PPC: booke: Added debug handler
|
12 years ago |
bookehv_interrupts.S
|
e51f8f32d6
KVM: PPC: bookehv64: Add support for interrupt handling
|
12 years ago |
e500.c
|
a85d2aa23e
KVM: PPC: e500: Expose MMU registers via ONE_REG
|
12 years ago |
e500.h
|
307d9008ed
KVM: PPC: e500: Add support for TLBnPS registers
|
12 years ago |
e500_emulate.c
|
9a6061d7fd
KVM: PPC: e500: Add support for EPTCFG register
|
12 years ago |
e500_mmu.c
|
f1e89028f0
kvm/ppc/booke: Hold srcu lock when calling gfn functions
|
12 years ago |
e500_mmu_host.c
|
4d2be6f7c7
kvm/ppc/e500: eliminate tlb_refs
|
12 years ago |
e500_mmu_host.h
|
483ba97c0f
KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static
|
12 years ago |
e500mc.c
|
2b6398fcf2
kvm/ppc/booke64: Disable e6500 support
|
12 years ago |
emulate.c
|
a3ff5fbc94
KVM: PPC: Ignore PIR writes
|
12 years ago |
fpu.S
|
05d77ac90c
powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}
|
15 years ago |
irq.h
|
5975a2e095
KVM: PPC: Book3S: Add API for in-kernel XICS emulation
|
12 years ago |
mpic.c
|
d133b40f2c
kvm/ppc/mpic: fix missing unlock in set_base_addr()
|
12 years ago |
powerpc.c
|
5975a2e095
KVM: PPC: Book3S: Add API for in-kernel XICS emulation
|
12 years ago |
timing.c
|
24294b9a3f
KVM: PPC: fix partial application of "exit timing in ticks"
|
14 years ago |
timing.h
|
d30f6e4800
KVM: PPC: booke: category E.HV (GS-mode) support
|
13 years ago |
trace.h
|
19bf7f8ac3
Merge remote-tracking branch 'master' into queue
|
12 years ago |