Configs: Add support for the InOrder CPU model
[gem5.git] / src /
2008-12-03 Nathan Binkertcprintf: support a configurable width and precision...
2008-11-21 Steve ReinhardtAssume files w/o obvious OS are Linux (with warning)
2008-11-17 Steve ReinhardtSort trace flags before printing them.
2008-11-16 Clint SmullenOutput: Include gzstream package to allow automatically...
2008-11-15 Steve Reinhardtsyscalls: fix latent brk/obreak bug.
2008-11-14 Steve ReinhardtCache: get rid of obsolete Tag methods.
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-14 Gabe BlackCPU: Refactor read/write in the simple timing CPU.
2008-11-10 Nathan BinkertSCons: Allow top level directory of EXTRAS able to...
2008-11-10 Nathan Binkertpseudo inst: Add rpns (read processor nanoseconds)...
2008-11-10 Nathan BinkertClean up the SimpleTimingPort class a little bit.
2008-11-10 Nathan Binkertclean: Move some stuff from the hh file to the cc file.
2008-11-10 Nathan Binkertpython: Fix the reference counting for python events...
2008-11-10 Clint SmullenO3CPU: Make the instcount debugging stuff per-cpu.
2008-11-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-11-10 Nathan Binkertstyle: clean up the Packet stuff
2008-11-10 Nathan Binkertflags: Provide an object for managing boolean flags...
2008-11-10 Nathan Binkertsafe_cast: add a new cast function for casts that shoul...
2008-11-10 Steve ReinhardtDmaDevice: fix minor type in error message.
2008-11-10 Steve Reinhardtmem: Assert that requests have non-negative size.
2008-11-10 Steve ReinhardtCache: Refactor packet forwarding a bit.
2008-11-10 Gabe BlackCPU: Make unaligned accesses work in the timing simple...
2008-11-10 Gabe BlackX86: Fix completeAcc get call.
2008-11-10 Gabe BlackX86: Make the timing simple CPU handle variable length...
2008-11-06 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-11-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-11-05 Lisa HsuFix SPARC_FS compile
2008-11-05 Lisa HsuRight now a single thread cpu 1 could get assigned...
2008-11-05 Nathan BinkertFix a few more places where the context stuff wasn...
2008-11-04 Lisa Hsudecouple eviction from insertion in the cache.
2008-11-04 Lisa HsuChange the findBlock(addr, lat) to accessBlock, which...
2008-11-04 Lisa Hsuget rid of all instances of readTid() and getThreadNum...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa HsuMake it so that all thread contexts are registered...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-27 Clint SmullenCPU: The API change to EventWrapper did not get propag...
2008-10-27 Clint SmullenCheckpointing: createCountedDrain function, it was...
2008-10-23 Lisa Hsus/cpu_id/cpuId in o3 (to be consistent and match style...
2008-10-23 Lisa Hsuprobe function no longer used anywhere.
2008-10-23 Lisa Hsuremove the totally obsolete split cache
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-20 Ali SaidiO3CPU: Undo Gabe's changes to remove hwrei and simpalch...
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-17 Nathan Binkertneed to add packet_access.hh in order to get tempalte...
2008-10-17 Nathan Binkertget rid of local variable that's only used in an assert...
2008-10-16 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-14 Lisa HsuThis function declaration isn't used anywhere.
2008-10-14 Nathan Binkerteventq: make python events actually work
2008-10-14 Nathan Binkerteventq: revert code for unserializing events.
2008-10-13 Gabe BlackCPU: Explain why some code is commented out.
2008-10-13 Gabe BlackGet rid of some commented out code.
2008-10-13 Gabe BlackX86: Set the delayed commit flag in x86 microops approp...
2008-10-13 Gabe BlackX86: Make the local APIC timer event generate an interrupt.
2008-10-13 Gabe BlackX86: Implement the EOI register in the local APIC.
2008-10-13 Gabe BlackX86: Add some DPRINTFs to the local APIC.
2008-10-13 Gabe BlackX86: Make auto eoi mode work in the I8259 PIC.
2008-10-13 Gabe BlackX86: Make non-specific EOI commands work.
2008-10-13 Gabe BlackX86: Make the I8259 PIC accept a specific EOI command.
2008-10-13 Gabe BlackX86: Fix the segment setting code in IRET, and make...
2008-10-13 Gabe BlackX86: Panic when an unimplemented fault is invoked,...
2008-10-13 Gabe BlackX86: Implement the swapgs instruction.
2008-10-13 Gabe BlackX86: Add wrval/rdval microops for reading significant...
2008-10-13 Gabe BlackX86: Make the x86 interrupt fault kick off the interrup...
2008-10-13 Gabe BlackX86: Implement entering an interrupt in microcode.
2008-10-13 Gabe BlackX86: Make sure register microops set fault rather than...
2008-10-13 Gabe BlackX86: Implement an wrdh microop which loads bases/offset...
2008-10-13 Gabe BlackX86: Make the MicroPC type 16 bit.
2008-10-13 Gabe BlackX86: Implement local labels for the ROM that actually...
2008-10-13 Gabe BlackX86: Implement the chks check of interrupt gate target...
2008-10-13 Gabe BlackX86: Add a check type for interrupt gates.
2008-10-13 Gabe BlackX86: Fix chks checking the submode for stack segments.
2008-10-13 Gabe BlackX86: Let segment manipulation microops be conditional.
2008-10-13 Gabe BlackX86: Let the microassembler know about the microcode...
2008-10-13 Gabe BlackX86: Fix the rdbase microop
2008-10-13 Gabe BlackX86: Don't fetch in the simple CPU if you're in the...
2008-10-13 Gabe BlackGet rid of old RegContext code.
2008-10-13 Gabe BlackX86: Create a handy way to access labels from the ROM...
2008-10-13 Gabe BlackX86: Make X86's microcode ROM actually do something.
2008-10-12 Gabe BlackCPU: Make the highest order bit in the micro pc determi...
2008-10-12 Gabe BlackCPU: Create a microcode ROM object in the CPU which...
2008-10-12 Gabe BlackX86: Create an eret microop which returns from ROM...
2008-10-12 Gabe BlackX86: Make Br never report itself as the last microop.
2008-10-12 Gabe BlackX86: Create a SeqOp class of microops and make Br one...
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...
2008-10-12 Gabe BlackX86: Fix the ordering of special physical address ranges.
2008-10-12 Gabe BlackX86: Create a mechanism for the IO APIC to access I8259...
2008-10-12 Gabe BlackX86: Actually use the extra vector bits we get from...
2008-10-12 Gabe BlackX86: Make the local APIC process interrupts and send...
2008-10-12 Gabe BlackX86: Make the local APIC handle interrupt messages...
2008-10-12 Gabe BlackX86: Change the default value for the IO APIC redirecti...
2008-10-12 Gabe BlackX86: Make the bases for x86 fault class public.
2008-10-12 Gabe BlackX86: Make APICs communicate through the memory system.
2008-10-12 Gabe BlackCreate a message port for sending messages as apposed...
2008-10-12 Gabe BlackX86: Add a LocalApic trace flag.
2008-10-12 Gabe BlackX86: Make the local APIC accessible through the memory...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-10-12 Gabe BlackCPU: Eliminate the get_vec function.
2008-10-11 Gabe BlackCPU: Add a getInterruptController function
2008-10-11 Gabe BlackX86: Create an IO APIC device.
2008-10-11 Gabe BlackX86: Set up a mechanism for the I8254 timer to cause...
next