summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-211-4/+13
* Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-301-1/+1
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-161-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+5
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-111-1/+1
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-111-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Do not setup 4M pdir until all APs are up.luoqi1999-06-231-8/+4
* Put in place the infrastructure for improved UP and SMP TLB management.alc1999-04-021-5/+2
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixeddg1999-03-111-4/+4
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-021-3/+3
* Move the declaration of PPro_vmtrr from the header file to pmap.c,eivind1998-11-241-3/+4
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.mckay1998-06-211-3/+1
* Attempt to set write combining mode for graphics devices.dyson1998-05-111-1/+15
* Moved some extern declarations to header files (unused ones to /dev/null).bde1997-11-201-1/+4
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-051-3/+1
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-171-6/+20
* Preliminary support for per-cpu data pages.peter1997-06-221-8/+8
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+12
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-071-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Pmap_resident_count was mistakenly removed from pmap.h, therebydyson1996-10-131-0/+2
* Performance optimizations. One of which was meant to go in before thedyson1996-10-121-1/+3
* Cleaned up:bde1996-10-121-15/+3
* Improve the scalability of certain pmap operations.dyson1996-09-081-6/+24
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-19/+6
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-6/+19
* Removed unnecessary forward declarations of incomplete structs.bde1996-06-081-3/+1
* This set of commits to the VM system does the following, and containdyson1996-05-181-8/+7
* Move atdevbase out of locore.s and into machdep.cphk1996-05-021-26/+32
* removed:phk1996-05-021-19/+38
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-301-4/+2
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-3/+3
* Fix a problem with tracking the modified bit. Eliminate thedyson1996-02-251-3/+4
* Rewrote cpu_fork so that it doesn't use pmap_activate, and removeddg1996-02-041-16/+1
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-6/+4
* Staticize and cleanup.phk1995-12-101-2/+1
* __purified pmap_pte(). This seems to make no difference.bde1995-12-031-2/+2
* Rewrote memory sizing code to generally deal with holes in extended memory.dg1995-07-191-2/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+1
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Removed declaration of pmap_changebit()...it is no longer exported.dg1995-03-261-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+9
* Whoops! back out last commit partly.phk1995-02-141-3/+1
* YFfix.phk1995-02-141-2/+9
OpenPOWER on IntegriCloud