The KVM support for tile requires additional review that is out of scope for 3.12, but some of the changes included with the KVM code are really just pre-requisite reorganization or re-parameterization of existing code. Gleb Natapov had previously requested finer-grained KVM patches, and with an eye toward simplifying eventual code review I realized there was more that could be split out into separate patches. Rather than making these changes part of the eventual KVM review, I've split them out here into some smaller pieces that don't require review by the KVM team, since they are essentially internal rework within the tile architecture. This will also simplify ongoing three-way merges. I will defer the pull request for linux-tile for a few days in case anyone has comments on this batch of changes. Chris Metcalf (3): tile: clean up relocate_kernel_64 debug code tile: don't assume user privilege is zero tile: parameterize VA and PA space more cleanly arch/tile/include/asm/page.h | 52 ++++++++++++++--------------------- arch/tile/include/asm/pgtable_32.h | 2 +- arch/tile/include/asm/pgtable_64.h | 3 +- arch/tile/include/asm/processor.h | 6 ++-- arch/tile/include/asm/ptrace.h | 2 +- arch/tile/kernel/head_32.S | 4 +-- arch/tile/kernel/head_64.S | 6 ++-- arch/tile/kernel/intvec_32.S | 6 ++-- arch/tile/kernel/intvec_64.S | 31 +++++++++++++++------ arch/tile/kernel/relocate_kernel_64.S | 9 ++++-- arch/tile/kernel/setup.c | 8 +++--- arch/tile/kernel/stack.c | 2 +- arch/tile/kernel/traps.c | 2 +- arch/tile/kernel/vmlinux.lds.S | 10 +++---- arch/tile/mm/fault.c | 4 +-- arch/tile/mm/init.c | 8 +++--- 16 files changed, 81 insertions(+), 74 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html