1. 01 Oct, 2013 10 commits
  2. 30 Sep, 2013 2 commits
  3. 27 Sep, 2013 4 commits
  4. 25 Sep, 2013 8 commits
  5. 26 Sep, 2013 1 commit
  6. 19 Sep, 2013 5 commits
  7. 24 Sep, 2013 9 commits
  8. 23 Sep, 2013 1 commit
    • Andrey Vagin's avatar
      arm: mark the "[vectors]" vma as VMA_AREA_VSYSCALL · bf7c171a
      Andrey Vagin authored
      This vma looks like VSYSCALL on x86. We don't need to dump and restore it.
      
      Currently this vma is dumped and restored as a private vma, but it is not
      remmaped in a correct place:
      Restore
       --- dump/pipe00/6392/1/dump.maps	2013-09-23 12:49:19.436816192 +0000
       +++ dump/pipe00/6392/1/restore.maps	2013-09-23 12:49:20.276766356 +0000
       @@ -6,5 +6,6 @@ e05000-e26000
        4009d000-4009f000
        400a0000-400aa000
        400b8000-401e7000
       +b6d6f000-b6d70000
        be838000-be859000
        ffff0000-ffff1000
      ERROR: Sets of mappings differ:
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      bf7c171a