SLICC: Use pointers for directory entries
[gem5.git] / src / arch / x86 /
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-20 Gabe BlackX86: Fix the constant detecting three byte opcodes...
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-23 Gabe BlackX86: Move the MSR lookup table out of the TLB and into...
2011-09-19 Gabe BlackX86: Don't use "#if FULL_SYSTEM" in the X86 ISA descrip...
2011-09-19 Gabe BlackPseudoInst: Remove the now unnecessary #if FULL_SYSTEMs...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-09-06 Gabe BlackX86: Make sure instruction flags are set properly even...
2011-09-05 Gabe BlackX86,TLB: Make sure the "delayedResponse" variable is...
2011-09-03 Lisa HsuTLB: comments and a helpful warning.
2011-08-14 Gabe BlackX86: Use IsSquashAfter if an instruction could affect...
2011-07-11 Nilay VaishX86: implements copyRegs() function
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-07-03 Gabe BlackX86: Fix store microops so they don't drop faults in...
2011-06-22 Gabe BlackX86: Eliminate an unused argument for building store...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-23 Steve Reinhardtconfig: revamp x86 config to avoid appending to SimObje...
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-05-06 Gabe BlackX86: Fix the Lldt instructions so they load the ldtr...
2011-04-23 Gabe BlackX86: When decoding a memory only inst, fault on reg...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
2011-03-02 Gabe BlackX86: Use the npc as the pc when doing a nativetrace...
2011-03-02 Gabe BlackX86: Decode the mysterious and elusive ffreep x87 instr...
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-03-02 Gabe BlackX86: Mark IO reads and writes as non-speculative.
2011-03-02 Gabe BlackX86: Mark prefetches as such in their instruction and...
2011-02-28 Gabe BlackX86: If PCI config space is disabled, pass through...
2011-02-28 Gabe BlackX86: Use regular read requests in the walker instead...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-15 Gabe BlackX86: Get rid of "inline" on the MicroPanic constructor...
2011-02-14 Gabe BlackX86: Detect branches taking into account instruction...
2011-02-14 Gabe BlackX86: Put the result used for flags in an intermediate...
2011-02-14 Gabe BlackX86: Don't read in dest regs if all bits are replaced.
2011-02-14 Gabe BlackX86: On a bad microopc, return a microop that returns...
2011-02-14 Gabe BlackX86: Define fault objects to carry debug messages.
2011-02-14 Gabe BlackX86: Only reset npc to reflect instruction length once.
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 Gabe BlackX86: Fix compiling vtophys.cc
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 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 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
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-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-08 Gabe BlackX86: Take advantage of new PCState syntax.
2010-11-23 Gabe BlackX86: Obey the PCD (cache disable) bit in the page tables.
2010-11-22 Gabe BlackX86: Mark IO space accesses as uncachable.
2010-11-08 Gabe BlackX86: Fix X86_FS compilation.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-29 Gabe BlackX86: Fault on divide by zero instead of panicing.
2010-10-29 Gabe BlackX86: Make syscalls also serialize after.
2010-10-22 Gabe BlackX86: Make nop a regular, non-microcoded instruction.
2010-10-22 Gabe BlackX86: Implement genMachineCheckFault.
2010-10-22 Gabe BlackX86: Make syscall instructions non-speculative in SE.
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-11 Gabe BlackX86: Detect attempts to load a 32 bit kernel and panic.
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-09-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
2010-09-14 Gabe BlackX86: Make the halt microop non-speculative.
2010-09-14 Gabe BlackX86: Make unrecognized instructions behave better in...
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-27 Gabe BlackX86: Change the copyright holder to AMD.
2010-08-26 Min Kyu JeongARM: Fixed register flattening logic (FP_Base_DepTag...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-23 Gabe BlackISA: Get rid of old, unused utility functions clutterin...
2010-08-23 Gabe BlackX86: Get rid of the flagless microop constructor.
2010-08-23 Gabe BlackX86: Make the TLB fault instead of panic when something...
2010-08-23 Gabe BlackX86: Make the x86 ExtMachInst serializable with (UN...
next