aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Use unlocked page lookup for inmem() to avoid object lock contentionBryan Drewery2020-10-092-0/+16
* vm_page_dump_index_to_pa(): Add braces to the expression involving + and &.Konstantin Belousov2020-10-081-1/+1
* vm_pageout: Avoid rounding down the inactive scan targetMark Johnston2020-10-021-7/+8
* uma: Use the bucket cache for cross-domain allocationsMark Johnston2020-10-021-5/+49
* uma: Use LIFO for non-SMR bucket cachesMark Johnston2020-10-021-1/+9
* uma: Remove newlines from panic messagesMark Johnston2020-10-021-10/+10
* Implement sparse core dumpsMark Johnston2020-10-022-3/+10
* Flag vm_reserv and vm_phys sysctls as MPSAFE.Mark Johnston2020-09-232-4/+4
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+2
* arm64/pmap: Sparsify pv_tableD Scott Phillips2020-09-211-0/+1
* vm_reserv: Sparsify the vm_reserv_array when VM_PHYSSEG_SPARSED Scott Phillips2020-09-212-16/+58
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-213-7/+53
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-212-5/+31
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-3/+0
* Increase the default vm.max_user_wired value.Mark Johnston2020-09-171-2/+7
* Support for userspace non-transparent superpages (largepages).Konstantin Belousov2020-09-092-7/+82
* vm_map: Add a map entry kind that can only be clipped at specific boundary.Konstantin Belousov2020-09-092-61/+188
* Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64.Konstantin Belousov2020-09-091-0/+1
* Add vm_map_find_aligned(9).Konstantin Belousov2020-09-092-0/+15
* Move MAP_32BIT_MAX_ADDR definition to sys/mman.h.Konstantin Belousov2020-09-091-2/+0
* Prepare to handle non-trivial errors from vm_map_delete().Konstantin Belousov2020-09-093-8/+14
* Allow consumer to customize physical pager.Konstantin Belousov2020-09-094-10/+98
* Add kern_mmap_racct_check(), a helper to verify limits in vm_mmap*().Konstantin Belousov2020-09-081-28/+37
* Add interruptible variant of vm_wait(9), vm_wait_intr(9).Konstantin Belousov2020-09-086-24/+41
* vm_object_split(): Handle orig_object type changes.Mark Johnston2020-09-071-3/+17
* Avoid unnecessary object locking in vm_page_grab_pages_unlocked().Mark Johnston2020-09-021-4/+5
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-0/+2
* vm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0118-32/+6
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-292-0/+8
* vm_pageout_scan_active: ensure ps_delta is initializedEric van Gyzen2020-08-281-1/+3
* memstat_kvm_uma: fix reading of uma_zone_domain structuresEric van Gyzen2020-08-281-4/+4
* Use a large kmem arena import size on NUMA systems.Mark Johnston2020-08-261-2/+16
* vm_pageout: Scale worker threads with CPUsConrad Meyer2020-08-251-32/+31
* Permit vm_page_wire() to be called on pages not belonging to an object.Mark Johnston2020-08-251-5/+6
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+2
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-1/+1
* uma: record allocation failures due to zone limitsAndrew Gallatin2020-08-211-1/+3
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-192-6/+6
* Revert r364310.Mark Johnston2020-08-181-6/+0
* With INVARIANTS panic immediately if M_WAITOK is requested in aGleb Smirnoff2020-08-171-0/+6
* Commit a missing piece of r364302.Mark Johnston2020-08-171-6/+4
* Remove the VM map zone.Mark Johnston2020-08-176-93/+38
* vm_object: allow paging_in_progress to be acquired after object termination.Konstantin Belousov2020-08-161-7/+8
* Atomically update vm_object vnp_size, where atomic is available.Konstantin Belousov2020-08-161-0/+4
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-163-5/+5
* vm_pageout: Correct threshold calculation on single-CPU systemsConrad Meyer2020-08-141-1/+1
* Back out unrelated changeConrad Meyer2020-08-121-1/+1
* Add support for multithreading the inactive queue pageout within a domain.Conrad Meyer2020-08-115-27/+204
* Check the UMA zone's full bucket cache before short-circuiting an alloc.Mark Johnston2020-08-101-8/+3
* Preserve ASLR vm_map flags across forkBrooks Davis2020-08-061-0/+1