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
/
ia64
/
include
/
pmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r263380 & r268185: Add KTR events for the PMAP interface functions.
marcel
2014-07-02
1
-9
/
+14
*
MFC r257477: Purge the translation cache of APs before we unleash them.
marcel
2014-07-02
1
-0
/
+1
*
Fix compilation on ia64 when page size is configured for 16KB.
kib
2012-10-28
1
-15
/
+0
*
Port the new PV entry allocator from amd64/i386. This allocator has two
alc
2012-10-26
1
-4
/
+17
*
The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap
alc
2012-06-16
1
-0
/
+1
*
Implement basic support for memory attributes. At this time we only
marcel
2011-07-08
1
-4
/
+6
*
Remove prototypes of non-existent functions.
marcel
2011-04-25
1
-5
/
+0
*
Eliminate an unused definition.
alc
2011-03-26
1
-3
/
+0
*
Change region 4 to be part of the kernel. This serves 2 purposes:
marcel
2011-03-21
1
-1
/
+2
*
Remove pmap fields that are either unused or not fully implemented.
alc
2011-02-17
1
-2
/
+0
*
phys_avail[] is correctly defined as an array of vm_paddr_t's in
alc
2010-12-01
1
-1
/
+1
*
Switch to C99 exact-width types.
marcel
2010-05-19
1
-1
/
+1
*
On Alan's advice, rather than do a wholesale conversion on a single
kmacy
2010-04-30
1
-0
/
+2
*
Remove pm_active from struct pmap as it serves no purpose.
marcel
2010-02-21
1
-1
/
+0
*
Some code churn:
marcel
2010-02-14
1
-1
/
+1
*
Allocate the VHPT for each CPU in cpu_mp_start(), rather than
marcel
2009-12-07
1
-0
/
+1
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
1
-0
/
+2
*
Fix a comment.
ru
2006-11-13
1
-1
/
+1
*
First pass at allowing memory to be mapped using cache modes other than
jhb
2006-08-11
1
-0
/
+2
*
- Cleanup whitespace and extra ()s in vtophys() macros.
jhb
2005-12-06
1
-1
/
+1
*
o s/vhpt_size/pmap_vhpt_log2size/g
marcel
2005-09-03
1
-0
/
+3
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Redefine a PTE as a 64-bit integral type instead of a struct of
marcel
2004-09-23
1
-0
/
+1
*
Add partial pmap locking.
alc
2004-07-19
1
-0
/
+14
*
Remove unused fields from the pmap.
alc
2004-07-16
1
-2
/
+0
*
- Remove unused definitions.
alc
2004-06-23
1
-5
/
+2
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Remove avail_end. As of yesterday, it is unused.
alc
2004-04-06
1
-1
/
+0
*
Remove avail_start on those platforms that no longer use it. (Only amd64
alc
2004-04-05
1
-1
/
+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
*
pmap_install() needs to be atomic WRT to context switching. Protect
marcel
2003-05-19
1
-1
/
+1
*
Don't use the tpa instruction to implement pmap_kextract. The tpa
marcel
2003-04-22
1
-8
/
+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
-3
/
+0
*
Remove the dependency on ia64_cpu.h by not defining pmap_kextract()
marcel
2002-10-12
1
-6
/
+1
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-07
1
-0
/
+1
*
Tidy up some loose ends.
peter
2002-04-29
1
-3
/
+2
*
Remove __P.
alfred
2002-03-20
1
-12
/
+12
*
* Make sure we increment pm_stats.resident_count in pmap_enter_quick
dfr
2001-11-09
1
-1
/
+1
*
Rework pmap so that it separates the PTE structure from the pv_entry
dfr
2001-10-19
1
-1
/
+6
*
Add pmap_unmapdev().
dfr
2001-09-29
1
-0
/
+1
*
Factor out PTE and related definitions from pmap.h - they are useful in
dfr
2001-09-24
1
-89
/
+1
*
* Add rudimentary DDB support (no kgdb, no backtrace, no single step).
dfr
2000-10-10
1
-5
/
+2
*
This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will
dfr
2000-09-29
1
-0
/
+233