arm: Export the mostly generic syscall ABI.
[gem5.git] / src / kern / linux /
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-08-28 Gabe Blackmisc: Clean up usage of arch/isa_traits.hh.
2020-08-20 Gabe Blackkern: Stop using TheISA::GuestByteOrder in Linux::dumpD...
2020-08-19 Gabe Blackmisc: Replace scalar TypedBufferArg with VPtr.
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-09 Gabe Blackarch,base,cpu,kerm,sim: Build a symbol table for object...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-04-22 Gabe Blackarch,sim,kern,dev,cpu: Create a Workload SimObject.
2020-03-25 Matthew Porembasim-se: Add special paths for MPI, libnuma, ROCm support
2020-03-20 Gabe Blacksim: Get rid of the Arguments class.
2020-03-20 Gabe Blackarm,kern: Use GuestABI to call printk from the kernel.
2020-03-19 Gabe Blackarch,base,cpu,dev,kern,mem,sim: Drop FS from FSTranslat...
2020-03-18 Gabe Blackarch,kern: Rename some function events to have better...
2020-03-17 Gabe Blackkern,arch: Refactor SkipFuncEvent to not use skipFunction.
2020-03-12 Gabe Blackkern: Stop using a pseudo instruction to quiesce the...
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackkern: Delete authors lists from files in kern.
2019-10-30 Gabe Blackkern: When dumping dmesg, detect the byte order dynamic...
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-05-30 Gabe Blackkern: Replace an explicitly instantiated port proxy...
2019-05-21 Tony Gutierrezsim-se: remove /sys from special paths
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-04-28 Gabe Blackmem: Remove the ISA specialized versions of port proxy...
2019-04-25 David Hashesim-se: add a faux-filesystem
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,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITS...
2019-01-22 Brandon Pottersim-se: add syscalls related to polling
2018-03-15 Jason Lowe-Powersim-se: Add /sys/devices/system/cpu/online file
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-03-09 Brandon Pottersyscall-emul: Add functionality to open syscalls
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
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-01 Steve Reinhardtsyscall_emul: remove mmapFlagTable
2016-04-01 Steve Reinhardtsyscall_emul: factor out flag tables into common file
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
2015-10-10 Joel Hestnesssim: Don't quiesce UDelayEvents with 0 latency
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2014-10-16 Andreas Hanssondev: Use shared_ptr for Arguments::Data
2014-07-19 Steve Reinhardtkern: get rid of unused linux syscall files
2014-01-24 Chris Adeniyi-Jonessim: Add openat/fstatat syscalls and fix mremap
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2012-09-21 Lluc AlvarezSE: Ignore FUTEX_PRIVATE_FLAG of sys_futex
2012-08-07 Marc Orrsyscall emulation: Enabled getrlimit and getrusage...
2012-08-06 Steve Reinhardtsyscall_emul: clean up open() code a bit.
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-07-11 Marc Orrsyscall emulation: Add the futex system call.
2012-05-30 Andreas Hanssongcc: Small fixes to compile with gcc 4.7
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Fix multiplication error in udelay
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Detect and skip udelay() functions in linux kernel.
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-01-19 Derek Howermerge
2009-11-14 Ali SaidiSE: Fix SE mode OS X compilation.
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-24 Timothy M. Jonessyscall: Implementation of the time system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the times system call
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-01-17 Ali SaidiFix issue 326: glibc non-deterministic because it reads...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiLinux Support: Finally update vptr for new memory system.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Ali SaidiArguments: Get rid of duplicate code for the Arguments...
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-09 Ali SaidiMerge zizzer:/bk/newmem
2007-05-01 Ali SaidiMerge zizzer:/bk/newmem
next