Age | Commit message (Expand) | Author |
2022-11-04 | Assert the VM map lock is held in function used by mmap/mprotect/munmap. | Martin Pieuchot |
2022-10-31 | Fix VMMAP_DEBUG code to compile with not-so-recent changes. | Martin Pieuchot |
2022-10-24 | uvm_unmap_remove() traverses the entries in the start,end range scanning | Theo de Raadt |
2022-10-21 | Recent chrome renderers try to change some immutable RW region to R. | Theo de Raadt |
2022-10-21 | the debug "name" parameter to uvm_map_immutable() is no longer needed | Theo de Raadt |
2022-10-20 | Access to `u_flags' should be serialized by the `vmobjlock'. | Martin Pieuchot |
2022-10-16 | Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago], | Theo de Raadt |
2022-10-15 | remove one of the debug messages | Theo de Raadt |
2022-10-15 | During the MAP_STACK introduction in 2018, sigaltstack() became a | Theo de Raadt |
2022-10-11 | add missing unlock in swapmount() | Jonathan Gray |
2022-10-07 | Add mimmutable(2) system call which locks the permissions (PROT_*) of | Theo de Raadt |
2022-10-07 | new UVM_ET_IMMUTABLE flag marks a uvm entry as immutable. | Theo de Raadt |
2022-09-29 | There no longer is any KVM_ET_* to keep in sync with UVM_ET_*, so | Theo de Raadt |
2022-09-21 | Revert UVM_VNODE_CANPERSIST removal, it exposes an issue on arm64. | Martin Pieuchot |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-10 | Get rid of the extra vnode reference known as UVM_VNODE_CANPERSIST. | Martin Pieuchot |
2022-09-04 | spelling | Jonathan Gray |
2022-08-31 | Introduce a function to trylock a page instead of duplicating the logic. | Martin Pieuchot |
2022-08-31 | Lock vmobjlock then check u_flags & UVM_VNODE_VALID in uvn_attach | Greg Steuck |
2022-08-31 | Refine the change in rev 1.125: the UVM mitigation for CoW faulting | Philip Guenther |
2022-08-30 | Move duplicated code to free swap resources into its own function. | Martin Pieuchot |
2022-08-29 | Use a rwlock and a mutex to serialize access to global swap variables. | Martin Pieuchot |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-22 | Simplify locking by using an intermediate lock variable. | Martin Pieuchot |
2022-08-19 | Grab the mutex before iterating on the global list. | Martin Pieuchot |
2022-08-15 | remove FSPACE macros, unused after uvm_map_sel_limits() removal | Jonathan Gray |
2022-08-15 | remove unused uvm_aiobuf_pool | Jonathan Gray |
2022-08-15 | remove unused uvm_map_sel_limits() | Jonathan Gray |
2022-08-07 | Use PMAP_PREFER_ALIGN() == 0 rather than !defined(PMAP_PREFER) to enable the | Miod Vallat |
2022-08-07 | Move fallback PMAP_PREFER definitions from uvm_map.c to uvm_pmap.h for them | Miod Vallat |
2022-08-06 | blist: use swblk_t type (defined in sys/blist.h) | Sebastien Marie |
2022-08-02 | Bring back the direct map optimization when PMAP_PREFER isn't defined. | Martin Pieuchot |
2022-08-01 | some ports bootstraps, and go internals, need a bit more time to adapt | Theo de Raadt |
2022-08-01 | Introduce and use uvm_pagewait() where PG_WANTED is set. | Martin Pieuchot |
2022-07-29 | Replace the swap extent(9) usage by a blist data structure. | Sebastien Marie |
2022-07-24 | Revert simplification of the aiodone daemon it breaks swap on arm64. | Martin Pieuchot |
2022-07-20 | the _pad_ system calls from 2021/12/23 can go away | Theo de Raadt |
2022-07-18 | Restrict pledge("vminfo") callers to read-only swapctl(2) operations. | Jeremie Courreges-Anglas |
2022-07-17 | Revert the changes made in rev 1.82. It is important to use pmap_enter(9) | Mark Kettenis |
2022-07-11 | Simplify the aiodone daemon which is only used for async writes. | Martin Pieuchot |
2022-07-11 | Remove asynchronous read support in uvm_swap_get(). | Martin Pieuchot |
2022-07-07 | Revert previous attempt at serializing `uo_refs'. | Martin Pieuchot |
2022-06-30 | Reduce allocations and possible failures in uvm_pagermapin/out(). | Martin Pieuchot |
2022-06-30 | Remove an incorrect KASSERT() introduced in previous. | Martin Pieuchot |
2022-06-28 | Make sure uvm_swap_get() always sleep and do not return and error. | Martin Pieuchot |
2022-06-28 | Consider pmemrange regions when trying to free pages from the inactive list. | Martin Pieuchot |
2022-06-28 | Use new & shiny define for the maximum number of pages of a swap cluster. | Martin Pieuchot |
2022-06-28 | Pre-allocate pages in DMA-reachable region to ensure progress in the swapper. | Martin Pieuchot |
2022-06-28 | Reserve a second segment for the page daemon. | Martin Pieuchot |
2022-06-28 | Move the guts of uvm_aio_aiodone() into a separate function. | Martin Pieuchot |