summaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* vm_fault: Fix a race in vm_fault_soft_fast()Mark Johnston2023-02-271-13/+8
* vm_object: Fix a kernel memory disclosure via the vm_object list sysctlMark Johnston2023-01-231-1/+1
* Handle ERELOOKUP from VOP_FSYNC() in several other placesKonstantin Belousov2023-01-221-2/+17
* vm_object.c: minor styleKonstantin Belousov2023-01-221-1/+1
* vm_pager_allocate(): override resulting object typeKonstantin Belousov2023-01-201-1/+6
* vm_page_grab_valid(): clear *mp in case of pager denying page allocationKonstantin Belousov2023-01-201-1/+3
* vm_pager: add method to veto page allocationKonstantin Belousov2023-01-204-0/+20
* vm_pager: add methods for page insertion and removal notificationsKonstantin Belousov2023-01-203-0/+30
* tmpfs: make vm_object point to the tmpfs node instead of vnodeKonstantin Belousov2023-01-201-11/+4
* Provide consistent prototype for swp_pager_meta_free()Konstantin Belousov2023-01-201-1/+1
* Make swap_pager_freespace() globalKonstantin Belousov2023-01-202-12/+44
* ddb: don't limit pindex output in 'show vmopag'Mitchell Horne2022-11-141-2/+0
* Fix various places which cast a pointer to a vm_paddr_t or vice versa.John Baldwin2022-11-111-1/+1
* Add vm_page_any_valid()Konstantin Belousov2022-10-262-4/+12
* uma: Never pass cache zones to memguardMark Johnston2022-10-261-2/+4
* vm_page: Fix a logic error in the handling of PQ_ACTIVE operationsMark Johnston2022-10-121-2/+8
* vm/vm.h: cleanupKonstantin Belousov2022-09-301-12/+11
* swap_pager: style, wrap long linesKonstantin Belousov2022-09-301-11/+16
* vm_overcommit: put into __read_mostly sectionKonstantin Belousov2022-09-301-1/+1
* vm: make vm.overcommit available externallyKonstantin Belousov2022-09-302-8/+9
* vm_fault: Shoot down shared mappings in vm_fault_copy_entry()Mark Johnston2022-08-091-0/+7
* swap_pager: Reduce the scope of the object lock in putpagesAlan Cox2022-08-081-2/+1
* vm_mmap: Remove obsolete code and comments from vm_mmap()Mark Johnston2022-07-271-16/+0
* vm_fault: Fix some nits in vm_fault_copy_entry()Mark Johnston2022-07-251-28/+23
* uma: Use a taskqueue to execute uma_timeout()Mark Johnston2022-07-251-6/+15
* vm_object: Assert that overcommit charge is released in the object dtorMark Johnston2022-07-191-0/+3
* vm_map: Simplify a call to vm_object_allocate_anon()Mark Johnston2022-07-191-1/+1
* vm_addr_ok: add power2 invariant checkDoug Moore2022-07-121-0/+10
* vm_reserv: #include vm_extern.h explicitly, for arm.Doug Moore2022-07-121-0/+1
* vm_phys: convert error back to warningDoug Moore2022-07-121-1/+1
* vm_phys: #include vm_externDoug Moore2022-07-121-1/+2
* vm_extern: use standard address checkers everywhereDoug Moore2022-07-125-22/+41
* vm_reserv: use enhanced bitstring for popmapsDoug Moore2022-07-111-158/+43
* vm: alloc pages from reserv before breaking itDoug Moore2022-07-113-20/+21
* Fix clerical error in page allocDoug Moore2022-07-111-2/+2
* vm_page: Remove extra test from page allocDoug Moore2022-07-111-34/+47
* vm_phys: hide vm_phys_set_poolDoug Moore2022-07-112-14/+12
* vm: Fix racy checks for swap objectsMark Johnston2022-07-043-8/+11
* vm_fault: Fix a racy copy of page valid bitsMark Johnston2022-06-291-1/+8
* vm_fault: Avoid unnecessary object relocking in vm_fault_copy_entry()Mark Johnston2022-06-291-3/+2
* vm_object: Use the vm_object_(set|clear)_flag() helpersMark Johnston2022-06-212-4/+5
* vm_page: Fix a typo in a source code commentGordon Bergling2022-06-101-1/+1
* vm: Fix a common typo in a source code commentGordon Bergling2022-06-101-1/+1
* Add a VA_IS_CLEANMAP() macro.John Baldwin2022-05-101-0/+3
* vm: Move the "vm_wait in early boot" assertion to the proper placeMark Johnston2022-04-211-2/+2
* vm: Initialize the transient buffer mapping arena with M_WAITOKMark Johnston2022-04-211-1/+1
* uma: Don't allow a limit to be set in a warm zoneMark Johnston2022-04-131-0/+2
* memguard(9): Fix two typos in source code commentsGordon Bergling2022-04-091-2/+2
* uma: Use the correct type for a return valueMark Johnston2022-04-071-1/+1
* vm_pageout: Print a more accurate message to the console before an OOM killMark Johnston2022-02-281-2/+17