https://github.com/torvalds/linux
Revision 46dc111dfe47bf47f23884cade3c8a355be87c8c authored by Linus Torvalds on 27 April 2018, 23:13:31 UTC, committed by Linus Torvalds on 27 April 2018, 23:13:31 UTC
Pull KVM fixes from Radim Krčmář:
 "ARM:
   - PSCI selection API, a leftover from 4.16 (for stable)
   - Kick vcpu on active interrupt affinity change
   - Plug a VMID allocation race on oversubscribed systems
   - Silence debug messages
   - Update Christoffer's email address (linaro -> arm)

  x86:
   - Expose userspace-relevant bits of a newly added feature
   - Fix TLB flushing on VMX with VPID, but without EPT"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI
  kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
  arm/arm64: KVM: Add PSCI version selection API
  KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
  arm64: KVM: Demote SVE and LORegion warnings to debug only
  MAINTAINERS: Update e-mail address for Christoffer Dall
  KVM: arm/arm64: Close VMID generation race
2 parent s 19b522d + 5e62493
History
Tip revision: 46dc111dfe47bf47f23884cade3c8a355be87c8c authored by Linus Torvalds on 27 April 2018, 23:13:31 UTC
rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Tip revision: 46dc111
File Mode Size
Makefile -rw-r--r-- 638 bytes
arraymap.c -rw-r--r-- 18.2 KB
bpf_lru_list.c -rw-r--r-- 17.5 KB
bpf_lru_list.h -rw-r--r-- 2.2 KB
cgroup.c -rw-r--r-- 17.0 KB
core.c -rw-r--r-- 45.7 KB
cpumap.c -rw-r--r-- 19.6 KB
devmap.c -rw-r--r-- 12.3 KB
disasm.c -rw-r--r-- 7.6 KB
disasm.h -rw-r--r-- 1.4 KB
hashtab.c -rw-r--r-- 34.8 KB
helpers.c -rw-r--r-- 4.5 KB
inode.c -rw-r--r-- 10.8 KB
lpm_trie.c -rw-r--r-- 19.9 KB
map_in_map.c -rw-r--r-- 2.4 KB
map_in_map.h -rw-r--r-- 696 bytes
offload.c -rw-r--r-- 12.2 KB
percpu_freelist.c -rw-r--r-- 2.3 KB
percpu_freelist.h -rw-r--r-- 929 bytes
sockmap.c -rw-r--r-- 43.4 KB
stackmap.c -rw-r--r-- 13.5 KB
syscall.c -rw-r--r-- 47.6 KB
tnum.c -rw-r--r-- 3.7 KB
verifier.c -rw-r--r-- 167.2 KB

back to top