INET: Add functions to header types to get offset in packet and start of payload...
[gem5.git] / src / arch /
2008-12-17 Steve ReinhardtMake Alpha pseudo-insts available from SE mode.
2008-12-17 Gabe BlackSPARC: Truncate syscall args and return values appropri...
2008-12-07 Lisa Hsuimported patch aux-fix.patch
2008-12-06 Gabe BlackX86: Add add_entry back in.
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-05 Lisa HsuThis brings M5 closer to modernity - the kernel being...
2008-12-04 Lisa HsuThis patch pulls out the auxiliary vector struct from...
2008-11-15 Steve Reinhardtsyscalls: fix latent brk/obreak bug.
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-10 Nathan Binkertpseudo inst: Add rpns (read processor nanoseconds)...
2008-11-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-11-10 Gabe BlackX86: Fix completeAcc get call.
2008-11-06 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-11-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-11-05 Nathan BinkertFix a few more places where the context stuff wasn...
2008-11-04 Lisa Hsuget rid of all instances of readTid() and getThreadNum...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa HsuMake it so that all thread contexts are registered...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-20 Ali SaidiO3CPU: Undo Gabe's changes to remove hwrei and simpalch...
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-17 Nathan Binkertget rid of local variable that's only used in an assert...
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: 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: 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 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: 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: 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: Make the bases for x86 fault class public.
2008-10-12 Gabe BlackX86: Make APICs communicate through the memory system.
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 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 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: Create SimObjects in python and C++ to represent...
2008-10-10 Nathan Binkertautomerge
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 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-10-09 Gabe BlackO3: Generaize the O3 dynamic instruction class so it...
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 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 Korey Sewellfix shadow set bugs in MIPS code that caused out of...
2008-09-29 Nathan Binkertalpha: Need to include cstring so that g++ 4.3 works.
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-28 Nathan Binkertstyle: Make a style pass over the whole arch/alpha...
2008-09-28 Nathan Binkertalpha: Clean up namespace usage.
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2008-09-28 Nathan Binkertalpha: Get rid fo the namespace called EV5.
2008-09-27 Nathan Binkertstyle
2008-09-26 Nathan Binkertstyle: missed space after switch
2008-09-26 Nathan BinkertWhen nesting if statements, use braces to avoid ambiguo...
2008-09-26 Nathan BinkertUse logical operator instead of bitwise operator for...
2008-09-26 Nathan Binkertstyle: bring this file into M5 style, use the new pte...
2008-09-26 Nathan Binkertstyle: These files didn't even come close to following...
2008-09-24 Nathan Binkertsparc: Fix style, create a helper function for translation.
2008-09-22 Nathan Binkertstyle
2008-09-19 Nathan BinkertWe're using the static keyword improperly in some cases.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-09-09 Nathan Binkertstyle: this file did not conform to style
2008-09-03 Gabe BlackX86: Fix the microcode for sign/zero extending moves...
2008-08-13 Ali SaidiReturn an UnimpFault for an ITB translation of an uncac...
2008-08-11 Nathan Binkertstyle
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
next