summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-11Fix minor bug in util/style.pySteve Reinhardt
2007-12-03X86: Update the parser reference output which has mysteriously changed again?Gabe Black
2007-12-03X86: Please excuse my dear Aunt Sally. (precedence bug)Gabe Black
2007-12-02X86: Make sure the memory index is calculated using the address size for bit ...Gabe Black
2007-12-02X86: Fix a copy/paste mistake where the bit test instructions were using an i...Gabe Black
2007-12-02X86: Make the page not present panic more descriptive.Gabe Black
2007-12-02X86: Start setting up the real mode data structure.Gabe Black
2007-12-02X86: Make the 0xA0-0xA3 versions of mov use the right sized immediates.Gabe Black
2007-12-01X86: Add in a missing "break".Gabe Black
2007-12-01X86: Actually do something for the MiscRegFile clear function.Gabe Black
2007-12-01X86: Move startup code to the system object to initialize a Linux system.Gabe Black
2007-12-01X86: Add a missing microcode file to the sconscript.Gabe Black
2007-12-01X86: Fix a copy paste error in the bts microcode.Gabe Black
2007-12-01X86: Implement mov from control register.Gabe Black
2007-12-01X86: First crack at far returns. This is grossly approximate.Gabe Black
2007-12-01X86: Reorganize segmentation and implement segment selector movs.Gabe Black
2007-12-01X86: Make the "fault" microop predicated.Gabe Black
2007-12-01X86: Implement the LIDT instruction.Gabe Black
2007-12-01X86: Implement the lgdt instruction.Gabe Black
2007-12-01X86: Implement wrbase and wrlimit for loading pseudo descriptors.Gabe Black
2007-12-01X86: Separate the effective seg base and the "hidden" seg base.Gabe Black
2007-11-30SPARC: Fixes for invalidateAll and demapAll in the SPARC TLBs.Gabe Black
2007-11-29SPARC: Fix 32 bit register window flushing endian conversion.Gabe Black
2007-11-29SPARC: Fix the initial stack to match what the Linux kernel does.Gabe Black
2007-11-29SPARC: Combine the 64 and 32 bit process initialization code.Gabe Black
2007-11-29merge, no manual changesAli Saidi
2007-11-29Serialization: Fix serialization of file descriptors. Make sure openRick Strong
2007-11-28Make ports that aren't connected to anything fail more gracefully.Gabe Black
2007-11-21imported patch pagewalker.patchGabe Black
2007-11-20Get rid of a file that should have never been committed.Gabe Black
2007-11-20Merge with head.Gabe Black
2007-11-20Simple CPU fix simple mistake in translateDataWriteAddr.Gabe Black
2007-11-20Might as well ship splash2 scripts since we get questions on the list.Steve Reinhardt
2007-11-19Serialization: Serialize SPARC PTEs last so their nameOut() calls don't inter...Ali Saidi
2007-11-19Memory: Cache the physical memory start and size so we don't need a dynamic c...Ali Saidi
2007-11-19Compiling: Make sure that libelf is also compiled for 64bit on OS X.Ali Saidi
2007-11-16Make EXTRAS work for relative directories.Steve Reinhardt
2007-11-16Update memtest results due to new deferred-target-promotion fix.Steve Reinhardt
2007-11-16Tweak check for writable block fill.Steve Reinhardt
2007-11-16Fix bug on exclusive response to ReadReq with pending WriteReq.Steve Reinhardt
2007-11-17add back in clobbered MIPS fix for g++ 4.2Korey Sewell
2007-11-16go back and fix up MIPS copyright headersKorey Sewell
2007-11-16move initCPU, processInterrupts declaration to core_specific file.Korey Sewell
2007-11-16Accidently kept hardcoded memory value in merge. Remove that and now ALPHA_FS...Korey Sewell
2007-11-16Gabe's 32-bit X86 fix mergeKorey Sewell
2007-11-16compile-time fix for setMipsOptions functionKorey Sewell
2007-11-16X86: Fix 32 bit compilation.Gabe Black
2007-11-15remove unnecessary namespaceKorey Sewell
2007-11-15add thread id to misc. reg functionsKorey Sewell
2007-11-15add MicroPC functions back to thread contextKorey Sewell