compile: wrap 64bit numbers with ULL() so 32bit compiles work
[gem5.git] / src / arch / x86 / process.cc
2009-11-08 Nathan Binkertcompile: wrap 64bit numbers with ULL() so 32bit compile...
2009-11-04 Vince WeaverX86: Enable x86_64 vsyscall support
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-02 Gabe BlackX86: Make successive anonymous mmaps move down in 32...
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Initialize the MXCSR in SE mode.
2009-07-20 Derek Howermerge
2009-07-20 Gabe BlackX86: Move a displaced comment back to where it goes.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-05-29 Gabe BlackX86: Keep track of more descriptor state to accomodate...
2009-05-05 Korey Sewellmerge code
2009-04-26 Gabe BlackX86: Centralize updates to the handy M5 reg.
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Add a vsyscall page for 32 bit processes to use.
2009-02-27 Gabe BlackX86: Set an initial value for the LDT selector.
2009-02-27 Gabe BlackX86: Set up a space for a GDT in SE so we can set up...
2009-02-27 Gabe BlackX86: Handle 32 bit system call arguments.
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-27 Gabe BlackX86: Distinguish the width of values on the stack betwe...
2009-02-25 Gabe BlackISA: Use the "Stack" traceflag for DPRINTFs about the...
2008-12-07 Lisa Hsuimported patch aux-fix.patch
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-04 Lisa HsuThis patch pulls out the auxiliary vector struct from...
2008-11-03 Lisa HsuMake it so that all thread contexts are registered...
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2007-12-02 Gabe BlackX86: Separate the effective seg base and the "hidden...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Gabe BlackX86: Make microcode use presegmentation RIPs and the...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-30 Gabe BlackX86: Compile fixes for 32 bit/debug/opt.
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-08 Gabe BlackX86: Work on the x86 tlb.
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Start implementing segmentation support.
2007-08-03 Steve Reinhardtmerge from head
2007-08-03 Gabe BlackMerge with head.
2007-08-03 Ali SaidiMerge: No changes
2007-08-02 Gabe BlackX86: Get rid of some debug warnings.
2007-08-02 Gabe BlackMerge with head.
2007-08-02 Gabe BlackX86: Finally get the x86 initial stack frame right.
2007-08-02 Ali Saidimerge, no manual changes
2007-08-02 Gabe BlackFix how the "cmd" parameter is set in se.py and remove...
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackX86: Get rid of initialization of R11
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Gabe BlackX86: Use an mmap base address that matches what an...
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Gabe BlackX86: Initial stack frame fixes and constant shuffling.
2007-07-29 Gabe BlackX86: Fix a comment and adjust the stack base address.
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Gabe BlackX86: Fix up auxiliary vectors.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Fix argument register indexing.
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-20 Gabe BlackX86 probably doesn't need a window save area.
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Ali SaidiMerge zizzer:/bk/newmem
2007-05-09 Ali SaidiMerge zeep:/z/saidi/work/m5.newmem
2007-05-09 Ali Saidifix the translating ports so it can add a page on a...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Gabe BlackGet X86 to load an elf and start a process for it.