Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 May 2016 20:37:37 +0000 (22:37 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 May 2016 20:37:37 +0000 (22:37 +0200)
commitbdb4094eb57aeab6683ea9c90d8b29271bf34405
treeb9776acb6d5897745ce33c08bfa974598c658b23
parent6ac0f61f47a24bad3fa99ee6a46c0cc5a245ee91
parent06485053244480f5f403d8f89b8617bd7d549113
Merge tag 'kvm-arm-for-4.7' of git://git./linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/ARM Changes for Linux v4.7

Reworks our stage 2 page table handling to have page table manipulation
macros separate from those of the host systems as the underlying
hardware page tables can be configured to be noticably different in
layout from the stage 1 page tables used by the host.

Adds 16K page size support based on the above.

Adds a generic firmware probing layer for the timer and GIC so that KVM
initializes using the same logic based on both ACPI and FDT.

Finally adds support for hardware updating of the access flag.