Age | Commit message (Expand) | Author |
2008-09-26 | Use logical operator instead of bitwise operator for correctness. | Nathan Binkert |
2008-09-26 | style: bring this file into M5 style, use the new pte translate function. | Nathan Binkert |
2008-09-26 | scons: disable several gcc warnings for swig autogenerated wrapper code. | Nathan Binkert |
2008-09-26 | style: These files didn't even come close to following the M5 style guide. | Nathan Binkert |
2008-09-26 | O3CPU: Fix thread writeback logic. | Kevin Lim |
2008-09-26 | O3CPU: Add a hack to ensure that nextPC is set correctly after syscalls. | Kevin Lim |
2008-09-23 | sparc: Fix style, create a helper function for translation. | Nathan Binkert |
2008-09-22 | scons: Separate swig environment so we can have different flags. | Nathan Binkert |
2008-09-22 | gcc: Version 4.3 is pretty anal about shadowing types, placate it. | Nathan Binkert |
2008-09-22 | style | Nathan Binkert |
2008-09-19 | We're using the static keyword improperly in some cases. | Nathan Binkert |
2008-09-19 | atomicio: provide atomic read and write functions. | Nathan Binkert |
2008-09-19 | Use C++ limits where applicable for portability | Nathan Binkert |
2008-09-19 | Use the proper version of C++ headers | Nathan Binkert |
2008-09-19 | Check the return value of I/O operations for failure | Nathan Binkert |
2008-09-19 | inifile: Whack preprocessor access. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-09-09 | style: this file did not conform to style | Nathan Binkert |
2008-09-08 | style: This file hugely violated the M5 style. | Nathan Binkert |
2008-09-03 | X86: Fix the microcode for sign/zero extending moves that use high byte regis... | Gabe Black |
2008-08-26 | Device: Fix bug in DmaPort::recvRetry. The interface attempts to send the sam... | Clint Smullen |
2008-08-24 | IGbE: Patches I neglected to apply before pushing the previous igbe changeset | Ali Saidi |
2008-08-19 | CPU: Get rid of two more duplicated CPU params. | Gabe Black |
2008-08-18 | Changed BaseCPU::ProfileEvent's interval member to be of type Tick. This was ... | Richard Strong |
2008-08-13 | Add the ability to specify a think time before descriptor fetch/writeback sta... | Ali Saidi |
2008-08-13 | Add the ability for a DMA to tack on an extra delay after the DMA is actually... | Ali Saidi |
2008-08-13 | More subtle fixes to how interrupts are supposed to work in the device. Fix p... | Ali Saidi |
2008-08-13 | Return an UnimpFault for an ITB translation of an uncachable address. We don'... | Ali Saidi |
2008-08-11 | style | Nathan Binkert |
2008-08-11 | params: Get rid of the remnants of the old style parameter configuration stuff. | Nathan Binkert |
2008-08-11 | params: Convert the CPU objects to use the auto generated param structs. | Nathan Binkert |
2008-08-04 | Make time format in 'started' line same as 'compiled'. | Steve Reinhardt |
2008-08-04 | Get rid of outputStream... wasn't really being used | Steve Reinhardt |
2008-08-04 | Add -r/-e options to redirect stdout/stderr. | Steve Reinhardt |
2008-08-03 | sockets: Add a function to disable all listening sockets. | Nathan Binkert |
2008-08-03 | libm5: Create a libm5 static library for embedding m5. | Nathan Binkert |
2008-08-03 | syscall: Avoid a compiler warning which turns into a bug. | Nathan Binkert |
2008-08-03 | Make default PhysicalMemory latency slightly more realistic. | Steve Reinhardt |
2008-08-03 | X86: Make hint nops consume their modrm byte. | Gabe Black |
2008-08-02 | kill unused code | Nathan Binkert |
2008-07-31 | scons: Get rid of generate.py in the build system. | Nathan Binkert |
2008-07-24 | syscall: Fix TTY emulation in fstat() user-mode simulation for fd 1 (stdout). | Michael Adler |
2008-07-23 | process: separate stderr from stdout | Michael Adler |
2008-07-23 | syscalls: Add a bunch of missing system calls. | Michael Adler |
2008-07-23 | RemoteGDB: add an m5 command line option for setting or disabling remote gdb. | Michael Adler |
2008-07-15 | Get rid of useless m5_assert macro. | Steve Reinhardt |
2008-07-15 | Use ReadResp instead of LoadLockedResp for LoadLockedReq responses. | Steve Reinhardt |
2008-07-15 | Add missing newlines to Bus DPRINTFs. | Steve Reinhardt |
2008-07-11 | m5ops: clean up the m5ops stuff. | Nathan Binkert |
2008-07-11 | style: fix indentation and formatting of the pseudo insts. | Nathan Binkert |