summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-mux.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-08kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti2-1/+10
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim3-4/+37
2017-02-08KVM: arm64: Add the EL1 physical timer access handlerJintack Lim1-0/+34
2017-02-08KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim1-1/+24
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2-14/+42
2017-02-08KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim1-0/+4
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim4-5/+25
2017-02-08KVM: arm/arm64: Add the EL1 physical timer contextJintack Lim1-0/+2
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim3-31/+27
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim6-25/+32
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim3-50/+56
2017-02-08KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni1-0/+3
2017-02-08KVM: x86: fix compilationPaolo Bonzini1-1/+1
2017-02-07KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti4-0/+112
2017-02-07KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand1-5/+5
2017-02-07KVM: nVMX: kmap() can't failDavid Hildenbrand1-9/+0
2017-02-06KVM: s390: detect some program check loopsChristian Borntraeger1-0/+21
2017-02-06KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank1-0/+3
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2-1/+7
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan3-0/+9
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan3-0/+24
2017-02-03KVM: MIPS/T&E: Default to reset vectorJames Hogan1-0/+6
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan5-33/+61
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan4-203/+179
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan2-0/+3
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan4-17/+233
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan1-19/+37
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan1-23/+26
2017-02-03KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan1-4/+70
2017-02-03KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan1-0/+24
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan3-19/+46
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2-0/+125
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan3-62/+43
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan2-6/+5
2017-02-03KVM: MIPS/T&E: Abstract bad access handlingJames Hogan1-47/+72
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan4-16/+25
2017-02-03KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan1-0/+3
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan3-3/+48
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan3-119/+66
2017-02-03KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan1-3/+18
2017-02-03KVM: MIPS/T&E: Use lockless GVA helpers for dyntransJames Hogan1-2/+24
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan3-0/+131
2017-02-03KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan1-29/+6
2017-02-03KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan1-8/+63
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan2-0/+20
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan3-70/+278
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan4-4/+64
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan4-53/+56
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan2-0/+39
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan4-29/+4