Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / mc / mc_page_snapshot.cpp
2015-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-02 Gabriel Corona[mc] Bring back soft-dirty tracking from the dead 💀
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-23 Gabriel Corona[mc] Remove a lot of typedefs and typedef usage
2015-06-02 Gabriel Coronatemp
2015-06-01 Gabriel Corona[mc] Use vector<RegionSnapshot> instead of vector<uniqu...
2015-06-01 Gabriel Corona[mc] RegionSnapshot, make all fields private
2015-06-01 Gabriel Corona[mc] RegionSnapshot, make data private
2015-06-01 Gabriel Corona[mc] RegionSnapshot class
2015-05-21 Gabriel Corona[mc] Move methods in Process class
2015-05-21 Gabriel Corona[mc] Add remote_ptr for marking pointers-to/addresses...
2015-05-21 Gabriel Corona[mc] Remove compatibility stuff
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-17 Gabriel Corona[mc] C++ class PageStore
2015-04-17 Gabriel Corona[mc] C++ class ModelChecker
2015-04-17 Gabriel Corona[mc] Remove soft dirty page tracking
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-27 Gabriel CoronaAdd missing copyright notice
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-11 Gabriel Corona[mc] Access memory from another process
2014-12-08 Gabriel Corona[mc] Multiple .so support for region snapshots
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-04 Gabriel Corona[mc] Remove useless header #includes
2014-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-09 Gabriel Corona[mc] Give the real type of mc_heap/std_heap (xbt_mheap_...
2014-08-01 Gabriel Corona[mc] Remove useless code & comment in mc_region_restore...
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-25 Gabriel Corona[mc] Make state/snapshot comparison work with SMPI...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-25 Gabriel Corona[mc] Change the signature of mc_restore_page_snapshot_r...
2014-07-24 Gabriel CoronaMerge remote-tracking branch 'origin/mc-fastsnapshot...
2014-07-24 Gabriel Corona[mc] Udpate doxygen comments
2014-07-08 Gabriel CoronaMerge branch 'mc-fix' into mc-fastsnapshot
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-20 Gabriel Corona[mc] Always inline 'inline' functions
2014-06-19 Gabriel Corona[mc] Documentation of mc_page_snapshot
2014-06-19 Gabriel Corona[mc] Config to disable soft-dirty page tracking --cfg...
2014-06-19 Gabriel Corona[mc] Do not allocate pagemap buffer on the heap
2014-06-19 Gabriel Corona[mc] pread_whole must restart in cas of EINTR, not...
2014-06-19 Gabriel Corona[mc] Documentation about per-page snapshots
2014-06-19 Gabriel Corona[mc] Fix inverted test on page soft-dirtiness
2014-06-17 Gabriel Corona[mc] Fix bugs in mc_page_snapshot
2014-06-16 Gabriel Corona[mc] Partial integration of per-page snapshot address...
2014-06-13 Gabriel Corona[mc] Page-level sparse snapshot: work-in-progress,...