summaryrefslogtreecommitdiff
path: root/src/arch/x86/process.cc
AgeCommit message (Expand)Author
2008-09-27arch: TheISA shouldn't really ever be used in the arch directory.Nathan Binkert
2007-12-01X86: Separate the effective seg base and the "hidden" seg base.Gabe Black
2007-11-13X86: Make microcode use presegmentation RIPs and the rest of m5 use post segm...Gabe Black
2007-10-30X86: Compile fixes for 32 bit/debug/opt.Gabe Black
2007-10-25SE: Fix page table and system serialization, don't reinit process if this is ...Ali Saidi
2007-10-16Make the process objects use the Params structs in their constructors, and us...Gabe Black
2007-10-07X86: Work on the x86 tlb.Gabe Black
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-08-02X86: Get rid of some debug warnings.Gabe Black
2007-08-02X86: Finally get the x86 initial stack frame right.Gabe Black
2007-08-01Fix how the "cmd" parameter is set in se.py and remove hack in x86 process in...Gabe Black
2007-08-01X86: Get rid of initialization of R11Gabe Black
2007-07-30X86: Use an mmap base address that matches what an actual machine uses.Gabe Black
2007-07-29X86: Initial stack frame fixes and constant shuffling.Gabe Black
2007-07-28X86: Fix a comment and adjust the stack base address.Gabe Black
2007-07-28X86: Fix up auxiliary vectors.Gabe Black
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-06-20X86 probably doesn't need a window save area.Gabe Black
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black