summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c348.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini1-21/+21
2014-07-21KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini1-16/+33
2014-07-21KVM: x86: Defining missing x86 vectorsNadav Amit1-0/+3
2014-07-21KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit1-1/+2
2014-07-21KVM: x86: Cleanup of rflags.rf cleaningNadav Amit1-4/+4
2014-07-21KVM: x86: Clear rflags.rf on emulated instructionsNadav Amit1-0/+3
2014-07-21KVM: x86: popf emulation should not change RFNadav Amit1-1/+1
2014-07-21KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit1-0/+2
2014-07-17KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li1-1/+20
2014-07-11KVM: x86: Emulator support for #UD on CPL>0Nadav Amit1-1/+5
2014-07-11KVM: x86: Emulator flag for instruction that only support 16-bit addresses in...Nadav Amit1-1/+7
2014-07-11KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini1-4/+19
2014-07-11KVM: x86: ensure emulator fetches do not span multiple pagesPaolo Bonzini1-6/+7
2014-07-11KVM: emulate: put pointers in the fetch_cachePaolo Bonzini3-24/+20
2014-07-11KVM: emulate: avoid per-byte copying in instruction fetchesPaolo Bonzini1-24/+22
2014-07-11KVM: emulate: avoid repeated calls to do_insn_fetch_bytesPaolo Bonzini1-9/+17
2014-07-11KVM: emulate: speed up do_insn_fetchPaolo Bonzini1-31/+36
2014-07-11KVM: emulate: do not initialize memoppBandan Das2-4/+9
2014-07-11KVM: emulate: rework seg_overrideBandan Das2-27/+17
2014-07-11KVM: emulate: clean up initializations in init_decode_cacheBandan Das2-14/+13
2014-07-11KVM: emulate: cleanup decode_modrmBandan Das1-8/+6
2014-07-11KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checksBandan Das1-4/+4
2014-07-11KVM: emulate: move init_decode_cache to emulate.cBandan Das3-13/+14
2014-07-11KVM: emulate: simplify writebackPaolo Bonzini1-17/+11
2014-07-11KVM: emulate: speed up emulated movesPaolo Bonzini2-2/+2
2014-07-11KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"Paolo Bonzini1-81/+94
2014-07-11KVM: emulate: move around some checksPaolo Bonzini1-7/+10
2014-07-11KVM: x86: avoid useless set of KVM_REQ_EVENT after emulationPaolo Bonzini1-10/+26
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini4-11/+11
2014-07-11KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini1-3/+2
2014-07-11KVM: svm: writes to MSR_K7_HWCR generates GPE in guestMatthias Lange1-0/+1
2014-07-11KVM: x86: Pending interrupt may be delivered after INITNadav Amit1-0/+2
2014-07-11KVM: Synthesize G bit for all segments.Jim Mattson1-9/+10
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand7-8/+56
2014-07-10KVM: prepare for KVM_(S|G)ET_MP_STATE on other architecturesDavid Hildenbrand2-10/+14
2014-07-10KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand2-8/+3
2014-07-10KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand2-19/+20
2014-07-10KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a timeDavid Hildenbrand1-1/+6
2014-07-09KVM: MIPS: Document MIPS specifics of KVM API.James Hogan1-2/+61
2014-07-09KVM: Reformat KVM_SET_ONE_REG register documentationJames Hogan1-111/+111
2014-07-09KVM: Document KVM_SET_SIGNAL_MASK as universalJames Hogan1-1/+1
2014-07-09KVM: x86: Fix lapic.c debug printsNadav Amit1-2/+2
2014-07-09KVM: x86: fix TSC matchingTomasz Grabiec2-6/+9
2014-07-09KVM: nSVM: Set correct port for IOIO interception evaluationJan Kiszka3-3/+5
2014-07-09KVM: nSVM: Fix IOIO size reported on emulationJan Kiszka1-2/+2
2014-07-09KVM: nSVM: Fix IOIO bitmap evaluationJan Kiszka1-7/+12
2014-07-09KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1Jan Kiszka1-1/+2
2014-06-30arch: x86: kvm: x86.c: Cleaning up variable is set more than onceRickard Strandqvist1-1/+0
2014-06-30MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu1-5/+0
2014-06-30MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu1-3/+0