index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
alpha
/
include
/
pmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Protect includes for kernel specific use from userland.
ticso
2005-09-19
1
-0
/
+2
*
Relocate direct map specs into struct alpha_chipset.
ticso
2005-09-19
1
-3
/
+10
*
Begin all license/copyright comments with /*- or #-
imp
2005-01-05
1
-1
/
+1
*
- Eliminate the pte object from the pmap. Instead, page table pages are
alc
2004-07-19
1
-1
/
+0
*
MFamd64/i386
alc
2004-07-05
1
-0
/
+14
*
- Remove unused definitions.
alc
2004-06-23
1
-5
/
+2
*
Remove avail_end. It is not used.
alc
2004-04-11
1
-1
/
+0
*
- pmap_kenter_temporary() is unused by machine-independent code. Therefore,
alc
2004-04-10
1
-0
/
+1
*
Remove the advertsing clause, per the Regent's letter dated July 22, 1999.
imp
2004-04-05
1
-4
/
+0
*
Remove avail_start on those platforms that no longer use it. (Only amd64
alc
2004-04-05
1
-1
/
+0
*
Remove CADDR1 and CMAP1. They are unused.
alc
2004-04-03
1
-2
/
+0
*
Remove unused declarations. (Some time ago, these variables became fields
alc
2004-03-07
1
-2
/
+0
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
- Kill the pv_flags member of the alpha mdpage since it stop being used
jhb
2003-04-10
1
-1
/
+0
*
Fix the osf1 abi module on SMP systems by making the size of
gallatin
2003-03-29
1
-1
/
+1
*
Made the prototypes for pmap_kenter and pmap_kremove MD. These functions
jake
2003-03-16
1
-0
/
+2
*
MFi386 revision 1.88
alc
2003-03-01
1
-6
/
+0
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-07
1
-0
/
+1
*
ptvmmap does not exist on alpha.
peter
2002-08-02
1
-1
/
+0
*
Tidy up some loose ends.
peter
2002-04-29
1
-3
/
+2
*
Remove __P(). This was tested on the GENERIC kernel.
obrien
2002-03-20
1
-13
/
+13
*
Fixes for alpha pmap on SMP machines:
jhb
2002-02-06
1
-2
/
+7
*
Add missing prototype for pmap_unmapdev().
jhb
2002-01-11
1
-0
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+4
*
Simplify the implementation of pmap_emulate_reference(). The new version
dfr
2001-07-24
1
-4
/
+0
*
Move MAXCPU from machine/smp.h to machine/param.h to fix breakage
ps
2000-09-23
1
-1
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-3
/
+5
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-4
/
+4
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
1
-3
/
+3
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-6
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Allow chipset drivers to specify the direct-mapped DMA window's mask in
gallatin
1999-05-26
1
-1
/
+9
*
Use address space numbers to reduce TLB flushes.
dfr
1998-08-23
1
-1
/
+4
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
1
-82
/
+173
*
Import NetBSD/Alpha headers needed to get the FreeBSD userland to compile
jb
1998-03-09
1
-0
/
+140