summaryrefslogtreecommitdiff
path: root/sys/vm/pmap.h
AgeCommit message (Expand)Author
2025-06-20pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov
2024-06-06pmap: move the smp_targeted_tlb_shutdown pointer stuff to amd64 pmap.hKonstantin Belousov
2024-06-05amd64: add a func pointer to tlb shootdown functionSouradeep Chakrabarti
2024-01-31pmap: Convert boolean_t to bool.John Baldwin
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-23add pmap_active_cpus()Konstantin Belousov
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-09-09Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64.Konstantin Belousov
2019-10-16Remove page locking from pmap_mincore().Mark Johnston
2019-07-03correct pmap_ts_referenced return typeEd Maste
2018-08-01Add pmap_is_valid_memattr(9).Konstantin Belousov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-23Add support for pmap_enter(..., psind=1) to the amd64 pmap. In other words,Alan Cox
2017-02-28Renumber copyright clause 4Warner Losh
2016-09-10Various changes to pmap_ts_referenced()Alan Cox
2016-09-03Remove support for idle page zeroing.Mark Johnston
2015-08-05Properly sort the function declarations added in r286296Jason A. Harmening
2015-08-04Add two new pmap functions:Jason A. Harmening
2014-08-08Change pmap_enter(9) interface to take flags parameter and superpageKonstantin Belousov
2014-08-03Retire pmap_change_wiring(). We have never used it to wire virtual pages.Alan Cox
2014-07-06Introduce pmap_unwire(). It will replace pmap_change_wiring(). There areAlan Cox
2013-09-20The pmap function pmap_clear_reference() is no longer used. Remove it.Alan Cox
2013-08-29Significantly reduce the cost, i.e., run time, of calls to madvise(...,Alan Cox
2013-08-07Replace kernel virtual address space allocation with vmem. This providesJeff Roberson
2013-03-14Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov
2012-06-16The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox
2011-01-16Sort function prototypes.Alan Cox
2010-05-24Roughly half of a typical pmap_mincore() implementation is machine-Alan Cox
2010-04-24Resurrect pmap_is_referenced() and use it in mincore(). Essentially,Alan Cox
2010-04-18o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett
2009-10-21o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar
2009-07-12Add support to the virtual memory system for configuring machine-Alan Cox
2008-05-18Retire pmap_addr_hint(). It is no longer used.Alan Cox
2008-05-09Introduce pmap_align_superpage(). It increases the starting virtualAlan Cox
2008-01-03Add an access type parameter to pmap_enter(). It will be used to implementAlan Cox
2008-01-01Correct a style error that was introduced in revision 1.77.Alan Cox
2007-11-17Prevent the leakage of wired pages in the following circumstances:Alan Cox
2007-11-05Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov
2006-08-01Complete the transition from pmap_page_protect() to pmap_remove_write().Alan Cox
2006-07-20Add pmap_clear_write() to the interface between the virtual memoryAlan Cox
2006-06-15Remove mpte optimization from pmap_enter_quick().Stephan Uphoff
2006-06-05Introduce the function pmap_enter_object(). It maps a sequence of residentAlan Cox
2006-04-03Remove the unused sva and eva arguments from pmap_remove_pages().Peter Wemm
2005-11-20Eliminate pmap_init2(). It's no longer used.Alan Cox
2005-11-09Reimplement the reclamation of PV entries. Specifically, performAlan Cox
2005-09-03Pass a value of type vm_prot_t to pmap_enter_quick() so that it determineAlan Cox
2005-06-10Introduce a procedure, pmap_page_init(), that initializes theAlan Cox
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-04-10 - pmap_kenter_temporary() is unused by machine-independent code. Therefore,Alan Cox
2004-04-06Remove advertising clause from University of California Regent's license,Warner Losh