X86: Make non-specific EOI commands work.
[gem5.git] / src /
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: 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: 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: 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...
2008-10-09 Nathan BinkertSCons: add code to provide a libm5 shared library.
2008-10-09 Nathan Binkerteventq: I'm sick of the warning about MaxTick being...
2008-10-09 Nathan Binkertstats: use properly signed types for looping and comparison
2008-10-09 Nathan Binkertstyle: Bring statistics code in line with the proper...
2008-10-09 Gabe BlackO3: Generaize the O3 IMPL class so it isn't split out...
2008-10-09 Gabe BlackO3: Generaize the O3 dynamic instruction class so it...
2008-10-09 Gabe BlackO3: Generalize the O3 CPU object so it isn't split...
2008-10-09 Gabe BlackMicrocode: Fix a silent typo error in the microcode...
2008-10-09 Gabe BlackMicrocode: Fix a very old bug with parsing external...
2008-10-09 Gabe BlackCPU: Fix where setMicroPC was being called instead...
2008-10-09 Gabe BlackX86: Fix the debugging microops. The debug functions...
2008-10-09 Gabe BlackX86: Make far ret modify CS instead of some random...
2008-10-06 Nathan Binkertpython: cleanup options parsing stuff so that it proper...
2008-10-06 Korey Sewellfix shadow set bugs in MIPS code that caused out of...
2008-10-02 Nathan Binkertunittest: Add unit tests to the scons framework.
2008-10-02 Nathan Binkertunittest: Cleanup unit tests. Follow style. Garbage...
2008-10-02 Nathan Binkertstats: Fix small bug pointed out by unit testing.
next