2010-10-13 |
Gabe Black | Mem: Change the CLREX flag to CLEAR_LL. |
commit | commitdiff | tree |
2010-10-11 |
Gabe Black | X86: Detect attempts to load a 32 bit kernel and panic. |
commit | commitdiff | tree |
2010-10-11 |
Gabe Black | SPARC: Make SPARC's ISA's clear function initialize... |
commit | commitdiff | tree |
2010-10-11 |
Gabe Black | Alpha: Force all the IPRs to an initial, determinstic... |
commit | commitdiff | tree |
2010-10-11 |
Gabe Black | Alpha: Initialize the data TLB mode IPR. |
commit | commitdiff | tree |
2010-10-09 |
Gabe Black | UART: Make the 8250's MCR return a deterministic value. |
commit | commitdiff | tree |
2010-10-04 |
Gabe Black | Alpha: Fix Alpha NumMiscArchRegs constant. |
commit | commitdiff | tree |
2010-10-01 |
Ali Saidi | Power: Fix compile error from previous push. |
commit | commitdiff | tree |
2010-10-01 |
Ali Saidi | ARM: Make the TLB a little bit faster by moving most... |
commit | commitdiff | tree |
2010-10-01 |
Ali Saidi | ARM: Add a fake flash controller so that unmodified... |
commit | commitdiff | tree |
2010-10-01 |
Prakash Ramrakhyani | ARM: Fix some subtle bugs in the GIC |
commit | commitdiff | tree |
2010-10-01 |
Ali Saidi | ARM: Implement functional virtual to physical address... |
commit | commitdiff | tree |
2010-10-01 |
Ali Saidi | Debug: Implement getArgument() and function skipping... |
commit | commitdiff | tree |
2010-10-01 |
Ali Saidi | ARM: Clean up use of TBit and JBit. |
commit | commitdiff | tree |
2010-09-30 |
Ali Saidi | CPU/Cache: Fix some errors exposed by valgrind |
commit | commitdiff | tree |
2010-09-29 |
Gabe Black | X86: Fix the RIP relative versions of the BT, BTC,... |
commit | commitdiff | tree |
2010-09-22 |
Steve Reinhardt | python: get rid of internal.enums package. |
commit | commitdiff | tree |
2010-09-22 |
Steve Reinhardt | stats: update stats for previous cset |
commit | commitdiff | tree |
2010-09-22 |
Steve Reinhardt | cache: improve coherence handling of writebacks |
commit | commitdiff | tree |
2010-09-22 |
Steve Reinhardt | diff-out: clean up options |
commit | commitdiff | tree |
2010-09-22 |
Steve Reinhardt | tests: print if output files match |
commit | commitdiff | tree |
2010-09-20 |
Gabe Black | CPU: Fix O3 and possible InOrder segfaults in FS. |
commit | commitdiff | tree |
2010-09-17 |
Steve Reinhardt | devices: undo cset 017baf09599f that added timer drain... |
commit | commitdiff | tree |
2010-09-14 |
Gabe Black | X86: Make the halt microop non-speculative. |
commit | commitdiff | tree |
2010-09-14 |
Gabe Black | X86: Make unrecognized instructions behave better in... |
commit | commitdiff | tree |
2010-09-14 |
Gabe Black | CPU: Trim unnecessary includes from some common files. |
commit | commitdiff | tree |
2010-09-14 |
Gabe Black | CPU: Get rid of the now unnecessary getInst/setInst... |
commit | commitdiff | tree |
2010-09-14 |
Gabe Black | Faults: Pass the StaticInst involved, if any, to a... |
commit | commitdiff | tree |
2010-09-12 |
Nathan Binkert | swig: make all generated files go into the m5.internal... |
commit | commitdiff | tree |
2010-09-10 |
Nathan Binkert | style: fix sorting of includes and whitespace in some... |
commit | commitdiff | tree |
2010-09-09 |
Nathan Binkert | scons: Stop building the big monolithic swigged params... |
commit | commitdiff | tree |
2010-09-09 |
Nathan Binkert | init: don't build files that centralize python and... |
commit | commitdiff | tree |
2010-09-09 |
Nathan Binkert | scons: use code_formatter wherever we can in the build... |
commit | commitdiff | tree |
2010-09-09 |
Nathan Binkert | code_formatter: make it easier to insert whitespace |
commit | commitdiff | tree |
2010-09-09 |
Nathan Binkert | swig: don't override SWIG_name anymore |
commit | commitdiff | tree |
2010-09-09 |
Steve Reinhardt | stats: update stats for preceding coherence changes |
commit | commitdiff | tree |
2010-09-09 |
Steve Reinhardt | cache: fail SC when invalidated while waiting for bus |
commit | commitdiff | tree |
2010-09-09 |
Steve Reinhardt | mem: fix functional accesses to deal with coherence... |
commit | commitdiff | tree |
2010-09-09 |
Steve Reinhardt | cache: coherence protocol enhancements & bug fixes |
commit | commitdiff | tree |
2010-08-31 |
Gabe Black | ARM: Get rid of the checkFpEnableFault function in... |
commit | commitdiff | tree |
2010-08-31 |
Gabe Black | Alpha: Alpha's mt.hh was including mips header files. |
commit | commitdiff | tree |
2010-08-31 |
Gabe Black | CPU: Get rid of the unused ev5_trap function on the... |
commit | commitdiff | tree |
2010-08-30 |
Brad Beckmann | config: fixed numa high bit setting bug |
commit | commitdiff | tree |
2010-08-30 |
Brad Beckmann | config: minor fix to probe filter index setting |
commit | commitdiff | tree |
2010-08-29 |
Nathan Binkert | ruby: None, not none |
commit | commitdiff | tree |
2010-08-27 |
Gabe Black | X86: Change the copyright holder to AMD. |
commit | commitdiff | tree |
2010-08-26 |
Steve Reinhardt | mem: fix m5.fast compile bug in previous cset |
commit | commitdiff | tree |
2010-08-26 |
Steve Reinhardt | cache: fix a bug in atomic multilevel snoops |
commit | commitdiff | tree |
2010-08-26 |
Steve Reinhardt | memtest: fix/cleanup functional access testing |
commit | commitdiff | tree |
2010-08-26 |
Steve Reinhardt | memtest: scale associativity and mshrs according to... |
commit | commitdiff | tree |
2010-08-26 |
Ali Saidi | CPU: Print out traces for faluting inst when the flag... |
commit | commitdiff | tree |
2010-08-26 |
Min Kyu Jeong | ARM: Support unaligned memory access. |
commit | commitdiff | tree |
2010-08-26 |
Gene WU | ARM: Seperate the queues of L1 and L2 walker states. |
commit | commitdiff | tree |
2010-08-26 |
Min Kyu Jeong | ARM: Adding a bogus fault that does nothing. |
commit | commitdiff | tree |
2010-08-26 |
William Wang | ARM: Remove ALPHA KSeg functions. |
commit | commitdiff | tree |
2010-08-26 |
Ali Saidi | ARM: Limited implementation of dprintk. |
commit | commitdiff | tree |
2010-08-26 |
Min Kyu Jeong | ARM: Fixed register flattening logic (FP_Base_DepTag... |
commit | commitdiff | tree |
2010-08-26 |
Ali Saidi | ARM: Make VMSR, RFE PC/LR etc non speculative, and... |
commit | commitdiff | tree |
2010-08-26 |
Ali Saidi | ARM: Update regression tests for ldr/str microcode... |
commit | commitdiff | tree |
2010-08-26 |
Gene WU | ARM: Use fewer micro-ops for register update loads... |
commit | commitdiff | tree |
2010-08-26 |
Ali Saidi | ARM: Set the high bits in the part number so it's consi... |
commit | commitdiff | tree |
2010-08-26 |
Ali Saidi | ARM: Fix VFP enabled checks for mem instructions |
commit | commitdiff | tree |
2010-08-26 |
Gabe Black | ARM: Seperate out the renamable bits in the FPSCR. |
commit | commitdiff | tree |
2010-08-26 |
Gabe Black | ARM: Eliminate some unused enums. |
commit | commitdiff | tree |
2010-08-26 |
Gabe Black | ARM: Fix type comparison warnings in Neon. |
commit | commitdiff | tree |
2010-08-26 |
Gabe Black | ARM: Implement CPACR register and return Undefined... |
commit | commitdiff | tree |
2010-08-26 |
Gabe Black | ARM: Implement all ARM SIMD instructions. |
commit | commitdiff | tree |
2010-08-26 |
Gabe Black | ARM: Expand the mode checking utility functions. |
commit | commitdiff | tree |
2010-08-26 |
Ali Saidi | Tracing: Fix trace so 'Predicated False' doesn't show up |
commit | commitdiff | tree |
2010-08-25 |
Steve Reinhardt | mem: fix dumb typo in copyrights |
commit | commitdiff | tree |
2010-08-24 |
Brad Beckmann | config: changed ruby config file names to be consistent |
commit | commitdiff | tree |
2010-08-24 |
Brad Beckmann | config: remove ruby's requirement on the timing cmd... |
commit | commitdiff | tree |
2010-08-24 |
Brad Beckmann | config: fixed ruby dma device connections |
commit | commitdiff | tree |
2010-08-24 |
Brad Beckmann | testers: move testers to a new directory |
commit | commitdiff | tree |
2010-08-24 |
Brad Beckmann | MOESI_hammer: fixed bug for dma reads in single cpu... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | Faults: Get rid of some commented out code in sim/fault... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Create a directory for files that define register... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | Power: Get rid of unused checkFpEnableFault. |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | ISA: Get rid of old, unused utility functions clutterin... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Get rid of the flagless microop constructor. |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Make the TLB fault instead of panic when something... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Make the x86 ExtMachInst serializable with (UN... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Define a noop ExtMachInst. |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Mark serializing macroops and regular instructions... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Add a .serializing directive that makes a macroop... |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | X86: Consolidate extra microop flags into one parameter. |
commit | commitdiff | tree |
2010-08-23 |
Gabe Black | CPU: Make the constants for StaticInst flags visible... |
commit | commitdiff | tree |
2010-08-23 |
Ali Saidi | BUILD: GCC 4.4.1/2 have a bug in their auto-vectorizer... |
commit | commitdiff | tree |
2010-08-23 |
Ali Saidi | ALPHA: The previous O3 patch causes a slight stats... |
commit | commitdiff | tree |
2010-08-23 |
Min Kyu Jeong | O3: Skipping mem-order violation check for uncachable... |
commit | commitdiff | tree |
2010-08-23 |
Min Kyu Jeong | ARM: Improve printing of uop disassembly. |
commit | commitdiff | tree |
2010-08-23 |
Min Kyu Jeong | ARM: Clean up flattening for SPSR adding |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | ARM: Implement DBG instruction that doesn't do much... |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | MEM: Make CLREX a first class request operation and... |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | ARM: Make sure that software prefetch instructions... |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | ARM: Don't write tracedata on writes, it might have... |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | ARM: Implement CLREX init/complete acc methods |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | ARM: Fix Uncachable TLB requests and decoding of xn bit |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | Devices: Allow a device to specify that a request is... |
commit | commitdiff | tree |
2010-08-23 |
Gene Wu | ARM: For non-cachable accesses set the UNCACHABLE flag |
commit | commitdiff | tree |
next |