summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-20attack code and exp scriptis-rebase09-linuxarm-3.7.0Iru Cai
2019-03-20invisispec-1.0 configsIru Cai
2019-03-20invisispec-1.0 sourceIru Cai
2018-10-18mem-cache: Fix unused variable warning in FALRU:invalidate()Nikos Nikoleris
2018-10-18mem: Add write coalescing and write-no-allocate to the cachesNikos Nikoleris
2018-10-18mem: Delay servicing an MSHR after its allocationNikos Nikoleris
2018-10-18mem: Restructure whole-line writes to simplify write mergingNikos Nikoleris
2018-10-18mem: Determine if an MSHR does a whole-line writeNikos Nikoleris
2018-10-18mem: Mark the guest endianness packet accessors as deprecated.Gabe Black
2018-10-18null: Stop specifying an endianness in isa_traits.hh.Gabe Black
2018-10-18mem: Explicitly specify the endianness in the abstract memory.Gabe Black
2018-10-17gpu-compute: Explicitly use little endian packet accessors.Gabe Black
2018-10-17arch: Include some additional headers in arch/generic/mmapped_ipr.cc.Gabe Black
2018-10-17dev: Remove using namespace TheISA in uart8250.cc.Gabe Black
2018-10-17dev: Explicitly specify the endianness for packet accessors.Gabe Black
2018-10-17python: Stop conditionally excluding code from pyobject.ccGabe Black
2018-10-17dev: Build most of the networking devices in the NULL_ISA build.Gabe Black
2018-10-17dev: Build the PCI device models even in NULL_ISA builds.Gabe Black
2018-10-17arch: Get rid of the unused type AnyReg.Gabe Black
2018-10-17dev-arm: Don't panic when EOIR a non active PPIAdrien Pesle
2018-10-17dev-arm: Fix Gicv2 distributor group registerAdrien Pesle
2018-10-16systemc: Get rid of leftovers from unimplemented warnings past.Gabe Black
2018-10-16systemc: Implement Object::simcontext().Gabe Black
2018-10-16systemc: Stop filtering out warnings about unimplemented features.Gabe Black
2018-10-16systemc: Warn about using deprecated sc_port constructors.Gabe Black
2018-10-16systemc: Add a python config class for sc_modules.Gabe Black
2018-10-16systemc: Don't include the scheduler in an external header file.Gabe Black
2018-10-16systemc: Add an accessor for getting the current process.Gabe Black
2018-10-16systemc: Don't re-schedule a process which is already scheduled.Gabe Black
2018-10-16systemc: Fix accounting in the sc_fifo class.Gabe Black
2018-10-16systemc: Exclude a test which tests a feature we're not implementing.Gabe Black
2018-10-16systemc: Switch to using predefined messages for datatypes.Gabe Black
2018-10-16systemc: Switch to using predefined messages for channels.Gabe Black
2018-10-16systemc: Don't depend on the order of static initializers.Gabe Black
2018-10-16systemc: Switch to using predefined messages for utils.Gabe Black
2018-10-16systemc: Remove a redundant error check.Gabe Black
2018-10-16systemc: Check the maximum port size when finializing bindings.Gabe Black
2018-10-16systemc: Fix how the maximum size is computed for sc_ports.Gabe Black
2018-10-16systemc: Mark a test as expected to fail.Gabe Black
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Add a mechanism for pre-registering message type ids.Gabe Black
2018-10-16systemc: Add a warning about dont_initialize and cthreads.Gabe Black
2018-10-16systemc: Make suppress_id work like the test expects.Gabe Black
2018-10-16systemc: Handle integer based IDs like Accellera does.Gabe Black
2018-10-16systemc: Refactor reporting to prep for int based messages.Gabe Black
2018-10-16systemc: Stop passing arguments to sc_main.Gabe Black
2018-10-16systemc: When resetting a process, clear suspended ready.Gabe Black
2018-10-16systemc: Manually correct the golden output for a test.Gabe Black
2018-10-16systemc: If a process hasn't started, still signal its reset event.Gabe Black
2018-10-16systemc: Ignore attempts to throw a signal to a method.Gabe Black