syscall_emul: [patch 13/22] add system call retry capability
[gem5.git] / src / cpu / o3 / commit_impl.hh
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2015-12-07 Radhika Jagtapprobe: Add probe in Fetch, IEW, Rename and Commit
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-03-09 Nilay Vaishcpu: o3: another assert instead of check
2015-03-09 Nilay Vaishcpu: o3: remove unused stat variables.
2015-03-09 Nilay Vaishcpu: o3: combine if with same condition
2015-03-09 Nilay Vaishcpu: o3: remove member variable squashCounter
2014-12-05 Gabe Blackcpu: Only check for PC events on instruction boundaries.
2014-09-03 Mitch Hayengacpu: Fix o3 drain bug
2014-09-03 Mitch Hayengacpu: Fix SMT scheduling issue with the O3 cpu
2014-09-03 Mitch Hayengacpu: Fix o3 front-end pipeline interlock behavior
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-05-09 Curtis Dunhamcpu: add more instruction mix statistics
2014-04-23 Dam Sunwoocpu: Add O3 CPU width checks
2014-04-19 Faissal Sleimano3: Fix occupancy checks for SMT
2014-01-24 Geoffrey Blakechecker: CheckerCPU handling of MiscRegs was incorrect
2014-01-24 Matt Horsnellbase: add support for probe points and common probes
2013-10-31 Ali Saidicpu: Fix O3 issuse with load+barrier instructions.
2013-10-17 Matt Horsnellcpu: add consistent guarding to *_impl.hh files.
2013-03-29 Nilay Vaisho3cpu: commit: changes interrupt handling
2013-02-15 Matt Horsnello3: fix tick used for renaming and issue with range...
2013-02-15 Ali Saidicpu: include set in o3/commit_impl.
2013-02-15 Ali Saidicpu: Fix a livelock in the o3 cpu.
2013-01-07 Andreas Sandbergcpu: Rewrite O3 draining to avoid stopping in microcode
2013-01-07 Andreas Sandbergcpu: Fix broken squashAfter implementation in O3 CPU
2013-01-07 Andreas Sandbergcpu: Initialize the O3 pipeline from startup()
2013-01-07 Ali Saidicpu: rename the misleading inSyscall to noSquashFromTC
2012-09-25 Djordje KovacevicCPU: Add abandoned instructions to O3 Pipe Viewer
2012-09-12 Anthony Gutierrezstats: remove duplicate instruction stats from the...
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-03-09 Geoffrey BlakeO3/Ozone: Eliminate dead code counting software prefetc...
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-02-13 Mrinmoy GhoshBPred: Fix RAS to handle predicated call/return instruc...
2012-02-13 Mrinmoy GhoshBP: Fix several Branch Predictor issues.
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
2012-02-10 Nilay VaishO3 CPU: Strengthen condition for handling interrupts
2012-02-10 Nilay VaishO3 CPU: Provide the squashing instruction
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Ali SaidiO3: Add support of function tracing with O3 CPU.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the CPU directory.
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-08-19 Mrinmoy GhoshLSQ: Add some better dprintfs for storeset predictor.
2011-08-09 Gabe BlackO3: When waiting to handle an interrupt, let everything...
2011-07-15 Giacomo GabrielliO3: Create a pipeline activity viewer for the O3 CPU...
2011-06-11 Korey Sewello3: missing newlines on some dprintfs
2011-04-20 Nathan Binkertstats: rename stats so they can be used as python expre...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiCPU: Remove references to memory copy operations
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiO3: Cleanup the commitInfo comm struct.
2011-02-23 Ali SaidiARM: Do something for ISB, DSB, DMB
2011-02-23 Ali SaidiARM: Fix bug that let two table walks occur in parallel.
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
2011-01-18 Ali SaidiO3: Keep around the last committed instruction and...
2011-01-18 Matt HorsnellO3: Fix mispredicts from non control instructions.
2011-01-18 Min Kyu JeongO3: Fixes fetch deadlock when the interrupt clears...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMove sched_list.hh and timebuf.hh from src/base to...
2010-12-08 Ali SaidiO3: Support squashing all state after special instruction
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-20 Gabe BlackCPU: Fix O3 and possible InOrder segfaults in FS.
2010-09-14 Gabe BlackCPU: Get rid of the now unnecessary getInst/setInst...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-01-19 Derek Howermerge
2009-09-26 Steve ReinhardtO3: Add flag to control whether faulting instructions...
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Ali SaidiCPA: Add code to automatically record function symbols...
2008-12-06 Nathan Binkerteventq: use the flags data structure
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-09-26 Kevin LimO3CPU: Fix thread writeback logic.
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesMake the Event::description() a const function
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackCPU: Make the cpus check the pc event queues in SE...
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
next