misc: Replaced master/slave terminology
[gem5.git] / src / arch / x86 / interrupts.cc
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-11 Gabe Blackarch,cpu: Change setCPU to setThreadContext in Interrupts.
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackx86: Delete authors lists from x86 files.
2020-01-14 Gabe Blackx86: Move local APIC initialization out of initCPU.
2019-11-07 Gabe Blackx86: Replace htog and gtoh with htole and letoh.
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-18 Gabe Blackx86: Turn the local APIC Interrupts class into a SimObject.
2019-10-15 Gabe Blackx86: Use a std::function to handle MSI completion.
2019-10-15 Gabe Blackx86: De-x86ify the IntMasterPort.
2019-10-12 Gabe Blackx86: Stop using and delete the x86 IntDevice class.
2019-10-02 Gabe Blackx86: Switch from MessageReq and Resp to WriteReq and...
2019-09-21 Gabe Blackx86: Templatize the IntMasterPort.
2019-09-21 Gabe Blackx86: Turn the local APIC into a PioDevice instead of...
2018-10-12 Gabe Blackx86: Use little endian packet accessors.
2017-07-12 Sean Wilsonmips, x86: Refactor some Event subclasses into lambdas
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-05-19 Bjoern A. Zeebx86, dev: properly space the APIC registers
2015-09-30 Mitch Hayengacpu,isa,mem: Add per-thread wakeup logic
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2014-11-17 Gabe Blackx86: APIC: Only set deliveryStatus if our IPI is going...
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2013-09-18 Andreas Sandbergx86: Add support for checking the raw state of an interrupt
2013-07-12 Steve Reinhardtdev: make BasicPioDevice take size in constructor
2013-07-12 Steve Reinhardtdev: consistently end device classes in 'Device'
2013-07-12 Steve Reinhardtdevices: make more classes derive from BasicPioDevice
2013-03-28 Nilay Vaishx86: changes to apic, keyboard
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonx86: Move APIC clock divider to Python
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-01 Gabe BlackSE/FS: Get rid of the last use of FULL_SYSTEM in x86.
2011-10-30 Gabe BlackX86: Get rid of more uses of FULL_SYSTEM.
2011-10-09 Gabe BlackInterrupts: Make the IO APIC go get the local APICs.
2011-10-09 Gabe BlackSE/FS: Build the Interrupt objects in SE mode.
2011-10-04 Gabe BlackSE/FS: Put platform pointers in fewer objects.
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-07 Brad Beckmanndev: fixed bugs to extend interrupt capability beyond...
2011-02-07 Joel Hestnessx86: Add checkpointing capability to arch components
2011-02-07 Joel HestnessIntDev: packet latency fix
2011-02-07 Joel HestnessMessagePort: implement the virtual recvTiming function...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-04-26 Gabe BlackX86: Tell the function that sends int messages who...
2009-04-26 Gabe BlackX86: Make the local APICs register themselves with...
2009-04-26 Gabe BlackX86: Record the initial APIC ID which identifies an...
2009-04-19 Gabe BlackX86: Implement broadcast IPIs.
2009-04-19 Gabe BlackX86: Only recognize the first startup IPI after INIT...
2009-04-19 Gabe BlackX86: Use recvResponse to implement the idle bit in...
2009-04-19 Gabe BlackX86: Add a function which gets called when an interrupt...
2009-04-19 Gabe BlackX86: Keep track of the pioAddr for the local APIC.
2009-04-19 Gabe BlackX86: The startup IPI delivery mode is not reserved.
2009-04-19 Gabe BlackX86: Start implementing the interrupt command register...
2009-04-19 Gabe BlackX86: Set the local APIC ID to something meaningful.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackX86: Add makeAtomicResponse to the read/write functions...
2009-02-01 Gabe BlackX86: Fix the time keeping of the Local APIC timer.
2009-01-26 Gabe BlackX86: Make the interrupt object wake up the CPU when...
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-17 Nathan Binkertget rid of local variable that's only used in an assert...
2008-10-13 Gabe BlackX86: Make the local APIC timer event generate an interrupt.
2008-10-13 Gabe BlackX86: Implement the EOI register in the local APIC.
2008-10-13 Gabe BlackX86: Add some DPRINTFs to the local APIC.
2008-10-12 Gabe BlackX86: Make the local APIC process interrupts and send...
2008-10-12 Gabe BlackX86: Make the local APIC handle interrupt messages...
2008-10-12 Gabe BlackX86: Make APICs communicate through the memory system.
2008-10-12 Gabe BlackX86: Add a LocalApic trace flag.
2008-10-12 Gabe BlackX86: Make the local APIC accessible through the memory...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...