Age | Commit message (Expand) | Author |
2019-11-26 | arch,cpu: Get rid of ISA_HAS_CC_REGS and its associated ifdefs. | Gabe Black |
2019-11-20 | base,tests: Expanded GTests for addr_range.hh | Brandon Potter |
2019-11-18 | arch: Get rid of the (Big|Little)EndianGuest namespaces. | Gabe Black |
2019-11-07 | x86: Replace htog and gtoh with htole and letoh. | Gabe Black |
2019-11-02 | arch,cpu: Move endianness conversion of inst bytes into the ISA. | Gabe Black |
2019-11-01 | arch-x86: Fix FLDCW_P and FNSTCW_P to use rip. | seanzw |
2019-10-30 | arch,sim: Make copyStringArray take an explicit endianness. | Gabe Black |
2019-10-30 | arch: Make endianness a property of the OS class syscalls can consume. | Gabe Black |
2019-10-19 | arch: Make a base class for Interrupts. | Gabe Black |
2019-10-18 | x86: Turn the local APIC Interrupts class into a SimObject. | Gabe Black |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-10-15 | x86: Use a std::function to handle MSI completion. | Gabe Black |
2019-10-15 | arch-x86: Make LFENCE a serializing instruction | Isaac Richter |
2019-10-15 | x86: De-x86ify the IntMasterPort. | Gabe Black |
2019-10-14 | x86: Simplify and consolidate the code that assembles an MSI on x86. | Gabe Black |
2019-10-12 | x86: Stop using and delete the x86 IntDevice class. | Gabe Black |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-10 | arch,base: Stop loading the interpreter in ElfObject. | Gabe Black |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-02 | x86: Switch from MessageReq and Resp to WriteReq and Resp. | Gabe Black |
2019-09-21 | x86: Templatize the IntMasterPort. | Gabe Black |
2019-09-21 | x86: Templatize IntSlavePort. | Gabe Black |
2019-09-21 | x86: Turn the local APIC into a PioDevice instead of a BasicPioDevice. | Gabe Black |
2019-09-20 | arch-x86: ignore non-temporal hint for movntps/movntpd SSE insts | Pouya Fotouhi |
2019-09-19 | arch-x86: Change warn to warn_once for NT instructions | Hoa Nguyen |
2019-09-18 | arch, x86: Rework the debug faults and microops. | Gabe Black |
2019-09-05 | arch-x86: Adding warning for movnti | Pouya Fotouhi |
2019-09-05 | arch-x86: implement movntq/movntdq instructions | Pouya Fotouhi |
2019-08-16 | x86: Stop CPUID from claiming we support xsave. | Gabe Black |
2019-08-15 | x86: Make unsuccessful CPUID instructions zero the result. | Gabe Black |
2019-08-10 | x86: Move some fixed or dummy config information into X86LocalApic.py. | Gabe Black |
2019-08-06 | sim-se: add new getpgrp system call | Brandon Potter |
2019-08-06 | sim-se: adding pipe2 syscall | Matthew Sinclair |
2019-07-22 | arch-x86: Don't free PTW state with inflight requests | Matthew Poremba |
2019-07-16 | arch-x86: add unconditional tag to calls/returns | Hoa Nguyen |
2019-05-31 | x86: fix movsd bug on %xmm register | Brandon Potter |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s. | Gabe Black |
2019-05-30 | arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code. | Gabe Black |
2019-05-29 | sim-se: add a release parameter to Process.py | Ciro Santilli |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-22 | sim-se: remove comment for code that moved | Brandon Potter |
2019-05-21 | sim-se: change syscall function signature | Brandon Potter |
2019-05-20 | x86: Add an object file loader for linux. | Gabe Black |
2019-05-07 | x86: Mark translation as delayed in case of a hw page table walk | Gabor Dozsa |
2019-05-03 | sim-se: add eventfd system call | Brandon Potter |
2019-04-30 | arch: Stop using TheISA within the ISAs. | Gabe Black |
2019-04-30 | x86: Get rid of some unnecessary TheISA-es in x86. | Gabe Black |
2019-04-28 | arch, sim: Simplify the AuxVector type. | Gabe Black |