summaryrefslogtreecommitdiffstats
path: root/fs/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-17KVM: PPC: Don't export Book3S symbols on BookEAlexander Graf1-0/+2
2010-05-17KVM: PPC: Only use QPRs when availableAlexander Graf1-0/+2
2010-05-17KVM: Document replacements for KVM_EXIT_HYPERCALLAvi Kivity1-1/+3
2010-05-17KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf1-0/+4
2010-05-17KVM: PPC: Make bools bitfieldsAlexander Graf2-17/+17
2010-05-17KVM: PPC: Use ULL for big numbersAlexander Graf1-6/+6
2010-05-17KVM: PPC: Add check if pte was mapped secondaryAlexander Graf1-0/+7
2010-05-17KVM: PPC: Add emulation for dcbaAlexander Graf1-0/+4
2010-05-17KVM: PPC: Fix dcbz emulationAlexander Graf2-38/+37
2010-05-17KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf1-0/+8
2010-05-17KVM: PPC: Add OSI hypercall interfaceAlexander Graf6-9/+59
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf3-0/+73
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf3-0/+87
2010-05-17KVM: PPC: Implement emulation for lbzux and lhaxAlexander Graf1-0/+20
2010-05-17KVM: PPC: Make XER load 32 bitAlexander Graf1-1/+1
2010-05-17KVM: PPC: Implement BAT readsAlexander Graf1-0/+35
2010-05-17KVM: PPC: Implement mfsr emulationAlexander Graf1-0/+13
2010-05-17KVM: PPC: Load VCPU for register fetchingAlexander Graf1-0/+8
2010-05-17KVM: PPC: Don't reload FPU with invalid valuesAlexander Graf1-0/+5
2010-05-17KVM: PPC: Split instruction reading outAlexander Graf1-8/+16
2010-05-17KVM: PPC: Book3S_32 guest MMU fixesAlexander Graf2-7/+24
2010-05-17KVM: PPC: Make DSISR 32 bits wideAlexander Graf3-3/+3
2010-05-17KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf5-1/+17
2010-05-17KVM: PPC: Ensure split mode worksAlexander Graf2-26/+29
2010-05-17KVM: Document KVM_SET_TSS_ADDRAvi Kivity1-0/+18
2010-05-17KVM: Document KVM_SET_USER_MEMORY_REGIONAvi Kivity1-0/+45
2010-05-17KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity1-0/+2
2010-05-17KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong1-3/+9
2010-05-17KVM: x86: document KVM_REQ_PENDING_TIMER usageMarcelo Tosatti1-1/+2
2010-05-17KVM: x86 emulator: fix unlocked CMPXCHG8B emulationGleb Natapov1-1/+0
2010-05-17KVM: x86 emulator: add decoding of CMPXCHG8B dst operandGleb Natapov1-14/+10
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov3-2/+8
2010-05-17KVM: x86: Fix 32-bit build breakage due to typoJan Kiszka1-1/+1
2010-05-17KVM: small kvm_arch_vcpu_ioctl_run() cleanup.Gleb Natapov1-26/+6
2010-05-17KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov2-5/+48
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov3-12/+42
2010-05-17KVM: x86 emulator: remove saved_eipGleb Natapov1-8/+1
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov3-230/+32
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov6-133/+178
2010-05-17KVM: x86 emulator: during rep emulation decrement ECX only if emulation succe...Gleb Natapov1-7/+8
2010-05-17KVM: x86 emulator: add decoding of X,Y parameters from Intel SDMGleb Natapov1-81/+44
2010-05-17KVM: x86 emulator: populate OP_MEM operand during decoding.Gleb Natapov1-37/+29
2010-05-17KVM: Use task switch from emulator.cGleb Natapov2-545/+22
2010-05-17KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_...Gleb Natapov1-5/+5
2010-05-17KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov2-0/+568
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov2-15/+131
2010-05-17KVM: x86 emulator: cleanup grp3 return valueGleb Natapov1-8/+4
2010-05-17KVM: x86 emulator: If LOCK prefix is used dest arg should be memory.Gleb Natapov1-1/+1
2010-05-17KVM: x86 emulator: do not call writeback if msr access fails.Gleb Natapov1-2/+2
2010-05-17KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulationsGleb Natapov1-6/+11