aboutsummaryrefslogtreecommitdiffstats
path: root/fs/timerfd.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02KVM: Document MCE banks non-exposure via KVM_GET_MSR_INDEX_LISTAvi Kivity1-0/+4
2010-08-02KVM: Expose MCE control MSRs to userspaceAvi Kivity1-0/+2
2010-08-02KVM: PIT: stop vpit before freeing irq_routingXiao Guangrong2-1/+4
2010-08-02KVM: Reenter guest after emulation failure if due to access to non-mmio addressGleb Natapov1-7/+25
2010-08-02KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov3-5/+28
2010-08-02KVM: define hwpoison variables staticGleb Natapov1-2/+2
2010-08-02KVM: fix lock imbalance in kvm_create_pit()Jiri Slaby1-0/+1
2010-08-02KVM: MMU: Keep going on permission errorAvi Kivity1-22/+30
2010-08-02KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabledAvi Kivity1-1/+1
2010-08-02KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decodingWei Yongjun1-9/+23
2010-08-02KVM: x86 emulator: fix cli/sti instruction emulationWei Yongjun1-4/+6
2010-08-02KVM: x86 emulator: fix 'mov rm,sreg' instruction decodingWei Yongjun1-1/+1
2010-08-02KVM: x86 emulator: fix 'and AL,imm8' instruction decodingWei Yongjun1-1/+1
2010-08-02KVM: x86 emulator: fix the comment of out instructionWei Yongjun1-2/+2
2010-08-02KVM: x86 emulator: fix 'mov sreg,rm16' instruction decodingWei Yongjun1-1/+1
2010-08-02KVM: MMU: Don't drop accessed bit while updating an spteAvi Kivity1-4/+21
2010-08-02KVM: MMU: Atomically check for accessed bit when dropping an spteAvi Kivity1-7/+21
2010-08-02KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()Avi Kivity1-8/+11
2010-08-02KVM: MMU: Introduce drop_spte()Avi Kivity2-20/+23
2010-08-02KVM: VMX: fix tlb flush with invalid rootXiao Guangrong3-3/+6
2010-08-02KVM: Use u64 for frame data typesJoerg Roedel3-4/+5
2010-08-01KVM: Remove unnecessary divide operationsJoerg Roedel6-11/+15
2010-08-01KVM: Fix IOMMU memslot reference warningSheng Yang1-2/+6
2010-08-01KVM: PPC: Make use of hash based Shadow MMUAlexander Graf6-190/+54