]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
usb: Fix two typos in source code comments
[FreeBSD/FreeBSD.git] / sys / vm /
2024-01-20 Konstantin Belousovvm/vm_object.c: minor cleanup
2024-01-18 Konstantin BelousovAdd vnode_pager_clean_{a,}sync(9)
2024-01-18 Konstantin Belousovvnode_pager_generic_putpages(): rename maxblksz local...
2024-01-18 Konstantin Belousovvnode_pager_generic_putpages(): correctly handle clean...
2023-12-21 Olivier Certneruma: Permit specifying max of cache line and some custo...
2023-12-21 Olivier Certneruma: New check_align_mask(): Validate alignments (INVAR...
2023-12-21 Olivier Certneruma: Make the cache alignment mask unsigned
2023-12-21 Olivier Certneruma: UMA_ALIGN_CACHE: Resolve the proper value at use...
2023-12-21 Olivier Certneruma: Hide 'uma_align_cache'; Create/rename accessors
2023-12-09 Alexander Motinuma: Micro-optimize memory trashing
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-10-26 Konstantin Belousovadd pmap_active_cpus()
2023-10-19 Zhenlei Huangvm_phys: Add corresponding sysctl knob for loader tunable
2023-10-19 Zhenlei Huangvm_page: Add corresponding sysctl knob for loader tunable
2023-10-18 Gordon Berglinguma.h: Fix a typo in a source code comment
2023-10-09 Mark Johnstonswap_pager: Fix a race in swap_pager_swapoff_object()
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-08-25 Konstantin Belousovvm_map.c: fix syntax
2023-08-25 Konstantin Belousovvm_map.c: plug several more places which might modify...
2023-08-25 Konstantin Belousovlinuxolator: implement Linux' PROT_GROWSDOWN
2023-08-25 Konstantin Belousovvm_map_protect(): add VM_MAP_PROTECT_GROWSDOWN flag
2023-08-25 Konstantin Belousovvm_map_growstack(): restore stack gap data if gap entry...
2023-08-25 Konstantin Belousovvm_map: do not allow to merge stack gap entries
2023-08-25 Konstantin Belousovvm_map_protect(): handle stack protection stored in...
2023-08-25 Konstantin Belousovvm_map_protect(): move guard handling at the last phase...
2023-08-25 Konstantin Belousovvm_map_growstack(): handle max protection for stacks
2023-08-25 Konstantin Belousovvm_map.c: add CONTAINS_BITS macro
2023-08-25 Konstantin BelousovAdd vm_map_insert1(9)
2023-08-25 Konstantin Belousovvm_map_insert(): update herald comment
2023-08-25 Konstantin Belousovvmspace_fork(): do not override offset for the guard...
2023-08-25 Konstantin Belousovmmap(MAP_STACK): on stack grow, use original protection
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-13 Konstantin BelousovUpdate comment describing struct vm_map
2023-08-09 Mark Johnstonvm_map: Add a macro to fetch a map entry's split bounda...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-04 Konstantin Belousovvm_fault: move FAULT_* return codes out of range for...
2023-06-19 Mark Johnstonvm_phys: Change the return type of vm_phys_unfree_page...
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-05-03 Dimitry Andricvm: fix a number of functions to match the expected...
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-21 Konstantin Belousovamd64: fix PKRU and swapout interaction
2023-03-31 Konstantin Belousovvnode_pager_input: return runningbufspace back
2023-02-27 Mark Johnstonvm_fault: Fix a race in vm_fault_soft_fast()
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-23 Mark Johnstonvm_object: Fix a kernel memory disclosure via the vm_ob...
2023-01-22 Konstantin BelousovHandle ERELOOKUP from VOP_FSYNC() in several other...
2023-01-22 Konstantin Belousovvm_object.c: minor style
2023-01-20 Konstantin Belousovvm_pager_allocate(): override resulting object type
2023-01-20 Konstantin Belousovvm_page_grab_valid(): clear *mp in case of pager denyin...
2023-01-20 Konstantin Belousovvm_pager: add method to veto page allocation
2023-01-20 Konstantin Belousovvm_pager: add methods for page insertion and removal...
2023-01-20 Konstantin Belousovtmpfs: make vm_object point to the tmpfs node instead...
2023-01-20 Konstantin BelousovProvide consistent prototype for swp_pager_meta_free()
2023-01-20 Konstantin BelousovMake swap_pager_freespace() global
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-14 Mitchell Horneddb: don't limit pindex output in 'show vmopag'
2022-11-11 John BaldwinFix various places which cast a pointer to a vm_paddr_t...
2022-10-26 Konstantin BelousovAdd vm_page_any_valid()
2022-10-26 Mark Johnstonuma: Never pass cache zones to memguard
2022-10-12 Mark Johnstonvm_page: Fix a logic error in the handling of PQ_ACTIVE...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-30 Konstantin Belousovvm/vm.h: cleanup
2022-09-30 Konstantin Belousovswap_pager: style, wrap long lines
2022-09-30 Konstantin Belousovvm_overcommit: put into __read_mostly section
2022-09-30 Konstantin Belousovvm: make vm.overcommit available externally
2022-08-09 Mark Johnstonvm_fault: Shoot down shared mappings in vm_fault_copy_e...
2022-08-08 Alan Coxswap_pager: Reduce the scope of the object lock in...
2022-07-27 Mark Johnstonvm_mmap: Remove obsolete code and comments from vm_mmap()
2022-07-25 Mark Johnstonvm_fault: Fix some nits in vm_fault_copy_entry()
2022-07-25 Mark Johnstonuma: Use a taskqueue to execute uma_timeout()
2022-07-19 Mark Johnstonvm_object: Assert that overcommit charge is released...
2022-07-19 Mark Johnstonvm_map: Simplify a call to vm_object_allocate_anon()
2022-07-12 Doug Moorevm_addr_ok: add power2 invariant check
2022-07-12 Doug Moorevm_reserv: #include vm_extern.h explicitly, for arm.
2022-07-12 Doug Moorevm_phys: convert error back to warning
2022-07-12 Doug Moorevm_phys: #include vm_extern
2022-07-12 Doug Moorevm_extern: use standard address checkers everywhere
2022-07-11 Doug Moorevm_reserv: use enhanced bitstring for popmaps
2022-07-11 Doug Moorevm: alloc pages from reserv before breaking it
2022-07-11 Doug MooreFix clerical error in page alloc
2022-07-11 Doug Moorevm_page: Remove extra test from page alloc
2022-07-11 Doug Moorevm_phys: hide vm_phys_set_pool
2022-07-04 Mark Johnstonvm: Fix racy checks for swap objects
2022-06-29 Mark Johnstonvm_fault: Fix a racy copy of page valid bits
2022-06-29 Mark Johnstonvm_fault: Avoid unnecessary object relocking in vm_faul...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-21 Mark Johnstonvm_object: Use the vm_object_(set|clear)_flag() helpers
2022-06-10 Gordon Berglingvm_page: Fix a typo in a source code comment
2022-06-10 Gordon Berglingvm: Fix a common typo in a source code comment
2022-05-10 John BaldwinAdd a VA_IS_CLEANMAP() macro.
2022-04-21 Mark Johnstonvm: Move the "vm_wait in early boot" assertion to the...
2022-04-21 Mark Johnstonvm: Initialize the transient buffer mapping arena with...
2022-04-13 Mark Johnstonuma: Don't allow a limit to be set in a warm zone
2022-04-09 Gordon Berglingmemguard(9): Fix two typos in source code comments
2022-04-07 Mark Johnstonuma: Use the correct type for a return value
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-28 Mark Johnstonvm_pageout: Print a more accurate message to the consol...
next