gem5.git
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-17 Nathan Binkertneed to add packet_access.hh in order to get tempalte...
2008-10-17 Nathan Binkertget rid of local variable that's only used in an assert...
2008-10-16 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-14 Lisa HsuThis function declaration isn't used anywhere.
2008-10-14 Nathan Binkerteventq: make python events actually work
2008-10-14 Nathan Binkerteventq: revert code for unserializing events.
2008-10-13 Gabe BlackCPU: Explain why some code is commented out.
2008-10-13 Gabe BlackGet rid of some commented out code.
2008-10-13 Gabe BlackX86: Set the delayed commit flag in x86 microops approp...
2008-10-13 Gabe BlackX86: Make the local APIC timer event generate an interrupt.
2008-10-13 Gabe BlackX86: Implement the EOI register in the local APIC.
2008-10-13 Gabe BlackX86: Add some DPRINTFs to the local APIC.
2008-10-13 Gabe BlackX86: Make auto eoi mode work in the I8259 PIC.
2008-10-13 Gabe BlackX86: Make non-specific EOI commands work.
2008-10-13 Gabe BlackX86: Make the I8259 PIC accept a specific EOI command.
2008-10-13 Gabe BlackX86: Fix the segment setting code in IRET, and make...
2008-10-13 Gabe BlackX86: Panic when an unimplemented fault is invoked,...
2008-10-13 Gabe BlackX86: Implement the swapgs instruction.
2008-10-13 Gabe BlackX86: Add wrval/rdval microops for reading significant...
2008-10-13 Gabe BlackX86: Make the x86 interrupt fault kick off the interrup...
2008-10-13 Gabe BlackX86: Implement entering an interrupt in microcode.
2008-10-13 Gabe BlackX86: Make sure register microops set fault rather than...
2008-10-13 Gabe BlackX86: Implement an wrdh microop which loads bases/offset...
2008-10-13 Gabe BlackX86: Make the MicroPC type 16 bit.
2008-10-13 Gabe BlackX86: Implement local labels for the ROM that actually...
2008-10-13 Gabe BlackX86: Implement the chks check of interrupt gate target...
2008-10-13 Gabe BlackX86: Add a check type for interrupt gates.
2008-10-13 Gabe BlackX86: Fix chks checking the submode for stack segments.
2008-10-13 Gabe BlackX86: Let segment manipulation microops be conditional.
2008-10-13 Gabe BlackX86: Let the microassembler know about the microcode...
2008-10-13 Gabe BlackX86: Fix the rdbase microop
2008-10-13 Gabe BlackX86: Don't fetch in the simple CPU if you're in the...
2008-10-13 Gabe BlackGet rid of old RegContext code.
2008-10-13 Gabe BlackX86: Create a handy way to access labels from the ROM...
2008-10-13 Gabe BlackX86: Make X86's microcode ROM actually do something.
2008-10-12 Gabe BlackCPU: Make the highest order bit in the micro pc determi...
2008-10-12 Gabe BlackCPU: Create a microcode ROM object in the CPU which...
2008-10-12 Gabe BlackX86: Create an eret microop which returns from ROM...
2008-10-12 Gabe BlackX86: Make Br never report itself as the last microop.
2008-10-12 Gabe BlackX86: Create a SeqOp class of microops and make Br one...
2008-10-12 Gabe BlackX86: Update the stats for cpuid's new implementation
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...
2008-10-12 Gabe BlackX86: Fix the ordering of special physical address ranges.
2008-10-12 Gabe BlackX86: Create a mechanism for the IO APIC to access I8259...
2008-10-12 Gabe BlackX86: Actually use the extra vector bits we get from...
2008-10-12 Gabe BlackX86: Make the local APIC process interrupts and send...
2008-10-12 Gabe BlackX86: Make the local APIC handle interrupt messages...
2008-10-12 Gabe BlackX86: Change the default value for the IO APIC redirecti...
2008-10-12 Gabe BlackX86: Make the bases for x86 fault class public.
2008-10-12 Gabe BlackX86: Make APICs communicate through the memory system.
2008-10-12 Gabe BlackCreate a message port for sending messages as apposed...
2008-10-12 Gabe BlackX86: Add a LocalApic trace flag.
2008-10-12 Gabe BlackX86: Make the local APIC accessible through the memory...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-10-12 Gabe BlackCPU: Eliminate the get_vec function.
2008-10-11 Gabe BlackCPU: Add a getInterruptController function
2008-10-11 Gabe BlackX86: Add entries for the IO APIC to the MP table.
2008-10-11 Gabe BlackX86: Create an IO APIC device.
2008-10-11 Gabe BlackX86: Set up a mechanism for the I8254 timer to cause...
2008-10-11 Gabe BlackX86: Add an Intel MP table to the simulation.
2008-10-11 Gabe BlackCPU: Eliminate the simPalCheck funciton.
2008-10-11 Gabe BlackCPU: Eliminate the hwrei function.
2008-10-11 Gabe BlackX86: Rename the PC device to Pc.
2008-10-11 Gabe BlackX86: Bring the South Bridge device into dev/x86 and...
2008-10-11 Gabe BlackX86: Change I8254 and PCSpeaker devices from subdevices...
2008-10-11 Gabe BlackDevices: Make the Intel8254Timer device only use pointe...
2008-10-11 Gabe BlackX86: Make the CMOS and I8259 devices use IntDev and...
2008-10-11 Gabe BlackX86: Create the IntDev and IntPin system.
2008-10-11 Gabe BlackX86: Hook the CMOS device to the I8259 PICs.
2008-10-11 Gabe BlackX86: Make the I8259 decipher the commands it's given...
2008-10-11 Gabe BlackX86: Change the I8259 from a subdevice into a real...
2008-10-11 Gabe BlackX86: Change the CMOS from a sub-device to a real SimObject
2008-10-11 Gabe BlackTLB: Make all tlbs derive from a common base class...
2008-10-11 Gabe BlackX86: Create SimObjects in python and C++ to represent...
2008-10-11 Gabe BlackX86: Make the time on the RTC configurable.
2008-10-11 Gabe BlackX86: Create SimObjects in python and C++ to represent...
2008-10-11 Nathan Binkertcprintf: properly deal with pointer types
2008-10-11 Nathan Binkertswig: Add in a %rename to allow the same name to appear...
2008-10-10 Nathan BinkertRename the info function to inform to avoid likely...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertoutput: Make panic/fatal/warn more flexible so we can...
2008-10-10 Nathan Binkertgdb: add a debugging function that enters the python...
2008-10-10 Nathan Binkertjobfile: Add support for dictionaries as jobfile options.
2008-10-10 Nathan Binkertpython: Add a utility for nested attribute dicts.
2008-10-10 Nathan Binkertmisc: remove #include <cassert> from misc.hh since...
2008-10-10 Gabe BlackX86: Turn SMBios structures into simobjects.
2008-10-10 Gabe BlackX86: Add a couple comments to the bios SConscript
2008-10-10 Gabe BlackX86: Split makeLinuxX86System into makeLinuxX86System...
2008-10-10 Gabe BlackX86: Move the smbios objects into a folder for BIOS...
2008-10-10 Gabe BlackX86: Fix compilation with new eventq API.
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-10 Nathan Binkertrange_map: Add a method to find which range a single...
2008-10-09 Nathan Binkertstyle: conform to M5 style.
2008-10-09 Nathan Binkertmem: Add a method for setting the time on a packet.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-10-09 Nathan Binkerteventq: Major API change for the Event and EventQueue...
2008-10-09 Nathan Binkertpdb: Try to make pdb work better.
2008-10-09 Nathan BinkertSINIC: Commit old code from ASPLOS 2006 studies.
2008-10-09 Nathan Binkerteventq: Don't use inline friend function when a static...
next