]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Feb 2019 18:39:24 +0000 (19:39 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Feb 2019 18:39:24 +0000 (19:39 +0100)
commit14d7fd459cc3617e09e640f60995b596d10fe3f6
treeef4d141c82840ecdc3b234a569a4df8442b7dcea
parent3ff9980e602a401cb20c010b8e42a0ab066e8000
parent7e56f81b346cc88ea591a07cd658a1eef35ba1bb
Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master

KVM/ARM fixes for 5.0:

- Fix the way we reset vcpus, plugging the race that could happen on VHE
- Fix potentially inconsistent group setting for private interrupts
- Don't generate UNDEF when LORegion feature is present
- Relax the restriction on using stage2 PUD huge mapping
- Turn some spinlocks into raw_spinlocks to help RT compliance