ARM: Pull some static code out of the isa desc and create miscregs.hh.
[gem5.git] / src / arch / x86 /
2009-02-25 Gabe BlackISA: Use the "Stack" traceflag for DPRINTFs about the...
2009-02-25 Gabe BlackX86: Implement the lldt instruction.
2009-02-25 Gabe BlackX86: Add segmentation checks for ldt related descriptor...
2009-02-25 Gabe BlackX86: Make the TSS type check actually return a fault...
2009-02-25 Gabe BlackX86: Make rdcr use merge and the mov to control registe...
2009-02-25 Gabe BlackX86: Implement CLTS.
2009-02-25 Gabe BlackX86: Make the segment register reading microops use...
2009-02-25 Gabe BlackX86: Implement the mov to debug register intructions.
2009-02-25 Gabe BlackX86: Rename oszForPseudoDesc maxOsz to reflect its...
2009-02-25 Gabe BlackX86: Add code to interpret debug register values.
2009-02-25 Gabe BlackX86: Fix a few bugs with the segment register instructi...
2009-02-25 Gabe BlackX86: Do a merge for the zero extension microop.
2009-02-25 Gabe BlackX86: Add microops for reading/writing debug registers.
2009-02-25 Gabe BlackX86: Add classes that break out the bits of the DR6...
2009-02-25 Gabe BlackX86: Check src1 for illegal values since that's the...
2009-02-25 Gabe BlackX86: Implement the fence instructions. These are not...
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
2009-02-25 Gabe BlackX86: Use the right portion of a register for stores.
2009-02-25 Gabe BlackX86: Actually check page protections.
2009-02-25 Gabe BlackX86: Update CS later so stack accesses have the right...
2009-02-25 Gabe BlackX86: Use atCPL0 for accesses that are part of CPU machi...
2009-02-25 Gabe BlackX86: Add a flag to force memory accesses to happen...
2009-02-25 Gabe BlackX86: Move where CS is set so CPL checks work out.
2009-02-25 Gabe BlackX86: Implement inUserMode for x86.
2009-02-25 Gabe BlackX86: Add a trace flag for tracing faults.
2009-02-25 Gabe BlackX86: Implement the sysret instruction in long mode.
2009-02-25 Gabe BlackX86: Implement the longmode versions of the syscall...
2009-02-25 Gabe BlackX86: Make the microcode assembler recognize r8-r15.
2009-02-25 Gabe BlackX86: Add a wrattr microop.
2009-02-25 Gabe BlackX86: Add a trace flag for the page table walker.
2009-02-25 Gabe BlackX86: Make exceptions handle stack switching.
2009-02-25 Gabe BlackX86: Implement the LTR instruction.
2009-02-25 Gabe BlackX86: Fix segment limit checking.
2009-02-25 Gabe BlackX86: Add a check to chks to verify a task state segment...
2009-02-25 Gabe BlackX86: Add a check to chks which raises #GP(selector...
2009-02-25 Gabe BlackX86: Add makeAtomicResponse to the read/write functions...
2009-02-25 Gabe BlackX86: Fix the timing mode of the page table walker.
2009-02-25 Gabe BlackX86: Make the X86 TLB take advantage of delayed transla...
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackX86: Make the stupd microop not update registers in...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2009-02-23 Gabe BlackX86: Pass whether an access was a read/write/fetch...
2009-02-16 Lisa Hsusycalls: implement mremap() and add DATA flag for getrl...
2009-02-10 Nathan Binkertcopyright: This file need not have had the more restric...
2009-02-07 Nathan BinkertQuell g++ 4.3 warning about operator ambiguity
2009-02-02 Gabe BlackX86: All x86 fault classes now attempt to do something...
2009-02-02 Gabe BlackX86: Make the fault classes handle error codes better.
2009-02-02 Gabe BlackX86: Make the long mode interrupt/exception microcode...
2009-02-02 Gabe BlackX86: Distinguish between hardware and software interrup...
2009-02-02 Gabe BlackX86: Fix the upper bound on some ranges that were setti...
2009-02-02 Gabe BlackX86: Make the chks microop check for the right int...
2009-02-02 Gabe BlackX86: Touch up the interrupt entering microcode.
2009-02-02 Gabe BlackX86: Keep track of the vector for all exceptions/faults.
2009-02-01 Gabe BlackX86: Fix the time keeping of the Local APIC timer.
2009-02-01 Gabe BlackX86: Fix the microcode for the LODS instruction.
2009-02-01 Gabe BlackX86: Fix some incorrect register widths.
2009-02-01 Gabe BlackX86: Add extended Intel MP entries correctly.
2009-02-01 Gabe BlackX86: Compute PCI config addresses correctly.
2009-02-01 Gabe BlackX86: Calculate flags based on the actual result.
2009-02-02 Gabe BlackX86: Set/correct some default values for x86 parameters.
2009-01-26 Gabe BlackX86: Implement the xadd instruction.
2009-01-26 Gabe BlackX86: Implement the bswap instruction.
2009-01-26 Gabe BlackX86: Fix a bug in the iret microcode.
2009-01-26 Gabe BlackX86: Make the interrupt object wake up the CPU when...
2009-01-26 Gabe BlackCPU: Add a setCPU function to the interrupt objects.
2009-01-19 Nathan Binkerttracing: Add help strings for some of the trace flags
2009-01-13 Nathan BinkertSCons: centralize the Dir() workaround for newer versio...
2009-01-07 Gabe BlackX86: Hook in the M5 pseudo insts.
2009-01-07 Gabe BlackX86: Autogenerate macroop generateDisassemble function.
2009-01-07 Gabe BlackX86: Move the function that prints memory args into...
2009-01-07 Gabe BlackX86: Move the macroop class out of the isa description...
2009-01-07 Gabe BlackX86: Change indentation on microop disassembly.
2008-12-07 Lisa Hsuimported patch aux-fix.patch
2008-12-06 Gabe BlackX86: Add add_entry back in.
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
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-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-11-10 Gabe BlackX86: Fix completeAcc get call.
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...
next