index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2012-06-05
O3: Clean up the O3 structures and try to pack them a bit better.
Ali Saidi
2012-06-05
sim: Remove FastAlloc
Ali Saidi
2012-06-04
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
Gabe Black
2012-06-04
X86: Ensure that the CPUID instruction always writes its outputs.
Gabe Black
2012-06-04
X86: Ensure that the decoder's internal ExtMachInst is completely initialized.
Gabe Black
2012-05-28
X86: Use the HandyM5Reg to avoid a register read and some logic in the TLB.
Gabe Black
2012-05-27
X86: Move the GDT down to where it can be accessed in 32 bit mode.
Gabe Black
2012-05-27
X86: Truncate addresses to 32 bits except in 64 bit mode, not long mode.
Gabe Black
2012-05-26
ISA,CPU: Generalize and split out the components of the decode cache.
Gabe Black
2012-05-26
CPU: Merge the predecoder and decoder.
Gabe Black
2012-05-25
ISA: Make the decode function part of the ISA's decoder.
Gabe Black
2012-05-25
Decode: Make the Decoder class defined per ISA.
Gabe Black
2012-05-22
X86: Split Condition Code register
Nilay Vaish
2012-05-19
x86 ISA: Implement the sse3 haddps instruction.
Marc Orr
2012-05-01
MEM: Separate requests and responses for timing accesses
Andreas Hansson
2012-04-29
X86: Fix the IMUL_R_P_I macroop.
Gabe Black
2012-04-29
X86: Fix up the open system call's flags.
Vince Weaver
2012-04-29
X86: Make gem5 ignore a bunch of syscalls.
Vince Weaver
2012-04-24
X86: Clear out duplicate TLB entries when adding a new one.
Gabe Black
2012-04-23
ISA: Put parser generated files in a "generated" directory.
Gabe Black
2012-04-21
X86: Report an error if there's no kernel object, don't blindly use it.
Gabe Black
2012-04-15
X86: Fix a tiny typo in the load/store microop constructor.
Gabe Black
2012-04-14
X86: Use the AddrTrie class to implement the TLB.
Gabe Black
2012-04-14
MEM: Remove the Broadcast destination from the packet
Andreas Hansson
2012-04-14
MEM: Separate snoops and normal memory requests/responses
Andreas Hansson
2012-04-14
clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6
Andreas Hansson
2012-03-31
X86: Fix address size handling so real mode works properly.
Gabe Black
2012-03-30
MEM: Introduce the master/slave port sub-classes in C++
William Wang
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2012-03-19
clang: Fix recently introduced clang compilation errors
Andreas Hansson
2012-03-09
CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU
Geoffrey Blake
2012-03-01
x86: Fix x86 TLB and Walker
Nilay Vaish
2012-02-26
X86: Use the M5PanicFault fault in execute methods instead of calling panic.
Gabe Black
2012-02-24
MEM: Make port proxies use references rather than pointers
Andreas Hansson
2012-02-24
MEM: Move port creation to the memory object(s) construction
Andreas Hansson
2012-02-13
MEM: Introduce the master/slave port roles in the Python classes
Andreas Hansson
2012-02-12
X86: open flags: Another patch from Vince Weaver
Gabe Black
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-29
Implement Ali's review feedback.
Gabe Black
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-09
X86: Add memory fence to I/O instructions
Nilay Vaish
2012-01-07
Another merge with the main repository.
Gabe Black
2012-01-07
Merge with the main repository again.
Gabe Black
2012-01-07
Merge with main repository.
Gabe Black
2012-01-05
X86 TLB: Move a DPRINTF to its correct place
Nilay Vaish
[next]