X86: Fix up a copyright.
[gem5.git] / src /
2009-04-19 Gabe BlackX86: Fix up a copyright.
2009-04-19 Gabe BlackX86: Fix how the TLB handles the storecheck flag.
2009-04-19 Gabe BlackX86: Recognize and handle the lock legacy prefix.
2009-04-19 Gabe BlackX86: Implement a locking version of XADD.
2009-04-19 Gabe BlackX86: Implement a locking version of BTC.
2009-04-19 Gabe BlackX86: Implement a locking version of BTR.
2009-04-19 Gabe BlackX86: Implement a locking version of CMPXCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of BTS.
2009-04-19 Gabe BlackX86: Implement a locking version of DEC.
2009-04-19 Gabe BlackX86: Implement a locking version of INC.
2009-04-19 Gabe BlackX86: Implement a locking version of NEG.
2009-04-19 Gabe BlackX86: Implement a locking version of NOT.
2009-04-19 Gabe BlackX86: Implement a locking version of XCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of XOR.
2009-04-19 Gabe BlackX86: Implement a locking version of SUB.
2009-04-19 Gabe BlackX86: Implement a locking version of AND.
2009-04-19 Gabe BlackX86: Implement a locking version of SBB.
2009-04-19 Gabe BlackX86: Implement a locking version of ADC.
2009-04-19 Gabe BlackX86: Implement a locking version of OR.
2009-04-19 Gabe BlackX86: Implement a locking version of ADD.
2009-04-19 Gabe BlackX86: Implement the stul microop.
2009-04-19 Gabe BlackX86: Implement the ldstl microop.
2009-04-19 Gabe BlackCPUs: Make the atomic CPU support locked memory accesses.
2009-04-19 Gabe BlackMemory: Add a LOCKED flag back in for x86 style locking.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-19 Gabe BlackSE mode: Make keeping track of the number of syscalls...
2009-04-19 Gabe BlackX86: Mask the PIC at startup to avoid a glitch which...
2009-04-19 Gabe BlackX86: Actually handle 16 bit mode modrm.
2009-04-19 Gabe BlackX86: Make the TEST instruction set all the flags it...
2009-04-19 Gabe BlackX86: Implement broadcast IPIs.
2009-04-19 Gabe BlackX86: Fix the ordering of the vendor string reported...
2009-04-19 Gabe BlackX86: Keep track of what the initial count value was...
2009-04-19 Gabe BlackX86: Only recognize the first startup IPI after INIT...
2009-04-19 Gabe BlackX86: Use recvResponse to implement the idle bit in...
2009-04-19 Gabe BlackX86: Add a function which gets called when an interrupt...
2009-04-19 Gabe BlackX86: Fix the flags for interrupt response messages.
2009-04-19 Gabe BlackX86: Explicitly use the right width in a few places...
2009-04-19 Gabe BlackX86: Keep track of the pioAddr for the local APIC.
2009-04-19 Gabe BlackX86: Implement far jmp.
2009-04-19 Gabe BlackX86: Some segment selectors can be used when "NULL".
2009-04-19 Gabe BlackX86: Fix a bug in the chks microop where it ignored...
2009-04-19 Gabe BlackX86: Make the interrupt entering microcode record the...
2009-04-19 Gabe BlackX86: LEA calculates an address before segmentation.
2009-04-19 Gabe BlackX86: Implement the save machine status word instruction...
2009-04-19 Gabe BlackX86: Implement the load machine status word instruction...
2009-04-19 Gabe BlackX86: Only use %eax to select a function and look like...
2009-04-19 Gabe BlackX86: Fix the mov to segment selector in real mode instr...
2009-04-19 Gabe BlackX86: The startup IPI delivery mode is not reserved.
2009-04-19 Gabe BlackX86: Implement the STARTUP IPI.
2009-04-19 Gabe BlackX86: Implement the INIT IPI.
2009-04-19 Gabe BlackX86: Fix the halt microop.
2009-04-19 Gabe BlackX86: Start implementing the interrupt command register...
2009-04-19 Gabe BlackX86: Make code that sends an interrupt from the IO...
2009-04-19 Gabe BlackCPU: If the simple CPU is already idle, just return...
2009-04-19 Gabe BlackX86: Condense the startupCPU code.
2009-04-19 Gabe BlackX86: Set the local APIC ID to something meaningful.
2009-04-19 Gabe BlackX86: Don't pretend to be an AMD CPU any more. We're...
2009-04-18 Korey Sewellmips-tlb-fix: check for alignment faults.\nMIPS was...
2009-04-18 Korey Sewellmips-syscall: mark with correct flag. \nMIPS was using...
2009-04-18 Korey Sewello3-delay-slot-bpred: fix decode stage handling of uncdt...
2009-04-18 Korey Sewellmips-shadowsets: fix calcuations. \n Remove Shadowsets...
2009-04-17 Steve Reinhardto3, inorder: fix FS bug due to initializing ThreadState...
2009-04-16 Steve Reinhardto3: handle fetch with no active threads correctly.
2009-04-16 Steve Reinhardto3: fix {read,set}ArchFloatReg* functions.
2009-04-15 Steve ReinhardtThreadState: initialize status to Halted in constructor.
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-13 Gabe BlackX86: Fix minor bug in the page table walker from TLB...
2009-04-09 Nathan Binkertstats: disallow duplicate statistic names.
2009-04-09 Nathan Binkertalpha: get rid of all turbolaser remnants
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5
2009-03-26 Ali SaidiCPA: Fix a typo that managed to sneak in.
2009-03-16 Nathan Binkertstats: fix compiler error
2009-03-12 Steve Reinhardtcache: set dirty bit on swaps (oops!)
2009-03-12 Steve Reinhardtcpu: fix minor endian issue with trace output
2009-03-11 Steve Reinhardtprefetch: don't panic on requests w/o contextID (e...
2009-03-08 Nathan Binkertbuild: fix compiler warnings in g++ 3.4
2009-03-08 Steve ReinhardtFix up regression execution to better handle tests...
2009-03-07 Nathan Binkertstats: fix duplicate statistics names.
2009-03-07 Nathan Binkertstats: cleanup text output stuff and fix mysql output
2009-03-07 Nathan Binkertbuild: fix errors for compilers other than g++ 4.3
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2009-03-06 Nathan Binkertstats: clean up how templates are used on the data...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Nathan Binkertstats: remove the template wart left over from the...
2009-03-06 Nathan Binkertstats: stick the distribution's fancy parameter into...
2009-03-06 Nathan Binkertstats: Add a wrapper class for the information side...
2009-03-06 Nathan Binkertstats: better naming of template parameters for the...
2009-03-06 Nathan Binkertstats: get rid of meaningless uses of virtual
2009-03-06 Nathan Binkertstats: miscellaneous cleanup
2009-03-06 Nathan Binkertserialize: Allow floats and doubles to be serialized
2009-03-06 Steve ReinhardtGet rid of 'using namespace' declarations in headers.
2009-03-05 Korey SewellInOrderCPU: Clean up Constructors to initialize variabl...
2009-03-04 Korey SewellGive each resource in InOrder it's own TraceFlag instea...
2009-03-04 Korey SewellRemove unused functions/comments cluttering up the...
2009-03-04 Korey Sewellmake handling of interstage buffers (i.e. StageQueues...
2009-03-04 Korey Sewell InOrder didnt have all it's params set to a default...
2009-03-04 Korey SewellGive TimeBuffer an ID that can be set. Necessary becaus...
next