index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-25
Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.git
Gleb Natapov
11
-360
/
+369
2013-04-24
treewide: Fix typo in printk and comments
Masanari Iida
1
-1
/
+1
2013-04-17
ARM: KVM: fix unbalanced get_cpu() in access_dcsw
Marc Zyngier
1
-2
/
+2
2013-04-16
ARM: KVM: fix KVM_CAP_ARM_SET_DEVICE_ADDR reporting
Marc Zyngier
1
-0
/
+1
2013-04-16
KVM: ARM: Fix kvm_vm_ioctl_irq_line
Alexander Graf
1
-1
/
+2
2013-03-22
Merge branch 'kvm-arm/vgic-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Russell King
1
-21
/
+14
2013-03-06
ARM: KVM: Fix length of mmio access
Marc Zyngier
1
-3
/
+4
2013-03-06
ARM: KVM: sanitize freeing of HYP page tables
Marc Zyngier
1
-18
/
+26
2013-03-06
ARM: KVM: move kvm_handle_wfi to handle_exit.c
Marc Zyngier
2
-16
/
+19
2013-03-06
ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa
Marc Zyngier
2
-7
/
+10
2013-03-06
ARM: KVM: move include of asm/idmap.h to kvm_mmu.h
Marc Zyngier
1
-1
/
+0
2013-03-06
ARM: KVM: vgic: decouple alignment restriction from page size
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: fix fault_ipa computing
Marc Zyngier
1
-2
/
+7
2013-03-06
ARM: KVM: move kvm_target_cpu to guest.c
Marc Zyngier
2
-17
/
+17
2013-03-06
ARM: KVM: fix address validation for HYP mappings
Marc Zyngier
1
-2
/
+7
2013-03-06
ARM: KVM: allow HYP mappings to be at an offset from kernel mappings
Marc Zyngier
1
-16
/
+27
2013-03-06
ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containers
Marc Zyngier
1
-3
/
+3
2013-03-06
ARM: KVM: move hyp init to kvm_host.h
Marc Zyngier
1
-11
/
+1
2013-03-06
ARM: KVM: abstract most MMU operations
Marc Zyngier
1
-46
/
+12
2013-03-06
KVM: ARM: Reintroduce trace_kvm_hvc
Christoffer Dall
1
-0
/
+5
2013-03-06
ARM: KVM: move exit handler selection to a separate file
Marc Zyngier
3
-114
/
+141
2013-03-06
ARM: KVM: move kvm_condition_valid to emulate.c
Marc Zyngier
2
-45
/
+45
2013-03-06
ARM: KVM: abstract HSR_EC_IABT away
Marc Zyngier
1
-5
/
+3
2013-03-06
ARM: KVM: abstract fault decoding away
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: abstract exception class decoding away
Marc Zyngier
2
-3
/
+3
2013-03-06
ARM: KVM: abstract IL decoding away
Marc Zyngier
3
-4
/
+3
2013-03-06
ARM: KVM: abstract SAS decoding away
Marc Zyngier
1
-14
/
+3
2013-03-06
ARM: KVM: abstract S1TW abort detection away
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: abstract (and fix) external abort detection away
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} away
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: abstract HSR_SSE away
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: abstract HSR_WNR away
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: abstract HSR_ISV away
Marc Zyngier
1
-1
/
+1
2013-03-06
ARM: KVM: abstract fault register accesses
Marc Zyngier
4
-45
/
+45
2013-03-06
ARM: KVM: convert GP registers from u32 to unsigned long
Marc Zyngier
4
-16
/
+16
2013-03-06
KVM: ARM: Fix wrong address in comment
Jonghwan Choi
1
-2
/
+2
2013-03-04
KVM: ARM: Remove kvm_arch_set_memory_region()
Takuya Yoshikawa
1
-8
/
+0
2013-03-04
KVM: set_memory_region: Refactor commit_memory_region()
Takuya Yoshikawa
1
-1
/
+2
2013-03-04
KVM: set_memory_region: Refactor prepare_memory_region()
Takuya Yoshikawa
1
-2
/
+2
2013-03-04
KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
Takuya Yoshikawa
1
-4
/
+2
2013-02-25
ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_...
Marc Zyngier
1
-5
/
+0
2013-02-25
ARM: KVM: fix kvm_arch_{prepare,commit}_memory_region
Marc Zyngier
1
-2
/
+2
2013-02-22
ARM: KVM: vgic: take distributor lock on sync_hwstate path
Marc Zyngier
1
-18
/
+6
2013-02-22
ARM: KVM: vgic: force EOIed LRs to the empty state
Marc Zyngier
1
-3
/
+8
2013-02-11
ARM: KVM: arch_timers: Wire the init code and config option
Marc Zyngier
4
-0
/
+21
2013-02-11
ARM: KVM: arch_timers: Add timer world switch
Marc Zyngier
3
-0
/
+66
2013-02-11
ARM: KVM: arch_timers: Add guest timer core support
Marc Zyngier
3
-0
/
+304
2013-02-11
ARM: KVM: Add VGIC configuration option
Marc Zyngier
1
-0
/
+8
2013-02-11
ARM: KVM: VGIC initialisation code
Marc Zyngier
2
-0
/
+239
2013-02-11
ARM: KVM: VGIC control interface world switch
Marc Zyngier
1
-0
/
+74
[prev]
[next]