ARM: move kernel func event to correct location.
[gem5.git] / src / arch /
2012-03-01 Dam SunwooARM: move kernel func event to correct location.
2012-03-01 Giacomo GabrielliARM: fix bits-to-fp conversion function declarations.
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 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-11 Gabe BlackSPARC: Make PSTATE and HPSTATE a BitUnion.
2012-02-07 Gabe BlackFaults: Turn off arch/faults.hh
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 Dam Sunwooutil: implements "writefile" gem5 op to export file...
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-30 Andreas HanssonMEM: Clean-up of Functional/Virtual/TranslatingPort...
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMIPS: Fix a compiler warning from the eret instruction.
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-17 Steve ReinhardtAlpha: warn_once about broken PAL breakpoints.
2012-01-12 Deyuan Guomips: compatibility between MIPS_SE and cross compiler...
2012-01-12 Deyuan Guomips: Fix bugs in faults.cc/hh and tlb.cc for MIPS_FS
2012-01-12 Deyuan Guomips: Fix decoder of two float-convert instructions
2012-01-12 Deyuan Guomips: definition of MIPS64_QNAN in registers.hh
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-10 Ali SaidiARM: Add support for initparam m5 op
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-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-01 Mitchell HayengaDevice: Make changes necessary to support a coherent...
2011-12-01 Ali SaidiARM: Add IsSerializeAfter and IsNonSpeculative flag...
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-28 Gabe BlackSPARC: Minor style fix.
2011-11-28 Gabe BlackSPARC: Isolate FP operations enough to prevent code...
2011-11-20 Gabe BlackX86: Fix the constant detecting three byte opcodes...
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-13 Gabe BlackPower: Add a stubbed out stacktrace.cc
2011-11-13 Gabe BlackPOWER: Add a stub implementation of initCPU.
2011-11-13 Gabe BlackPower: Add a stub kernel_stats.hh.
2011-11-13 Gabe BlackPower: Implement a stub for getArgument.
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
2011-11-01 Gabe BlackSE/FS: Get rid of the last use of FULL_SYSTEM in x86.
2011-11-01 Gabe BlackSE/FS: Get rid of uses of FULL_SYSTEM in Alpha.
2011-10-31 Gabe BlackSE/FS: Remove the last uses of FULL_SYSTEM from SPARC.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-31 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in MIPS.
2011-10-31 Gabe BlackSystem: Push boot_cpu_frequency down into the subclasse...
2011-10-30 Gabe BlackSE/FS: Remove the last references to FULL_SYSTEM from...
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-16 Gabe BlackSE/FS: Turn on the page table class in FS.
2011-10-16 Gabe BlackSPARC: Build vtophys into SE mode.
2011-10-16 Gabe BlackPower: Add a stub implementation for vtophys in SE...
2011-10-16 Gabe BlackMIPS: Build vtophys in SE mode.
2011-10-16 Gabe BlackARM: Build vtophys in SE mode.
2011-10-16 Gabe BlackARM: Turn on the page table walker on ARM in SE mode.
2011-10-16 Gabe BlackAlpha: Turn on vtophys in SE mode.
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-13 Gabe BlackSPARC: Remove the last checks of FULL_SYSTEM.
2011-10-13 Gabe BlackSPARC: Narrow the scope of #if FULL_SYSTEM in SPARC...
2011-10-10 Gabe BlackSPARC: Let the TLB have friends in FS mode.
2011-10-10 Gabe BlackSPARC: Turn on handleIprRead and handleIprWrite in...
2011-10-10 Gabe Black[mq]: sefssparcregfile.patch
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 BlackSE/FS: Remove System::platform and Platform::intrFrequency.
2011-09-30 Gabe BlackX86: Remove FULL_SYSTEM from the x86 faults.
2011-09-30 Gabe BlackSE/FS: Build the devices in SE mode.
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 BlackFaults: Add in generic faults that work like panics...
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-25 Gabe BlackSCons: Add a comment I forgot to add in earlier.
2011-09-24 Gabe BlackSCons: Make the ISA parser a source for its output...
2011-09-23 Gabe BlackX86: Move the MSR lookup table out of the TLB and into...
2011-09-19 Gabe BlackMIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
2011-09-19 Gabe BlackMIPS, faults: Update how the PC is set.
2011-09-19 Gabe BlackMIPS: Get rid of skipFaultInstruction and setRestartAdd...
2011-09-19 Gabe BlackMIPS: Use inheritance to consolidate class definitions.
2011-09-19 Gabe BlackMIPS: Always compile in setExceptionState, including...
2011-09-19 Gabe BlackMIPS: Consolidate TLB related faults.
2011-09-19 Gabe BlackMIPS: Get rid of the unused "count" field in FaultVals.
2011-09-19 Gabe BlackMIPS: Move the genMachineCheckFault function near Machi...
next