mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / pagetable_walker.hh
2019-07-22 Matthew Porembaarch-x86: Don't free PTW state with inflight requests
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2017-06-20 Sean Wilsonsim, x86: Replace EventWrapper use with EventFunctionWr...
2015-05-05 Andreas Hanssonarch, cpu: Do not forward snoops to table walker
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-01-22 Andreas Hanssonx86: Delay X86 table walk on receiving walker response
2013-05-21 Gedare Bloomx86: Squash outstanding walks when instructions are...
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-15 Gabe BlackX86: Use the AddrTrie class to implement the TLB.
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-01 Nilay Vaishx86: Fix x86 TLB and Walker
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-07 Joel Hestnessx86: Timing support for pagetable walker
2011-02-07 Joel Hestnessx86: implements vtophys
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackX86: Fix the timing mode of the page table walker.
2009-02-25 Gabe BlackX86: Make the X86 TLB take advantage of delayed transla...
2009-02-23 Gabe BlackX86: Pass whether an access was a read/write/fetch...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Gabe BlackX86: Separate out the page table walker into it's own...