aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement pmap_change_attr and related APIs on MIPSAlexander Kabaev2016-12-281-3/+6
* Introduce a new mechanism for relocating virtual pages to a new physicalAlan Cox2015-12-191-1/+0
* Switch from a stub to a real implementation of pmap_page_set_attr() for mips,Ian Lepore2015-10-211-1/+2
* The function pmap_alloc_direct_page() unconditionally zeroes the returnedAlan Cox2012-11-141-1/+0
* Introduce a new software PTE flag that indicates whether the mapping isAlan Cox2012-09-011-1/+0
* Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping,Alan Cox2012-08-251-1/+0
* Port the new PV entry allocator from amd64/i386. This allocator has twoAlan Cox2012-08-131-5/+21
* Merge r132141 and r111272 from amd64/i386:Alan Cox2012-08-091-2/+0
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox2012-06-161-0/+1
* Fix pmap_kextract prototype to align it with pmap.c changeOleksandr Tymoshenko2012-03-231-1/+1
* Remove more unused code and declarations, and add dire warnings to the 64-bitJuli Mallett2012-03-121-1/+0
* Add the cpuset_t conversion for mips.Attilio Rao2011-05-131-1/+2
* Increase NKPT in case of n32 and n64 to support more physical memory.Jayachandran C.2011-03-011-0/+4
* Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* Cleanup physical address and PTE types on MIPS.Jayachandran C.2011-01-131-4/+4
* UMA_MD_SMALL_ALLOC for mips.Jayachandran C.2010-12-091-0/+3
* - Add minidump support for FreeBSD/mipsOleksandr Tymoshenko2010-11-071-0/+2
* Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.Neel Natu2010-09-221-0/+1
* Apply MIPS pmap clean up patch from alc@ (with minor change to KASSERT):Jayachandran C.2010-08-291-5/+0
* Implement pmap changes suggested by alc@:Jayachandran C.2010-08-121-3/+1
* Update various places that store or manipulate CPU masks to use cpumask_tJohn Baldwin2010-08-111-1/+1
* Fix the issue reported by alc:Jayachandran C.2010-08-061-1/+0
* Merge jmallett@'s n64 work into HEAD - changeset 8Jayachandran C.2010-07-081-2/+0
* Merge jmallett@'s n64 work into HEAD - changeset 5Jayachandran C.2010-06-181-6/+0
* Merge jmallett@'s n64 work into HEAD - changeset 4Jayachandran C.2010-06-171-13/+1
* Eliminate dead code.Alan Cox2010-05-061-1/+0
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETJuli Mallett2010-04-171-37/+0
* Make the ddb command "show tlb" SMP friendly.Neel Natu2010-03-121-0/+5
* Merge from projects/mips to head by hand:Warner Losh2010-01-101-1/+16
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-0/+2
* A variety of changes:Alan Cox2009-05-021-8/+8
* Eliminate an unused definition.Alan Cox2009-02-101-1/+0
* Eliminate the PMAP_INLINE macro. It isn't really used here. If weWarner Losh2009-01-161-8/+2
* MFp4:Oleksandr Tymoshenko2009-01-151-15/+3
* Eliminate an unused field from the pmap.Alan Cox2008-04-301-1/+0
* Remove two unused declarations. These variables are now fields withinAlan Cox2008-04-271-2/+0
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-131-0/+231