summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Protect includes for kernel specific use from userland.ticso2005-09-191-0/+2
* Relocate direct map specs into struct alpha_chipset.ticso2005-09-191-3/+10
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-191-1/+0
* MFamd64/i386alc2004-07-051-0/+14
* - Remove unused definitions.alc2004-06-231-5/+2
* Remove avail_end. It is not used.alc2004-04-111-1/+0
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.imp2004-04-051-4/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* Remove CADDR1 and CMAP1. They are unused.alc2004-04-031-2/+0
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* - Kill the pv_flags member of the alpha mdpage since it stop being usedjhb2003-04-101-1/+0
* Fix the osf1 abi module on SMP systems by making the size ofgallatin2003-03-291-1/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* MFi386 revision 1.88alc2003-03-011-6/+0
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* ptvmmap does not exist on alpha.peter2002-08-021-1/+0
* Tidy up some loose ends.peter2002-04-291-3/+2
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-13/+13
* Fixes for alpha pmap on SMP machines:jhb2002-02-061-2/+7
* Add missing prototype for pmap_unmapdev().jhb2002-01-111-0/+1
* KSE Milestone 2julian2001-09-121-2/+4
* Simplify the implementation of pmap_emulate_reference(). The new versiondfr2001-07-241-4/+0
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-231-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-3/+5
* 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-6/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-261-1/+9
* Use address space numbers to reduce TLB flushes.dfr1998-08-231-1/+4
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-82/+173
* Import NetBSD/Alpha headers needed to get the FreeBSD userland to compilejb1998-03-091-0/+140
OpenPOWER on IntegriCloud