DMA: Split the DMA device and IO device into seperate files
[gem5.git] / src / arch / x86 /
2012-05-22 Nilay VaishX86: Split Condition Code register
2012-05-19 Marc Orrx86 ISA: Implement the sse3 haddps instruction.
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-29 Gabe BlackX86: Fix the IMUL_R_P_I macroop.
2012-04-29 Vince WeaverX86: Fix up the open system call's flags.
2012-04-29 Vince WeaverX86: Make gem5 ignore a bunch of syscalls.
2012-04-24 Gabe BlackX86: Clear out duplicate TLB entries when adding a...
2012-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2012-04-21 Gabe BlackX86: Report an error if there's no kernel object, don...
2012-04-15 Gabe BlackX86: Fix a tiny typo in the load/store microop constructor.
2012-04-15 Gabe BlackX86: Use the AddrTrie class to implement the TLB.
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-03-31 Gabe BlackX86: Fix address size handling so real mode works properly.
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-19 Andreas Hanssonclang: Fix recently introduced clang compilation errors
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-03-01 Nilay Vaishx86: Fix x86 TLB and Walker
2012-02-26 Gabe BlackX86: Use the M5PanicFault fault in execute methods...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
2012-02-13 Gabe BlackX86: open flags: Another patch from Vince Weaver
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishX86: Add memory fence to I/O instructions
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-05 Nilay VaishX86 TLB: Move a DPRINTF to its correct place
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-20 Gabe BlackX86: Fix the constant detecting three byte opcodes...
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-11-01 Gabe BlackSE/FS: Get rid of the last use of FULL_SYSTEM in x86.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Gabe BlackX86: Build the same files in SE and FS.
2011-10-30 Gabe BlackX86: Get rid of more uses of FULL_SYSTEM.
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-10-13 Gabe BlackX86: Build vtophys in SE mode.
2011-10-13 Gabe BlackX86: Turn on the page table walker in SE mode.
2011-10-09 Gabe BlackInterrupts: Make the IO APIC go get the local APICs.
2011-10-09 Gabe BlackSE/FS: Build the Interrupt objects in SE mode.
2011-10-04 Gabe BlackSE/FS: Put platform pointers in fewer objects.
2011-09-30 Gabe BlackX86: Remove FULL_SYSTEM from the x86 faults.
2011-09-30 Gabe BlackSE/FS: Use the new FullSystem constant where possible.
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-23 Gabe BlackX86: Move the MSR lookup table out of the TLB and into...
2011-09-19 Gabe BlackX86: Don't use "#if FULL_SYSTEM" in the X86 ISA descrip...
2011-09-19 Gabe BlackPseudoInst: Remove the now unnecessary #if FULL_SYSTEMs...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-09-06 Gabe BlackX86: Make sure instruction flags are set properly even...
2011-09-05 Gabe BlackX86,TLB: Make sure the "delayedResponse" variable is...
2011-09-03 Lisa HsuTLB: comments and a helpful warning.
2011-08-14 Gabe BlackX86: Use IsSquashAfter if an instruction could affect...
2011-07-11 Nilay VaishX86: implements copyRegs() function
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-07-03 Gabe BlackX86: Fix store microops so they don't drop faults in...
2011-06-22 Gabe BlackX86: Eliminate an unused argument for building store...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-23 Steve Reinhardtconfig: revamp x86 config to avoid appending to SimObje...
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-05-06 Gabe BlackX86: Fix the Lldt instructions so they load the ldtr...
2011-04-23 Gabe BlackX86: When decoding a memory only inst, fault on reg...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
2011-03-02 Gabe BlackX86: Use the npc as the pc when doing a nativetrace...
2011-03-02 Gabe BlackX86: Decode the mysterious and elusive ffreep x87 instr...
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-03-02 Gabe BlackX86: Mark IO reads and writes as non-speculative.
2011-03-02 Gabe BlackX86: Mark prefetches as such in their instruction and...
2011-02-28 Gabe BlackX86: If PCI config space is disabled, pass through...
2011-02-28 Gabe BlackX86: Use regular read requests in the walker instead...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
next