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
/
mem
/
page_table.cc
Age
Commit message (
Expand
)
Author
2013-04-23
sim: Fix two bugs relating to software caching of PageTable entries.
Mitch Hayenga
2012-07-09
Fix: Address a few benign memory leaks
Andreas Hansson
2012-01-07
Another merge with the main repository.
Gabe Black
2012-01-07
Merge with main repository.
Gabe Black
2011-12-13
gcc: fix unused variable warnings from GCC 4.6.1
Nathan Binkert
2011-10-30
SE/FS: Build the base process class in FS.
Gabe Black
2011-10-22
SE: move page allocation from PageTable to Process
Steve Reinhardt
2011-10-22
syscall_emul: implement MAP_FIXED option to mmap()
Steve Reinhardt
2011-10-16
SE/FS: Turn on the page table class in FS.
Gabe Black
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-01-19
util: do checkpoint aggregation more cleanly, fix last changeset.
Lisa Hsu
2010-01-18
util: make a generic checkpoint aggregator that can aggregate different cpts...
Lisa Hsu
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-02-16
sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...
Lisa Hsu
2007-11-14
Checkpointing: Name SE page table entries better so that there isn't a proble...
Ali Saidi
2007-10-25
TLB: Fix serialization issues with the tlb entries and make the page table st...
Gabe Black
2007-10-25
SE: Fix page table and system serialization, don't reinit process if this is ...
Ali Saidi
2007-08-26
Address translation: Make the page table more flexible.
Gabe Black
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-06-05
Clean up some of vincent's code and commit it
Ali Saidi
2007-03-07
Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...
Gabe Black
2006-10-19
initialize end, clean up loop
Nathan Binkert
2006-10-18
need some initializations before doing the loop.
Lisa Hsu
2006-10-17
add code to serialize se structures. Lisa is working on the python side of th...
Ali Saidi
2006-08-14
Changed the size parameter from int to int64_t
Gabe Black
2006-06-27
change the page table from map to hash_map and create small cache to to speed...
Ali Saidi
2006-06-26
add syscall emulation page table fault so we can allocate more stack pages
Ali Saidi
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt