]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Implement the rcu_dereference_raw() function macro.
[FreeBSD/FreeBSD.git] / sys / vm /
2018-02-18 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 Alexander MotinMFV r323911:
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Mark JohnstonUse the conventional name for an array of pages.
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-14 Konstantin BelousovCleanup unused page argument for vm_reserv_break().
2018-02-14 Konstantin BelousovEnsure memory consistency on COW.
2018-02-14 Konstantin BelousovDo not call pmap_enter() with invalid protection mode.
2018-02-13 Konstantin BelousovDo not leak rv->psind in some specific situations.
2018-02-12 Jeff RobersonMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-09 Jung-uk KimMFV: r329072
2018-02-09 Gleb SmirnoffFix boot_pages exhaustion on machines with many domains...
2018-02-08 Jung-uk KimMFV: r329021
2018-02-07 Gleb SmirnoffFix three miscalculations in amount of boot pages:
2018-02-07 Mark JohnstonDequeue wired pages lazily.
2018-02-06 Gleb SmirnoffUse correct arithmetic to calculate how many pages...
2018-02-06 Jeff RobersonUse per-domain locks for vm page queue free. Move...
2018-02-06 Gleb SmirnoffImprove DIAGNOSTIC printf. Report using a boot page...
2018-02-06 Gleb SmirnoffFix boot_pages calculation for machines that don't...
2018-02-06 Mark JohnstonDelete a declaration for a variable removed in r305362.
2018-02-06 Gleb SmirnoffFollowup on r302393 by cperciva, improving calculation...
2018-02-05 Konstantin BelousovOn munlock(), unwire correct page.
2018-02-02 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 Konstantin BelousovOn pageout, in vnode generic pager, for partially dirty...
2018-02-01 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Martin MatuskaMFV r328323,328324:
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.
next