Age | Commit message (Expand) | Author |
2012-05-10 | ARM: guard masked symbol tables by default | Dam Sunwoo |
2012-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2012-03-09 | System: Move code in initState() back into constructor whenever possible. | Ali Saidi |
2012-03-09 | ARM: Fix valgrind reported error on O3 that was causing minor stats changes. | Ali Saidi |
2012-03-01 | ARM: Add support for Versatile Express extended memory map | Ali Saidi |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-10-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |
2011-08-19 | ARM: Mark some variables uncacheable until boot all CPUs are enabled. | Ali Saidi |
2011-05-04 | ARM: Add support for loading the a bootloader and configuring parameters for it | Ali Saidi |
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-10 | ARM: Fix checkpoint restoration in ARM_SE. | Ali Saidi |
2011-04-10 | ARM: Get rid of some comments/todos that no longer apply. | Ali Saidi |
2011-03-17 | ARM: Add minimal ARM_SE support for m5threads. | Chris Emmons |
2011-03-17 | ARM: Detect and skip udelay() functions in linux kernel. | Ali Saidi |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |
2010-11-08 | ARM: Add checkpointing support | Ali Saidi |
2010-11-08 | sim: Use forward declarations for ports. | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-08-23 | ARM: Add system for ARM/Linux and bootstrapping | Ali Saidi |
2010-06-02 | ARM: Fix SPEC2000 benchmarks in SE mode. With this patch all | Ali Saidi |
2010-06-02 | ARM: fix sizes of structs for ARM Linux | Ali Saidi |
2010-06-02 | ARM: Fixup native trace support and add some v7/recent stack code | Ali Saidi |
2010-06-02 | ARM: Implement the getrusage syscall. | Ali Saidi |
2010-06-02 | ARM: Allow ARM processes to start in Thumb mode. | Gabe Black |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-10-24 | syscall: Addition of an ioctl command code for Power. | Timothy M. Jones |
2009-09-15 | Syscalls: Implement sysinfo() syscall. | Vince Weaver |
2009-07-29 | ARM: Fix an instruction in the cmpxchg kernel provided routine. | Gabe Black |
2009-07-29 | ARM: Get rid of a stray line in the set_tls handler. | Gabe Black |
2009-07-29 | ARM: Ignore the "times" system call. | Ali Saidi |
2009-07-29 | ARM: Fix an ioctl constant. | Ali Saidi |
2009-07-27 | ARM: Update some syscall constants and delete others that are Alpha only. | Ali Saidi |
2009-07-27 | ARM: Fix fstat/fstat64 structs to match EABI definitions. | Ali Saidi |
2009-07-27 | ARM: Handle register indexed system calls. | Ali Saidi |
2009-07-14 | ARM: Fix the "open" flag constants. | Jack Whitham |
2009-06-09 | ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall p... | Gabe Black |
2009-06-09 | ARM: Add a memory_barrier function to the "comm page". | Gabe Black |
2009-06-09 | ARM: Add a cmpxchg implementation to the "comm page". | Gabe Black |
2009-06-09 | ARM: Implement TLS. This is not tested. | Gabe Black |
2009-06-09 | ARM: Make ArmLinuxProcess understand "ARM private" system calls. | Gabe Black |
2009-06-09 | ARM: Update the kernel version M5 reports to 2.6.16.19 | Gabe Black |
2009-04-06 | Merge ARM into the head. ARM will compile but may not actually work. | Gabe Black |
2009-04-05 | arm: add ARM support to M5 | Stephen Hines |