index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-11
kvm: introduce KVM_MAX_VCPU_ID
Greg Kurz
1
-0
/
+3
2016-05-11
Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
13
-361
/
+676
2016-05-10
Merge tag 'kvm-s390-next-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
6
-33
/
+57
2016-05-10
MIPS: KVM: Add missing disable FPU hazard barriers
James Hogan
1
-1
/
+4
2016-05-10
MIPS: KVM: Fix preemption warning reading FPU capability
James Hogan
1
-1
/
+2
2016-05-10
MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() calls
James Hogan
1
-8
/
+18
2016-05-10
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
James Hogan
3
-36
/
+29
2016-05-10
MIPS: KVM: Fix timer IRQ race when freezing timer
James Hogan
1
-5
/
+23
2016-05-09
kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables
Catalin Marinas
6
-32
/
+74
2016-05-09
x86/kvm: Do not use BIT() in user-exported header
Borislav Petkov
1
-3
/
+3
2016-05-09
KVM: s390: Populate mask of non-hypervisor managed facility bits
Alexander Yarygin
1
-3
/
+16
2016-05-09
s390/sclp: Add hmfai field
Alexander Yarygin
1
-0
/
+1
2016-05-09
KVM: s390: Enable all facility bits that are known good for passthrough
Alexander Yarygin
1
-2
/
+2
2016-05-09
KVM: s390: force ibc into valid range
David Hildenbrand
1
-1
/
+11
2016-05-09
KVM: s390: cleanup cpuid handling
David Hildenbrand
3
-14
/
+11
2016-05-09
KVM: s390: enable SRS only if enabled for the guest
David Hildenbrand
3
-1
/
+10
2016-05-09
KVM: s390: enable PFMFI only if guest has EDAT1
David Hildenbrand
1
-1
/
+2
2016-05-04
KVM: s390: support NQ only if the facility is enabled for the guest
David Hildenbrand
1
-2
/
+3
2016-05-04
KVM: s390: cmma: don't check entry content
David Hildenbrand
1
-11
/
+3
2016-05-03
kvm: robustify steal time record
Wanpeng Li
1
-1
/
+17
2016-04-29
KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
Bruce Rogers
1
-1
/
+1
2016-04-29
arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
Marc Zyngier
1
-6
/
+11
2016-04-21
arm64: kvm: Add support for 16K pages
Suzuki K Poulose
2
-3
/
+11
2016-04-21
kvm-arm: Cleanup stage2 pgd handling
Suzuki K Poulose
4
-69
/
+7
2016-04-21
kvm: arm64: Get rid of fake page table levels
Suzuki K Poulose
4
-95
/
+172
2016-04-21
kvm-arm: Cleanup kvm_* wrappers
Suzuki K Poulose
3
-48
/
+1
2016-04-21
kvm-arm: Add stage2 page table modifiers
Suzuki K Poulose
1
-53
/
+44
2016-04-21
kvm-arm: Add explicit hyp page table modifiers
Suzuki K Poulose
1
-5
/
+99
2016-04-21
kvm-arm: Use explicit stage2 helper routines
Suzuki K Poulose
1
-24
/
+24
2016-04-21
kvm-arm: arm64: Introduce hyp page table empty checks
Suzuki K Poulose
1
-0
/
+14
2016-04-21
kvm-arm: arm64: Introduce stage2 page table helpers
Suzuki K Poulose
2
-27
/
+88
2016-04-21
kvm-arm: arm: Introduce hyp page table empty checks
Suzuki K Poulose
1
-1
/
+5
2016-04-21
kvm-arm: arm32: Introduce stage2 page table helpers
Suzuki K Poulose
2
-0
/
+62
2016-04-21
kvm-arm: Remove kvm_pud_huge()
Suzuki K Poulose
1
-3
/
+1
2016-04-21
kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_huge
Suzuki K Poulose
1
-9
/
+8
2016-04-21
arm64: Introduce pmd_thp_or_huge
Suzuki K Poulose
1
-0
/
+2
2016-04-21
kvm arm: Move fake PGD handling to arch specific files
Suzuki K Poulose
3
-42
/
+59
2016-04-21
arm64: Cleanup VTCR_EL2 and VTTBR field values
Suzuki K Poulose
1
-10
/
+12
2016-04-21
arm64: Reuse TCR field definitions for EL1 and EL2
Suzuki K Poulose
2
-40
/
+88
2016-04-20
KVM: add missing memory barrier in kvm_{make,check}_request
Paolo Bonzini
1
-3
/
+0
2016-04-20
KVM: MMU: skip obsolete sp in for_each_gfn_*()
Xiao Guangrong
1
-16
/
+12
2016-04-20
KVM: x86: optimize steal time calculation
Liang Chen
2
-17
/
+3
2016-04-20
KVM: s390: add clear I/O irq operation for FLIC
Halil Pasic
2
-0
/
+26
2016-04-20
KVM: s390: implement has_attr for FLIC
Halil Pasic
1
-0
/
+17
2016-04-20
KVM: s390/perf: provide additional sigp events
Christian Borntraeger
1
-1
/
+6
2016-04-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-25
/
+64
2016-04-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
15
-85
/
+77
2016-04-11
Merge tag 'arc-4.6-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-9
/
+21
2016-04-11
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
5
-7
/
+13
2016-04-10
KVM: x86: mask CPUID(0xD,0x1).EAX against host value
Paolo Bonzini
1
-0
/
+1
[next]