mem-ruby: Enable set size increase
[gem5.git] / src / kern /
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-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
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-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-09-11 Gabe Blackstats: Move the swpipl function into the Alpha kernel...
2017-09-11 Gabe Blackstats: Get rid of some kernel stats related cruft.
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-11-17 Andreas Hanssonalpha: Remove ALPHA tru64 support and associated tests
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 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
2016-03-17 Brandon Pottersyscall_emul: rename OpenFlagTransTable struct
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-10-10 Joel Hestnesssim: Don't quiesce UDelayEvents with 0 latency
2015-07-24 Brandon Potterstyle: change Process function calls to use camelCase
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2014-10-16 Andreas Hanssonmisc: Move AddrRangeList from port.hh to addr_range.hh
2014-10-16 Andreas Hanssondev: Use shared_ptr for Arguments::Data
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
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-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-09-04 Andreas Hanssonarch: Header clean up for NOISA resurrection
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
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-07-09 Andreas HanssonPort: Add getAddrRanges to master port (asking slave...
2012-07-02 Andreas Hanssongcc: Fix warnings for gcc 4.7 and clang 3.1
2012-05-30 Andreas Hanssongcc: Small fixes to compile with gcc 4.7
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-24 Andreas HanssonCPU: Round-two unifying instr/data CPU ports across...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-30 Andreas HanssonMEM: Clean-up of Functional/Virtual/TranslatingPort...
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-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
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-11-13 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in kern.
2011-11-01 Gabe BlackSE/FS: Get rid of uses of FULL_SYSTEM in Alpha.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-31 Gabe BlackSE/FS: Build the solaris object in both SE and FS.
2011-10-31 Gabe BlackSE/FS: Compile in system events in SE mode.
2011-10-30 Gabe BlackSE/FS: Build syscall_emul.cc in FS mode.
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
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...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-05-06 Gabe BlackMerge.
2010-05-06 Nathan Binkertmacos: MacOS has deprecated getdirentries, so just...
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-30 Gabe BlackSyscalls: Make system calls access arguments like a...
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-10-02 Gabe BlackSE mode: Make the direction anonymous mmaps move throug...
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackAlpha: Pull the MiscRegFile fully into the ISA object.
next