summaryrefslogtreecommitdiff
path: root/src/arch/x86/pagetable_walker.cc
AgeCommit message (Expand)Author
2018-10-12x86: Use little endian packet accessors.Gabe Black
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2015-11-16x86: pagetable walker: fix typo in commentBjoern A. Zeeb
2015-03-02mem: Split port retry for all different packet classesAndreas Hansson
2015-02-11mem: Clarification of packet crossbar timingsMarco Balboni
2015-01-22mem: Remove unused Packet src and dest fieldsAndreas Hansson
2015-01-22x86: Delay X86 table walk on receiving walker responseAndreas Hansson
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson
2014-08-28mem: adding architectural page table support for SE modeAlexandru
2014-06-21x86: fix table walker assertionBinh Pham
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2014-01-24x86: Fix memory leak in table walkerAndreas Hansson
2013-05-21x86: Squash outstanding walks when instructions are squashed.Gedare Bloom
2013-03-07x86: Make the table walker reset the packet delayAndreas Hansson
2013-02-19mem: Add predecessor to SenderState base classAndreas Hansson
2013-02-15sim: Add a system-global option to bypass cachesAndreas Sandberg
2012-10-15Port: Add protocol-agnostic ports in the port hierarchyAndreas Hansson
2012-08-22Packet: Remove NACKs from packet and its use in endpointsAndreas Hansson
2012-05-01MEM: Separate requests and responses for timing accessesAndreas Hansson
2012-04-14X86: Use the AddrTrie class to implement the TLB.Gabe Black
2012-04-14MEM: Remove the Broadcast destination from the packetAndreas Hansson
2012-04-14MEM: Separate snoops and normal memory requests/responsesAndreas Hansson
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-02-12mem: Add a master ID to each request object.Ali Saidi
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-02-27X86: Use regular read requests in the walker instead of read exclusive.Gabe Black
2011-02-06x86: Timing support for pagetable walkerJoel Hestness
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-04-13X86: Fix minor bug in the page table walker from TLB shuffling.Gabe Black
2009-04-08tlb: More fixing of unified TLBNathan Binkert
2009-04-08tlb: Don't separate the TLB classes into an instruction TLB and a data TLBGabe Black
2009-02-25X86: Add a trace flag for the page table walker.Gabe Black
2009-02-25X86: Fix the timing mode of the page table walker.Gabe Black
2009-02-25X86: Make the X86 TLB take advantage of delayed translations, and get rid of ...Gabe Black
2009-02-23X86: Pass whether an access was a read/write/fetch so faults can behave accor...Gabe Black
2008-11-10mem: update stuff for changes to Packet and RequestNathan Binkert
2007-12-02X86: Make the page not present panic more descriptive.Gabe Black
2007-11-12X86: Separate out the page table walker into it's own cc and hh.Gabe Black