inorder: regr-update: reduce dynamic mem. use to speedup sims
[gem5.git] / src /
2011-02-18 Korey Sewellinorder: add names and slot #s to res. dprints
2011-02-18 Korey Sewellinorder: ignore nops in execution unit
2011-02-18 Korey Sewellinorder: update graduation unit
2011-02-18 Korey Sewellinorder: recognize isSerializeAfter flag
2011-02-18 Korey Sewellinorder: update default thread size(=1)
2011-02-18 Korey Sewellinorder: don't overuse getLatency()
2011-02-18 Korey Sewellinorder: update max. resource bandwidths
2011-02-18 Korey Sewellinorder: cleanup in destructors
2011-02-18 Korey Sewellinorder: fix cache/fetch unit memory leaks
2011-02-18 Korey Sewellinorder: remove events for zero-cycle resources
2011-02-18 Korey Sewellinorder: update pipeline interface for handling finishe...
2011-02-18 Korey Sewellinorder: remove request map, use request vector
2011-02-18 Korey Sewellinorder: add valid bit for resource requests
2011-02-18 Korey Sewellinorder: remove reqRemoveList
2011-02-18 Korey Sewellinorder: initialize res. req. vectors based on resource...
2011-02-12 Korey Sewellinorder: clean up the old way of inst. scheduling
2011-02-12 Korey Sewellinorder: utilize cached skeds in pipeline
2011-02-12 Korey Sewellinorder: define iterator for resource schedules
2011-02-12 Korey Sewellinorder: stage scheduler for front/back end schedule...
2011-02-12 Korey Sewellinorder: cache instruction schedules
2011-02-12 Korey Sewellinorder: comments for resource sked class
2011-02-12 Korey Sewellinorder: remove unused file
2011-02-12 Korey Sewellinorder: remove unused isa ops
2011-02-12 Ali SaidiVNC/ARM: Use VNC server and add support to boot into X11
2011-02-12 Ali SaidiVNC: Add VNC server to M5
2011-02-12 Ali SaidiSerialization: Allow serialization of stl lists
2011-02-12 Giacomo GabrielliO3: Fix pipeline restart when a table walk completes...
2011-02-12 Giacomo GabrielliO3: Fix a few bugs in the TableWalker object.
2011-02-12 Ali SaidiSimpleCPU: Fix a case where a DTLB fault redirects...
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-02-12 Ali SaidiARM: Fix timer calculations.
2011-02-12 Ali SaidiTimesync: Make sure timesync event is setup after curTi...
2011-02-10 Brad Beckmannruby: removed duplicate make response call
2011-02-08 Nilay VaishMESI CMP: Unset TBE pointer in L2 cache controller
2011-02-07 Tim HarrisX86: Obey the wp bit of CR0.
2011-02-07 Tim HarrisX86: Use all 64 bits of the lstar register in the SYSCA...
2011-02-07 Tim HarrisX86: Fix JMP_FAR_I to unpack a far pointer correctly.
2011-02-07 Tim HarrisX86: Read the LDT/GDT at CPL0 when executing an iret.
2011-02-07 Nilay VaishOrion: Replace printf() with fatal()
2011-02-07 Korey Sewellruby: add stdio header in SRAM.hh
2011-02-07 Gabe BlackX86: Fix compiling vtophys.cc
2011-02-07 Brad Beckmannruby: support to stallAndWait the mandatory queue
2011-02-07 Brad Beckmannruby: minor fix to deadlock panic message
2011-02-07 Joel Hestnessgarnet: Split network power in ruby.stats
2011-02-07 Brad BeckmannMOESI_hammer: fixed dir bug counting received acks
2011-02-07 Brad Beckmannruby: numa bit fix for sparse memory
2011-02-07 Tushar KrishnaMOESI_CMP_token: removed unused message fields
2011-02-07 Brad Beckmannmem: Added support for Null data packet
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Brad Beckmanndev: fixed bugs to extend interrupt capability beyond...
2011-02-07 Joel Hestnessx86: Timing support for pagetable walker
2011-02-07 Joel HestnessTimingSimpleCPU: split data sender state fix
2011-02-07 Brad Beckmannruby: Fix RubyPort to properly handle retrys
2011-02-07 Joel HestnessRuby: Fix to return cache block size to CPU for split...
2011-02-07 Joel HestnessRuby: Add support for locked memory accesses in X86_FS
2011-02-07 Joel HestnessRuby: Update the Ruby request type names for LL/SC
2011-02-07 Brad Beckmannruby: Assert for x86 misaligned access
2011-02-07 Brad BeckmannMOESI_hammer: Added full-bit directory support
2011-02-07 Joel Hestnessx86: Add checkpointing capability to devices
2011-02-07 Joel Hestnessx86: Add checkpointing capability to arch components
2011-02-07 Joel Hestnessx86: implements vtophys
2011-02-07 Joel HestnessIntDev: packet latency fix
2011-02-07 Joel HestnessMessagePort: implement the virtual recvTiming function...
2011-02-07 Joel HestnessMOESI_hammer: trigge queue fix.
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
2011-02-07 Tushar Krishnagarnet: added orion2.0 for network power calculation
2011-02-07 Tushar Krishnagarnet: separate data and ctrl VCs
2011-02-07 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2011-02-04 Gabe BlackFault: Forgot to refresh to grab these header guard...
2011-02-04 Korey Sewellinorder: fault handling
2011-02-04 Korey Sewellinorder: pcstate and delay slots bug
2011-02-04 Korey Sewellinorder: add a fetch buffer to fetch unit
2011-02-04 Korey Sewellinorder: overload find-req fn
2011-02-04 Korey Sewellinorder: implement separate fetch unit
2011-02-04 Korey Sewellinorder: cache port blocking
2011-02-04 Korey Sewellinorder: stage width as a python parameter
2011-02-04 Korey Sewellinorder: multi-issue branch resolution
2011-02-04 Korey Sewellinorder: pipe. stage inst. buffering
2011-02-04 Korey Sewellinorder: change skidBuffer to list instead of queue
2011-02-04 Korey Sewellinorder: activity tracking bug
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-02-04 Gabe BlackConfig: Keep track of uncached and cached ports separately.
2011-02-03 Gabe BlackO3: Fix a style bug in O3.
2011-02-03 Gabe BlackX86: Get rid of the stupd microop.
2011-02-03 Gabe BlackX86: Replace the stupd microop with a store/update...
2011-02-03 Gabe BlackTime: Add serialization functions to the Time class.
2011-02-02 Gabe BlackX86: Add L1 caches for the TLB walkers.
2011-01-31 Gabe BlackFault: Move the definition of NoFault from faults.hh...
2011-01-23 Nathan Binkertrefcnt: Change things around so that we handle constnes...
2011-01-21 Steve Reinhardtcheckpointing: fix bug from curTick accessor conversion.
2011-01-20 Gabe BlackTimeSync: Use the new setTick and getTick functions.
2011-01-20 Gabe BlackTime: Add setTick and getTick functions to the Time...
2011-01-19 Gabe BlackTime: Add a mechanism to prevent M5 from running faster...
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2011-01-18 Matt HorsnellO3: Fix some variable length instruction issues with...
2011-01-18 Matt HorsnellO3: Don't test misprediction on load instructions until...
2011-01-18 Ali SaidiO3: Keep around the last committed instruction and...
2011-01-18 Ali SaidiO3: Don't try to scoreboard misc registers.
2011-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2011-01-18 Matt HorsnellO3: Fix corner cases where multiple squashes/fetch...
next