Age | Commit message (Expand) | Author |
2016-03-17 | syscall_emul: update x86 mmap base address | Brandon Potter |
2016-03-17 | syscall_emul: move mmapGrowsDown() to LiveProcess | Steve Reinhardt |
2016-03-17 | syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls | Brandon Potter |
2016-03-17 | syscall_emul: extend mmap system call to support file backed mmaps | Brandon Potter |
2016-03-17 | syscall_emul: add many Linux kernel flags | Brandon Potter |
2016-03-17 | syscall_emul: rename OpenFlagTransTable struct | Brandon Potter |
2016-03-16 | arm: Fix disasm printing | Nathanael Premillieu |
2015-11-27 | base: Add support for changing output directories | Andreas Sandberg |
2015-08-10 | mem, cpu: Add assertions to snoop invalidation logic | Stephan Diestelhorst |
2016-02-29 | arm: Squash after returning from exceptions in v7 | Mitch Hayenga |
2016-02-23 | scons: Add missing override to appease clang | Andreas Hansson |
2016-02-15 | misc: Add missing overrides to appease clang | Andreas Hansson |
2016-02-13 | syscall_emul: Implement clock_getres() system call | Michael LeBeane |
2016-02-06 | x86: revamp cmpxchg8b/cmpxchg16b implementation | Alexandru Dutu |
2016-02-06 | arch, x86: add support for arrays as memory operands | Steve Reinhardt |
2016-02-06 | arch: get rid of dummy var init | Steve Reinhardt |
2016-02-06 | syscall_emul: fix bug in aux vector initialization | Steve Reinhardt |
2016-02-06 | style: eliminate explicit boolean comparisons | Steve Reinhardt |
2016-02-06 | x86: create function to check miscreg validity | Steve Reinhardt |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez |
2016-01-17 | cpu. arch: add initiateMemRead() to ExecContext interface | Steve Reinhardt |
2016-01-17 | arch: don't call *Timing functions from *Atomic versions | Steve Reinhardt |
2016-01-17 | arch: get rid of unused LargestRead typedef | Steve Reinhardt |
2016-01-17 | sim: don't ignore SIG_TRAP | Steve Reinhardt |
2016-01-11 | scons: Enable -Wextra by default | Andreas Hansson |
2016-01-07 | pseudo inst,util: Add optional key to initparam pseudo instruction | Gabor Dozsa |
2015-12-18 | arm: remote GDB: rationalize structure of register offsets | Boris Shingarov |
2015-12-04 | arm, config: Automatically discover available platforms | Andreas Sandberg |
2015-12-03 | arm: Add support for automatic boot loader selection | Andreas Sandberg |
2015-11-22 | arm: Fix fplib 128-bit shift operators | Nathanael Premillieu |
2015-11-16 | x86: Invalidating TLB entry on page fault | Swapnil Haria |
2015-11-16 | x86: cpuid: add family to warn() message | Bjoern A. Zeeb |
2015-11-16 | x86: pagetable walker: fix typo in comment | Bjoern A. Zeeb |
2015-11-16 | sparc: Make remote debugging with gdb work | Palle Lyckegaard |
2015-10-29 | arm: Add secure flag to TableWalker request when needed | Nathanael Premillieu |
2015-10-29 | kvm, arm: Fix compilation errors due to API changes | Victor Garcia |
2015-10-25 | power: Implement Remote GDB | Boris Shingarov |
2015-10-23 | x86: Add missing explicit overrides for X86 devices | Andreas Hansson |
2015-10-12 | misc: Add explicit overrides and fix other clang >= 3.5 issues | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-10-09 | isa: Add parameter to pick different decoder inside ISA | Rekai Gonzalez Alberquilla |
2015-10-06 | arch: clean up isa_parser error handling | Steve Reinhardt |
2015-10-06 | x86: implement rcpps and rcpss SSE insts | Steve Reinhardt |
2015-10-06 | x86: implement fild, fucomi, and fucomip x87 insts | Steve Reinhardt |
2015-09-30 | arm: Change TLB Software Caching | Mitch Hayenga |
2015-09-30 | cpu,isa,mem: Add per-thread wakeup logic | Mitch Hayenga |
2015-09-30 | isa,cpu: Add support for FS SMT Interrupts | Mitch Hayenga |
2015-09-30 | arm: SMT MPIDR Setting | Mitch Hayenga |