Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] mc_checkpoint.c, remove some TODOs
[simgrid.git] / src / mc / mc_checkpoint.c
2015-03-17 Gabriel Corona[mc] mc_checkpoint.c, remove some TODOs
2015-03-16 Gabriel Corona[mc] Read smpi_process_count() from remote process
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-09 Gabriel Corona[mc] Read host name from remote process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-12 Gabriel Corona[mc] Make an option for file descriptor snapshot (off...
2015-02-06 Gabriel Corona(wip) Move the MCed public API in the same file
2015-02-06 Gabriel Corona[mc] Implement remote support for MC_ignore
2015-01-30 Gabriel Corona[mc] Remote unwinding support
2015-01-23 Gabriel Corona[mc] Make a copy of the libunwind context when snapshot...
2014-12-19 Gabriel Corona[mc] Add some FIXMEs for cross-process support
2014-12-19 Gabriel Corona[mc] Cross-process support for MC_ignore
2014-12-19 Gabriel Corona[mc] Implements privatization support for MC_process_read
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-10 Marion Guthmullerfix dot output with file descriptor checkpoint/restore
2014-12-09 Gabriel Corona[mm] Allow to disable the mm based `malloc` at runtime
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 Corona[mc] Move process info in a new s_mc_process_t structure
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-04 Gabriel Corona[mc] Remove useless header #includes
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-28 Augustin Degommeremove potential bug / clang warning
2014-11-21 Gabriel CoronaMerge branch 'xp'
2014-11-18 Gabriel CoronaInfrastructure for statically defined tracepoints
2014-11-07 Gabriel Corona[mc] Add useless parends to remove WTF warning-which...
2014-11-07 Gabriel Corona[mc] Don't fork another process in the hop spot, MC_get...
2014-11-06 Gabriel Corona[mc] Add MC_dump_stacks
2014-11-04 Gabriel Corona[mc] Fix FD checkpoint/restore
2014-11-04 Marion Guthmullermodel-checker : comment debug printf
2014-11-04 Marion Guthmullermodel-checker : save and restore file descriptors
2014-11-02 Martin Quinsonrename all SIMIX_pre_* to simcall_HANDLER_*
2014-10-31 Gabriel Corona[mc] Make MC_resolve_subtype() and MC_resolve_subtype...
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-17 Gabriel Corona[smpi+mc] When restoring a snapshot, always remap the...
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-13 Lucas Mello SchnorrMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-13 Gabriel Corona[mc] Prepare support for register location in DWARF...
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-09-05 Gabriel Corona[smpi] Change parallel arrays into array of structs
2014-09-05 Gabriel Corona[smpi] Use SMPI namespace for some public variables...
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-26 Gabriel Corona[mc] Better condition for switching privatized data...
2014-08-26 Gabriel Corona[mc] Fix MC_snapshot_add_region() to forward correctly...
2014-08-26 Gabriel Corona[mc] Fix broken MC_region_destroy()
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] Split mc_region_new_dense out of MC_region_new
2014-07-24 Gabriel CoronaMerge remote-tracking branch 'origin/mc-fastsnapshot...
2014-07-21 Gabriel Corona[mc] Do not handle mc_model_checker->parent_snapshot...
2014-07-10 Gabriel Corona[mc] Add unit test for mc_snapshot
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] Forgot to decrease the page refcounts when freeing...
2014-06-24 Gabriel Corona[mc] Add support of privatized global variables in...
2014-06-20 Gabriel Corona[mc] Reset the softdirty bits *before* restoring the...
2014-06-19 Gabriel Corona[mc] Config to disable soft-dirty page tracking --cfg...
2014-06-16 Gabriel Corona[mc] Remove useless parts in mmalloc_compare_heap,...
2014-06-16 Gabriel Corona[mc] Partial integration of per-page snapshot address...
2014-06-16 Gabriel Corona[mc] Simplify s_mc_snapshot_stack
2014-06-13 Gabriel Corona[mc] Page-level sparse snapshot: work-in-progress,...
2014-06-13 Gabriel Corona[mc] In MC_ignore, keep the zeroed data out of the...
2014-06-04 Marion Guthmullermodel-checker : compare the pid of enabled processes...
2014-05-30 Marion Guthmullermodel-checker : cleanups, refactoring and apply indent...
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-16 Gabriel CoronaMerge branch 'mc_without_ksm' into mc
2014-05-16 Gabriel Corona[mc] Avoid memsetting twice
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-04-30 Marion Guthmullermodel-checker : disable mprotect on snapshots
2014-04-30 Marion Guthmullermodel-checker : remove KSM work -> doesn't work currently
2014-04-25 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-24 Gabriel Corona[mc] Check error in MAP_FAILED
2014-04-24 Gabriel Corona[mc] mprotect the region *after* zero-ing ignored parts:
2014-04-24 Gabriel CoronaMerge "mc"
2014-04-24 Gabriel Corona[mc] Fix DW_AT_start_scope handling in mc_checkpoint
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-15 Stéphane CastelliAdded some work in the creation of links in the fat...
2014-04-14 Gabriel Corona[mc] Protect snapshots against write
2014-04-14 Gabriel Corona[mc] Only enable KSM on snapshots and not on main memory
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-05 Marion Guthmullermodel-checker : privatization_regions in snapshot may...
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Gabriel Corona[mc] Fix MC_free_snapshot (NP reading NULL snapshot...
2014-04-04 Gabriel Corona[mc] Make snapshots compatible with SMPI privatization...
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-27 Gabriel Corona[mc] Correctly handle the end of the stack unwinding
2014-03-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-25 Gabriel CoronaMerge branch 'mc++'
2014-03-25 Gabriel Corona[mc] Fix DW_OP_addr to translate address into virtual...
next