summaryrefslogtreecommitdiff
path: root/sys/uvm
AgeCommit message (Expand)Author
2021-12-18Add some missing includes to uvm_device.h.riastradh
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-12-05s/recusive/recursive/ in comment.msaitoh
2021-11-25More / improved debugskrll
2021-10-27TAB police.simonb
2021-10-27When adjusting the max ASID count, check if ti->ti_asid_max == 0 assimonb
2021-10-08Fix a logic botch to actually apply the ASID limit returned byskrll
2021-10-02Pass the pmap in tlb_set_asid for the benefit of aarch64.skrll
2021-09-12comment whitespaceskrll
2021-08-23Return immediately from uvm_swap_shutdown() if there arehannken
2021-07-21need <sys/param.h> for COHERENCY_UNITskrll
2021-07-01in uvm_mapent_forkzero(), if the old entry was an object mapping,chs
2021-06-20remove diag-only printf() that fires when an unlinked file is mmappedmrg
2021-06-03uvm(9): Enable swap encryption by default.riastradh
2021-05-31uvm: Make uvm_extern.h (more) self-contained, needs sys/types.h.riastradh
2021-05-23avoid taking locks that aren't initialised.mrg
2021-05-04Always expose pmap_tlb_update_addr now that all current PMAP_HWPAGEWALKERsskrll
2021-05-01Revert previousskrll
2021-05-01Expose pmap_tlb_update_addr to the PMAP_HWPAGEWALKER platformsskrll
2021-04-17fix error in previous: UVMHIST_PDHIST_SIZE needs to stay next to pdhistbuf[].mrg
2021-04-17remove KERNHIST_INIT_STATIC(). it stradles the line between usablemrg
2021-04-01Add a sysctl hashstat collector for ubchash.simonb
2021-03-26in uvm_pglistalloc_contig_aggressive(), avoid looking forward pastchs
2021-03-24Trailing whitespaceskrll
2021-03-19Support pmap_growkernel and KASAN shadow mapping of the new KVA.skrll
2021-03-13s/pfi_faultpte/&p/ for consistency with arm / other uses of ptepskrll
2021-03-13Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formatsskrll
2021-03-13Don't use %jx for 0 or 1 - just use %jd in UVMHIST_LOG format.skrll
2021-03-07<tab> consistencyskrll
2021-02-19When turning off swap during reboot we have to lock with LK_RETRYhannken
2021-02-16Reorganize uvm_swap_shutdown() a bit, make sure the vnode getshannken
2020-12-21Remove variable in function declaration argumentskrll
2020-12-20Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap)skrll
2020-12-20Remove VM_MD_TO_PAGE that was accidentally committed in 1.106. It's goingskrll
2020-12-20Some KNF. NFC.skrll
2020-11-27uvm_mremap: reference the appropriate backing object.yhardy
2020-11-10remove someone's leftover debug printfs.chs
2020-11-04In uvmpd_tryownerlock(), if the initial try-lock of the owner lock failschs
2020-10-25Handle PG_PAGEOUT in uvm_anon_release() too.chs
2020-10-18In the current code, CPU_COUNT_FREEPAGES counts pages in the globalchs
2020-10-18Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() tochs
2020-10-18PR kern/55658rin
2020-10-08%#jx vs %jx consistency in UVMHIST_LOGskrll
2020-10-07Add a new, more aggressive allocator for uvm_pglistalloc() to allocatechs
2020-10-05PR kern/55658rin
2020-09-29s/parition/partition/msaitoh
2020-09-24Whitespaceskrll
2020-09-21the previous fix for PR 55366 in uvm_amap.c 1.124 was incomplete:chs
2020-09-20Effectively disable the AMAP_REFALL flag because it is unsafe.chs
2020-09-20G/C uvm_pagezerocheckskrll