index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: KVM: Fix length of mmio access
Marc Zyngier
2013-03-07
1
-3
/
+4
*
ARM: KVM: sanitize freeing of HYP page tables
Marc Zyngier
2013-03-07
1
-18
/
+26
*
ARM: KVM: move kvm_handle_wfi to handle_exit.c
Marc Zyngier
2013-03-07
2
-16
/
+19
*
ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa
Marc Zyngier
2013-03-07
2
-7
/
+10
*
ARM: KVM: move include of asm/idmap.h to kvm_mmu.h
Marc Zyngier
2013-03-07
1
-1
/
+0
*
ARM: KVM: vgic: decouple alignment restriction from page size
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: fix fault_ipa computing
Marc Zyngier
2013-03-07
1
-2
/
+7
*
ARM: KVM: move kvm_target_cpu to guest.c
Marc Zyngier
2013-03-07
2
-17
/
+17
*
ARM: KVM: fix address validation for HYP mappings
Marc Zyngier
2013-03-07
1
-2
/
+7
*
ARM: KVM: allow HYP mappings to be at an offset from kernel mappings
Marc Zyngier
2013-03-07
1
-16
/
+27
*
ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containers
Marc Zyngier
2013-03-07
1
-3
/
+3
*
ARM: KVM: move hyp init to kvm_host.h
Marc Zyngier
2013-03-07
1
-11
/
+1
*
ARM: KVM: abstract most MMU operations
Marc Zyngier
2013-03-07
1
-46
/
+12
*
KVM: ARM: Reintroduce trace_kvm_hvc
Christoffer Dall
2013-03-07
1
-0
/
+5
*
ARM: KVM: move exit handler selection to a separate file
Marc Zyngier
2013-03-07
3
-114
/
+141
*
ARM: KVM: move kvm_condition_valid to emulate.c
Marc Zyngier
2013-03-07
2
-45
/
+45
*
ARM: KVM: abstract HSR_EC_IABT away
Marc Zyngier
2013-03-07
1
-5
/
+3
*
ARM: KVM: abstract fault decoding away
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: abstract exception class decoding away
Marc Zyngier
2013-03-07
2
-3
/
+3
*
ARM: KVM: abstract IL decoding away
Marc Zyngier
2013-03-07
3
-4
/
+3
*
ARM: KVM: abstract SAS decoding away
Marc Zyngier
2013-03-07
1
-14
/
+3
*
ARM: KVM: abstract S1TW abort detection away
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: abstract (and fix) external abort detection away
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} away
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: abstract HSR_SSE away
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: abstract HSR_WNR away
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: abstract HSR_ISV away
Marc Zyngier
2013-03-07
1
-1
/
+1
*
ARM: KVM: abstract fault register accesses
Marc Zyngier
2013-03-07
4
-45
/
+45
*
ARM: KVM: convert GP registers from u32 to unsigned long
Marc Zyngier
2013-03-07
4
-16
/
+16
*
KVM: ARM: Fix wrong address in comment
Jonghwan Choi
2013-03-07
1
-2
/
+2
*
ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_...
Marc Zyngier
2013-02-25
1
-5
/
+0
*
ARM: KVM: fix kvm_arch_{prepare,commit}_memory_region
Marc Zyngier
2013-02-25
1
-2
/
+2
*
ARM: KVM: arch_timers: Wire the init code and config option
Marc Zyngier
2013-02-11
4
-0
/
+21
*
ARM: KVM: arch_timers: Add timer world switch
Marc Zyngier
2013-02-11
3
-0
/
+66
*
ARM: KVM: arch_timers: Add guest timer core support
Marc Zyngier
2013-02-11
3
-0
/
+304
*
ARM: KVM: Add VGIC configuration option
Marc Zyngier
2013-02-11
1
-0
/
+8
*
ARM: KVM: VGIC initialisation code
Marc Zyngier
2013-02-11
2
-0
/
+239
*
ARM: KVM: VGIC control interface world switch
Marc Zyngier
2013-02-11
1
-0
/
+74
*
ARM: KVM: VGIC interrupt injection
Marc Zyngier
2013-02-11
2
-10
/
+162
*
ARM: KVM: vgic: retire queued, disabled interrupts
Marc Zyngier
2013-02-11
1
-0
/
+30
*
ARM: KVM: VGIC virtual CPU interface management
Marc Zyngier
2013-02-11
1
-1
/
+326
*
ARM: KVM: VGIC distributor handling
Marc Zyngier
2013-02-11
1
-1
/
+595
*
ARM: KVM: VGIC accept vcpu and dist base addresses from user space
Christoffer Dall
2013-02-11
2
-1
/
+77
*
ARM: KVM: Initial VGIC infrastructure code
Marc Zyngier
2013-02-11
5
-1
/
+187
*
ARM: KVM: Keep track of currently running vcpus
Marc Zyngier
2013-02-11
1
-0
/
+30
*
KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctl
Christoffer Dall
2013-02-11
1
-1
/
+22
*
KVM: ARM: Power State Coordination Interface implementation
Marc Zyngier
2013-01-23
3
-3
/
+137
*
KVM: ARM: Handle I/O aborts
Christoffer Dall
2013-01-23
5
-3
/
+186
*
KVM: ARM: Handle guest faults in KVM
Christoffer Dall
2013-01-23
2
-1
/
+178
*
KVM: ARM: VFP userspace interface
Rusty Russell
2013-01-23
1
-0
/
+178
[next]