]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
vm_map_protect may return an INVALID_ARGUMENT or PROTECTION_FAILURE
[FreeBSD/FreeBSD.git] / sys / vm /
2019-06-25 dougmvm_map_protect may return an INVALID_ARGUMENT or PROTEC...
2019-06-20 brooksExtend mmap/mprotect API to specify the max page protec...
2019-06-19 markjGroup vm_page_activate()'s definition with other relate...
2019-06-17 mmMFV r349134:
2019-06-15 dougmCritical comments were lost in r349203. This patch...
2019-06-14 dougmAvoid using the prev field of vm_map_entry_t in two...
2019-06-13 dougmCreate a function for creating objects to back map...
2019-06-11 dougmTo test to see if a free space is big enough compare...
2019-06-10 dougmr348879 introduced a wrong-way comparison that broke...
2019-06-10 dougmThe computations of vm_map_splay_split and vm_map_splay...
2019-06-10 dougmChange the check for 'size' wrapping around to zero...
2019-06-10 jhbRemove an overly-aggressive assertion.
2019-06-10 dougmThere are times when a len==0 parameter to mmap is...
2019-06-08 kibStyle MAP_ENTRY_ and MAP_ definitions.
2019-06-08 dougmSimple code refactoring originally in D13484.
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 mavAllow UMA hash tables to expand faster then 2x in 20...
2019-06-06 dougmThe means of finding ranges of free pages was changed for
2019-06-06 markjAdd sysctls for uma_kmem_{limit,total}.
2019-06-06 markjRemove the volatile qualifer from uma_kmem_total.
2019-06-05 kibIn vm_map_entry_set_vnode_text(), tolerate tmpfs mappin...
2019-06-04 markjRemove an outdated header comment for vm_page.c.
2019-06-03 kibRemove dead store.
2019-06-03 alcRetire vm_reserv_extend_{contig,page}(). These functio...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-02 markjAdd a vm_page_wired() predicate.
2019-05-31 dougmThe function vm_phys_free_contig invokes vm_phys_free_p...
2019-05-31 markjRemove a redundant vm_page_remove() call.
2019-05-29 glebiusIn r343857 the referred comment moved to uma_vm_zone_st...
2019-05-28 dougmReduce the code size and number of ffsl calls in vm_res...
2019-05-23 dougmFix typo from r348128: _func__ -> __func__
2019-05-22 dougmCleanups made necessary by r348115, or reactions to it:
2019-05-22 dougmPassing a parameter to vm_map_entry_resize_free that...
2019-05-21 cemInclude ktr.h in more compilation units
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-18 markjUse M_NEXTFIT in memguard(9).
2019-05-13 markjRestore the pre-r347532 behaviour of ignoring wiring...
2019-05-13 markjProvide separate accounting for user-wired pages.
2019-05-11 dougmA new parameter to blist_alloc specifies an upper bound...
2019-05-11 dougmCallers of swp_pager_getswapspace get either as many...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-06 kibNoted by: alc
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-05 kibDo not collapse objects with OBJ_NOSPLIT backing swap...
2019-05-03 dougmfls() should find the most significant bit of an int...
2019-05-01 kibFix another race between vm_map_protect() and vm_map_wi...
2019-04-23 cyMFV r346563:
2019-04-22 markjDisable vm map consistency checking by default on INVAR...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 tychonfor a cache-only zone the destructor tries to destroy...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-05 kibFix mis-merge.
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 kibEliminate adj_free field from vm_map_entry.
2019-03-26 traszImprove error reporting when the swap pager runs out...
2019-03-25 mmMFV r345495:
2019-03-23 kibASLR: check for max_addr after applying randomization...
2019-03-21 markjDisallow preemptive creation of wired superpage mappings.
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 kibvm_fault_copy_entry: accept invalid source pages.
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-07 cyMFV r344878:
2019-03-06 markjImplement minidump support for RISC-V.
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-02-27 mjgvm: remove seq.h inclusion made obsolete by NUMA rewrite
2019-02-26 sjgAdd libbearssl
2019-02-26 jahFix incorrect assertion in vnode_pager_generic_getpages()
2019-02-25 markjImprove vmem tuning for platforms without a direct...
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-21 markjClear pointers to indicate that the respective locks...
2019-02-20 kibAdd kernel support for Intel userspace protection keys...
2019-02-19 ngieMFhead@r344270
2019-02-17 markjRemove a redundant flag variable.
2019-02-15 glebiusFor 32-bit machines rollback the default number of...
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-14 kibMake anon clustering more compatible.
2019-02-13 markjImplement transparent 2MB superpage promotion for RISC-V.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-12 pfgUMA: unsign some variables related to allocation in...
2019-02-10 kibstruct xswdev on amd64 requires compat32 shims after...
2019-02-10 kibImplement Address Space Layout Randomization (ASLR)
2019-02-10 dimMerge ^/head r343807 through r343955.
2019-02-09 kibi386: honor kern.elf32.read_exec for ommap(2) and break...
2019-02-09 kibNormalize the declaration of i386_read_exec variable.
2019-02-07 glebiusNow that there is only one way to allocate a slab,...
2019-02-07 glebiusReport cache zones in UMA stats sysctl, that 'vmstat...
2019-02-07 kibcontigmalloc: handle M_EXEC.
2019-02-05 dimMerge ^/head r343712 through r343806.
2019-02-03 markjAllow vm_page_free_prep() to dequeue pages without...
2019-02-03 markjFix a race in vm_page_dequeue_deferred().
next