summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15style: fix line lengths and include orderingBrandon Potter
2017-05-15cpu: fix problem with forwarding and locked loadAlec Roelke
2017-05-15arm, dev: stub out GIC distributor interrupt groupsCurtis Dunham
2017-05-12base: Make the VNC server more resilient.Gabe Black
2017-05-12misc: Make the remote GDB stub more resilient to bad connections.Gabe Black
2017-05-12syscall_emul: Fix undefined macro behaviorAndreas Sandberg
2017-05-12arm: Remove unused DumpStatsPCEventF class in FreeBSD systemAndreas Sandberg
2017-05-10scons: Use the generalized switching headers on the GPU ISA.Gabe Black
2017-05-10scons: arch: Generalize the switching header code.Gabe Black
2017-05-09config: Fix up some configs to not use CPU aliases.Gabe Black
2017-05-09scons: Get rid of the all_isa_deps variable.Gabe Black
2017-05-09misc: Add the --listener-loopback-only command line option.Gabe Black
2017-05-09misc: Expose the listener loopbackOnly function to python.Gabe Black
2017-05-09base: Teach the socket listeners how to bind to the loopback.Gabe Black
2017-05-09style: Treat PyBind headers as Python headersAndreas Sandberg
2017-05-09python: Fix debug flag listing regressionAndreas Sandberg
2017-05-09util, arm: Support mmapped m5ops on aarch64Andreas Sandberg
2017-05-09arm: Enable m5ops by default for VExpress_GEM5_V1Andreas Sandberg
2017-05-09arm: Add support for memory-mapped m5opsAndreas Sandberg
2017-05-09kvm, arm: Fix incorrect PSTATE syncAndreas Sandberg
2017-05-09util: Correctly handle short writes in m5 (read|exec)fileAndreas Sandberg
2017-05-09util: Add the m5_loadsymbol pseudo op to the m5 toolAndreas Sandberg
2017-05-09util: Fix incorrect use of m5_loadsymbolAndreas Sandberg
2017-05-09misc: fix build failure in cxx_config examplePaul Rosenfeld
2017-05-08scons: Get rid of the PHONY_BASE construction variable.Gabe Black
2017-05-08util: Fix incorrect return type in m5 writefileAndreas Sandberg
2017-05-08scons: Replace str(foo.get_contents()) with foo.get_text_contents().Gabe Black
2017-05-08scons: Make env['USE_PYTHON'] a source for createEnumStrings.Gabe Black
2017-05-06config: Remove support for CPU aliases.Gabe Black
2017-05-05syscall_emul: Argument retrieval bug fixAlexandru Dutu
2017-05-03scons: Merge reading test SConscripts into makeEnv.Gabe Black
2017-05-03scons: Fix the compiler flag used for partial linking.Gabe Black
2017-05-02python: Remove SWIGAndreas Sandberg
2017-05-02base, sim, dev: Remove SWIGAndreas Sandberg
2017-05-02scons: Remove SWIG supportAndreas Sandberg
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-05-02ext: Fix undefined macro in pybindAndreas Sandberg
2017-05-02ext: Add pybind rev f4b81b3Andreas Sandberg
2017-05-01scons: Remove the SPAWN hack added earlier.Gabe Black
2017-05-01scons: Group Source-s based on what SConscript included them.Gabe Black
2017-05-01scons: Put Source objects in groups and partially link them.Gabe Black
2017-05-01scons: Add builders for partially linked object files.Gabe Black
2017-05-01arch-sparc: Fix wrong indentation causing warnings for gcc 6Nikos Nikoleris
2017-05-01dev: Add ATA command used in recent Linux kernelsJason Lowe-Power
2017-04-28scons: Add a Transform() for when linking shared libraries.Gabe Black
2017-04-28scons: Find ext build directories automatically.Gabe Black
2017-04-25misc: Add MAINTAINERS fileJason Lowe-Power
2017-04-21tests: Remove unused options from tests.pyAndreas Sandberg
2017-04-18x86: fixed branching() computation for branch uopsSanti Galan
2017-04-14scons: When spawning the linker process, don't involve the shell.Gabe Black