]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_pageout.c
In vm_fault_copy_entry(), we should not assert that entry is charged
[FreeBSD/FreeBSD.git] / sys / vm / vm_pageout.c
2018-09-20 baptImport mandoc 1.14.4
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-08-23 markjAdd a per-pagequeue pdpages counter.
2018-08-23 manudts: Import DTS for arm64
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-09 markjAccount for the lowmem handlers in the inactive queue...
2018-08-08 eadlerfile: update to 5.34
2018-07-31 mavMFV r336991, r337001:
2018-07-29 mmMFV r336851:
2018-07-15 alcTest PGA_REFERENCED after calling pmap_ts_referenced...
2018-07-11 cyMFV r324714:
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-04 markjCorrect the description of vm_pageout_scan_inactive...
2018-06-02 markjRemove the "pass" variable from the page daemon control...
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-24 markjUpdate r334154 with review feedback from D15490.
2018-05-24 markjSplit the active and inactive queue scans into separate...
2018-05-23 philImport libxo-0.9.0:
2018-05-20 eadlerMFV: file 5.33
2018-05-19 sjgMerge bmake-20180512
2018-05-18 markjDon't increment addl_page_shortage for wired pages.
2018-05-13 markjGet rid of vm_pageout_page_queued().
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-04 markjFix some races introduced in r332974.
2018-04-24 markjImprove VM page queue scalability.
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 markjInitialize marker pages in vm_page_domain_init().
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-02 markjEnsure the background laundering threshold is positive...
2018-03-29 markjFix the background laundering mechanism after r329882.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 philipImport tzdata 2018d
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-15 jeffEliminate pageout wakeup races. Take another step...
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-27 markjGive the 0th domain's page daemon thread a consistent...
2018-02-24 markjRestore the pre-r329882 inactive page shortage computation.
2018-02-23 jeffAdd a generic Proportional Integral Derivative (PID...
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-09 jkimMFV: r329072
2018-02-07 markjDequeue wired pages lazily.
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
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-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
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-26 markjEnsure that pass > 0 when starting a scan with vm_pages...
2017-12-24 dimMerge ^/head r327165 through r327168.
2017-12-24 markjFix two problems with the page daemon control loop.
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-11 markjUse a dedicated counter for inactive queue scans.
2017-12-09 markjFix the act_scan_laundry_weight mechanism.
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-11-30 pfgSPDX: Consider code from Carnegie-Mellon University.
2017-11-29 markjVerify the object/vnode association after vget() in...
2017-11-29 impImport lua 5.3.4 to contrib
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-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-08 markjAllow various page daemon parameters to be set from...
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...
next