aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-138/+0
* Introduce vm_page_astate.Mark Johnston2019-12-101-1/+1
* Port r353622 to sparc64 and arm v4.Konstantin Belousov2019-10-161-0/+1
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-1/+0
* Add kernel support for Intel userspace protection keys feature onKonstantin Belousov2019-02-201-0/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove unused member.Attilio Rao2013-08-041-1/+0
* Rework the known rwlock to benefit about staying on their ownAttilio Rao2012-11-031-7/+1
* Merge r236494 from x86:Marius Strobl2012-08-051-1/+7
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox2012-06-161-0/+1
* Replace all uses of the vm page queues lock by a r/w lock that is privateAlan Cox2012-05-291-0/+2
* - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.cMarius Strobl2011-07-051-3/+0
* Add sparc64 support.Attilio Rao2011-05-061-1/+2
* Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* On UltraSPARC-III+ and greater take advantage of ASI_ATOMIC_QUAD_LDD_PHYS,Marius Strobl2010-12-291-6/+7
* Update various places that store or manipulate CPU masks to use cpumask_tJohn Baldwin2010-08-111-1/+1
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* Some machines can not only consist of CPUs running at different speedsMarius Strobl2010-02-201-1/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-0/+3
* - Work around the broken loader behavior of not demapping no longerMarius Strobl2009-06-281-3/+1
* Add pmap_clear_write() to the interface between the virtual memoryAlan Cox2006-07-201-2/+0
* MFalpha/amd64/arm/ia64Alan Cox2006-05-291-9/+0
* - Cleanup whitespace and extra ()s in vtophys() macros.John Baldwin2005-12-061-1/+1
* Silence witness warnings about duplicate pmap lock emitted sinceMarius Strobl2005-02-181-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add pmap locking to many of the functions.Alan Cox2004-08-101-0/+14
* Correct the implementation of pmap_page_is_mapped(): It should return TRUEAlan Cox2004-05-091-2/+1
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* - Move the routine for flushing all user mappings from the tlb from pmap toJake Burkholder2003-04-131-1/+0
* Use vm_paddr_t for physical addresses.Jake Burkholder2003-04-081-7/+7
* Make the pmap stats writeable. It can be useful to clear them.Jake Burkholder2003-04-061-1/+1
* - Remove unused cache flushing routines. These will not necessary workJake Burkholder2003-03-191-7/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* - Reorganize PMAP_STATS to scale a little better.Jake Burkholder2003-01-051-0/+19
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatJake Burkholder2002-12-211-5/+6
* Removed unused pmap_qenter_flags.Jake Burkholder2002-12-211-1/+0
* Move pmap_collect() out of the machine-dependent code, rename itAlan Cox2002-11-131-2/+0
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()Alan Cox2002-11-111-2/+0
* Add needed include of queue.h.Jake Burkholder2002-10-011-0/+1
* Minor style. Removed unused declaration.Jake Burkholder2002-08-161-2/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* Forgot to commit this.Jake Burkholder2002-08-011-2/+2
* Implement a direct mapped address region, like alpha and ia64. ThisJake Burkholder2002-07-271-0/+1
* pmap_kremove can no longer be used to remove the magic device mappingsJake Burkholder2002-06-251-0/+1
* Add an MD page flag for tracking if a page is cacheable or not, so thatJake Burkholder2002-05-291-0/+3
* Merge the code in pv.c into pmap.c directly. Place all page mappings ontoJake Burkholder2002-05-291-0/+9