Merge tag 'xtensa-for-next-20160731' of git://github.com/jcmvbkbc/linux-xtensa into...
authorChris Zankel <chris@zankel.net>
Wed, 3 Aug 2016 22:30:00 +0000 (22:30 +0000)
committerChris Zankel <chris@zankel.net>
Wed, 3 Aug 2016 22:30:00 +0000 (22:30 +0000)
Xtensa improvements for 4.8:

- add new kernel memory layouts for MMUv3 cores: with 256MB and 512MB
  KSEG size, starting at physical address other than 0;
- make kernel load address configurable;
- clean up kernel memory layout macros;
- drop sysmem early allocator and switch to memblock;
- enable kmemleak and memory reservation from the device tree;
- wire up new syscalls: userfaultfd, membarrier, mlock2, copy_file_range,
  preadv2 and pwritev2.


Trivial merge