aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-250/+0
* - Cleanup whitespace and extra ()s in vtophys() macros.John Baldwin2005-12-061-2/+1
* Protect includes for kernel specific use from userland.Bernd Walter2005-09-191-0/+2
* Relocate direct map specs into struct alpha_chipset.Bernd Walter2005-09-191-3/+10
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-051-1/+1
* - Eliminate the pte object from the pmap. Instead, page table pages areAlan Cox2004-07-191-1/+0
* MFamd64/i386Alan Cox2004-07-051-0/+14
* - Remove unused definitions.Alan Cox2004-06-231-5/+2
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,Alan Cox2004-04-101-0/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.Warner Losh2004-04-051-4/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Remove CADDR1 and CMAP1. They are unused.Alan Cox2004-04-031-2/+0
* Remove unused declarations. (Some time ago, these variables became fieldsAlan Cox2004-03-071-2/+0
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* - Kill the pv_flags member of the alpha mdpage since it stop being usedJohn Baldwin2003-04-101-1/+0
* Fix the osf1 abi module on SMP systems by making the size ofAndrew Gallatin2003-03-291-1/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* MFi386 revision 1.88Alan Cox2003-03-011-6/+0
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* ptvmmap does not exist on alpha.Peter Wemm2002-08-021-1/+0
* Tidy up some loose ends.Peter Wemm2002-04-291-3/+2
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-201-13/+13
* Fixes for alpha pmap on SMP machines:John Baldwin2002-02-061-2/+7
* Add missing prototype for pmap_unmapdev().John Baldwin2002-01-111-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-2/+4
* Simplify the implementation of pmap_emulate_reference(). The new versionDoug Rabson2001-07-241-4/+0
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakagePaul Saab2000-09-231-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-3/+5
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-211-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-6/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-261-1/+9
* Use address space numbers to reduce TLB flushes.Doug Rabson1998-08-231-1/+4
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-82/+173
* Import NetBSD/Alpha headers needed to get the FreeBSD userland to compileJohn Birrell1998-03-091-0/+140