index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2008-06-14
params: Fix the memory bandwidth parameter
Nathan Binkert
2008-06-14
params: Fix floating point parameters
Nathan Binkert
2008-06-14
python: Move various utility classes into a new m5.util package so
Nathan Binkert
2008-06-14
MemReq: Add option to reset the time on a request.
Nathan Binkert
2008-06-14
Fix various SWIG warnings
Nathan Binkert
2008-06-14
Add missing dependencies on .i files
Nathan Binkert
2008-06-14
scons: proper fix for hg version stuff
Nathan Binkert
2008-06-13
scons: fix program_info.cc generation
Nathan Binkert
2008-06-13
Automated merge with ssh://m5sim.org//repo/m5
Steve Reinhardt
2008-06-13
Get rid of bogus bus assertion.
Steve Reinhardt
2008-06-13
Get rid of bogus cache assertion.
Steve Reinhardt
2008-06-13
HG: Add compiled hg revision and date to the standard M5 output.
Ali Saidi
2008-06-12
Alpha: Get rid of an old include of a non-existant file.
Gabe Black
2008-06-12
Params: Allow nested namespaces in cxx_namespace
Gabe Black
2008-06-12
X86: Make the cpuid processor identifier return a real string.
Gabe Black
2008-06-12
X86: Make the code compile as 32 bit.
Gabe Black
2008-06-12
Params: Remove an unnecessary include.
Gabe Black
2008-06-12
X86: Make the e820 table manually or automatically configurable from python.
Gabe Black
2008-06-12
X86: Make the disassembly for halt conform with the other microops.
Gabe Black
2008-06-12
X86: Implement and hook up STI and CLI instructions.
Gabe Black
2008-06-12
X86: Make sure there's something to catch when the kernel messes with ports "...
Gabe Black
2008-06-12
X86: Make the platform object initialize channel 0 of the PIT.
Gabe Black
2008-06-12
X86: Hook the speaker device to the pit device.
Gabe Black
2008-06-12
Timer: Fill out the periodic modes a little.
Gabe Black
2008-06-12
Dev: Seperate the 8254 timer from tsunami and use it in that and the PC.
Gabe Black
2008-06-12
BitUnion: Take out namespace declaration so bitunions can be declared inside ...
Gabe Black
2008-06-12
X86: Add an event for the apic timer timeout. It doesn't get used yet.
Gabe Black
2008-06-12
X86: Rename the divide count register to divide configuration.
Gabe Black
2008-06-12
X86: Make the apic isr and irr work.
Gabe Black
2008-06-12
X86: Make the apic task priority register work.
Gabe Black
2008-06-12
X86: Make the logical destination and destination format work.
Gabe Black
2008-06-12
X86: Make the apic ID register work.
Gabe Black
2008-06-12
X86: Make the apic version register work.
Gabe Black
2008-06-12
X86: Implement a partial, sort of correct version of the protected mode varia...
Gabe Black
2008-06-12
X86: Change how segment loading is performed.
Gabe Black
2008-06-12
X86: Make pushes and pops use the stack size instead of the data size.
Gabe Black
2008-06-12
X86: In non 64bit mode, throw a fault when a NULL segment is accessed.
Gabe Black
2008-06-12
X86: Take advantage of the new meta register.
Gabe Black
2008-06-12
X86: Keep handy values like the operating mode in one register.
Gabe Black
2008-06-12
X86: Change what the microop chks does.
Gabe Black
2008-06-12
X86: Add a microop to read a segments attribute register.
Gabe Black
2008-06-12
X86: Add microops and supporting code to manipulate the whole rflags register.
Gabe Black
2008-06-12
X86: Add microops which panic, fatal, warn, and warn_once.
Gabe Black
2008-06-12
X86: Truncate descriptors to 16 bits.
Gabe Black
2008-06-12
X86: Redo BSF.
Gabe Black
2008-06-12
X86: Flesh out 3dnow instruction decoding a bit and grab the byte immediate.
Gabe Black
2008-06-12
X86: Make string instructions work when rcx=0.
Gabe Black
2008-06-12
X86: Have all 8 machine check registers since the kernel assumes they're there.
Gabe Black
2008-06-12
X86: Bypass unaligned access support for register addressed MSRs.
Gabe Black
2008-06-12
X86: Remove enforcement of APIC register access alignment. Panic if more than...
Gabe Black
[next]