base: Clean up bitmap generation code
[gem5.git] / src / sim /
2015-05-15 Andreas Sandbergsim: Don't clear the active CPU vector in System::initState
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Brandon Pottersyscall_emul: update getrlimit to use warn
2015-04-22 Brandon Pottersyscall_emul: fix warning with wrong syscall name
2015-04-13 Nilay Vaishsim: Use NULL instead of None for testing filenames.
2015-04-13 Nilay Vaishsim: fix function for emulating dup()
2015-04-03 Ruslan Bukinsim: correct check for endianess
2015-03-26 Curtis Dunhamsim: Update limit_event reuse to final version
2015-03-23 Curtis Dunhamsim: Reuse the same limit_event in simulate()
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-16 Andreas Hanssonmem: mmap the backing store with MAP_NORESERVE
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-02-03 Andreas Sandbergsim: Remove test for non-NULL this in Event
2014-12-19 Curtis Dunhamsim: prioritize async events; prevent starvation
2015-01-25 Ali Saidisim: Clean up InstRecord
2015-01-25 Ali Saidicpu: Remove all notion that we know when the cpu is...
2015-01-03 mike uptonarm: Add unlinkat syscall implementation
2014-12-27 Joel Hestnesssyscall_emul: Return correct writev value
2014-11-24 Andreas Hanssonmisc: Another round of static analysis fixups
2014-11-24 Alexandru Dutumem: Page Table map api modification
2014-11-24 Alexandru Dutux86: Segment initialization to support KvmCPU in SE
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-10-30 Ali Saidiautomated merge
2014-09-02 Steve Reinhardtsyscall_emul: add retry flag to SyscallReturn
2014-10-22 Steve Reinhardtsyscall_emul: minor style fix to LiveProcess constructor
2014-10-22 Steve Reinhardtsyscall_emul: devirtualize BaseBufferArg methods
2014-10-22 Steve Reinhardtsyscall_emul: Put BufferArg classes in a separate header.
2014-10-22 Steve Reinhardtsyscall_emul: add EmulatedDriver object
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Andreas Hanssonx86: Fixes to avoid LTO warnings
2014-10-20 Tom Jablinsim: invalid alignment checks in mmap and mremap
2014-10-20 Michael Adlersim: mmap: correct behavior for fixed address
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-10-20 Severin Wischmann... x86: syscall: implementation of exit_group
2014-10-16 Andreas Hanssonsim: EventQueue wakeup on events scheduled outside...
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Hanssondev: Use shared_ptr for Arguments::Data
2014-10-16 Andreas Hanssonarch,x86,mem: Dynamically determine the ISA for Ruby...
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-10-16 Andreas Sandbergcpu: Probe points for basic PMU stats
2014-10-16 Andreas Sandbergsim: Add typedefs for PMU probe points
2014-10-16 Andreas Sandbergsim: Add support for serializing BitUnionXX
2014-10-16 Andreas Hanssonconfig: Add the ability to read a config file using...
2014-10-16 Andrew Bardsleyconfig: Add a --without-python option to build process
2014-10-01 Andreas Hanssonmisc: Fix issues identified by static analysis
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-08-12 Stephan Diestelhorstenergy: Tighter checking of levels for DFS systems
2014-06-16 Stephan Diestelhorstenergy: Small extentions and fixes for DVFS handler
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2014-09-19 Andreas Hanssonmisc: Restore ostream flags where needed
2014-09-12 Andrew Bardsleystyle: Fix line continuation, especially in debug messages
2014-09-09 Andreas Sandbergsim: Automatically unregister probe listeners
2014-09-09 Andreas Sandbergsim: Fix resource leak in BaseGlobalEvent
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-09-03 Andrew Bardsleysim: Fix checkpoint restore for Ticked
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-08-28 Alexandrumem: adding architectural page table support for SE...
2014-04-01 Alexandrumem: adding a multi-level page table class
2014-02-05 Curtis Dunhamsim: bump checkpoint version for multiple event queues
2014-08-13 Dam Sunwoosim: remove kernel mapping check for baremetal workloads
2014-08-13 Andreas Sandbergcpu: Don't forward declare RefCountingPtr
2014-08-10 Geoffrey Blakeconfig: Add SubSystem container for simobjects
2014-07-23 Andrew Bardsleycpu: `Minor' in-order CPU model
2014-07-19 Steve Reinhardtsyscall emulation: fix fast build issue
2014-07-19 Steve Reinhardtsim: remove unused MemoryModeStrings array
2014-07-19 Steve Reinhardtsyscall emulation: fix DPRINTF arg ordering bug
2014-07-01 Radhika Jagtaputil: Add DVFS perfLevel to checkpoint upgrade script
2014-06-30 Stephan Diestelhorstpower: Add basic DVFS support for gem5
2014-06-10 Joel Hestnesssim: More rigorous clocking comments
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
2014-04-17 Ali Saidisim, arm: implement more of the at variety syscalls
2014-05-09 Andrew Bardsleycpu: Allow setWhen on trace objects
2014-05-09 Geoffrey Blakearch, arm: Preserve TLB bootUncacheability when switchi...
2014-04-23 Andreas Hanssonsim: Use correct unit for abort message
2014-04-19 Marco Elverruby: recorder: Fix (de-)serializing with different...
2014-04-03 Andreas Sandbergsim: Add the ability to lock and migrate between event...
2014-03-07 Mitch Hayengascons: Fixes uninitialized warnings issued by clang
2014-03-06 Andreas Sandbergsim: Schedule the global sync event at curTick() +...
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2014-01-24 Chris Adeniyi-Jonessim: Add openat/fstatat syscalls and fix mremap
2014-01-24 Matt Horsnellbase: add support for probe points and common probes
2014-01-24 Andreas Hanssonsim: Expose the current voltage for each object as...
2014-01-24 Andreas Hanssonsim: Expose the current clock period as a stat
2013-12-30 Christopher Torngsim: Add support for dynamic frequency scaling
2013-11-29 Andreas Sandbergbase: Fix race in PollQueue and remove SIGALRM workaround
2013-11-29 Andreas Sandbergbase: Clean up signal handling
2013-11-26 Nilay Vaishsim: correct ticksToCycles() function.
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-11-12 Anthony Gutierrezsim: fix event priority name for debug-start option
2013-11-01 Andreas Hanssonsim: Clarify the difference between tracing and debugging
2013-10-31 Chander SudanthiARM: add support for TEEHBR access
2013-10-31 Geoffrey Blakedev: Fix race conditions in IDE device on newer kernels
2013-10-31 Dam Sunwoosim: added option to serialize SimLoopExitEvent
2013-09-18 Andreas Sandbergsim: Fix undefined behavior in the pseudo-inst interface
next