x86: Set a physical address for local accesses.
[gem5.git] / src / arch / x86 / tlb.cc
2020-05-14 Gabe Blackx86: Set a physical address for local accesses.
2020-04-15 Matthew Porembaarch-x86: Change insertBits in TLB translateFunctional
2020-04-09 Matthew Porembaarch-x86: Do not fixup faults in TLB
2020-03-26 Gabe Blackarch,sim: Return whether or not a pseudo inst was recog...
2020-03-25 Matthew Porembasim-se: Switch to new MemState API
2020-03-17 Gabe Blackx86: Implement translateFunctional.
2020-03-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
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-02-11 Gabe Blackarch: Get rid of the generic mmapped IPR mechanism.
2020-02-07 Gabe Blackx86: Handle m5 op accesses directly in the mmapped...
2020-02-07 Gabe Blackx86: Use the m5 op range in the system.
2019-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-05-07 Gabor Dozsax86: Mark translation as delayed in case of a hw page...
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-01 Andrea Mondellimem-cache: alias to mem::getMasterPort in TLB class
2019-02-20 Bagus Hanindhitox86: Call the base class's regStats in X86ISA::TLB
2019-01-31 Gabe Blackx86: Stop using/defining some ISA specific register...
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-01-23 Gabe Blacktarch, mem: Abstract the data stored in the SE page...
2018-01-20 Gabe Blackarch, mem: Make the page table lookup function return...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-07-17 Swapnil Hariax86: Add stats to X86 TLB
2017-02-23 Brandon Potterx86: remove redundant condition check in tlb code
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-09-14 Michael LeBeanex86: Force strict ordering for memory mapped m5ops
2016-08-15 Nikos Nikoleriscpu, arch: fix the type used for the request flags
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2013-10-15 Andreas Sandbergmem: Use a flag instead of address bit 63 for generic...
2013-09-30 Andreas Sandbergx86: Add support for m5ops through a memory mapped...
2013-08-07 Nilay Vaishx86: add tlb checkpointing
2013-06-03 Andreas Sandbergarch: Create a method to finalize physical addresses
2013-01-07 Andreas Sandbergarch: Add support for invalidating TLBs when draining
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-06-07 Nilay VaishX86 TLB: Add a missing = sign
2012-06-07 Jayneel GandhiX86 TLB: Fix for gcc 4.4.3
2012-05-29 Gabe BlackX86: Use the HandyM5Reg to avoid a register read and...
2012-05-28 Gabe BlackX86: Truncate addresses to 32 bits except in 64 bit...
2012-04-24 Gabe BlackX86: Clear out duplicate TLB entries when adding a...
2012-04-15 Gabe BlackX86: Use the AddrTrie class to implement the TLB.
2012-03-31 Gabe BlackX86: Fix address size handling so real mode works properly.
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-03-01 Nilay Vaishx86: Fix x86 TLB and Walker
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-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.
2012-01-05 Nilay VaishX86 TLB: Move a DPRINTF to its correct place
2011-10-30 Gabe BlackX86: Get rid of more uses of FULL_SYSTEM.
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
2011-10-13 Gabe BlackX86: Turn on the page table walker in SE mode.
2011-09-23 Gabe BlackX86: Move the MSR lookup table out of the TLB and into...
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-09-05 Gabe BlackX86,TLB: Make sure the "delayedResponse" variable is...
2011-09-03 Lisa HsuTLB: comments and a helpful warning.
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-02-28 Gabe BlackX86: If PCI config space is disabled, pass through...
2011-02-07 Tim HarrisX86: Obey the wp bit of CR0.
2011-02-07 Joel Hestnessx86: Timing support for pagetable walker
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-11-23 Gabe BlackX86: Obey the PCD (cache disable) bit in the page tables.
2010-11-22 Gabe BlackX86: Mark IO space accesses as uncachable.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-23 Gabe BlackX86: Make the TLB fault instead of panic when something...
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-01-19 Derek Howermerge
2009-11-11 Gabe BlackMerge with the head.
2009-11-09 Gabe BlackX86: Don't panic on faults on prefetches in SE mode.
2009-11-09 Gabe BlackX86: Explain what really didn't work with unmapped...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Steve ReinhardtClean up some inconsistencies with Request flags.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined floating point...
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-05-05 Korey Sewellmerge code
2009-04-26 Gabe BlackX86: Split out the internal memory space from the regul...
2009-04-23 Gabe BlackX86: Put the StoreCheck flag with the others, and don...
2009-04-19 Gabe BlackX86: Fix how the TLB handles the storecheck flag.
2009-04-19 Gabe BlackX86: Some segment selectors can be used when "NULL".
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-28 Nathan Binkertquell gcc 4.3 warning
2009-02-27 Gabe BlackX86: Fix segment limit checks.
2009-02-25 Gabe BlackX86: Actually check page protections.
2009-02-25 Gabe BlackX86: Add a flag to force memory accesses to happen...
next