]> 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 /
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-20 kibvm_wait() rework.
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 markjUse the conventional name for an array of pages.
2018-02-14 kibCleanup unused page argument for vm_reserv_break().
2018-02-14 kibEnsure memory consistency on COW.
2018-02-14 kibDo not call pmap_enter() with invalid protection mode.
2018-02-13 kibDo not leak rv->psind in some specific situations.
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-09 jkimMFV: r329072
2018-02-09 glebiusFix boot_pages exhaustion on machines with many domains...
2018-02-07 glebiusFix three miscalculations in amount of boot pages:
2018-02-07 markjDequeue wired pages lazily.
2018-02-06 glebiusUse correct arithmetic to calculate how many pages...
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-06 glebiusImprove DIAGNOSTIC printf. Report using a boot page...
2018-02-06 glebiusFix boot_pages calculation for machines that don't...
2018-02-06 markjDelete a declaration for a variable removed in r305362.
2018-02-06 glebiusFollowup on r302393 by cperciva, improving calculation...
2018-02-05 kibOn munlock(), unwire correct page.
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 kibOn pageout, in vnode generic pager, for partially dirty...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-20 kibAssign map->header values to avoid boundary checks.
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-14 jeffMove VM_NUMA_ALLOC and DEVICE_NUMA under the single...
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffAdd support for NUMA domains to bus dma tags. This...
2018-01-12 jeffImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 jeffImplement NUMA policy for kmem_*(9). This maintains...
2018-01-12 jeffAdd files for r327895
2018-01-12 jeffImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-12 emasteANSIfy function definitions in sys/vm/
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-04 kibRestructure swapout tests after vm map locking was...
2018-01-04 alcOnce we have decided to swap out a process, don't delay...
2018-01-02 jeffFix arc after r326347 broke various memory limit querie...
2018-01-01 kibDo not let vm_daemon run unbounded.
2017-12-31 alcThe variable "minslptime" is pointless and always has...
2017-12-31 alcPreviously, swap_pager_copy() freed swap blocks one...
2017-12-29 kibDo not lock vm map in swapout_procs().
2017-12-29 kibStyle.
2017-12-29 alcAfter r327168, the variable "vm_pageout_wanted" can...
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 kibClean up the comment.
2017-12-28 kibIn vm_swapout_map_deactivate_pages(), it is enough...
2017-12-26 alcRefactor vm_map_find(), creating a separate function...
2017-12-26 markjEnsure that pass > 0 when starting a scan with vm_pages...
2017-12-25 alcMake the vm object bypass and collapse counters per...
2017-12-24 dimMerge ^/head r327165 through r327168.
2017-12-24 markjFix two problems with the page daemon control loop.
2017-12-24 dimMerge ^/head r326936 through r327149.
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 kibPerform all accesses to uma_reclaim_needed using atomic...
2017-12-11 markjUse a dedicated counter for inactive queue scans.
2017-12-09 markjFix the act_scan_laundry_weight mechanism.
2017-12-07 markjFix the UMA reclaim worker after r326347.
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 markjUse unique wait messages in the page daemon control...
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-04 andrewPrint the correct value when freelist is out of range.
2017-12-04 mizhka[mips] [vm] restore translation of freelist to flind...
2017-12-01 kibAdd comment for vm_map_find_min().
2017-11-30 pfgSPDX: Consider code from Carnegie-Mellon University.
2017-11-30 pfgSPDX: wrong license.
2017-11-29 markjVerify the object/vnode association after vget() in...
2017-11-29 markjRemove some comments that became incorrect with r325530.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 jeffEliminate kmem_arena and kmem_object in preparation...
2017-11-28 jeffMove domain iterators into the page layer where domain...
2017-11-28 alcWhen the swap pager allocates space on disk, it request...
2017-11-27 markjAvoid unnecessary lookups when initializing the vm_page...
2017-11-27 pfgsys: general adoption of SPDX licensing ID tags.
2017-11-26 markjMove vm_phys_init_page() to vm_page.c.
2017-11-26 markjRemove unneeded initializations from vm_phys_init_page().
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-22 kibReturn different error code for the guard page layout...
2017-11-22 alcWhen vm_map_find(find_space = VMFS_OPTIMAL_SPACE) fails...
2017-11-21 markjAllow for fictitious physical pages in vm_page_scan_con...
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-15 kibvmtotal: extend memory counters to accomodate for curre...
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
next