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
2015-01-23
Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
13
-196
/
+605
2015-01-23
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
35
-107
/
+570
2015-01-23
KVM: s390: remove redundant setting of interrupt type
Jens Freimann
1
-1
/
+0
2015-01-23
KVM: s390: fix bug in interrupt parameter check
Jens Freimann
1
-2
/
+2
2015-01-23
KVM: s390: avoid memory leaks if __inject_vm() fails
David Hildenbrand
1
-1
/
+5
2015-01-23
KVM: s390/cpacf: Enable/disable protected key functions for kvm guest
Tony Krowiak
3
-2
/
+90
2015-01-23
KVM: s390: Provide guest TOD Clock Get/Set Controls
Jason J. Herne
3
-0
/
+134
2015-01-23
KVM: s390: trace correct values for set prefix and machine checks
Jens Freimann
1
-4
/
+4
2015-01-23
KVM: s390: fix bug in sigp emergency signal injection
Jens Freimann
1
-3
/
+2
2015-01-23
KVM: s390: Take addressing mode into account for MVPG interception
Thomas Huth
1
-6
/
+8
2015-01-23
KVM: s390: no need to hold the kvm->mutex for floating interrupts
Christian Borntraeger
1
-8
/
+0
2015-01-23
KVM: s390: forward most SIGP orders to user space
David Hildenbrand
3
-0
/
+55
2015-01-23
KVM: s390: clear the pfault queue if user space sets the invalid token
David Hildenbrand
3
-1
/
+7
2015-01-23
KVM: s390: only one external call may be pending at a time
David Hildenbrand
6
-28
/
+68
2015-01-23
s390/sclp: introduce check for the SIGP Interpretation Facility
David Hildenbrand
1
-1
/
+3
2015-01-23
KVM: s390: SIGP SET PREFIX cleanup
David Hildenbrand
2
-19
/
+14
2015-01-23
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
4
-5
/
+9
2015-01-23
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
7
-92
/
+88
2015-01-23
KVM: s390: new parameter for SIGP STOP irqs
David Hildenbrand
2
-1
/
+19
2015-01-23
KVM: s390: forward hrtimer if guest ckc not pending yet
David Hildenbrand
1
-2
/
+12
2015-01-23
KVM: s390: base hrtimer on a monotonic clock
David Hildenbrand
1
-1
/
+1
2015-01-23
KVM: s390: prevent sleep duration underflows in handle_wait()
David Hildenbrand
1
-1
/
+7
2015-01-23
KVM: s390: Allow userspace to limit guest memory size
Dominik Dingel
2
-3
/
+63
2015-01-23
KVM: s390: move vcpu specific initalization to a later point
Dominik Dingel
1
-9
/
+16
2015-01-23
KVM: s390: make local function static
Christian Borntraeger
1
-1
/
+1
2015-01-23
KVM: remove unneeded return value of vcpu_postcreate
Dominik Dingel
5
-15
/
+7
2015-01-23
Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...
Paolo Bonzini
12
-197
/
+237
2015-01-23
arm/arm64: KVM: Fixup incorrect config symbol in comment
Christoffer Dall
1
-2
/
+2
2015-01-21
kvm: Fix CR3_PCID_INVD type on 32-bit
Borislav Petkov
1
-1
/
+1
2015-01-20
KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue
Marcelo Tosatti
2
-1
/
+16
2015-01-20
KVM: fix "Should it be static?" warnings from sparse
Fengguang Wu
1
-4
/
+4
2015-01-20
arm/arm64: KVM: allow userland to request a virtual GICv3
Andre Przywara
1
-0
/
+7
2015-01-20
arm64: KVM: add SGI generation register emulation
Andre Przywara
1
-0
/
+27
2015-01-20
arm/arm64: KVM: add virtual GICv3 distributor emulation
Andre Przywara
1
-0
/
+1
2015-01-20
arm/arm64: KVM: add opaque private pointer to MMIO data
Andre Przywara
2
-0
/
+2
2015-01-20
arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
Andre Przywara
2
-0
/
+2
2015-01-20
arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
Andre Przywara
2
-5
/
+10
2015-01-20
arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
Andre Przywara
3
-0
/
+12
2015-01-20
arm/arm64: KVM: pass down user space provided GIC type into vGIC code
Andre Przywara
1
-1
/
+1
2015-01-20
arm/arm64: KVM: rework MPIDR assignment and add accessors
Andre Przywara
7
-18
/
+39
2015-01-19
Optimize TLB flush in kvm_mmu_slot_remove_write_access.
Kai Huang
1
-2
/
+5
2015-01-19
x86: kvm: vmx: Remove some unused functions
Rickard Strandqvist
1
-10
/
+0
2015-01-16
KVM: arm/arm64: Enable Dirty Page logging for ARMv8
Mario Smarduch
4
-24
/
+13
2015-01-16
KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entries
Mario Smarduch
1
-0
/
+22
2015-01-16
KVM: arm64: ARMv8 header changes for page logging
Mario Smarduch
4
-0
/
+24
2015-01-16
KVM: arm: page logging 2nd stage fault handling
Mario Smarduch
1
-9
/
+88
2015-01-16
KVM: arm: dirty logging write protect support
Mario Smarduch
3
-0
/
+57
2015-01-16
KVM: arm: Add initial dirty page locking support
Mario Smarduch
4
-0
/
+159
2015-01-16
KVM: arm: Add ARMv7 API to flush TLBs
Mario Smarduch
4
-0
/
+25
2015-01-16
KVM: x86: switch to kvm_get_dirty_log_protect
Paolo Bonzini
4
-64
/
+16
[next]