index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dev
/
mc146818.cc
Age
Commit message (
Expand
)
Author
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2015-04-03
dev: (un)serialize fix for the RTC and RTC Timer Interrupt events
Nikos Nikoleris
2015-01-03
dev: prevent RTC events firing before startup
Cagdas Dirik
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
2012-03-01
ARM: Add RTC device for ARM platforms.
Ali Saidi
2011-10-10
mc146818: Correctly serialize tickEvent
Nilay Vaish
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-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-09-16
devices: undo cset 017baf09599f that added timer drain functions.
Steve Reinhardt
2010-08-20
devices: Fixed periodic interrupts to work with draining
Brad Beckmann
2010-04-15
tick: rename Clock namespace to SimClock
Nathan Binkert
2009-11-18
m5: fixed destructor to deschedule the tickEvent and event
Brad Beckmann
2009-10-15
fixed MC146818 checkpointing bug and added isa serialization calls to simple_...
Brad Beckmann
2009-08-20
RTC: Make calls to writeData update the RTCs internal representation of time.
Gabe Black
2009-08-20
X86: Make the real time clock actually keep track of time.
Gabe Black
2009-08-20
X86: Don't insist on binary encoding for the RTC since we implement BCD.
Gabe Black
2009-02-25
Devices: Make the RTC device reflect the use of BCD in its status registers.
Gabe Black
2009-01-25
Dev: Make the RTC device ignore writes to a read only bit.
Gabe Black
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-03-25
Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.
Gabe Black