index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-mux.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
kvmclock: export kvmclock clocksource and data pointers
Marcelo Tosatti
2
-1
/
+10
2017-02-08
KVM: arm/arm64: Emulate the EL1 phys timer registers
Jintack Lim
3
-4
/
+37
2017-02-08
KVM: arm64: Add the EL1 physical timer access handler
Jintack Lim
1
-0
/
+34
2017-02-08
KVM: arm/arm64: Set up a background timer for the physical timer emulation
Jintack Lim
1
-1
/
+24
2017-02-08
KVM: arm/arm64: Set a background timer to the earliest timer expiration
Jintack Lim
2
-14
/
+42
2017-02-08
KVM: arm/arm64: Update the physical timer interrupt level
Jintack Lim
1
-0
/
+4
2017-02-08
KVM: arm/arm64: Initialize the emulated EL1 physical timer
Jintack Lim
4
-5
/
+25
2017-02-08
KVM: arm/arm64: Add the EL1 physical timer context
Jintack Lim
1
-0
/
+2
2017-02-08
KVM: arm/arm64: Decouple kvm timer functions from virtual timer
Jintack Lim
3
-31
/
+27
2017-02-08
KVM: arm/arm64: Move cntvoff to each timer context
Jintack Lim
6
-25
/
+32
2017-02-08
KVM: arm/arm64: Abstract virtual timer context into separate structure
Jintack Lim
3
-50
/
+56
2017-02-08
KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
Shanker Donthineni
1
-0
/
+3
2017-02-08
KVM: x86: fix compilation
Paolo Bonzini
1
-1
/
+1
2017-02-07
KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall
Marcelo Tosatti
4
-0
/
+112
2017-02-07
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
David Hildenbrand
1
-5
/
+5
2017-02-07
KVM: nVMX: kmap() can't fail
David Hildenbrand
1
-9
/
+0
2017-02-06
KVM: s390: detect some program check loops
Christian Borntraeger
1
-0
/
+21
2017-02-06
KVM: s390: Disable dirty log retrieval for UCONTROL guests
Janosch Frank
1
-0
/
+3
2017-02-03
KVM: MIPS: Allow multiple VCPUs to be created
James Hogan
2
-1
/
+7
2017-02-03
KVM: MIPS/T&E: Expose read-only CP0_IntCtl register
James Hogan
3
-0
/
+9
2017-02-03
KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers
James Hogan
3
-0
/
+24
2017-02-03
KVM: MIPS/T&E: Default to reset vector
James Hogan
1
-0
/
+6
2017-02-03
KVM: MIPS/T&E: Implement CP0_EBase register
James Hogan
5
-33
/
+61
2017-02-03
KVM: MIPS/T&E: Move CP0 register access into T&E
James Hogan
4
-203
/
+179
2017-02-03
KVM: MIPS: Claim KVM_CAP_READONLY_MEM support
James Hogan
2
-0
/
+3
2017-02-03
KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU
James Hogan
4
-17
/
+233
2017-02-03
KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs
James Hogan
1
-19
/
+37
2017-02-03
KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs
James Hogan
1
-23
/
+26
2017-02-03
KVM: MIPS/MMU: Handle dirty logging on GPA faults
James Hogan
1
-4
/
+70
2017-02-03
KVM: MIPS: Clean & flush on dirty page logging enable
James Hogan
1
-0
/
+24
2017-02-03
KVM: MIPS/MMU: Use generic dirty log & protect helper
James Hogan
3
-19
/
+46
2017-02-03
KVM: MIPS/MMU: Add GPA PT mkclean helper
James Hogan
2
-0
/
+125
2017-02-03
KVM: MIPS/T&E: Handle read only GPA in TLB mod
James Hogan
3
-62
/
+43
2017-02-03
KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
James Hogan
2
-6
/
+5
2017-02-03
KVM: MIPS/T&E: Abstract bad access handling
James Hogan
1
-47
/
+72
2017-02-03
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
4
-16
/
+25
2017-02-03
KVM: MIPS/T&E: Ignore user writes to CP0_Config7
James Hogan
1
-0
/
+3
2017-02-03
KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot
James Hogan
3
-3
/
+48
2017-02-03
KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
James Hogan
3
-119
/
+66
2017-02-03
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
James Hogan
1
-3
/
+18
2017-02-03
KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
James Hogan
1
-2
/
+24
2017-02-03
KVM: MIPS/T&E: Add lockless GVA access helpers
James Hogan
3
-0
/
+131
2017-02-03
KVM: MIPS/T&E: Reduce stale ASID checks
James Hogan
1
-29
/
+6
2017-02-03
KVM: MIPS/T&E: Handle TLB invalidation requests
James Hogan
1
-8
/
+63
2017-02-03
KVM: MIPS: Update vcpu->mode and vcpu->cpu
James Hogan
2
-0
/
+20
2017-02-03
KVM: MIPS/MMU: Convert guest physical map to page table
James Hogan
3
-70
/
+278
2017-02-03
KVM: MIPS: Use CP0_BadInstr[P] for emulation
James Hogan
4
-4
/
+64
2017-02-03
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
4
-53
/
+56
2017-02-03
KVM: MIPS/T&E: Don't treat code fetch faults as MMIO
James Hogan
2
-0
/
+39
2017-02-03
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
4
-29
/
+4
[next]