]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_page.c
Improve VM page queue scalability.
[FreeBSD/FreeBSD.git] / sys / vm / vm_page.c
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-17 markjEnsure that m and skip_m belong to the same object.
2018-04-07 kibHandle Skylake-X errata SKZ63.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-01 jeffAdd a uma cache of free pages in the DEFAULT freepool...
2018-03-29 jeffImplement several enhancements to NUMA policies.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 philipImport tzdata 2018d
2018-03-23 jeffFix two compliation problems on non-amd64 architectures.
2018-03-23 markjCorrect a couple of assertion messages in vm_page_recla...
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 jeffLock reservations with a dedicated lock in each reserva...
2018-03-22 jeffStart witness much earlier in boot so that we can shrin...
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-18 markjHave vm_page_{deactivate,launder}() requeue already...
2018-03-18 markjHave vm_page_replace() assert that the new page is...
2018-03-15 jeffEliminate pageout wakeup races. Take another step...
2018-03-13 kibRevert the chunk from r330410 in vm_page_reclaim_run().
2018-03-04 kibRemove redundant test from r330410.
2018-03-04 kibUnify bulk free operations in several pmaps.
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-23 markjRemove a bogus assertion from vm_page_launder().
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-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 jeffUse per-domain locks for vm page queue free. Move...
2018-02-06 glebiusFix boot_pages calculation for machines that don't...
2018-02-06 glebiusFollowup on r302393 by cperciva, improving calculation...
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-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-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-05 jkimMerge ACPICA 20180105.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
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-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-04 mizhka[mips] [vm] restore translation of freelist to flind...
2017-11-30 pfgSPDX: Consider code from Carnegie-Mellon University.
2017-11-29 markjRemove some comments that became incorrect with r325530.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 jeffMove domain iterators into the page layer where domain...
2017-11-27 markjAvoid unnecessary lookups when initializing the vm_page...
2017-11-26 markjMove vm_phys_init_page() to vm_page.c.
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
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-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
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-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 kibIn vm_page_free_phys_pglist(), do not take vm_page_queu...
2017-10-13 mjgReduce traffic on vm_cnt.v_free_count
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-06 baptImport 1.14.3
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-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-17 gordonMFV r323678: file 5.32
2017-09-13 kibRemove inline specifier from vm_page_free_wakeup()...
2017-09-13 npMFH @ r323558.
2017-09-13 kibSplit vm_page_free_toq() into two parts, preparation...
2017-09-13 markjFix a logic error in the item size calculation for...
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...
next