]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
When IPv6 packet is handled by O_REJECT opcode, convert ICMP code
[FreeBSD/FreeBSD.git] / sys / vm /
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
2018-01-21 Alexander MotinMFV r328225: 8603 rename zilog's "zl_writer_lock" to...
2018-01-21 Alexander MotinMFV r328220: 8677 Open-Context Channel Programs
2018-01-20 Konstantin BelousovAssign map->header values to avoid boundary checks.
2018-01-19 Nathan WhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-14 Jeff RobersonMove VM_NUMA_ALLOC and DEVICE_NUMA under the single...
2018-01-13 Dimitry AndricMerge ^/head r327886 through r327930.
2018-01-12 Jeff RobersonAdd support for NUMA domains to bus dma tags. This...
2018-01-12 Jeff RobersonImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 Jeff RobersonImplement NUMA policy for kmem_*(9). This maintains...
2018-01-12 Jeff RobersonAdd files for r327895
2018-01-12 Jeff RobersonImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-12 Ed MasteANSIfy function definitions in sys/vm/
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-04 Konstantin BelousovRestructure swapout tests after vm map locking was...
2018-01-04 Alan CoxOnce we have decided to swap out a process, don't delay...
2018-01-02 Jeff RobersonFix arc after r326347 broke various memory limit querie...
2018-01-01 Konstantin BelousovDo not let vm_daemon run unbounded.
2017-12-31 Alan CoxThe variable "minslptime" is pointless and always has...
2017-12-31 Alan CoxPreviously, swap_pager_copy() freed swap blocks one...
2017-12-29 Konstantin BelousovDo not lock vm map in swapout_procs().
2017-12-29 Konstantin BelousovStyle.
2017-12-29 Alan CoxAfter r327168, the variable "vm_pageout_wanted" can...
2017-12-29 Dimitry AndricMerge ^/head r327169 through r327340.
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 Konstantin BelousovClean up the comment.
2017-12-28 Konstantin BelousovIn vm_swapout_map_deactivate_pages(), it is enough...
2017-12-26 Alan CoxRefactor vm_map_find(), creating a separate function...
2017-12-26 Mark JohnstonEnsure that pass > 0 when starting a scan with vm_pages...
2017-12-25 Alan CoxMake the vm object bypass and collapse counters per...
2017-12-24 Dimitry AndricMerge ^/head r327165 through r327168.
2017-12-24 Mark JohnstonFix two problems with the page daemon control loop.
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 Konstantin BelousovPerform all accesses to uma_reclaim_needed using atomic...
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-11 Mark JohnstonUse a dedicated counter for inactive queue scans.
2017-12-09 Mark JohnstonFix the act_scan_laundry_weight mechanism.
2017-12-07 Mark JohnstonFix the UMA reclaim worker after r326347.
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-06 Mark JohnstonUse unique wait messages in the page daemon control...
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-04 Andrew TurnerPrint the correct value when freelist is out of range.
2017-12-04 Michael Zhilin[mips] [vm] restore translation of freelist to flind...
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-01 Konstantin BelousovAdd comment for vm_map_find_min().
2017-11-30 Pedro F. GiffuniSPDX: Consider code from Carnegie-Mellon University.
2017-11-30 Pedro F. GiffuniSPDX: wrong license.
2017-11-29 Mark JohnstonVerify the object/vnode association after vget() in...
2017-11-29 Mark JohnstonRemove some comments that became incorrect with r325530.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Jeff RobersonEliminate kmem_arena and kmem_object in preparation...
2017-11-28 Jeff RobersonMove domain iterators into the page layer where domain...
2017-11-28 Alan CoxWhen the swap pager allocates space on disk, it request...
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Mark JohnstonAvoid unnecessary lookups when initializing the vm_page...
2017-11-27 Pedro F. Giffunisys: general adoption of SPDX licensing ID tags.
2017-11-26 Mark JohnstonMove vm_phys_init_page() to vm_page.c.
2017-11-26 Mark JohnstonRemove unneeded initializations from vm_phys_init_page().
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-22 Konstantin BelousovReturn different error code for the guard page layout...
2017-11-22 Alan CoxWhen vm_map_find(find_space = VMFS_OPTIMAL_SPACE) fails...
2017-11-21 Mark JohnstonAllow for fictitious physical pages in vm_page_scan_con...
2017-11-20 Pedro F. Giffunisys: further adoption of SPDX licensing ID tags.
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-19 Hans Petter SelaskyMerge ^/head r325842 through r325998.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 Pedro F. Giffunispdx: initial adoption of licensing ID tags.
2017-11-15 Konstantin Belousovvmtotal: extend memory counters to accomodate for curre...
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-10 Jung-uk KimMFV: r325668
next