Age | Commit message (Expand) | Author |
2019-01-10 | sim-se: Refactor clone to avoid most ifdefs | Andreas Sandberg |
2019-01-10 | arch-arm, sim-se: Wire up syscalls needed for pthreads | Javier Setoain |
2019-01-10 | dev-arm: Add a GICv3 model | Jairo Balart |
2019-01-09 | arch-arm: Additional bits in misc ARM registers to use with the TLB and page ... | Ivan Pizarro |
2019-01-03 | arm: properly handle RES0/1 for SCTLRs | Curtis Dunham |
2018-12-20 | arch, cpu: Remove float type accessors. | Gabe Black |
2018-12-19 | arch-arm: Add Crypto in SE mode | Giacomo Travaglini |
2018-12-18 | arch: Make the ISA parser always use binary floating point accessors. | Gabe Black |
2018-12-05 | arch-x86: Add sys/syscall.h to x86 process.cc/syscall_emul.cc | Tony Gutierrez |
2018-12-03 | arch-arm: correctly set floats from GDB on aarch64 | Ciro Santilli |
2018-12-03 | arch-arm: only change the pc address when GDB registers are set | Ciro Santilli |
2018-12-03 | arch-arm: fix the aarch64 GDB stub | Ciro Santilli |
2018-11-28 | arch-arm: Add missing template declaration | Nikos Nikoleris |
2018-11-28 | cpu,arch-arm: Initialise data members | Rekai Gonzalez-Alberquilla |
2018-11-28 | arch-arm: clang compilation fixes | Matteo Andreozzi |
2018-11-27 | hsail: Fix a warning/build failure for HSAIL_X86. | Gabe Black |
2018-11-27 | arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. | Gabe Black |
2018-11-27 | sim-se: only implement getdentsFunc on supported hosts | Ciro Santilli |
2018-11-21 | x86: Get rid of a problematic DPRINTF in PremFp. | Gabe Black |
2018-11-14 | arch-arm: Print register name when warning on AT instructions | Giacomo Travaglini |
2018-11-07 | arch-arm: Deprecate usage of legacy bootloader patching | Giacomo Travaglini |
2018-11-07 | arch-arm: ArmSystem::resetAddr64 renamed to be used in AArch32 | Giacomo Travaglini |
2018-11-07 | arch-arm: Implement AArch32 RVBAR | Giacomo Travaglini |
2018-11-07 | arch-arm: Remove SCTLR.VE bit | Giacomo Travaglini |
2018-11-07 | arch-arm: Refactor ISA::clear by adding a ISA::clear32 method | Giacomo Travaglini |
2018-11-07 | arch-arm: Remove MISCREG commented numbers | Giacomo Travaglini |
2018-11-06 | mips: Change the integer and fp register widths to be 64 bits. | Gabe Black |
2018-11-06 | mips: Clean up type overrides for operands. | Gabe Black |
2018-11-06 | mips: Explicitly truncate the syscall return value down to 32 bits. | Gabe Black |
2018-11-05 | null: Claim to use 64 bit floating point registers. | Gabe Black |
2018-11-05 | sparc: Switch the FloatReg and FloatRegBits types to be 64 bit. | Gabe Black |
2018-11-05 | arch, arm: Return s1Req upon fault in s2Lookup | Anouk Van Laer |
2018-11-05 | arch, arm: Effect of AT instructions on descriptor handling | Anouk Van Laer |
2018-10-29 | syscall_emul: implement arm openat | Ciro Santilli |
2018-10-29 | arch-arm: FIXUP for the add PRFM PST instruction commit | Yuetsu Kodama |
2018-10-26 | arch-arm: We add PRFM PST instruction for arm | yuetsu.kodama |
2018-10-26 | arch-arm: IMPDEF for SYS instruction with CRn = {11, 15} | Giacomo Travaglini |
2018-10-26 | arch-arm: AArch64 Instruction for MISCREG_IMPDEF_UNIMPL | Giacomo Travaglini |
2018-10-26 | arch-arm: Refactor AArch64 MSR/MRS trapping | Giacomo Travaglini |
2018-10-26 | arch-arm: Trap to EL2 only if not in Secure State | Giacomo Travaglini |
2018-10-26 | arch-arm: Fix HVC trapping beahviour | Giacomo Travaglini |
2018-10-26 | arch-arm: CPTR_EL3.TCPAC traps EL2 accesses to CPACR_EL1 | Giacomo Travaglini |
2018-10-19 | arm: treat aarch64 hints as NOPs instead of panic | Ciro Santilli |
2018-10-19 | arm: update hint instruction decoding to match ARMv8.5 | Ciro Santilli |
2018-10-18 | null: Stop specifying an endianness in isa_traits.hh. | Gabe Black |
2018-10-17 | arch: Include some additional headers in arch/generic/mmapped_ipr.cc. | Gabe Black |
2018-10-17 | arch: Get rid of the unused type AnyReg. | Gabe Black |
2018-10-12 | arch: Explicitly specify the endianness in the generic mem helpers. | Gabe Black |
2018-10-12 | mips: Use little endian packet accessors. | Gabe Black |
2018-10-12 | sparc: Use big endian packet accessors. | Gabe Black |