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
/
process.cc
Age
Commit message (
Expand
)
Author
2009-08-17
X86: Initialize the MXCSR in SE mode.
Gabe Black
2009-07-19
X86: Move a displaced comment back to where it goes.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black
2009-05-28
X86: Keep track of more descriptor state to accomodate KVM.
Gabe Black
2009-04-26
X86: Centralize updates to the handy M5 reg.
Gabe Black
2009-04-21
syscall: Resolve conflicts between m5threads and Gabe's recent SE changes.
Steve Reinhardt
2009-02-27
X86: Add a vsyscall page for 32 bit processes to use.
Gabe Black
2009-02-27
X86: Set an initial value for the LDT selector.
Gabe Black
2009-02-27
X86: Set up a space for a GDT in SE so we can set up TLS or LDT segments.
Gabe Black
2009-02-27
X86: Handle 32 bit system call arguments.
Gabe Black
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2009-02-27
X86: Distinguish the width of values on the stack between 32 and 64 bit proce...
Gabe Black
2009-02-25
ISA: Use the "Stack" traceflag for DPRINTFs about the initial stack frame.
Gabe Black
2008-12-07
imported patch aux-fix.patch
Lisa Hsu
2008-12-04
This patch pulls out the auxiliary vector struct from individual ISA
Lisa Hsu
2008-11-02
Make it so that all thread contexts are registered with the System, even in
Lisa Hsu
2008-09-27
arch: TheISA shouldn't really ever be used in the arch directory.
Nathan Binkert
2007-12-01
X86: Separate the effective seg base and the "hidden" seg base.
Gabe Black
2007-11-13
X86: Make microcode use presegmentation RIPs and the rest of m5 use post segm...
Gabe Black
2007-10-30
X86: Compile fixes for 32 bit/debug/opt.
Gabe Black
2007-10-25
SE: Fix page table and system serialization, don't reinit process if this is ...
Ali Saidi
2007-10-16
Make the process objects use the Params structs in their constructors, and us...
Gabe Black
2007-10-07
X86: Work on the x86 tlb.
Gabe Black
2007-08-26
Address translation: Make the page table more flexible.
Gabe Black
2007-08-04
X86: Start implementing segmentation support.
Gabe Black
2007-08-02
X86: Get rid of some debug warnings.
Gabe Black
2007-08-02
X86: Finally get the x86 initial stack frame right.
Gabe Black
2007-08-01
Fix how the "cmd" parameter is set in se.py and remove hack in x86 process in...
Gabe Black
2007-08-01
X86: Get rid of initialization of R11
Gabe Black
2007-07-30
X86: Use an mmap base address that matches what an actual machine uses.
Gabe Black
2007-07-29
X86: Initial stack frame fixes and constant shuffling.
Gabe Black
2007-07-28
X86: Fix a comment and adjust the stack base address.
Gabe Black
2007-07-28
X86: Fix up auxiliary vectors.
Gabe Black
2007-07-26
X86: Fix argument register indexing.
Gabe Black
2007-06-20
X86 probably doesn't need a window save area.
Gabe Black
2007-05-09
fix the translating ports so it can add a page on a fault
Ali Saidi
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black