summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/front_end.hh
AgeCommit message (Expand)Author
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2011-01-03Move sched_list.hh and timebuf.hh from src/base to src/cpu.Steve Reinhardt
2010-08-23ISA: Get rid of old, unused utility functions cluttering up the ISAs.Gabe Black
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-03-05stats: Fix all stats usages to deal with template fixesNathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-05-21Change getDeviceAddressRanges to use bool for snoop arg.Steve Reinhardt
2006-12-15little fixes i noticed while searching for reason for address range issues (b...Lisa Hsu
2006-10-31Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...Kevin Lim
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-09Have cpus send snoop rangesRon Dreslinski
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-07-07Support for recent port changes.Kevin Lim
2006-06-25Make OzoneCPU work again in SE/FS.Kevin Lim
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim