summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-03arm, kvm: Override the kernel's default MPIDR valueAndreas Sandberg
2017-04-03dev, arm: Fix multi-core KVM race in the generic timerAndreas Sandberg
2017-04-03dev: Align BAR0 size to power of 2 for VirtIO devicesSascha Bischoff
2017-04-03dev: Add a dummy VirtIO deviceAndreas Sandberg
2017-04-03dev: Rename VirtIO PCI debug flagAndreas Sandberg
2017-04-03arm: fix template instantiation warning in clangMatteo Andreozzi
2017-03-26scons: Collapse symlinks when installing git hooks.Gabe Black
2017-03-26scons: Use a relative symlink for git hooks more selectively.Gabe Black
2017-03-26scons: Detect and remove broken git hook symlinks.Gabe Black
2017-03-24scons: Stop generating an a.out checking the "as" version.Gabe Black
2017-03-21arm: correct register read bug in Pl390 GICCurtis Dunham
2017-03-21python: Automatically disable listeners in batch setupsAndreas Sandberg
2017-03-21util: Add a tool to list outgoing/incoming changesAndreas Sandberg
2017-03-20misc: add copyright/name information for contributionPierre-Yves Péneau
2017-03-17syscall-emul: Hotfix for FreeBSD/Mac buildsBrandon Potter
2017-03-17syscall-emul: change NULL to nullptr in Process filesBrandon Potter
2017-03-16cpu: Print progress messages in Trace CPURadhika Jagtap
2017-03-16tests: Warn not fail when reading invalid pickle status filesNikos Nikoleris
2017-03-15arm, dev: Add missing override in the Pl390 GIC modelAndreas Sandberg
2017-03-13dev, arm: Add draining to the GIC modelAndreas Sandberg
2017-03-13arm: Clean up the GIC implementationAndreas Sandberg
2017-03-09style: change NULL to nullptr in syscall filesBrandon Potter
2017-03-09syscall-emul: Ignore unimplemented system callsBrandon Potter
2017-03-09syscall-emul: Rewrite system call exit codeBrandon Potter
2017-03-09syscall-emul: Add the tgkill system callBrandon Potter
2017-03-09syscall-emul: Adds SE mode signal featureBrandon Potter
2017-03-09syscall-emul: Add or extend dup, dup2, and pipeBrandon Potter
2017-03-09syscall-emul: Add functionality to open syscallsBrandon Potter
2017-03-09style: Correct some style issuesBrandon Potter
2017-03-09syscall-emul: Move memState into its own fileBrandon Potter
2017-03-09misc: add missing copyright/author information in previous commitPierre-Yves Péneau
2017-03-09ruby: fix MOESI_hammer directory to work with > 3GB memoryLena Olson
2017-03-09ruby: fix and/or precedence in sliccLena Olson
2017-03-09misc: Add a CONTRIBUTING documentJason Lowe-Power
2017-03-07gpu-compute: Fix Python/C++ object hierarchy discrepanciesAndreas Sandberg
2017-03-07power: Avoid forward declarations that confuse wrappersAndreas Sandberg
2017-03-07dev, arm: Render HDLCD frames at a fixed rate in KVMSudhanshu Jha
2017-03-07dev: Add support for single-pass scan out in the PixelPumpSudhanshu Jha
2017-03-07dev, kvm: Add a fast KVM-aware mode in DmaReadFifoSudhanshu Jha
2017-03-07arm, kmi: Clear interrupts in KMI devicesSudhanshu Jha
2017-03-06syscall-emul: Remove unused class and memberBrandon Potter
2017-03-03mem: Make blkAlign a common function between all tag classesNikos Nikoleris
2017-03-03mem: Use pkt::getBlockAddr instead of BaseCace::blockAlignNikos Nikoleris
2017-03-03arm, kvm: enable running 32-bit Guest under ARM KVM64Rahul Thakur
2017-03-03arm, kvm: fix saving/restoring conditional flags in ARM KVM64Rahul Thakur
2017-03-01config: exit with fatal() if errorPierre-Yves Péneau
2017-03-01ruby: fix and/or precedence in sliccLena Olson
2017-03-01scons: Automatically add a git commit message hookAndreas Sandberg
2017-02-27syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...Brandon Potter
2017-02-27syscall_emul: [patch 14/22] adds identifier system callsBrandon Potter