Age | Commit message (Expand) | Author |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Decouple draining from the SimObject hierarchy | Andreas Sandberg |
2015-07-07 | sim: Make the drain state a global typed enum | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-07-04 | x86: Adjust the size of the values written to the x87 misc registers | Nikos Nikoleris |
2015-06-21 | arm: Cleanup arch headers to remove dma_device.hh dependency | Andreas Sandberg |
2015-06-09 | arm: Delete debug print in initialization of hardware thread | Rune Holm |
2015-06-09 | arm: Fix typo in ldrsh instruction name | Rune Holm |
2015-06-07 | arch: fix build under MacOSX | Ruslan Bukin ext:(%2C%20Zhang%20Guoye) |
2015-06-01 | kvm, arm: Add support for aarch64 | Andreas Sandberg |
2015-06-01 | kvm, arm, dev: Add an in-kernel GIC implementation | Andreas Sandberg |
2015-06-01 | kvm, arm: Move ARM-specific files to arch/arm/kvm/ | Andreas Sandberg |
2015-05-26 | arm: implement the CONTEXTIDR_EL2 system reg. | Curtis Dunham |
2015-05-26 | arm: Make address translation faster with better caching | Nathanael Premillieu |
2015-05-26 | arm: Implement some missing syscalls (SE mode) | Giacomo Gabrielli |
2015-05-23 | arm: Get rid of pointless have_generic_timer param | Andreas Sandberg |
2015-05-23 | dev, arm: Add virtual timers to the generic timer model | Andreas Sandberg |
2015-05-23 | dev, arm: Refactor and clean up the generic timer model | Andreas Sandberg |
2015-05-15 | arm: Identify table-walker requests | Andreas Hansson |
2015-05-15 | misc: Appease gcc 5.1 | Andreas Hansson |
2015-05-05 | syscall_emul: fix warn_once behavior | Steve Reinhardt |
2015-05-05 | arm: Add missing FPEXC.EN check | Andreas Hansson |
2015-05-05 | arm: enable DCZVA by default in SE mode | Giacomo Gabrielli |
2015-05-05 | arm: Relax ordering for some uncacheable accesses | Andreas Sandberg |
2015-05-05 | mem, cpu: Add a separate flag for strictly ordered memory | Andreas Sandberg |
2015-05-05 | mem, alpha: Move Alpha-specific request flags | Andreas Sandberg |
2015-05-05 | arm: Remove unnecessary boot uncachability | Andreas Hansson |
2015-05-05 | arch, cpu: Do not forward snoops to table walker | Andreas Hansson |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-04-29 | x86: change divide-by-zero fault to divide-error | Nilay Vaish |
2015-04-24 | misc: Appease gcc 5.1 without moving GDB_REG_BYTES | Andreas Hansson |
2015-04-23 | misc: Appease gcc 5.1 | Andreas Hansson |
2015-04-22 | syscall_emul: implement clock_gettime system call | Brandon Potter |
2015-04-22 | syscall_emul: update x86 syscall table | Monir Mozumder |
2015-04-13 | x86: implements x87 mult/div instructions | Nilay Vaish |
2015-04-03 | x86: fix debug trace output for mwait | Lena Olson |
2015-03-23 | mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW | Steve Reinhardt |
2015-03-02 | arm: Share a port for the two table walker objects | Andreas Hansson |
2015-03-02 | arm: Remove unnecessary dependencies between AArch64 FP instructions | Giacomo Gabrielli |
2015-03-02 | mem: Split port retry for all different packet classes | Andreas Hansson |
2015-03-02 | arm: Don't truncate 16-bit ASIDs to 8 bits | Andreas Sandberg |
2015-03-02 | arm: Correctly access the stack pointer in GDB | Andreas Sandberg |
2015-03-02 | arm: Fix broken page table permissions checks in remote GDB | Andreas Sandberg |
2015-02-16 | arch: Make readMiscRegNoEffect const throughout | Andreas Hansson |
2015-02-16 | arm: Merge ISA files with pseudo instructions | Andreas Sandberg |
2015-02-11 | mem: Clarification of packet crossbar timings | Marco Balboni |
2015-02-11 | sim: Move the BaseTLB to src/arch/generic/ | Andreas Sandberg |
2015-01-25 | arm: always set the IsFirstMicroop flag | Ali Saidi |
2015-01-25 | cpu: Remove all notion that we know when the cpu is misspeculating. | Ali Saidi |
2015-01-25 | cpu: Put all CPU instruction tracers in a single file | Ali Saidi |