arm: Clean up and document decoder API
[gem5.git] / src / arch / x86 / tlb.cc
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...
2009-02-25 Gabe BlackX86: Make the X86 TLB take advantage of delayed transla...
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-23 Gabe BlackX86: Pass whether an access was a read/write/fetch...
2009-02-01 Gabe BlackX86: Compute PCI config addresses correctly.
2008-11-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-12 Gabe BlackX86: Make the local APIC accessible through the memory...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-06-12 Gabe BlackX86: Rename the divide count register to divide configu...
2008-06-12 Gabe BlackX86: Change how segment loading is performed.
2008-06-12 Gabe BlackX86: In non 64bit mode, throw a fault when a NULL segme...
2008-06-12 Gabe BlackX86: Have all 8 machine check registers since the kerne...
2008-06-12 Gabe BlackX86: Bypass unaligned access support for register addre...
2008-06-12 Gabe BlackX86: Remove enforcement of APIC register access alignme...
2008-03-01 Gabe BlackX86: Don't map the local APIC into the physical address...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Put in initial implementation of the local APIC.
2008-02-27 Gabe BlackX86: Implement the INVLPG instruction and the TIA microop.
2008-02-27 Gabe BlackTLB: Make a TLB base class and put a virtual demapPage...
2008-02-27 Gabe BlackX86: Get PCI config space to work, and adjust address...
2008-01-12 Gabe BlackX86: Make the IO ports work using extra physical addres...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Gabe BlackX86: Separate out the page table walker into it's own...
2007-11-12 Gabe BlackX86: Fix a stupid typo where WRMSR and RDMSR were switc...
2007-11-12 Gabe BlackX86: Implement tlb invalidation and make it happen...
2007-11-12 Gabe BlackX86: Work on the page table walker, TLB, and related...
2007-11-12 Gabe BlackX86: Implement a page table walker.
2007-11-12 Gabe BlackX86: Various fixes to indexing segmentation related...
next