[S390] smp: rename and add lowcore defines
[safe/jmp/linux-2.6] / arch / s390 / kvm /
2010-02-26 Heiko Carstens[S390] zfcpdump: remove cross arch dump support
2010-01-25 Christian BorntraegerKVM: S390: fix potential array overrun in intercept...
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2009-12-07 Martin Schwidefsky[S390] Improve address space mode selection.
2009-12-03 Carsten OtteKVM: s390: Fix prefix register checking in arch/s390...
2009-12-03 Carsten OtteKVM: s390: Make psw available on all exits, not just...
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
2009-12-03 Avi KivityKVM: Return -ENOTTY on unrecognized ioctls
2009-10-04 Christian BorntraegerKVM: s390: fix memsize >= 4G
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-10 Gleb NatapovKVM: Reduce runnability interface with arch support...
2009-09-10 Marcelo TosattiKVM: remove old KVMTRACE support code
2009-09-10 Gleb NatapovKVM: Use macro to iterate over vcpus.
2009-09-10 Christian EhrhardtKVM: s390: streamline memslot handling
2009-09-10 Christian EhrhardtKVM: s390: fix signal handling
2009-09-10 Christian EhrhardtKVM: s390: infrastructure to kick vcpus out of guest...
2009-09-10 Avi KivityKVM: Move common KVM Kconfig items to new file virt...
2009-08-09 Linus TorvaldsMerge branch 'kvm-updates/2.6.31' of git://git./virt...
2009-08-07 Roel Kluin[S390] KVM: Read buffer overflow
2009-08-05 Christian BorntraegerKVM: s390: fix wait_queue handling
2009-06-28 Christian BorntraegerKVM: s390: Allow stfle instruction in the guest
2009-06-12 Heiko Carstens[S390] uaccess: use might_fault() instead of might_sleep()
2009-06-10 Carsten OtteKVM: s390: Verify memory in kvm run
2009-06-10 Carsten OtteKVM: s390: Sanity check on validity intercept
2009-06-10 Carsten OtteKVM: s390: Unlink vcpu on destroy - v2
2009-06-10 Christian BorntraegerKVM: s390: optimize float int lock: spin_lock_bh -...
2009-06-10 Christian BorntraegerKVM: s390: use hrtimer for clock wakeup from idle - v2
2009-06-10 Carsten OtteKVM: s390: Fix memory slot versus run - v3
2009-06-10 Gleb NatapovKVM: Fix interrupt unhalting a vcpu when it shouldn't
2009-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2009-03-26 Heiko Carstens[S390] split/move machine check handler code
2009-03-26 Christian Borntraeger[S390] Fix hypervisor detection for KVM
2009-03-24 Christian BorntraegerKVM: s390: Fix SIGP set prefix ioctl
2009-03-24 Christian BorntraegerKVM: s390: Fix problem state check for b2 intercepts
2009-03-24 Christian BorntraegerKVM: s390: Fix printk on SIGP set arch
2009-03-24 Avi KivityKVM: Add CONFIG_HAVE_KVM_IRQCHIP
2009-03-24 Jan KiszkaKVM: New guest debug interface
2009-02-15 Sheng YangKVM: Add kvm_arch_sync_events to sync with asynchronize...
2009-01-09 Heiko Carstens[S390] Use unsigned long long for u64 on 64bit.
2008-12-31 Avi KivityKVM: Consolidate userspace memory capability reporting...
2008-12-31 Christian BorntraegerKVM: s390: Fix memory leak of vcpu->run
2008-12-31 Christian BorntraegerKVM: s390: Fix refcounting and allow module unload
2008-11-23 Christian BorntraegerKVM: s390: Fix problem state handling in guest sigp...
2008-10-15 Christian BorntraegerKVM: s390: Make facility bits future-proof
2008-07-31 Christian BorntraegerKVM: s390: Fix kvm on IBM System z10
2008-07-27 Christian BorntraegerKVM: s390: Fix possible host kernel bug on lctl(g)...
2008-07-27 Christian BorntraegerKVM: s390: Fix instruction naming for lctlg
2008-07-27 Christian BorntraegerKVM: s390: Fix program check on interrupt delivery...
2008-07-27 Martin SchwidefskyKVM: s390: Change guestaddr type in gaccess
2008-07-27 Carsten OtteKVM: s390: Advertise KVM_CAP_USER_MEMORY
2008-07-20 Marcelo TosattiKVM: MMU: nuke shadowed pgtable pages and ptes on memsl...
2008-07-20 Christian BorntraegerKVM: s390: rename private structures
2008-07-20 Christian BorntraegerKVM: s390: Set guest storage limit and offset to sane...
2008-07-20 Carsten OtteKVM: Fix memory leak on guest exit
2008-07-20 Avi KivityKVM: Remove decache_vcpus_on_cpu() and related callbacks
2008-06-06 Carsten OtteKVM: s390: Fix race condition in kvm_s390_handle_wait
2008-06-06 Carsten OtteKVM: s390: Send program check on access error
2008-06-06 Carsten OtteKVM: s390: fix interrupt delivery
2008-06-06 Christian BorntraegerKVM: s390: handle machine checks when guest is running
2008-06-06 Christian BorntraegerKVM: s390: use yield instead of schedule to implement...
2008-05-07 Christian Borntraeger[S390] s390-kvm: leave sie context on work. Removes...
2008-04-30 Heiko Carstens[S390] Move stfl to system.h and delete duplicated...
2008-04-27 Marcelo TosattiKVM: add ioctls to save/store mpstate
2008-04-27 Marcelo TosattiKVM: hlt emulation should take in-kernel APIC/PIT timer...
2008-04-27 Avi KivityKVM: s390: Stub out kvmtrace
2008-04-27 Heiko CarstensKVM: s390: rename stfl to kvm_stfl
2008-04-27 Heiko CarstensKVM: s390: Fix incorrect return value
2008-04-27 Christian BorntraegerKVM: s390: add kvm to kconfig on s390
2008-04-27 Christian BorntraegerKVM: s390: intercepts for diagnose instructions
2008-04-27 Christian BorntraegerKVM: s390: interprocessor communication via sigp
2008-04-27 Christian BorntraegerKVM: s390: intercepts for privileged instructions
2008-04-27 Carsten OtteKVM: s390: interrupt subsystem, cpu timer, waitpsw
2008-04-27 Christian BorntraegerKVM: s390: sie intercept handling
2008-04-27 Heiko CarstensKVM: s390: arch backend for the kvm kernel module