X86: Implement the LIDT instruction.
[gem5.git] / src /
2007-12-02 Gabe BlackX86: Implement the LIDT instruction.
2007-12-02 Gabe BlackX86: Implement the lgdt instruction.
2007-12-02 Gabe BlackX86: Implement wrbase and wrlimit for loading pseudo...
2007-12-02 Gabe BlackX86: Separate the effective seg base and the "hidden...
2007-12-01 Gabe BlackSPARC: Fixes for invalidateAll and demapAll in the...
2007-11-30 Gabe BlackSPARC: Fix 32 bit register window flushing endian conve...
2007-11-29 Gabe BlackSPARC: Fix the initial stack to match what the Linux...
2007-11-29 Gabe BlackSPARC: Combine the 64 and 32 bit process initialization...
2007-11-29 Ali Saidimerge, no manual changes
2007-11-29 Rick StrongSerialization: Fix serialization of file descriptors...
2007-11-28 Gabe BlackMake ports that aren't connected to anything fail more...
2007-11-21 Gabe Blackimported patch pagewalker.patch
2007-11-21 Gabe BlackGet rid of a file that should have never been committed.
2007-11-20 Gabe BlackMerge with head.
2007-11-20 Gabe BlackSimple CPU fix simple mistake in translateDataWriteAddr.
2007-11-20 Ali SaidiSerialization: Serialize SPARC PTEs last so their nameO...
2007-11-19 Ali SaidiMemory: Cache the physical memory start and size so...
2007-11-17 Steve ReinhardtMake EXTRAS work for relative directories.
2007-11-17 Steve ReinhardtTweak check for writable block fill.
2007-11-17 Steve ReinhardtFix bug on exclusive response to ReadReq with pending...
2007-11-17 Korey Sewelladd back in clobbered MIPS fix for g++ 4.2
2007-11-17 Korey Sewellgo back and fix up MIPS copyright headers
2007-11-17 Korey Sewellmove initCPU, processInterrupts declaration to core_spe...
2007-11-17 Korey SewellGabe's 32-bit X86 fix merge
2007-11-16 Gabe BlackX86: Fix 32 bit compilation.
2007-11-16 Korey Sewellremove unnecessary namespace
2007-11-16 Korey Sewelladd thread id to misc. reg functions
2007-11-16 Korey Sewelladd MicroPC functions back to thread context
2007-11-16 Korey Sewelladd microPC stuff back in. got deleted on changeset...
2007-11-15 Korey Sewellput the flattenIndex stuff back in O3 AND put fatal...
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellfix MIPS headers
2007-11-15 Korey Sewelladd core specific parameter to BaseCPU params
2007-11-15 Korey SewellAdd CoreSpecific type to all archs
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-15 Ali SaidiCheckpointing: Name SE page table entries better so...
2007-11-14 Korey Sewellcomment and spacing
2007-11-14 Korey SewellGet MIPS_SE actually working again by actually by fixin...
2007-11-14 Korey Sewellremove unnecessary debug messages I added
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-13 Gabe BlackX86: Make microcode use presegmentation RIPs and the...
2007-11-13 Gabe BlackX86: Separate out the page table walker into it's own...
2007-11-13 Gabe BlackParams: Fix check for cycles in the configuration and...
2007-11-12 Gabe BlackX86: Fix a stupid typo where WRMSR and RDMSR were switc...
2007-11-12 Gabe BlackX86: Implement tlb invalidation and make it happen...
2007-11-12 Gabe BlackX86: Implement the wrcr microop which writes a control...
2007-11-12 Gabe BlackX86: Implement some bit testing instructions.
2007-11-12 Gabe BlackX86: Change the meaning of the sext and zext width...
2007-11-12 Gabe BlackX86: Flesh out the opcode groups for two byte opcodes.
2007-11-12 Gabe BlackX86: Work on the page table walker, TLB, and related...
2007-11-12 Gabe BlackX86: Implement a page table walker.
2007-11-12 Gabe BlackX86: Make the micropc available through the thread...
2007-11-12 Gabe BlackX86: Implement the startupCPU function.
2007-11-12 Gabe BlackX86: Make some of the bits of CR0 do what they're suppo...
2007-11-12 Gabe BlackX86: Various fixes to indexing segmentation related...
2007-11-12 Gabe BlackSPARC: Force %g1 to be zero on process startup even...
2007-11-09 Gabe BlackAlpha: Fix a long standing bug where all code ran as...
2007-11-09 Gabe BlackMake non Apple compilation work again. Ali may have...
2007-11-09 Gabe BlackISA parser: Make the isa parser generate MaxInstSrcRegs...
2007-11-08 Ali SaidiCompiling: Fix for 64bit compile on Darwin/OSX 10.5.
2007-11-08 Ali SaidiTimingSimpleCPU: Add some DPRINTFs when the cpu suspend...
2007-11-08 Ali SaidiAtomicSimpleCPU: Refactor resume() code to have a clean...
2007-11-08 Ali SaidiPython: Allow a range to be a python tuple/list.
2007-11-08 Ali SaidiInterrupts: Inline some code and remove duplication.
2007-11-08 Ali SaidiCPU: Add function to explictly compare thread contexts...
2007-11-07 Gabe BlackSPARC: Make 64 bit SPARC process initialization check...
2007-11-06 Gabe BlackO3: Remove unneeded variable.
2007-11-05 Ali SaidiTraceFlags: Fix off-by-one error with number of traceflags. m5_2.0_beta4
2007-11-04 Ali SaidiCache: Fix for OS X 10.5 compiling.
2007-11-02 Ali SaidiSE: fix stat64 syscall on os x
2007-11-01 Ali SaidiDRAM: Make latency parameters be Param.Latency instead...
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Ali Saidino manual changes
2007-10-31 Ali SaidiTraceflags: Old traceflags.py file is no longer needed.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-31 Ali SaidiLinux Support: Finally update vptr for new memory system.
2007-10-31 Ali SaidiBase: Rework the way M5 provides and creates random...
2007-10-31 Vilas SridharanAdd constant stat.
2007-10-30 Gabe BlackX86: Compile fixes for 32 bit/debug/opt.
2007-10-26 Gabe BlackTLB: Fix serialization issues with the tlb entries...
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
2007-10-24 Gabe BlackX86: Fix X86_FS compilation.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackX86: Use the cda microop where appropriate. The ENTER...
2007-10-22 Gabe BlackX86: Implement the cda microop which checks if an addre...
2007-10-22 Gabe BlackCPU: Add functions to the "ExecContext"s that translate...
2007-10-22 Gabe BlackX86: Start using the stupd microop, and update statisti...
2007-10-22 Gabe BlackX86: Implement the stupd microop ("store with update...
2007-10-19 Gabe BlackX86: Implement the PUSHF, POPF, SAHF, and LAHF instruct...
2007-10-19 Gabe BlackX86: Impelement the HLT instruction and fix the "halt...
2007-10-19 Gabe BlackX86: Implement a "halt" microop.
2007-10-19 Gabe BlackX86: Implement the ENTER instruction. This could probab...
2007-10-19 Gabe BlackMerge with head.
2007-10-19 Gabe BlackX86: Replace "group10" placeholder with the correspondi...
2007-10-19 Gabe BlackX86: Implement the string IO instructions, ins and...
2007-10-19 Gabe BlackX86: Implement the undocumented SALC instruction which...
2007-10-19 Gabe BlackX86: Implement the XLAT instruction.
2007-10-19 Gabe BlackX86: Implement the BOUND instruction.
next