]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Do not return out of bound pointers from intr_lookup_source().
[FreeBSD/FreeBSD.git] / sys / vm /
2017-11-08 kibFix operator priority.
2017-11-08 markjAllow various page daemon parameters to be set from...
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-08 markjCorrect the type of foff.
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-24 alcMicro-optimize the handling of fictitious pages in...
2017-10-22 traszAdd OID for the vm.overcommit sysctl. This makes it...
2017-10-21 kibCheck that the page which is freed as zeroed, indeed...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-20 markjFree the right address range if kmem_back() fails in...
2017-10-20 kibTake the vm object lock in read mode in vnode_generic_p...
2017-10-20 kibMove swapout code into vm/vm_swapout.c.
2017-10-20 kibDo not overwrite clean blocks on pageout.
2017-10-20 kibIn vm_page_free_phys_pglist(), do not take vm_page_queu...
2017-10-19 alcBatch atomic updates to the number of active, inactive...
2017-10-18 kibDo not report reduction of swap zone if it was not.
2017-10-13 mjgReduce traffic on vm_cnt.v_free_count
2017-10-13 kibEvaluate the real size of the sblk_zone.
2017-10-13 emasteANSIfy vm_kern.c
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-08 alcReplace an unnecessary call to vm_page_activate() by...
2017-10-06 baptImport 1.14.3
2017-10-01 alcWhen an I/O error occurs on page out, there is no need...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-28 alcOptimize vm_object_page_remove() by eliminating pointle...
2017-09-27 jhbAdd UMA_ALIGNOF().
2017-09-24 alcChange vm_page_try_to_free() to require a managed page...
2017-09-24 alcOptimize vm_page_try_to_free(). Specifically, the...
2017-09-19 kibFor unlinked files, do not msync(2) or sync on the...
2017-09-17 gordonMFV r323678: file 5.32
2017-09-15 kibBatch freeing of the pages in vm_object_page_remove...
2017-09-15 markjInclude _bitset.h to get BITSET_DEFINE, used to define...
2017-09-13 markjWiden uk_pgoff, the slab header offset field.
2017-09-13 kibRemove inline specifier from vm_page_free_wakeup()...
2017-09-13 kibDo not relock free queue mutex for each page, free...
2017-09-13 npMFH @ r323558.
2017-09-13 kibSplit vm_page_free_toq() into two parts, preparation...
2017-09-13 kibUse existing tag name for the vm_object' memq.
2017-09-13 markjFix a logic error in the item size calculation for...
2017-09-10 mjgMove vmmeter atomic counters into dedicated cache lines
2017-09-10 alcTo analyze the allocation of swap blocks by blist funct...
2017-09-09 kibAdd a vm_page_change_lock() helper, the common code...
2017-09-07 markjSpeed up vm_page_array initialization.
2017-09-06 mjgStart annotating global _padalign locks with __exclusiv...
2017-09-06 kibDo not leak empty swblk.
2017-09-06 kibIn swp_pager_meta_build(), handle a race with other...
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-30 kibAdjust interface of swapon_check_swzone() to its actual...
2017-08-30 kibMake the swap_pager_full variable static.
2017-08-28 markjSynchronize page laundering with pmap_extract_and_hold().
2017-08-28 alcUpdate a couple vm_object lock assertions in the swap...
2017-08-28 alcSwitching from a global hash table to per-vm_object...
2017-08-25 kibReplace global swhash in swap pager with per-object...
2017-08-22 baptImport zstandard 1.3.1
2017-08-21 hselaskyMerge ^/head r322398 through r322746.
2017-08-16 brAdd OBJ_PG_DTOR flag to VM object.
2017-08-15 markjAdd vm_page_alloc_after().
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-11 markjModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 hselaskyMerge ^/head r321383 through r322397.
2017-08-11 markjMicro-optimize kmem_unback().
2017-08-10 markjMake vm_page_sunbusy() assert that the page is unlocked.
2017-08-09 alcIntroduce vm_page_grab_pages(), which is intended to...
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-26 kibMark pages after EOF as clean after pageout.
2017-07-23 alcAddress a compilation warning on some architectures...
2017-07-23 alcUtilize pmap_enter(..., psind=1) in vm_fault_soft_fast...
2017-07-23 hselaskyMerge ^/head r319973 through 321382.
2017-07-23 alcAdd support for pmap_enter(..., psind=1) to the amd64...
2017-07-23 alcIn vm_page_ps_test(), always check that the base pages...
2017-07-22 kibDo not allocate struct kinfo_vmobject on stack.
2017-07-21 dimMerge ^/head r321307 through r321350.
2017-07-21 brFix style: change spaces to tabs.
2017-07-20 dimMerge ^/head r321239 through r321306.
2017-07-19 kibAdd pctrie_init() and vm_radix_init() to initialize...
2017-07-19 dimMerge ^/head r320994 through r321238.
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-19 kibDisable stack growth when accessed by AIO daemons.
2017-07-19 kibRemove unused function swap_pager_isswapped().
2017-07-18 kibConvert assertion that only vmspace owner grows the...
2017-07-14 dimMerge ^/head r320971 through r320993.
2017-07-14 alcGeneralize vm_page_ps_is_valid() to support testing...
2017-07-13 dimMerge ^/head r320573 through r320970.
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-09 kibFix loop termination in vm_map_find_min().
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-02 dimMerge ^/head r320398 through r320572.
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-01 alcModify vm_map_growstack() to protect itself from the...
2017-06-30 alcClear the MAP_WIREFUTURE flag on the vm map in exec_new...
next