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-10-12
Get rid of old RegContext code.
Gabe Black
2008-10-12
X86: Create a handy way to access labels from the ROM in microcode.
Gabe Black
2008-10-12
X86: Make X86's microcode ROM actually do something.
Gabe Black
2008-10-12
CPU: Make the highest order bit in the micro pc determine if it's combination...
Gabe Black
2008-10-12
CPU: Create a microcode ROM object in the CPU which is defined by the ISA.
Gabe Black
2008-10-12
X86: Create an eret microop which returns from ROM to combinational decoding.
Gabe Black
2008-10-12
X86: Make Br never report itself as the last microop.
Gabe Black
2008-10-12
X86: Create a SeqOp class of microops and make Br one of them.
Gabe Black
2008-10-12
X86: Implement CPUID with a magical function instead of microcode.
Gabe Black
2008-10-12
X86: Fix the ordering of special physical address ranges.
Gabe Black
2008-10-12
X86: Create a mechanism for the IO APIC to access I8259 vectors.
Gabe Black
2008-10-12
X86: Actually use the extra vector bits we get from ICW2.
Gabe Black
2008-10-12
X86: Make the local APIC process interrupts and send them to the CPU.
Gabe Black
2008-10-12
X86: Make the local APIC handle interrupt messages from the IO APIC.
Gabe Black
2008-10-12
X86: Change the default value for the IO APIC redirection table.
Gabe Black
2008-10-12
X86: Make the bases for x86 fault class public.
Gabe Black
2008-10-12
X86: Make APICs communicate through the memory system.
Gabe Black
2008-10-12
Create a message port for sending messages as apposed to reading/writing a me...
Gabe Black
2008-10-12
X86: Add a LocalApic trace flag.
Gabe Black
2008-10-12
X86: Make the local APIC accessible through the memory system directly, and m...
Gabe Black
2008-10-12
Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...
Gabe Black
2008-10-12
CPU: Eliminate the get_vec function.
Gabe Black
2008-10-11
CPU: Add a getInterruptController function
Gabe Black
2008-10-11
X86: Create an IO APIC device.
Gabe Black
2008-10-11
X86: Set up a mechanism for the I8254 timer to cause interrupts.
Gabe Black
2008-10-11
X86: Add an Intel MP table to the simulation.
Gabe Black
2008-10-11
CPU: Eliminate the simPalCheck funciton.
Gabe Black
2008-10-11
CPU: Eliminate the hwrei function.
Gabe Black
2008-10-11
X86: Rename the PC device to Pc.
Gabe Black
2008-10-11
X86: Bring the South Bridge device into dev/x86 and get rid of south_bridge d...
Gabe Black
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
[next]