index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-05-05
7
-278
/
+467
|
\
|
*
ARM: KVM: iterate over all CPUs for CPU compatibility check
Andre Przywara
2013-04-28
1
-3
/
+12
|
*
KVM: ARM: Fix spelling in error message
Christoffer Dall
2013-04-28
1
-1
/
+1
|
*
ARM: KVM: define KVM_ARM_MAX_VCPUS unconditionally
Arnd Bergmann
2013-04-28
1
-3
/
+3
|
*
ARM: KVM: promote vfp_host pointer to generic host cpu context
Marc Zyngier
2013-04-28
1
-14
/
+14
|
*
ARM: KVM: add architecture specific hook for capabilities
Marc Zyngier
2013-04-28
1
-1
/
+1
|
*
ARM: KVM: perform HYP initilization for hotplugged CPUs
Marc Zyngier
2013-04-28
2
-22
/
+62
|
*
ARM: KVM: switch to a dual-step HYP init code
Marc Zyngier
2013-04-28
3
-64
/
+157
|
*
ARM: KVM: rework HYP page table freeing
Marc Zyngier
2013-04-28
2
-102
/
+81
|
*
ARM: KVM: move to a KVM provided HYP idmap
Marc Zyngier
2013-04-28
1
-1
/
+23
|
*
ARM: KVM: fix HYP mapping limitations around zero
Marc Zyngier
2013-04-28
1
-11
/
+10
|
*
ARM: KVM: simplify HYP mapping population
Marc Zyngier
2013-04-28
1
-60
/
+42
|
*
ARM: KVM: arch_timer: use symbolic constants
Mark Rutland
2013-04-28
1
-3
/
+4
|
*
ARM: KVM: add support for minimal host vs guest profiling
Marc Zyngier
2013-04-28
3
-1
/
+73
|
*
Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.git
Gleb Natapov
2013-04-25
11
-360
/
+369
|
|
\
|
*
|
KVM: ARM: Fix kvm_vm_ioctl_irq_line
Alexander Graf
2013-04-16
1
-1
/
+2
|
*
|
KVM: ARM: Remove kvm_arch_set_memory_region()
Takuya Yoshikawa
2013-03-04
1
-8
/
+0
|
*
|
KVM: set_memory_region: Refactor commit_memory_region()
Takuya Yoshikawa
2013-03-04
1
-1
/
+2
|
*
|
KVM: set_memory_region: Refactor prepare_memory_region()
Takuya Yoshikawa
2013-03-04
1
-2
/
+2
|
*
|
KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
Takuya Yoshikawa
2013-03-04
1
-4
/
+2
*
|
|
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-05-03
11
-360
/
+369
|
\
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
.
\
\
Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...
Russell King
2013-05-02
3
-23
/
+17
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
ARM: KVM: Fix length of mmio access
Marc Zyngier
2013-03-06
1
-3
/
+4
|
*
|
|
|
ARM: KVM: sanitize freeing of HYP page tables
Marc Zyngier
2013-03-06
1
-18
/
+26
|
*
|
|
|
ARM: KVM: move kvm_handle_wfi to handle_exit.c
Marc Zyngier
2013-03-06
2
-16
/
+19
|
*
|
|
|
ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa
Marc Zyngier
2013-03-06
2
-7
/
+10
|
*
|
|
|
ARM: KVM: move include of asm/idmap.h to kvm_mmu.h
Marc Zyngier
2013-03-06
1
-1
/
+0
|
*
|
|
|
ARM: KVM: vgic: decouple alignment restriction from page size
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: fix fault_ipa computing
Marc Zyngier
2013-03-06
1
-2
/
+7
|
*
|
|
|
ARM: KVM: move kvm_target_cpu to guest.c
Marc Zyngier
2013-03-06
2
-17
/
+17
|
*
|
|
|
ARM: KVM: fix address validation for HYP mappings
Marc Zyngier
2013-03-06
1
-2
/
+7
|
*
|
|
|
ARM: KVM: allow HYP mappings to be at an offset from kernel mappings
Marc Zyngier
2013-03-06
1
-16
/
+27
|
*
|
|
|
ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containers
Marc Zyngier
2013-03-06
1
-3
/
+3
|
*
|
|
|
ARM: KVM: move hyp init to kvm_host.h
Marc Zyngier
2013-03-06
1
-11
/
+1
|
*
|
|
|
ARM: KVM: abstract most MMU operations
Marc Zyngier
2013-03-06
1
-46
/
+12
|
*
|
|
|
KVM: ARM: Reintroduce trace_kvm_hvc
Christoffer Dall
2013-03-06
1
-0
/
+5
|
*
|
|
|
ARM: KVM: move exit handler selection to a separate file
Marc Zyngier
2013-03-06
3
-114
/
+141
|
*
|
|
|
ARM: KVM: move kvm_condition_valid to emulate.c
Marc Zyngier
2013-03-06
2
-45
/
+45
|
*
|
|
|
ARM: KVM: abstract HSR_EC_IABT away
Marc Zyngier
2013-03-06
1
-5
/
+3
|
*
|
|
|
ARM: KVM: abstract fault decoding away
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: abstract exception class decoding away
Marc Zyngier
2013-03-06
2
-3
/
+3
|
*
|
|
|
ARM: KVM: abstract IL decoding away
Marc Zyngier
2013-03-06
3
-4
/
+3
|
*
|
|
|
ARM: KVM: abstract SAS decoding away
Marc Zyngier
2013-03-06
1
-14
/
+3
|
*
|
|
|
ARM: KVM: abstract S1TW abort detection away
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: abstract (and fix) external abort detection away
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} away
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: abstract HSR_SSE away
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: abstract HSR_WNR away
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: abstract HSR_ISV away
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
|
|
|
ARM: KVM: abstract fault register accesses
Marc Zyngier
2013-03-06
4
-45
/
+45
[next]