Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Bug: MC was reading from the wrong region
[simgrid.git] / src / mc / mc_page_store.cpp
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc-fastsnapshot' into mc
2014-06-26 Gabriel Corona[mc] Inline mc_snapshot_read_region()
2014-06-26 Gabriel Corona[mc] Forgot to decrease the page refcounts when freeing...
2014-06-24 Gabriel Corona[mc] Remove declaration of mc_read_pagemap() in mc_page...
2014-06-23 Gabriel Corona[mc] Always inline mc_page_store_get_page (C version...
2014-06-20 Gabriel Corona[mc] Always inline 'inline' functions
2014-06-17 Gabriel Corona[mc] Fix mc_translate_address_region() for per-page...
2014-06-17 Gabriel Corona[mc] mremap does not like MAP_PRIVATE|MAP_ANONYMOUS...
2014-06-13 Gabriel Corona[mc] Update doc for page_store
2014-06-13 Gabriel Corona[mc] Page-level sparse snapshot: work-in-progress,...