Age | Commit message (Expand) | Author |
2018-02-08 | arch-arm: Correct SecureMonitorTrap vals for aarch32 | Giacomo Travaglini |
2018-02-08 | arch-arm: Fixed error in choosing vector offset | Chuan Zhu |
2018-02-08 | arch-arm: Don't change PSTATE in Illegal Exception return | Giacomo Travaglini |
2018-02-08 | arch-arm: Handle route to EL2 in Supervisor Trap | Chuan Zhu |
2018-02-07 | arch-arm: Change the type of fault for dc ivac instructions | Nikos Nikoleris |
2018-02-07 | arch-arm: Unify permission checks for dc * instructions | Nikos Nikoleris |
2018-02-07 | arch-arm: Check cache maintenance insts for permission faults | Nikos Nikoleris |
2018-02-07 | arch-arm: Turn dc ivac to dc civac when some conditions are met | Nikos Nikoleris |
2018-02-07 | arch-arm: Fix printing of the data cache maintenance instructions | Nikos Nikoleris |
2018-02-07 | arch-arm: Fix cache line size for cache maintenace inst | Nikos Nikoleris |
2018-02-07 | arch-arm: Fault when dc ivac is executed from EL0 | Nikos Nikoleris |
2018-02-07 | arch-arm: Change function name for banked miscregs | Giacomo Travaglini |
2018-02-07 | arch-arm: Fix AArch32 SETEND Instruction | Giacomo Travaglini |
2018-02-07 | arch-arm: Correct Illegal Exception Return detection | Giacomo Travaglini |
2018-02-07 | arch-arm: ELUsingAArch32K from armarm pseudocode | Giacomo Travaglini |
2018-02-07 | arch-arm: isSecureBelow from armarm pseudocode | Giacomo Travaglini |
2018-02-07 | arch-arm: Fix incorrect assumptions in ELIs64 | Chuan Zhu |
2018-02-05 | arch-arm: Removing Serializing flag from ISB | Giacomo Travaglini |
2018-01-29 | arch-arm: understandably initialize register permissions | Curtis Dunham |
2018-01-29 | arm: extend MiscReg metadata structures | Curtis Dunham |
2018-01-29 | arch-arm: understandably initialize register mappings | Curtis Dunham |
2018-01-29 | arm: DT autogeneration - Generate memory node | Glenn Bergmans |
2018-01-29 | arm: DT autogeneration - Device Tree generation methods | Glenn Bergmans |
2018-01-20 | arch, mem: Make the page table lookup function return a pointer. | Gabe Black |
2018-01-20 | arm, base: Generalize and move the BitUnion hash struct. | Gabe Black |
2018-01-20 | base: Rework bitunions so they can be more flexible. | Gabe Black |
2018-01-20 | sim, arch, base: Refactor the base remote GDB class. | Gabe Black |
2018-01-19 | arch, mem, sim: Consolidate and rename the SE mode page table classes. | Gabe Black |
2018-01-15 | arch: Fix a fatal_if in most of the arch's process classes. | Gabe Black |
2018-01-11 | arm, power: Make the python TLB simobjects inherit from BaseTLB. | Gabe Black |
2018-01-11 | arch,mem: Remove the default value for page size. | Gabe Black |
2018-01-11 | arch,mem: Move page table construction into the arch classes. | Gabe Black |
2018-01-10 | style: change C/C++ source permissions to noexec | BKP |
2018-01-10 | alpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of ISA_HAS_DELAY_SLOT. | Gabe Black |
2018-01-09 | arm: Make translateFunctional override the base implementation. | Gabe Black |
2017-12-23 | alpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA::NoopMachInst. | Gabe Black |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2017-12-21 | arch-arm: Fixed WFE/WFI trapping behaviour | Giacomo Travaglini |
2017-12-21 | arch-arm: Hyp routed undef fault need to change its syndrome | Giacomo Travaglini |
2017-12-21 | arch-arm: Fix StaticInst encoding() method | Giacomo Travaglini |
2017-12-19 | arch-arm: Instruction size methods in StaticInst class | Giacomo Travaglini |
2017-12-19 | arch-arm: Change casting type from reinterpret to static | Giacomo Travaglini |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-08 | arm: Change access permission in TPIDRURO and TPIDRURW | Giacomo Travaglini |
2017-12-05 | arm: Add support for the dc {civac, cvac, cvau, ivac} instr | Nikos Nikoleris |
2017-12-05 | arm: Add support for the mcr dc{ic,i,c}mvac, dccmvau instructions | Nikos Nikoleris |
2017-12-05 | arm: Add CMO support for Non-Cacheable memory | Nikos Nikoleris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-12-01 | arm: Enable ns registers access in secure mode | Giacomo Travaglini |