Hi, this series adds mapping color control to the generic kmap code, allowing architectures with aliasing VIPT cache to use high memory. There's also use example of this new interface by xtensa. Max Filippov (2): mm/highmem: make kmap cache coloring aware xtensa: support aliasing cache in kmap arch/xtensa/include/asm/highmem.h | 40 +++++++++++++++++- arch/xtensa/mm/highmem.c | 18 ++++++++ mm/highmem.c | 89 ++++++++++++++++++++++++++++++++++----- 3 files changed, 134 insertions(+), 13 deletions(-) -- 1.8.1.4