Age | Commit message (Expand) | Author |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-05-26 | CPU: Merge the predecoder and decoder. | Gabe Black |
2012-05-25 | Decode: Make the Decoder class defined per ISA. | Gabe Black |
2012-05-01 | MEM: Separate requests and responses for timing accesses | Andreas Hansson |
2012-04-14 | MEM: Remove the Broadcast destination from the packet | Andreas Hansson |
2012-03-30 | MEM: Introduce the master/slave port sub-classes in C++ | William Wang |
2012-02-24 | CPU: Round-two unifying instr/data CPU ports across models | Andreas Hansson |
2012-02-13 | BP: Fix several Branch Predictor issues. | Mrinmoy Ghosh |
2012-02-12 | mem: Add a master ID to each request object. | Ali Saidi |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-12 | inorder: MDU deadlock fix | Maximilien Breughe |
2011-11-18 | SE/FS: Get rid of FULL_SYSTEM in the CPU directory. | Gabe Black |
2011-09-09 | Decode: Pull instruction decoding out of the StaticInst class into its own. | Gabe Black |
2011-08-16 | InOrder: Make cache_unit.hh include hashmap.hh explicitly, not transitively. | Gabe Black |
2011-06-20 | InOder: Fix a compile error. | Gabe Black |
2011-06-19 | inorder: cleanup dprintfs in cache unit | Korey Sewell |
2011-06-19 | inorder: SE mode TLB faults | Korey Sewell |
2011-06-19 | inorder: se compile fixes | Korey Sewell |
2011-06-19 | inorder: add necessary debug flag header files | Korey Sewell |
2011-06-19 | inorder: clear fetchbuffer on traps | Korey Sewell |
2011-06-19 | inorder: use separate float-reg bits function in dyninst | Korey Sewell |
2011-06-19 | inorder: use trapPending flag to manage traps | Korey Sewell |
2011-06-19 | inorder/dtb: make sure DTB translate correct address | Korey Sewell |
2011-06-19 | inorder: handle serializing instructions | Korey Sewell |
2011-06-19 | inorder: dont handle multiple faults on same cycle | Korey Sewell |
2011-06-19 | inorder: register ports for FS mode | Korey Sewell |
2011-06-19 | inorder: check for interrupts each tick | Korey Sewell |
2011-06-19 | inorder: explicit fault check | Korey Sewell |
2011-06-19 | inorder: squash and trap behind a tlb fault | Korey Sewell |
2011-06-19 | inorder: stall stores on store conditionals & compare/swaps | Korey Sewell |
2011-06-19 | inorder: remove memdep tracking for default pipeline | Korey Sewell |
2011-06-19 | inorder: fetchBuffer tracking | Korey Sewell |
2011-06-19 | inorder: redefine DynInst FP result type | Korey Sewell |
2011-06-19 | inorder: treat SE mode syscalls as a trapping instruction | Korey Sewell |
2011-06-19 | inorder: bug in mdu | Korey Sewell |
2011-06-19 | inorder: optionally track faulting instructions | Korey Sewell |
2011-06-19 | inorder: don't stall after stores | Korey Sewell |
2011-06-19 | inorder: don't stall after stores | Korey Sewell |
2011-06-19 | inorder: remove decode squash | Korey Sewell |
2011-06-19 | inorder: support for compare and swap insts | Korey Sewell |
2011-06-19 | inorder: branch predictor update | Korey Sewell |
2011-06-19 | inorder: remove stalls on trap squash | Korey Sewell |
2011-06-19 | inorder: no dep. tracking for zero reg | Korey Sewell |
2011-06-19 | imported patch recoverPCfromTrap | Korey Sewell |
2011-06-19 | imported patch squash_from_next_stage | Korey Sewell |