Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | X86: Make string instructions work when rcx=0. | Gabe Black | |
2008-06-12 | X86: Have all 8 machine check registers since the kernel assumes they're there. | Gabe Black | |
2008-06-12 | X86: Bypass unaligned access support for register addressed MSRs. | Gabe Black | |
2008-06-12 | X86: Remove enforcement of APIC register access alignment. Panic if more ↵ | Gabe Black | |
than one register is accessed at a time. | |||
2008-06-12 | X86: Force the kernel to use a certain loops per jiffy instead of ↵ | Gabe Black | |
calculating it. | |||
2008-06-12 | X86: Fix the implementation of BSF. | Gabe Black | |
2008-06-12 | X86: Bit scan forward/reverse were accidentally transposed. | Gabe Black | |
2008-06-12 | X86: Fix a byte register indexing issue in the sign extending move from ↵ | Gabe Black | |
memory microcode. | |||
2008-06-12 | X86: Make the amount of system memory match the hardcoded e820 info. | Gabe Black | |
2008-06-12 | X86: Make the regular console use the serial port as well. | Gabe Black | |
2008-06-12 | X86: Update the regressions for the fact that rdtsc does something now. | Gabe Black | |
2008-06-12 | X86: Add in some support for the tsc register. | Gabe Black | |
2008-06-12 | CPU: Make the simple cpu trace data for loads/stores. | Gabe Black | |
2008-06-11 | X86: Fix building on *BSD hosts | Ali Saidi | |
2008-06-11 | SCons: Fix more SCons version issues | Ali Saidi | |
2008-06-11 | Added tag copyright_update for changeset 60a931b03fb1 | Nathan Binkert | |
2008-05-20 | IGbE: Implement sending packet that is contained in more than 2 descriptors. | Ali Saidi | |
--HG-- extra : convert_revision : 8fb7d5fad5cb840f69c31aa8b331dbe09e46ee9d | |||
2008-05-20 | SCons: Fixing SCons bug 2006 issues for non-alpha ISAs | Stephen Hines | |
--HG-- extra : convert_revision : 26e3edef06d6f82aaf162825c151d18faadd6e72 | |||
2008-05-15 | Make sure that output files are always checked success before they're used. | Ali Saidi | |
Make OutputDirectory::resolve() private and change the functions using resolve() to instead use create(). --HG-- extra : convert_revision : 36d4be629764d0c4c708cec8aa712cd15f966453 | |||
2008-05-06 | SCons: More scons fixing for SCons bug 2006 | Ali Saidi | |
--HG-- extra : convert_revision : d3656ab1e3c18251d4bcf6f5a31103d4b2dfdc43 | |||
2008-04-10 | SCons: add comments to SConscript documenting bug workaround | Ali Saidi | |
--HG-- extra : convert_revision : e6cdffe953d56b96c76c7ff14d2dcc3de3ccfcc3 | |||
2008-04-10 | PhysicalMemory: Add parameter for variance in memory delay. | Ali Saidi | |
--HG-- extra : convert_revision : b931472e81dedb650b7accb9061cb426f1c32e66 | |||
2008-04-08 | SCons: Manually specifying header only directories with Dir() works around ↵ | Ali Saidi | |
the problem --HG-- extra : convert_revision : d9713228d934cf4a45114a972603b8bca2bd27d3 | |||
2008-04-07 | SCons: Make BATCH options global sticky so libelf is built appropriately. | Ali Saidi | |
--HG-- extra : convert_revision : 4bca5c31b8421305d41aac072696964b39d7ff16 | |||
2008-04-07 | SCons: Add check for SCons version since the latest are broken. | Ali Saidi | |
--HG-- extra : convert_revision : bb0ea1221214e4e34d4223e345956c3febce3dc9 | |||
2008-03-25 | IGbE: Fix bug that limits wire performance a bit | Ali Saidi | |
--HG-- extra : convert_revision : 3f93c17f647a6955dab861da211174de856ee02c | |||
2008-03-25 | Automated merge with ssh://daystrom.m5sim.org//repo/m5 | Steve Reinhardt | |
--HG-- extra : convert_revision : 7922848bb1145bcb2ee07d672d21cfe2dd98fc03 | |||
2008-03-25 | Fix handling of writeback-induced writebacks in atomic mode. | Steve Reinhardt | |
--HG-- extra : convert_revision : 4fa64f8a929f1aa36a9d5a71b8d1816b497aca4c | |||
2008-03-25 | X86: Put an RTC into the CMOS part of the southbridge. | Gabe Black | |
--HG-- extra : convert_revision : a614373236fe75db6e6181fc152a02b541a131f3 | |||
2008-03-25 | Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it. | Gabe Black | |
--HG-- extra : convert_revision : 1e7f5185654ed0845678c2169c702d3b977159ed | |||
2008-03-25 | X86: Turn #defines into consts. | Gabe Black | |
--HG-- extra : convert_revision : c0416de5d88ca39f54494418768e68a93aa4f2aa | |||
2008-03-25 | X86: Start implementing the south bridge stuff. | Gabe Black | |
--HG-- extra : convert_revision : 92918c05eb3363155d78889bdab17baa8eae9dca | |||
2008-03-25 | X86: Change the Opteron platform to be the PC platform. | Gabe Black | |
--HG-- extra : convert_revision : 2c6ffebbad04a21cef6ba3fbc1803218908a6c37 | |||
2008-03-24 | Delete the Request for a no-response Packet | Steve Reinhardt | |
when the Packet is deleted, since the requester can't possibly do it. --HG-- extra : convert_revision : 8571b144ecb3c70efc06d09faa8b3161fb58352d | |||
2008-03-24 | Don't FastAlloc MSHRs since we don't allocate them on the fly. | Steve Reinhardt | |
--HG-- extra : convert_revision : 02775cfb460afe6df0df0938c62cccd93a71e775 | |||
2008-03-24 | Add FAST_ALLOC_DEBUG and FAST_ALLOC_STATS as SConstruct options. | Steve Reinhardt | |
--HG-- extra : convert_revision : 56a7f646f2ac87019c78ba7fa62c5f4bdc00ba44 | |||
2008-03-22 | Fix cache problem with writes to tempBlock | Steve Reinhardt | |
getting wrong writeback address. --HG-- extra : convert_revision : 023dfb69c227c13a69bfe2744c6af75a45828b0b | |||
2008-03-20 | MIPS: Check endianness of binaries in SE mode. | Gabe Black | |
--HG-- extra : convert_revision : e6c4bda6078eb68a26f8834411f744078c6bf5a9 | |||
2008-03-17 | Update long regression stats for semi-recent cache changes. | Steve Reinhardt | |
--HG-- extra : convert_revision : 7fef1e4f684ced37479ed363ebbb3a7485bc0d52 | |||
2008-03-17 | Fix a few Packet memory leaks. | Steve Reinhardt | |
--HG-- extra : convert_revision : 00db19f0698c0786f0dff561eea9217860a5a05a | |||
2008-03-17 | Restructure bus timing calcs to cope with pkt being deleted by target. | Steve Reinhardt | |
--HG-- extra : convert_revision : db8497e73a44f2a06aab121e797e88b4c0c31330 | |||
2008-03-15 | Fix subtle cache bug where read could return stale data | Steve Reinhardt | |
if a prior write miss arrived while an even earlier read miss was still outstanding. --HG-- extra : convert_revision : 4924e145829b2ecf4610b88d33f4773510c6801a | |||
2008-03-15 | Simpoints: Fix regression bug/Don't set process.simpoint, if simpoint ↵ | Ali Saidi | |
doesn't exist --HG-- extra : convert_revision : c156c49668815755c4c788f807e8eba32151aa24 | |||
2008-03-06 | Merge | Gabe Black | |
--HG-- extra : convert_revision : ec5f41b2007ade15f6f4c4a1533e50f9cba2798e | |||
2008-03-06 | X86: Refine the local APIC. | Gabe Black | |
--HG-- extra : convert_revision : 2789c54ed555fed2f2a333fcc7dc6454f294ebf2 | |||
2008-03-06 | O3CPU: Don't call dumpInsts if DEBUG is not defined | Vilas Sridharan | |
--HG-- extra : convert_revision : 3194bde4c624d118969bfbf92282539963a72245 | |||
2008-03-01 | X86: Don't map the local APIC into the physical address space in SE mode. | Gabe Black | |
--HG-- extra : convert_revision : b7103974b12130bbf43583c4cb5294b808add208 | |||
2008-02-29 | Added tag m5_2.0_beta4 for changeset cad8c2b5d2ec | Ali Saidi | |
--HG-- extra : convert_revision : 3012e3c0393b8fd2f83e3532172269a27c0bbb04 | |||
2008-02-29 | Added tag m5_2.0_beta5 for changeset fb826c79a385 | Ali Saidi | |
--HG-- extra : convert_revision : 13e2a028aaf899e2f314e6053266168b274e20fd | |||
2008-02-29 | Error out if -s is used without --caches (instead of saying you must specify a | Lisa Hsu | |
CPU). --HG-- extra : convert_revision : a3b2bfbe7e037146ac08dd08834bf255da692506 |