mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / system.cc
2019-11-18 Gabe Blackarch: Get rid of the (Big|Little)EndianGuest namespaces.
2019-11-07 Gabe Blackx86: Replace htog and gtoh with htole and letoh.
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-01-31 Gabe Blackx86: Stop using/defining some ISA specific register...
2018-03-15 Gabe Blackx86: Add bitfields which can gather/scatter bases and...
2018-01-31 Christian Menardarch-x86: consistent style of comments in system files
2018-01-30 Maximilian Steinarch-x86: Granularity bit and segment limit
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
2014-11-24 Alexandru Dutux86: Segment initialization to support KvmCPU in SE
2013-06-18 Andreas Sandbergx86: Make the boot state VMX compliant
2012-10-15 Andreas HanssonCheckpoint: Make system serialize call children
2012-04-21 Gabe BlackX86: Report an error if there's no kernel object, don...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-07 Joel Hestnessx86: implements vtophys
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-11 Gabe BlackX86: Detect attempts to load a 32 bit kernel and panic.
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-05-29 Gabe BlackX86: Keep track of more descriptor state to accomodate...
2009-05-26 Gabe BlackX86: Really set up the GDT and various hidden/visible...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-10-11 Gabe BlackX86: Create SimObjects in python and C++ to represent...
2008-10-11 Gabe BlackX86: Create SimObjects in python and C++ to represent...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Gabe BlackX86: Turn SMBios structures into simobjects.
2008-10-10 Gabe BlackX86: Move the smbios objects into a folder for BIOS...
2008-01-23 Gabe BlackX86: Put an SMBios/DMI table in memory.
2007-12-02 Gabe BlackX86: Move startup code to the system object to initiali...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-08 Gabe BlackX86: Make an x86 system object.