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
Age
Commit message (
Expand
)
Author
2008-10-11
X86: Change I8254 and PCSpeaker devices from subdevices to SimObjects and eli...
Gabe Black
2008-10-11
Devices: Make the Intel8254Timer device only use pointers to its counters.
Gabe Black
2008-10-11
X86: Make the CMOS and I8259 devices use IntDev and IntPin.
Gabe Black
2008-10-11
X86: Create the IntDev and IntPin system.
Gabe Black
2008-10-11
X86: Hook the CMOS device to the I8259 PICs.
Gabe Black
2008-10-11
X86: Make the I8259 decipher the commands it's given, and add some of it's re...
Gabe Black
2008-10-11
X86: Change the I8259 from a subdevice into a real SimObject.
Gabe Black
2008-10-11
X86: Change the CMOS from a sub-device to a real SimObject
Gabe Black
2008-10-10
TLB: Make all tlbs derive from a common base class in both python and C++.
Gabe Black
2008-10-10
X86: Create SimObjects in python and C++ to represent the ACPI system descrip...
Gabe Black
2008-10-10
X86: Make the time on the RTC configurable.
Gabe Black
2008-10-10
X86: Create SimObjects in python and C++ to represent the Intel MP tables.
Gabe Black
2008-10-10
cprintf: properly deal with pointer types
Nathan Binkert
2008-10-10
swig: Add in a %rename to allow the same name to appear in multiple namespaces.
Nathan Binkert
2008-10-10
Rename the info function to inform to avoid likely name conflicts
Nathan Binkert
2008-10-10
automerge
Nathan Binkert
2008-10-10
output: Make panic/fatal/warn more flexible so we can add some new ones.
Nathan Binkert
2008-10-10
gdb: add a debugging function that enters the python interpreter.
Nathan Binkert
2008-10-10
jobfile: Add support for dictionaries as jobfile options.
Nathan Binkert
2008-10-10
python: Add a utility for nested attribute dicts.
Nathan Binkert
2008-10-10
misc: remove #include <cassert> from misc.hh since not everyone needs it.
Nathan Binkert
2008-10-10
X86: Turn SMBios structures into simobjects.
Gabe Black
2008-10-10
X86: Add a couple comments to the bios SConscript
Gabe Black
2008-10-10
X86: Split makeLinuxX86System into makeLinuxX86System and makeX86System.
Gabe Black
2008-10-10
X86: Move the smbios objects into a folder for BIOS objects.
Gabe Black
2008-10-10
X86: Fix compilation with new eventq API.
Gabe Black
2008-10-09
SimObjects: Clean up handling of C++ namespaces.
Nathan Binkert
2008-10-09
range_map: Add a method to find which range a single value falls into.
Nathan Binkert
2008-10-09
style: conform to M5 style.
Nathan Binkert
2008-10-09
mem: Add a method for setting the time on a packet.
Nathan Binkert
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-10-09
eventq: Major API change for the Event and EventQueue structures.
Nathan Binkert
2008-10-09
pdb: Try to make pdb work better.
Nathan Binkert
2008-10-09
SINIC: Commit old code from ASPLOS 2006 studies.
Nathan Binkert
2008-10-09
eventq: Don't use inline friend function when a static function will do.
Nathan Binkert
2008-10-09
SCons: add code to provide a libm5 shared library.
Nathan Binkert
2008-10-09
eventq: I'm sick of the warning about MaxTick being unused.
Nathan Binkert
2008-10-09
stats: use properly signed types for looping and comparison
Nathan Binkert
2008-10-09
style: Bring statistics code in line with the proper style.
Nathan Binkert
2008-10-09
O3: Generaize the O3 IMPL class so it isn't split out by ISA.
Gabe Black
2008-10-09
O3: Generaize the O3 dynamic instruction class so it isn't split out by ISA.
Gabe Black
2008-10-09
O3: Generalize the O3 CPU object so it isn't split out by ISA.
Gabe Black
2008-10-09
Microcode: Fix a silent typo error in the microcode assembler.
Gabe Black
2008-10-09
Microcode: Fix a very old bug with parsing external labels in microcode.
Gabe Black
2008-10-09
CPU: Fix where setMicroPC was being called instead of setNextMicroPC.
Gabe Black
2008-10-09
X86: Fix the debugging microops. The debug functions can't handle a string ob...
Gabe Black
2008-10-09
X86: Make far ret modify CS instead of some random selector.
Gabe Black
2008-10-09
Added tag m5_2.0_beta6 for changeset d8b246a665c1
Gabe Black
2008-10-08
Scons: Update compare_versions() to ignore trailing charecters after an int. ...
Ali Saidi
2008-10-07
Update the README and RELEASE_NOTES files to prepare for beta 6.
Gabe Black
[next]