Age | Commit message (Expand) | Author |
2019-02-08 | kern,sim: implement FUTEX_WAKE_OP | Moyang Wang |
2019-02-08 | sim, kern: support FUTEX_CMP_REQUEUE | Moyang Wang |
2019-02-08 | sim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET ops | Tuan Ta |
2019-01-22 | sim-se: add syscalls related to polling | Brandon Potter |
2018-03-15 | sim-se: Add /sys/devices/system/cpu/online file | Jason Lowe-Power |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-03-09 | syscall-emul: Add functionality to open syscalls | Brandon Potter |
2016-11-09 | syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-06-20 | kern, arm: Dump dmesg on kernel panic/oops | Andreas Sandberg |
2016-04-01 | syscall_emul: remove mmapFlagTable | Steve Reinhardt |
2016-04-01 | syscall_emul: factor out flag tables into common file | Steve Reinhardt |
2016-03-17 | syscall_emul: add many Linux kernel flags | Brandon Potter |
2015-10-10 | sim: Don't quiesce UDelayEvents with 0 latency | Joel Hestness |
2015-04-22 | syscall_emul: implement clock_gettime system call | Brandon Potter |
2014-10-16 | dev: Use shared_ptr for Arguments::Data | Andreas Hansson |
2014-07-18 | kern: get rid of unused linux syscall files | Steve Reinhardt |
2014-01-24 | sim: Add openat/fstatat syscalls and fix mremap | Chris Adeniyi-Jones |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2012-09-21 | SE: Ignore FUTEX_PRIVATE_FLAG of sys_futex | Lluc Alvarez |
2012-08-06 | syscall emulation: Enabled getrlimit and getrusage for x86. | Marc Orr |
2012-08-06 | syscall_emul: clean up open() code a bit. | Steve Reinhardt |
2012-08-06 | syscall emulation: Clean up ioctl handling, and implement for x86. | Marc Orr |
2012-07-10 | syscall emulation: Add the futex system call. | Marc Orr |
2012-05-30 | gcc: Small fixes to compile with gcc 4.7 | Andreas Hansson |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-10-30 | SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-04 | ARM: Fix multiplication error in udelay | Ali Saidi |
2011-03-17 | ARM: Detect and skip udelay() functions in linux kernel. | Ali Saidi |
2011-03-17 | O3: Send instruction back to fetch on squash to seed predecoder correctly. | Ali Saidi |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2009-11-14 | SE: Fix SE mode OS X compilation. | Ali Saidi |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-10-24 | syscall: Implementation of the time system call. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the times system call | Timothy M. Jones |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | includes: use base/types.hh not inttypes.h or stdint.h | Nathan Binkert |
2009-01-17 | Fix issue 326: glibc non-deterministic because it reads /proc | Ali Saidi |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-10-31 | Linux Support: Finally update vptr for new memory system. | Ali Saidi |
2007-08-01 | Arguments: Get rid of duplicate code for the Arguments class in each architec... | Ali Saidi |
2007-05-01 | change the way dprintf works so the cache accesses required to fulfill the dp... | Ali Saidi |
2007-04-30 | always skip the debugprintf function (DebugPrintf traceflag shouldn't matter)... | Ali Saidi |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2006-11-06 | Took the Alpha prefix off of AlphaArguments, and made sure it was being used ... | Gabe Black |