arch-arm: Do not check MustBeOne flag for TLB requests from the prefetcher
[gem5.git] / src / sim /
2019-05-06 Andrea Mondellisim-se: correct statfs inclusion on !linux host
2019-05-03 Joe Grosssim-se: fix a few bugs/warns from GCC 6
2019-05-03 Brandon Pottersim-se: add eventfd system call
2019-04-30 Alexandru Dutusim-se: use DPRINTF_SYSCALL for ioctl/wait4
2019-04-30 Brandon Pottersim-se: bugfix for 54c77aa055e
2019-04-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
2019-04-30 Brandon Pottersim-se: add socket ioctls
2019-04-29 Steve Reinhardtsim-se: create Proc out files in out dir
2019-04-28 Gabe Blackarch, sim: Simplify the AuxVector type.
2019-04-28 Gabe Blackmem: Remove the ISA specialized versions of port proxy...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-25 David Hashesim-se: add a faux-filesystem
2019-04-22 Alexandru Dutusim-se: Enhance clone for X86KvmCPU
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-19 Gabe Blackmem: Move bind() and unbind() into the Port class.
2019-03-19 Gabe Blacksim: Add a getPort function to SimObject.
2019-03-15 Gabe Blackmem: Move the Port base class into sim.
2019-03-12 Daniel R. Carvalhosim: Add size to array unserialization error message
2019-02-19 Gabe Blacksim: Add a mechanism to exit the simulation loop immedi...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-12 Andreas Sandbergpython: Fix native module initialisation on Python 3
2019-02-08 Moyang Wangkern,sim: implement FUTEX_WAKE_OP
2019-02-08 Moyang Wangsim, kern: support FUTEX_CMP_REQUEUE
2019-02-08 Tuan Tasim: handle the case when there're not enough HW thread...
2019-02-08 Tuan Tasim,cpu: make exit_group halt all threads in a group
2019-02-08 Tuan Tasim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITS...
2019-02-08 Tuan Tacpu: fixed how O3 CPU executes an exit system call
2019-02-07 Austin Harrisarch-riscv: Enable support for riscv 32-bit in SE mode.
2019-02-06 Andrea Mondellisim: added missed macro definition on MacOS
2019-01-31 Andreas Sandbergsim: Prepare C++ side for Python 3
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-22 Brandon Pottersim-se add readv and modifies writev
2019-01-22 Brandon Pottersim-se: add ability to get/set sock metadata
2019-01-22 Brandon Pottersim-se: add syscalls related to polling
2019-01-22 Brandon Pottersim-se: add calls for network transmissions
2019-01-22 Brandon Pottersim-se: add socket-based functionality
2019-01-18 Daniel R. Carvalhobase: Fix unitialized storage
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2019-01-10 Javier Setoainsim-se, arch-arm: Add support for getdents64
2019-01-10 Andreas Sandbergsim-se: Refactor clone to avoid most ifdefs
2019-01-10 Andreas Sandbergsim-se: Correctly calculate next PC in clone
2019-01-10 Andreas Sandbergsim-se: Use CONFIG_CLONE_BACKWARDS for Arm
2018-12-05 Tony Gutierrezarch-x86: Add sys/syscall.h to x86 process.cc/syscall_e...
2018-12-04 Nikos Nikolerisbase, sim: Add missing destructors
2018-11-27 Ciro Santillisim-se: only implement getdentsFunc on supported hosts
2018-11-20 Gabe Blacksim: Deschedule existing events when destructing an...
2018-11-14 Giacomo Travaglinisim: Move BitUnion overloading to show/parseParams
2018-11-14 Giacomo Travaglinisim: Move paramIn/Out definition to header file
2018-11-12 Gabe Blacksim: Push the global frequency management code into...
2018-10-30 Ciro Santillisyscall_emul: fix openat when directory does not end...
2018-10-01 Giacomo Travaglinisim: Extend (UN)SERIALIZE_ARRAY to BitUnions
2018-09-19 Brandon Pottersyscall_emul: implement dir-related syscalls
2018-09-19 Brandon Pottersyscall_emul: refactor FDEntry and children classes
2018-09-19 Brandon Pottersyscall_emul: style changes and FDArray refactor
2018-09-19 Brandon Pottersyscall_emul: expand AuxVector class
2018-09-14 Sherif Elhabbalpower: Add a clock_period variable to power expressions
2018-09-11 Gabe Blackbase: Correct a small typo in sim/core.(hh|cc).
2018-09-07 Giacomo Travaglinisim: Add System method for MasterID lookup
2018-06-25 Matt Sinclairsyscall_emul: adding symlink system call
2018-06-25 Matt Sinclairsyscall_emul: adding link system call
2018-05-30 Michael LeBeanedev: Exit correctly in dist-gem5 for SE mode
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
2018-05-09 Giacomo Travaglinisim: Remove trailing dot when assigning a master's...
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-04-20 Jason Lowe-Powerdocs: Fix power model doxygen
2018-03-15 Jason Lowe-Powersim-se: Fix fallthrough in prlimit
2018-02-28 Anouk Van Laersim, power: Temperature used for power calculations
2018-02-28 Anouk Van Laersim: Added model type to power model
2018-02-16 Chuan Zhusim: Add gtoh/htog helpers that take an explicit endianness
2018-02-09 Giacomo Travaglinisim: Remove _numContexts member in System class
2018-01-29 Glenn Bergmansarm: DT autogeneration - Device Tree generation methods
2018-01-23 Gabe Blacktarch, mem: Abstract the data stored in the SE page...
2018-01-23 Gabe Blackx86, mem: Rewrite the multilevel page table class.
2018-01-20 Gabe Blacksim: Use the new BitUnion templates in serialize.hh.
2018-01-20 Gabe Blackbase: Rework bitunions so they can be more flexible.
2018-01-20 Gabe Blacksim, arch, base: Refactor the base remote GDB class.
2018-01-19 Gabe Blackarch, mem, sim: Consolidate and rename the SE mode...
2018-01-16 Gabe Blacksim: Simplify registerThreadContext a little bit.
2018-01-11 Gabe Blackarch,mem: Move page table construction into the arch...
2018-01-10 Tuan Taarch-riscv,sim: Support clone syscall in RISC-V
2018-01-05 Tuan Tasim: Fix a bug in prlimit syscall in SE mode
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-12-13 Gabe Blackarm,sparc,x86,base,cpu,sim: Replace the Twin(32|64...
2017-12-13 Gabe Blackbase: Add endianness conversion functions for std:...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-27 Gabe Blackscons: Switch from "guards" to "tags" on source files.
2017-11-22 Alec Roelkesim-se: Add default to SyscallDesc constructor
2017-11-21 Austin Harrissim: Fix need to save address space info during seriali...
2017-11-17 Geoffrey Blakesim: Implement load_addr_mask auto-calculation
2017-11-16 Tiago Mucksim: ScopedMigration does nothing if both eqs are the...
2017-11-16 David Guillen Fandospwr: Enable multiple power models per component
2017-11-16 Tiago Mucksim: Clocked object debug message updated for clarity
2017-11-16 Andreas Sandbergsim: Add an option to load additional kernel objects
2017-11-06 Alec Roelkesim-se: Add prlimit system call
2017-09-28 Rico Amslingersim-se: Fix mremap for downward growing mmap regions
2017-09-27 Bjoern A. Zeebsim: make compile on FreeBSD prior to 11
2017-09-25 Gabe Blackmem: Record the request master ID in the PacketInfo...
2017-09-21 Gabe Blacksim: Stop using loadState in the Root SimObject.
2017-08-01 Andreas Sandbergsim: Use named constants for pseudo ops
2017-07-20 Jose Marinhosim: Prevent segfault in the wakeCpu m5op if id is...
next