X86: Compute PCI config addresses correctly.
[gem5.git] / src / arch / x86 / tlb.cc
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...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-26 Gabe BlackTLB: Fix serialization issues with the tlb entries...
2007-10-13 Gabe BlackMerge with head
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-10-08 Gabe BlackX86: Work on the x86 tlb.
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Start implementing the x86 tlb which will handle...
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-26 Gabe BlackMerge with head.
2007-09-25 Gabe BlackX86: Get X86_FS to compile.
2007-08-31 Gabe BlackX86: Get x86 to compile again after the simobject const...
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...