]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.
[FreeBSD/FreeBSD.git] / sys / vm /
2019-11-29 Jeff RobersonRestore swap space accounting for non-anonymous swap...
2019-11-29 Jeff RobersonAvoid acquiring the object lock if color is already...
2019-11-29 Jeff RobersonFix a perf regression from r355122. We can use a share...
2019-11-29 Jeff RobersonHandle large mallocs by going directly to kmem. Taking...
2019-11-29 Doug MooreFunctions that call vm_map_splay_merge sometimes set...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-28 Jeff RobersonGarbage collect the mostly unused us_keg field. Use...
2019-11-28 Ryan Libbyuma: move sysctl vm.uma defn out from under INVARIANTS
2019-11-28 Jeff RobersonImplement a sysctl tree for uma zones to assist in...
2019-11-27 Jeff RobersonRefactor uma_zfree_arg into several functions to make...
2019-11-27 Doug MooreInline some splay helper functions to improve performan...
2019-11-27 Ryan Libbyuma: trash memory when ctor/dtor supplied too
2019-11-27 Jeff RobersonUse atomics in more cases for object references. We...
2019-11-26 Jeff RobersonRefactor uma_zalloc_arg(). It is a mess of gotos and...
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-25 Ryan Libbyvm_object_collapse_scan_wait: drop locks before reacquiring
2019-11-25 Jeff RobersonMove anonymous object copying for fork into its own...
2019-11-25 Doug MooreWhere 'current' is used to index over vm_map entries...
2019-11-24 Konstantin BelousovIgnore object->handle for OBJ_ANON objects.
2019-11-24 Konstantin BelousovRecord part of the owner struct thread pointer into...
2019-11-22 Mark JohnstonSimplify vm_pageout_init_domain() and add a "big pictur...
2019-11-22 Mark JohnstonReclaim memory from UMA if the page daemon is struggling.
2019-11-22 Mark JohnstonUpdate the checks in vm_page_zone_import().
2019-11-22 Mark JohnstonRevise the page cache size policy.
2019-11-22 Mark JohnstonFix locking in vm_reserv_reclaim_contig().
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-20 Andrew TurnerAs with r354905 use uint16_t to store aflags on the...
2019-11-20 Andrew TurnerUse atomic_load_16 to load aflags as it's a uint16_t...
2019-11-20 Doug MooreInstead of looking up a predecessor or successor to...
2019-11-20 Jeff RobersonWhen we set OFFPAGE to limit fragmentation we should...
2019-11-20 Jeff RobersonOnly keep anonymous objects on shadow lists. This...
2019-11-19 Jeff RobersonRemove unnecessary object locking from the vnode pager...
2019-11-19 Jeff RobersonSimplify anonymous memory handling with an OBJ_ANON...
2019-11-19 Doug MooreDrop the extra argument from swp_pager_meta_ctl and...
2019-11-18 Mark JohnstonGroup per-domain reservation data in the same structure.
2019-11-18 Mark JohnstonWiden the vm_page aflags field to 16 bits.
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-17 Doug MooreAdd a helper function for testing a swap block and...
2019-11-17 Konstantin BelousovAdd elf image flag to disable stack gap.
2019-11-17 Doug MooreThe loop in vm_map_protect that verifies that all trans...
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-13 Doug MooreDefine wrapper functions vm_map_entry_{succ,pred} to...
2019-11-11 Doug Mooreswap_pager_meta_free() frees allocated blocks in a...
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-10 Konstantin BelousovInclude cache zones into zone_foreach() where appropriate.
2019-11-09 Doug MooreFor vm_map, #defining DIAGNOSTIC to turn on full assert...
2019-11-07 Mark JohnstonDrop Giant before sleeping on a busy page.
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-06 Mark JohnstonFix a race in release_page().
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-05 Konstantin BelousovSwitch cache zones from early counters to real implemen...
2019-11-03 Cy SchubertMFV r354257:
2019-10-30 Konstantin Belousovvm_page_wire_mapped: explain why failure does not affec...
2019-10-29 Jeff RobersonReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-29 Jeff RobersonUse atomics and a shared object lock to protect the...
2019-10-29 Jeff RobersonDrop the object lock earlier in fault and don't relock...
2019-10-25 Gleb SmirnoffAdd couple more assertions to vm_pager_assert_in()...
2019-10-24 Andrew GallatinAdd a tunable to set the pgcache zone's maxcache
2019-10-23 Mark JohnstonModify release_page() to handle a missing fault page.
2019-10-23 Mark JohnstonCheck for bogus_page in vnode_pager_generic_getpages_do...
2019-10-23 Mark JohnstonVerify identity after checking for WAITFAIL in vm_page_...
2019-10-23 Konstantin BelousovAssert that vm_fault_lock_vnode() returns locked saved...
2019-10-22 Konstantin BelousovAssert that vnode_pager_setsize() is called with the...
2019-10-22 Konstantin BelousovAdd VV_VMSIZEVNLOCK flag.
2019-10-22 Konstantin Belousovvm_fault(): extract code to lock the vnode into a helpe...
2019-10-22 Mark JohnstonAvoid reloading bucket pointers in uma_vm_zone_stats().
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-18 Mark JohnstonFurther constrain the use of per-CPU caches for free...
2019-10-18 Mark JohnstonApply mapping protections to preloaded kernel modules...
2019-10-17 Konstantin Belousovswapon_check_swzone(): use already calculated static...
2019-10-16 Mark JohnstonRemove page locking from pmap_mincore().
2019-10-16 Mark JohnstonCorrect the range boundaries used by kern_mincore().
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
2019-10-15 Andriy GaponMFV r353551: 10452 ZoL: merge in large dnode feature...
2019-10-15 Jeff Roberson(5/6) Move the VPO_NOSYNC to PGA_NOSYNC to eliminate...
2019-10-15 Jeff Roberson(4/6) Protect page valid with the busy lock.
2019-10-15 Jeff Roberson(3/6) Add a shared object busy synchronization mechanis...
2019-10-15 Jeff Roberson(2/6) Don't release xbusy in vm_page_remove(), defer...
2019-10-15 Jeff Roberson(1/6) Replace busy checks with acquires where it is...
2019-10-14 Doug MooreCorrect a transcription error that broke GENERIC introd...
next