Age | Commit message (Expand) | Author |
2013-06-04 | dev: Clarify why updates are delayed when the MC14818 is activated | Andreas Sandberg |
2013-06-03 | dev: Add support for disabling ticking and the divider in MC146818 | Andreas Sandberg |
2013-06-03 | dev: Clean up MC146818 register (A & B) handling | Andreas Sandberg |
2013-05-30 | mem: Avoid explicitly zeroing the memory backing store | Andreas Hansson |
2013-04-22 | sim: separate nextCycle() and clockEdge() in clockedObjects | Dam Sunwoo |
2013-04-22 | ARM: Add support for HDLCD controller for TC2 and newer Versatile Express tiles. | Chris Emmons |
2013-04-17 | dev: Fix a bug in the use of seekp/seekg | Andreas Hansson |
2013-03-28 | x86: changes to apic, keyboard | Nilay Vaish |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2013-02-19 | mem: Enforce strict use of busFirst- and busLastWordTime | Andreas Hansson |
2013-02-19 | sim: Make clock private and access using clockPeriod() | Andreas Hansson |
2013-02-15 | dev: Use the correct return type for disk offsets | Andreas Sandberg |
2013-02-15 | ARM: Postpones creation of framebuffer output file until it is actually used. | Chris Emmons |
2012-10-25 | arm: Don't export private GIC methods | Andreas Sandberg |
2012-10-25 | arm: Create a GIC base class and make the PL390 derive from it | Andreas Sandberg |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
2013-01-07 | dev: Fix infinite recursion in DMA devices | Andreas Sandberg |
2013-01-07 | dev: Do not serialize timer parameters | Andreas Hansson |
2013-01-07 | dev: Make the ethernet devices use a non-zero clock | Andreas Hansson |
2013-01-07 | ARM: pl111/LCD framebuffer checkpointing fix | Chander Sudanthi |
2013-01-07 | arm: Fix DMA event handling bug in the PL111 model | Andreas Sandberg |
2013-01-07 | dev: Fix the Pl111 timings by separating pixel and DMA clock | Andreas Hansson |
2013-01-07 | config: Replace second keyboard with a mouse. | Chris Emmons |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-11-02 | dev: Fix ethernet device inheritance structure | Andreas Sandberg |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-11-02 | pci: Make Python wrapper cast to the right type | Andreas Sandberg |
2012-11-02 | dev: Add missing inline declarations | Andreas Sandberg |
2012-11-02 | base: split out the VncServer into a VncInput and Server classes | Chander Sudanthi |
2012-10-23 | dev: Remove zero-time loop in DMA timing send | Andreas Hansson |
2012-10-15 | Port: Add protocol-agnostic ports in the port hierarchy | Andreas Hansson |
2012-10-15 | Fix: Address a few minor issues identified by cppcheck | Andreas Hansson |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-09-10 | Device: Bump PIO and PCI latencies to more reasonable values | Andreas Hansson |
2012-09-07 | dev: Fix bifield definition in timer_cpulocal.hh | Ali Saidi |
2012-09-07 | Igbe: Newer kernels seem to allow TSO headers and packet data to be in one desc | Ali Saidi |
2012-09-07 | ARM: Fix one of the timers used in the VExpress EMM platform. | Ali Saidi |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-22 | DMA: Refactor the DMA device and align timing and atomic | Andreas Hansson |
2012-08-22 | Packet: Remove NACKs from packet and its use in endpoints | Andreas Hansson |
2012-08-22 | Port: Extend the QueuedPort interface and use where appropriate | Andreas Hansson |
2012-08-21 | Device: Remove overloaded pio_latency parameter | Andreas Hansson |
2012-08-21 | Clock: Move the clock and related functions to ClockedObject | Andreas Hansson |
2012-08-15 | O3,ARM: fix some problems with drain/switchout functionality and add Drain DP... | Anthony Gutierrez |
2012-07-27 | dma: remove unused variable | Anthony Gutierrez |
2012-07-09 | Port: Align port names in C++ and Python | Andreas Hansson |