]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Kernel entry from vm86 mode, where PCB_VM86CALL pcb flag is not set,
[FreeBSD/FreeBSD.git] / sys / vm /
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-11 Mateusz Guzikuma: increase alignment to 128 bytes on amd64
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-08 Dag-Erling SmørgravUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 Jung-uk KimMFV: r333378
2018-05-08 Peter WemmUpdate svn-1.9.7 to 1.10.0.
2018-05-08 Peter WemmUpdate private sqlite from sqlite3-3.20.0 to sqlite3...
2018-05-04 Mark JohnstonFix some races introduced in r332974.
2018-05-04 Philip PaepsImport tzdata 2018e
2018-05-01 Jung-uk KimMFV: r333077
2018-04-29 Konstantin BelousovEliminate some vm object relocks in vm fault.
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-27 Mateusz Guzikuma: whack main zone counter update in the slow path
2018-04-27 Mateusz Guzikvm: move vm_cnt to __read_mostly now that it is not...
2018-04-24 Mark JohnstonImprove VM page queue scalability.
2018-04-24 Mark JohnstonAdd a UMA zone flag to disable the use of buckets.
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 Mark JohnstonInitialize marker pages in vm_page_domain_init().
2018-04-17 Mark JohnstonEnsure that m and skip_m belong to the same object.
2018-04-07 Konstantin BelousovHandle Skylake-X errata SKZ63.
2018-04-06 Brooks DavisMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 Ruslan BukinImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-02 Olivier HouchardImport CK as of commit b19ed4c6a56ec93215ab567ba18ba61b...
2018-04-02 Mark JohnstonEnsure the background laundering threshold is positive...
2018-04-02 Gleb SmirnoffUse UMA_SLAB_SPACE macro. No functional change here.
2018-04-02 Gleb SmirnoffIn uma_startup_count() handle special case when zone...
2018-04-02 Gleb SmirnoffHandle a special case when a slab can fit only one...
2018-04-01 Jeff RobersonAdd a uma cache of free pages in the DEFAULT freepool...
2018-04-01 Jeff RobersonAdd the flag ZONE_NOBUCKETCACHE. This flag instruction...
2018-03-30 Konstantin BelousovMake vm_map_max/min/pmap KBI stable.
2018-03-29 Mark JohnstonFix the background laundering mechanism after r329882.
2018-03-29 Jeff RobersonImplement several enhancements to NUMA policies.
2018-03-28 Alexander MotinMFV r331712:
2018-03-28 Alexander MotinMFV 331710:
2018-03-28 Alexander MotinMFV r331708:
2018-03-28 Alexander MotinMFV r331706:
2018-03-28 Alexander MotinMFV 331704:
2018-03-28 Alexander MotinMFV 331702:
2018-03-28 Alexander MotinMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 Alexander MotinPartial MFV r329753:
2018-03-27 Jung-uk KimMerge OpenSSL 1.0.2o.
2018-03-27 Jeff RobersonMove vm_ndomains to vm.h where it can be used with...
2018-03-26 Konstantin BelousovAllow to specify for vm_fault_quick_hold_pages() that...
2018-03-24 Konstantin BelousovAccount the size of the vslock-ed memory by the thread.
2018-03-24 Konstantin BelousovFor vm_zone_stats() sysctl handler, do not drain sbuf...
2018-03-24 Philip PaepsImport tzdata 2018d
2018-03-23 Jeff RobersonFix two compliation problems on non-amd64 architectures.
2018-03-23 Mark JohnstonCorrect a couple of assertion messages in vm_page_recla...
2018-03-23 Cy SchubertFix build on i386 without INVARIANTS following r331369.
2018-03-23 Alexander MotinMFV r331407: 9213 zfs: sytem typo
2018-03-23 Alexander MotinMFV r331405: 9084 spa_*_ashift must ignore spare devices
2018-03-23 Alexander MotinMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 Jeff RobersonLock reservations with a dedicated lock in each reserva...
2018-03-22 Jeff RobersonStart witness much earlier in boot so that we can shrin...
2018-03-22 Jeff RobersonUse read_mostly and alignment tags to eliminate or...
2018-03-20 Konstantin BelousovCheck for wrap-around in vm_phys_alloc_seg_contig().
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-18 Mark JohnstonAvoid dequeuing the fault page during a soft fault.
2018-03-18 Mark JohnstonHave vm_page_{deactivate,launder}() requeue already...
2018-03-18 Mark JohnstonHave vm_page_replace() assert that the new page is...
2018-03-16 Conrad MeyerFix GCC build: Remove redundant pagedaemon_wakeup decla...
2018-03-15 Jeff RobersonEliminate pageout wakeup races. Take another step...
2018-03-15 Andriy GaponMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-14 Jung-uk KimMerge ACPICA 20180313.
2018-03-13 Konstantin BelousovRevert the chunk from r330410 in vm_page_reclaim_run().
2018-03-07 Jeff RobersonDon't assert that the domain free lock is held until...
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-04 Konstantin BelousovRemove redundant test from r330410.
2018-03-04 Konstantin BelousovUnify bulk free operations in several pmaps.
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-02-28 Xin LIMFV r330102: ntp 4.2.8p11
2018-02-27 Mark JohnstonGive the 0th domain's page daemon thread a consistent...
2018-02-25 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-24 Mark JohnstonRestore the pre-r329882 inactive page shortage computation.
2018-02-24 Konstantin BelousovHide all vm/vm_pageout.h content under #ifdef _KERNEL.
2018-02-23 Mark JohnstonCorrect some comments after r328954.
2018-02-23 Mark JohnstonRemove a bogus assertion from vm_page_launder().
2018-02-23 Jeff RobersonAdd a generic Proportional Integral Derivative (PID...
2018-02-22 Alexander MotinMFV r329807:
2018-02-22 Alexander MotinMFV r329803:
2018-02-22 Alexander MotinMFV r329799, r329800:
2018-02-22 Alexander MotinMFV r329793, r329795:
2018-02-22 Alexander Motin8942 zfs promote .../%recv should be an error
2018-02-22 Alexander MotinMFV r329776: 8477 Assertion failed in vdev_state_dirty...
2018-02-22 Alexander MotinMFV r329774:
2018-02-22 Alexander MotinMFV r329770: 9035 zfs: this statement may fall through
2018-02-22 Alexander MotinMFV r329766: 8962 zdb should work on non-idle pools
2018-02-22 Alexander MotinMFV r329762: 8961 SPA load/import should tell us why...
2018-02-21 Alexander MotinMFV r329760: 7638 Refactor spa_load_impl into several...
2018-02-21 Alexander Motin9018 Replace kmem_cache_reap_now() with kmem_cache_reap...
2018-02-21 Alexander MotinMFV r329753: 8809 libzpool should leverage work done...
2018-02-21 Alexander MotinMFV r329736: 8969 Cannot boot from RAIDZ with parity > 1
2018-02-21 Alexander MotinMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 Andriy GaponMFV r329718: 8520 7198 lzc_rollback_to should support...
2018-02-21 Andriy GaponMFV r329715: 8997 ztest assertion failure in zil_lwb_wr...
2018-02-21 Andriy GaponMFV r329713: 8731 ASSERT3U(nui64s, <=, UINT16_MAX)...
2018-02-21 Andriy GaponMFV r329710: 8966 Source file zfs_acl.c, function zfs_a...
2018-02-21 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-21 Alexander MotinMFV r322231:
next