|
[Submitted] syscall_emul: implement clock_gettime system call
|
bpotter
|
February 6th, 2015, 10:07 p.m.
|
|
|
[Submitted] syscall_emul: fix warning with wrong syscall name and nix extra whitespace
|
bpotter
|
February 6th, 2015, 10:07 p.m.
|
|
|
[Submitted] base: add new ChunkGenerator method to identify last chunk
|
bpotter
|
February 6th, 2015, 10:03 p.m.
|
|
|
[Submitted] syscall_emul: update getrlimit to warn (instead of std::cerr) and return
|
bpotter
|
February 6th, 2015, 10:07 p.m.
|
|
|
[Submitted] syscall_emul: update x86 syscall table with additional definitions (through Linux 3.13)
|
bpotter
|
February 6th, 2015, 10:07 p.m.
|
|
|
[Submitted] cpu: remove conditional check (count > 0) on o3 IQ squashes
|
bpotter
|
February 6th, 2015, 10:02 p.m.
|
|
|
[Submitted] config: optionally embed environment variables onto SE-mode application stack
|
bpotter
|
February 6th, 2015, 10:01 p.m.
|
|
|
[Discarded] ruby: off-chip DMA device protection or unaligned accesses
|
bpotter
|
June 19th, 2015, 4:31 a.m.
|
|
|
[Submitted] ruby: replace global cycle counter w/ cycle per ruby system
|
bpotter
|
June 19th, 2015, 4:36 a.m.
|
|
|
[Submitted] ruby: removes g_system_ptr and replaces with object based references
|
bpotter
|
June 19th, 2015, 4:40 a.m.
|
|
|
[Submitted] ruby: move g_abs_controls from global into RubySystem
|
bpotter
|
June 19th, 2015, 4:40 a.m.
|
|
|
[Submitted] ruby: remove extra whitespace and correct misspelled words
|
bpotter
|
June 19th, 2015, 4:33 a.m.
|
|
|
[Submitted] syscall_emul: file descriptor interface changes
|
bpotter
|
July 14th, 2015, 5:30 a.m.
|
|
|
[Submitted] base: refactor process class (specifically FdMap and friends)
|
bpotter
|
July 14th, 2015, 5:31 a.m.
|
|
|
[Submitted] style: change Process function calls to use camelCase
|
bpotter
|
July 14th, 2015, 5:31 a.m.
|
|
|
[Submitted] syscall_emul: standardized file descriptor name and add return checks.
|
bpotter
|
July 14th, 2015, 5:31 a.m.
|
|
|
[Submitted] ruby: dma sequencer: removes redundant code
|
bpotter
|
July 17th, 2015, 12:19 a.m.
|
|
|
[Submitted] loader: add symbol support for dynamic libraries
|
bpotter
|
February 10th, 2016, 6:21 p.m.
|
|
|
[Submitted] base: style cleanup for ObjectFile and ElfObject
|
bpotter
|
February 10th, 2016, 6:21 p.m.
|
|
|
[Submitted] syscall_emul: extend mmap system call to support file backed mmaps
|
bpotter
|
February 10th, 2016, 6:20 p.m.
|
|
|
[Submitted] syscall_emul: add many Linux kernel flags
|
bpotter
|
February 10th, 2016, 6:20 p.m.
|
|
|
[Submitted] syscall_emul: rename OpenFlagTransTable struct
|
bpotter
|
February 10th, 2016, 6:19 p.m.
|
|
|
[Submitted] syscall_emul: add extra debug support for syscalls
|
bpotter
|
February 10th, 2016, 6:19 p.m.
|
|
|
[Submitted] syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
|
bpotter
|
February 10th, 2016, 6:20 p.m.
|
|
|
[Submitted] style: refactor lseek
|
bpotter
|
February 10th, 2016, 6:19 p.m.
|
|
|
[Submitted] style: fix newline issue inside assert
|
bpotter
|
February 10th, 2016, 6:16 p.m.
|
|
|
[Submitted] syscall_emul: move mmapGrowsDown() to LiveProcess
|
bpotter
|
February 10th, 2016, 6:20 p.m.
|
|
|
[Submitted] base: support dynamic loading of Linux ELF objects in SE mode
|
bpotter
|
February 10th, 2016, 6:20 p.m.
|
|
|
[Discarded] ruby: remove whitespace from end of lines
|
bpotter
|
October 23rd, 2015, 12:09 a.m.
|
|
|
[Discarded] ruby: move testAnd* into DataBlock and change Packet* to PacketPtr
|
bpotter
|
October 22nd, 2015, 11:39 p.m.
|
|
|
ruby: copy data to from cache to TBE only when required
|
bpotter
|
April 4th, 2016, 11:39 p.m.
|
|
|
ruby: use ENTRY* instead of ENTRY for TBETable
|
bpotter
|
April 4th, 2016, 11:39 p.m.
|
|
|
ruby: fix naming of variables
|
bpotter
|
April 4th, 2016, 11:39 p.m.
|
|
|
ruby: add block_size_bits to the testAnd* functions
|
bpotter
|
April 4th, 2016, 11:40 p.m.
|
|
|
ruby: write mask method changes w/ manual subsequent initializations
|
bpotter
|
April 4th, 2016, 11:41 p.m.
|
|
|
ruby: DataBlock method changes w/ manual subsequent initializations
|
bpotter
|
April 4th, 2016, 11:42 p.m.
|
|
|
ruby: remove the ruby system static related to block size
|
bpotter
|
April 4th, 2016, 11:42 p.m.
|
|
|
ruby: convert global statistical variables to local ones.
|
bpotter
|
April 4th, 2016, 11:43 p.m.
|
|
|
ruby: consolidate CntrlBase class definition and add method
|
bpotter
|
April 4th, 2016, 11:43 p.m.
|
|
|
ruby: topology: do not use Machine* functions
|
bpotter
|
April 4th, 2016, 11:44 p.m.
|
|
|
ruby: drop Machine* functions defined with enum MachineType
|
bpotter
|
April 4th, 2016, 11:44 p.m.
|
|
|
ruby: modify Ruby's set operations to work on uninitialized sets
|
bpotter
|
April 4th, 2016, 11:44 p.m.
|
|
|
ruby: change Packet* to PacketPtr for consistency
|
bpotter
|
April 4th, 2016, 11:44 p.m.
|
|
|
ruby: add L0Cache machine type to MachType enum
|
bpotter
|
April 4th, 2016, 11:44 p.m.
|
|
|
ruby: add newline to RubyNetwork DPRINTF
|
bpotter
|
April 4th, 2016, 11:33 p.m.
|
|
|
ruby: remove unused code inside '#if 0 ... #endif'
|
bpotter
|
April 4th, 2016, 11:38 p.m.
|
|
|
ruby: remove unused L3Cntrl class from python files
|
bpotter
|
April 4th, 2016, 11:43 p.m.
|
|
|
ruby: remove unnecessary C-style explicit boolean cast
|
bpotter
|
April 4th, 2016, 11:38 p.m.
|
|
|
ruby: change MultiBitSelBlockFilter constructor signature
|
bpotter
|
April 4th, 2016, 11:39 p.m.
|
|
|
garnet: fix bug where multiple enqueues happen on same tick
|
bpotter
|
April 4th, 2016, 11:45 p.m.
|
|