aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.h
Commit message (Expand)AuthorAgeFilesLines
* pkru: Fix handling of 1GB largepage mappingsMark Johnston2026-04-211-0/+1
* vm_map: add vm_map_find_locked(9)Konstantin Belousov2024-10-051-0/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* vm_map_protect(): add VM_MAP_PROTECT_GROWSDOWN flagKonstantin Belousov2023-08-121-0/+1
* Add vm_map_insert1(9)Konstantin Belousov2023-08-121-1/+1
* Update comment describing struct vm_mapKonstantin Belousov2023-08-101-4/+3
* vm_map: Add a macro to fetch a map entry's split boundary indexMark Johnston2023-08-011-1/+3
* mmap(MAP_STACK): on stack grow, use original protectionKonstantin Belousov2023-07-201-0/+4
* vm: Fix anonymous memory clustering under ASLRAlan Cox2023-06-271-0/+1
* Rework how shared page related data is storedKornel Dulęba2022-07-181-0/+1
* exec: Reimplement stack address randomizationMark Johnston2022-01-171-4/+5
* setrlimit: Take stack gap into account.Dawid Gorecki2021-10-151-0/+1
* vm_map_protect: allow to set prot and max_prot in one go.Konstantin Belousov2021-01-121-1/+6
* Implement enforcing write XOR execute mapping policy.Konstantin Belousov2021-01-111-0/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* vm_map: Handle kernel map entry allocator recursionMark Johnston2020-11-111-0/+1
* vmspace: Convert to refcount(9)Mark Johnston2020-11-041-1/+1
* Implement sparse core dumpsMark Johnston2020-10-021-3/+4
* vm_map: Add a map entry kind that can only be clipped at specific boundary.Konstantin Belousov2020-09-091-0/+7
* Add vm_map_find_aligned(9).Konstantin Belousov2020-09-091-0/+2
* Remove the VM map zone.Mark Johnston2020-08-171-5/+0
* Add vm_map_valid_range_KBI().Mark Johnston2020-07-131-0/+3
* Add a helper function for validating VA ranges.Mark Johnston2020-06-191-0/+11
* Revert r355505. The code that it allowed to compile has been removed.Doug Moore2019-12-091-21/+21
* Define a vm_map method for user-space for advancing from a map entryDoug Moore2019-12-081-0/+41
* Provide vm_map_entry traversal routines to userspace.Mark Johnston2019-12-071-21/+21
* Remove the next and prev fields from vm_map_entry, to save a bit ofDoug Moore2019-12-071-13/+23
* Instead of looking up a predecessor or successor to the current mapDoug Moore2019-11-201-6/+6
* Define wrapper functions vm_map_entry_{succ,pred} to act as wrappersDoug Moore2019-11-131-1/+16
* For vm_map, #defining DIAGNOSTIC to turn on full assertion-basedDoug Moore2019-11-091-0/+3
* Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-081-0/+4
* vm pager: writemapping accounting for OBJT_SWAPKyle Evans2019-09-031-2/+2
* vm_map_simplify_entry considers merging an entry with its twoDoug Moore2019-08-251-1/+2
* Revert r349393, which leads to an assertion failure on bootup, in vm_map_stac...Doug Moore2019-06-261-1/+1
* Eliminate some uses of the prev and next fields of vm_map_entry_t.Doug Moore2019-06-251-1/+1
* Style MAP_ENTRY_ and MAP_ definitions.Konstantin Belousov2019-06-081-44/+48
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-1/+2
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-1/+3
* Eliminate adj_free field from vm_map_entry.Konstantin Belousov2019-03-291-2/+1
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-101-0/+4
* Implement shmat(2) flag SHM_REMAP.Konstantin Belousov2019-01-161-0/+1
* Initialize the eflags field of vm_map headers.Mark Johnston2018-11-021-10/+9
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-8/+17
* inline atomics and allow tied modules to inline locksMatt Macy2018-07-021-1/+1
* Make vm_map_max/min/pmap KBI stable.Konstantin Belousov2018-03-301-0/+9
* Assign map->header values to avoid boundary checks.Konstantin Belousov2018-01-201-5/+7
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Treat the addr argument for mmap(2) request without MAP_FIXED flag asKonstantin Belousov2017-06-281-0/+2
* Implement address space guards.Konstantin Belousov2017-06-241-2/+6