aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-143/+0
* Add KTR events for the PMAP interface functionsMarcel Moolenaar2014-03-191-9/+14
* Purge the translation cache of APs before we unleash them. To thatMarcel Moolenaar2013-10-311-0/+1
* Fix compilation on ia64 when page size is configured for 16KB.Konstantin Belousov2012-10-281-15/+0
* Port the new PV entry allocator from amd64/i386. This allocator has twoAlan Cox2012-10-261-4/+17
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox2012-06-161-0/+1
* Implement basic support for memory attributes. At this time we onlyMarcel Moolenaar2011-07-081-4/+6
* Remove prototypes of non-existent functions.Marcel Moolenaar2011-04-251-5/+0
* Eliminate an unused definition.Alan Cox2011-03-261-3/+0
* Change region 4 to be part of the kernel. This serves 2 purposes:Marcel Moolenaar2011-03-211-1/+2
* Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* phys_avail[] is correctly defined as an array of vm_paddr_t's inAlan Cox2010-12-011-1/+1
* Switch to C99 exact-width types.Marcel Moolenaar2010-05-191-1/+1
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* Remove pm_active from struct pmap as it serves no purpose.Marcel Moolenaar2010-02-211-1/+0
* Some code churn:Marcel Moolenaar2010-02-141-1/+1
* Allocate the VHPT for each CPU in cpu_mp_start(), rather thanMarcel Moolenaar2009-12-071-0/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-0/+2
* Fix a comment.Ruslan Ermilov2006-11-131-1/+1
* First pass at allowing memory to be mapped using cache modes other thanJohn Baldwin2006-08-111-0/+2
* - Cleanup whitespace and extra ()s in vtophys() macros.John Baldwin2005-12-061-1/+1
* o s/vhpt_size/pmap_vhpt_log2size/gMarcel Moolenaar2005-09-031-0/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-231-0/+1
* Add partial pmap locking.Alan Cox2004-07-191-0/+14
* Remove unused fields from the pmap.Alan Cox2004-07-161-2/+0
* - Remove unused definitions.Alan Cox2004-06-231-5/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove avail_end. As of yesterday, it is unused.Alan Cox2004-04-061-1/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+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
* pmap_install() needs to be atomic WRT to context switching. ProtectMarcel Moolenaar2003-05-191-1/+1
* Don't use the tpa instruction to implement pmap_kextract. The tpaMarcel Moolenaar2003-04-221-8/+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-3/+0
* Remove the dependency on ia64_cpu.h by not defining pmap_kextract()Marcel Moolenaar2002-10-121-6/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* Tidy up some loose ends.Peter Wemm2002-04-291-3/+2
* Remove __P.Alfred Perlstein2002-03-201-12/+12
* * Make sure we increment pm_stats.resident_count in pmap_enter_quickDoug Rabson2001-11-091-1/+1
* Rework pmap so that it separates the PTE structure from the pv_entryDoug Rabson2001-10-191-1/+6
* Add pmap_unmapdev().Doug Rabson2001-09-291-0/+1
* Factor out PTE and related definitions from pmap.h - they are useful inDoug Rabson2001-09-241-89/+1
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).Doug Rabson2000-10-101-5/+2
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willDoug Rabson2000-09-291-0/+233