2007-08-10 |
Ali Saidi | Regression: Add an I/O Cache to the full system regress... |
| commitdiff |
2007-08-10 |
Ali Saidi | DMA: Add IOCache and fix bus bridge to optionally only... |
| commitdiff |
2007-08-10 |
Ali Saidi | Bus: Only call end() on an stl object once in a loop |
| commitdiff |
2007-08-08 |
Vincentius Robby | Port, StaticInst: Revert unnecessary changes. |
| commitdiff |
2007-08-08 |
Vincentius Robby | alpha: Make the TLB cache to actually work. |
| commitdiff |
2007-08-08 |
Gabe Black | Alpha: Fix an off by one error with the tlb caching... |
| commitdiff |
2007-08-07 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-07 |
Gabe Black | Statetrace: Make statetrace do string instructions... |
| commitdiff |
2007-08-07 |
Gabe Black | X86: Added some missing parenthesis in the condition... |
| commitdiff |
2007-08-07 |
Gabe Black | X86: Implemented and hooked in SCAS (scan string) |
| commitdiff |
2007-08-07 |
Gabe Black | X86: Add a format to handle string instructions which... |
| commitdiff |
2007-08-07 |
Gabe Black | X86: Overhaul of ruflags to get it to work correctly. |
| commitdiff |
2007-08-07 |
Gabe Black | X86: Make a microcode branch microop. |
| commitdiff |
2007-08-05 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Implement microops and instructions that manipulat... |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Make 64 bit unaligned accesses work as well as... |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Make the open flags correct. |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Make fixed register operands ignore register index... |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Implement the cmpxchg instruction. |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Start implementing segmentation support. |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Create a base enum value for indexing into a regio... |
| commitdiff |
2007-08-05 |
Gabe Black | X86: Add the arch_prctl system call and fix up some... |
| commitdiff |
2007-08-04 |
Nathan Binkert | switching: turn on profiling after a switch if there... |
| commitdiff |
2007-08-04 |
Nathan Binkert | switching: Remove the drain and resume code from the... |
| commitdiff |
2007-08-04 |
Nathan Binkert | python: use the enum values in the memory mode changing... |
| commitdiff |
2007-08-04 |
Nathan Binkert | swig: %include all of the enums to get all of the defin... |
| commitdiff |
2007-08-04 |
Nathan Binkert | merge |
| commitdiff |
2007-08-04 |
Nathan Binkert | python: provide access to stats |
| commitdiff |
2007-08-04 |
Nathan Binkert | main: return an an exit code of 1 when we exit due... |
| commitdiff |
2007-08-04 |
Nathan Binkert | SimpleCPU: Add some DPRINTFs |
| commitdiff |
2007-08-04 |
Vincentius Robby | port: Implement cache for port interfaces and ranges |
| commitdiff |
2007-08-04 |
Vincentius Robby | alpha: Implement a cache for recently used page table... |
| commitdiff |
2007-08-04 |
Vincentius Robby | StaticInst: Fix decode cache initialization. Cache... |
| commitdiff |
2007-08-03 |
Steve Reinhardt | Add cscope files to .hgignore. |
| commitdiff |
2007-08-03 |
Steve Reinhardt | tests: new ref outputs for new cache model |
| commitdiff |
2007-08-03 |
Steve Reinhardt | tests: replace all dest ref files on upgrade (if possible). |
| commitdiff |
2007-08-03 |
Steve Reinhardt | tests: config.out no longer exists, eliminate ref copy. |
| commitdiff |
2007-08-03 |
Steve Reinhardt | merge from head |
| commitdiff |
2007-08-03 |
Steve Reinhardt | cache: get rid of obsolete params from python. |
| commitdiff |
2007-08-03 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-03 |
Nathan Binkert | python: Improve support for python calling back to... |
| commitdiff |
2007-08-03 |
Ali Saidi | Merge: No changes |
| commitdiff |
2007-08-03 |
Ali Saidi | Serialize: This shouldn't have been commited, I got... |
| commitdiff |
2007-08-02 |
Gabe Black | X86: Get rid of some debug warnings. |
| commitdiff |
2007-08-02 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-02 |
Gabe Black | X86: Finally get the x86 initial stack frame right. |
| commitdiff |
2007-08-02 |
Gabe Black | X86: Fix special case with SIB index register and REX... |
| commitdiff |
2007-08-02 |
Nathan Binkert | merge: no manual changes |
| commitdiff |
2007-08-02 |
Nathan Binkert | python: fix m5.build_env variable. |
| commitdiff |
2007-08-02 |
Ali Saidi | merge, no manual changes |
| commitdiff |
2007-08-02 |
Nathan Binkert | python: need to import objects to make some calls work |
| commitdiff |
2007-08-02 |
Nathan Binkert | main: expose the build information as a simple command... |
| commitdiff |
2007-08-02 |
Ali Saidi | Serialization: Provide array serialization methods... |
| commitdiff |
2007-08-02 |
Ali Saidi | Output: Make OutputDirectory::create() be able to creat... |
| commitdiff |
2007-08-02 |
Ali Saidi | Linux Support: make sure that when we get the stack... |
| commitdiff |
2007-08-02 |
Ali Saidi | debugSymbolTable is a global variable and only needs... |
| commitdiff |
2007-08-02 |
Gabe Black | Fix how the "cmd" parameter is set in se.py and remove... |
| commitdiff |
2007-08-01 |
Nathan Binkert | merge: mips fix to getArgument |
| commitdiff |
2007-08-01 |
Nathan Binkert | mips: make getArgument inline so mips will link properly |
| commitdiff |
2007-08-01 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-01 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-01 |
Gabe Black | MIPS: Files which are needed for the MIPS fix. |
| commitdiff |
2007-08-01 |
Gabe Black | Statetrace: Make sure all the info block strings are... |
| commitdiff |
2007-08-01 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-01 |
Ali Saidi | Configuration: Update the drive systems kernel as well... |
| commitdiff |
2007-08-01 |
Gabe Black | X86: Hide the irrelevant portions of the address compon... |
| commitdiff |
2007-08-01 |
Ali Saidi | Merge Gabe and my changes to arch/mips/utility.hh |
| commitdiff |
2007-08-01 |
Ali Saidi | Arguments: Get rid of duplicate code for the Arguments... |
| commitdiff |
2007-08-01 |
Gabe Black | MIPS: Cleaned up includes to break loops, and got rid... |
| commitdiff |
2007-08-01 |
Gabe Black | X86: Fix for compilation bug with new cache code. |
| commitdiff |
2007-08-01 |
Gabe Black | Merge with head. |
| commitdiff |
2007-08-01 |
Gabe Black | Fix for new parameter stuff. |
| commitdiff |
2007-08-01 |
Gabe Black | X86: Reorganize the native tracing code. |
| commitdiff |
2007-08-01 |
Gabe Black | X86: Get rid of initialization of R11 |
| commitdiff |
2007-08-01 |
Nathan Binkert | Twin64_t is in base/bigint.hh |
| commitdiff |
2007-08-01 |
Gabe Black | Add a flag to indicate an instruction triggers a syscal... |
| commitdiff |
2007-07-31 |
Gabe Black | X86: Add operand type information to the fnstcw and... |
| commitdiff |
2007-07-31 |
Steve Reinhardt | Merge from head. |
| commitdiff |
2007-07-31 |
Gabe Black | X86: Add decoding for x87 floating point. |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Attach the "DIV" instruction implementation to... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Remove a naming conflict between the register... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: __pad0 should be a 4 byte pad, not a 4 long array... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Turn on the exit_group, exit, munmap, and write... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Use an mmap base address that matches what an... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Set up RIP relative LEA instructions operands... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Implement unsigned divide. The non-byte version... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Allow RIP relative decode on -all- memory forms... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Take into account the regular registers and the... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Fix up the stat structure. This probably still... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Hook in the new instructions. |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Turn on some system calls, and make the kernel... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Make sure FP_Base_DepTag is big enough to avoid... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Implement a stub CPUID function which is hardcode... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Force jumps to use 64 bit operand size. |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Make instructions use pick, and implement/adjust... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Make merge and pick work with high bytes. Fix... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Make register names in disassembly reflect high... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: missed a file which adds a "fold" bit. |
| commitdiff |
2007-07-30 |
Gabe Black | Make the register indices use the appropriate "fold... |
| commitdiff |
2007-07-30 |
Gabe Black | X86: Make disassembly use the final register index... |
| commitdiff |
next |