misc: Merged release-staging-v19.0.0.0 into develop
[gem5.git] / src / arch / arm / linux /
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackarm: Delete authors lists from the arm files.
2020-02-08 Gabe Blackarch,sim: Replace setuidFunc with ignoreFunc.
2020-02-08 Gabe Blackarch: Switch SyscallDescABI in for SyscallDesc.
2020-02-08 Gabe Blackarch: Simplify the SyscallDesc tables.
2019-12-20 Jui-min Leearch-arm: Fix clang warnings
2019-12-10 Gabe Blackarch,cpu,sim: Push syscall number determination up...
2019-12-10 Gabe Blackarch: Use ignoreWarnOnceFunc instead of the WarnOnce...
2019-10-30 Gabe Blackarch: Make endianness a property of the OS class syscal...
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
2019-10-15 Gabe Blackarch,base: Restructure the object file loaders.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-29 Ciro Santillisim-se: add a release parameter to Process.py
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-05-21 Brandon Pottersim-se: change syscall function signature
2019-05-18 Gabe Blackarm: Add an object file loader for linux and freebsd.
2019-02-13 Ayaz Akramsim-se: update the arm kernel version
2019-01-22 Brandon Pottersim-se: add syscalls related to polling
2019-01-10 Javier Setoainsim-se, arch-arm: Add support for getdents64
2019-01-10 Andreas Sandbergarch-arm, sim-se: Add support for TLS in clone
2019-01-10 Andreas Sandbergarch-arm, sim-se: Fix incorrect SP handling in clone
2019-01-10 Andreas Sandbergsim-se: Refactor clone to avoid most ifdefs
2019-01-10 Javier Setoainarch-arm, sim-se: Wire up syscalls needed for pthreads
2018-10-29 Ciro Santillisyscall_emul: implement arm openat
2018-10-12 Ciro Santillisyscall_emul: update arm uname release to 3.7.0+
2018-02-09 Giacomo Travaglinisim: Remove _numContexts member in System class
2017-06-22 Paul Rosenfeldarm,sim: fix context switch stats dumps for ARM64/Linux
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-06-20 Andreas Sandbergkern, arm: Dump dmesg on kernel panic/oops
2016-04-27 Andreas Sandbergarm: Remove BreakPCEvent on guest kernel panic
2016-04-01 Steve Reinhardtsyscall_emul: remove mmapFlagTable
2016-04-01 Steve Reinhardtsyscall_emul: factor out flag tables into common file
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
2016-03-17 Brandon Pottersyscall_emul: rename OpenFlagTransTable struct
2015-11-27 Andreas Sandbergbase: Add support for changing output directories
2016-02-13 Michael LeBeanesyscall_emul: Implement clock_getres() system call
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-08-21 Andreas Hanssoncpu: Move invldPid constant from Request to BaseCPU
2015-05-26 Giacomo Gabrielliarm: Implement some missing syscalls (SE mode)
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-05-05 Andreas Hanssonarm: Remove unnecessary boot uncachability
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-01-03 mike uptonarm: Add unlinkat syscall implementation
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidiarm: Fix multi-system AArch64 boot w/caches.
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-04-17 Ali Saidisim, arm: implement more of the at variety syscalls
2014-01-29 Mitch Hayengaarm: Enable umask syscall in SE mode
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-10-17 Eric Van Hensbergenarm: Accomodate function name changes in newer linux...
2013-04-22 Andreas Sandbergarm: Enable support for triggering a sim panic on kerne...
2013-04-22 Andreas Sandbergsim: Add helper functions that add PCEvents with custom...
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2013-02-15 Anthony Gutierrezloader: add a flattened device tree blob (dtb) object
2013-01-08 Mitch Hayengaarm: add access syscall for ARM SE mode
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
2012-11-02 Dam SunwooARM: dump stats and process info on context switches
2012-10-15 Andreas HanssonFix: Address a few minor issues identified by cppcheck
2012-09-25 Dam SunwooARM: added support for flattened device tree blobs
2012-08-07 Marc Orrsyscall emulation: Enabled getrlimit and getrusage...
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-06-29 Ali SaidiARM: Update version of linux we claim to be to 3.0.0.
2012-05-10 Dam SunwooARM: guard masked symbol tables by default
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-09 Ali SaidiSystem: Move code in initState() back into constructor...
2012-03-09 Ali SaidiARM: Fix valgrind reported error on O3 that was causing...
2012-03-01 Ali SaidiARM: Add support for Versatile Express extended memory map
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackMerge with main repository.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-08-19 Ali SaidiARM: Mark some variables uncacheable until boot all...
2011-05-05 Ali SaidiARM: Add support for loading the a bootloader and confi...
2011-04-21 Nathan Binkertfix some build problems from prior changesets
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-11 Ali SaidiARM: Fix checkpoint restoration in ARM_SE.
2011-04-11 Ali SaidiARM: Get rid of some comments/todos that no longer...
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Chris EmmonsARM: Add minimal ARM_SE support for m5threads.
2011-03-18 Ali SaidiARM: Detect and skip udelay() functions in linux kernel.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
next