]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
We'll never have multiple slots a cardbus bridge. So, replace exca
[FreeBSD/FreeBSD.git] / sys / vm /
2019-12-15 Jeff Robersonschedlock 1/4
2019-12-15 Jeff RobersonPreviously we did not support invalid pages in default...
2019-12-15 Jeff RobersonAdd a deferred free mechanism for freeing swap space...
2019-12-15 Jeff RobersonSlightly optimize locking in vm_map_copy_swap_entry...
2019-12-15 Jeff RobersonHandle pagein clustering in vm_page_grab_valid() so...
2019-12-14 Ryan Libbyuma dbg: flexible size for slab debug bitset too
2019-12-13 Jung-uk KimMFV: r355716
2019-12-13 Mark JohnstonRestore the reservation of boot pages for bucket zones...
2019-12-13 Ryan LibbyRevert r355706 & r355710
2019-12-13 Ryan Libbyuma: report slab efficiency
2019-12-13 Ryan Libbyuma: delay bucket_init() until we might actually enable...
2019-12-13 Ryan Libbyuma dbg: flexible size for slab debug bitset too
2019-12-12 Mark JohnstonAvoid relying on silent type casting in the native...
2019-12-12 Mark JohnstonImplement atomic state updates using the new vm_page_as...
2019-12-11 Doug MooreExtract code common to _vm_map_clip_start and _vm_map_c...
2019-12-11 Ryan Libbyuma: pretty print zone flags sysctl
2019-12-10 Mark JohnstonAdd a helper function to the swapout daemon's deactivat...
2019-12-10 Mark JohnstonIntroduce vm_page_astate.
2019-12-09 Doug MooreRevert r355505. The code that it allowed to compile...
2019-12-08 Doug MooreDefine a vm_map method for user-space for advancing...
2019-12-08 Mateusz Guzikvfs: introduce v_irflag and make v_type smaller
2019-12-08 Jeff RobersonFix two problems with r355149. The sysctl name collisi...
2019-12-08 Jeff RobersonIt is safe to wire a page while the object is busy.
2019-12-08 Jeff RobersonIt is now safe to rename a page that is still on a...
2019-12-08 Jeff RobersonDo not assert that the object lock is held in vm_object...
2019-12-08 Jeff RobersonReduce duplication in grab functions by providing alloc...
2019-12-08 Jeff RobersonUse a variant slab structure for offpage zones. This...
2019-12-08 Mark JohnstonAdd casts required by the 32-bit build after r355491.
2019-12-07 Mark JohnstonProvide vm_map_entry traversal routines to userspace.
2019-12-07 Mateusz Guzikvm: fix sysctl vm.kstack_cache_size change report
2019-12-07 Doug MooreRemove the next and prev fields from vm_map_entry,...
2019-12-07 Justin Hibbitspowerpc/pmap: NUMA-ize vm_page_array on powerpc
2019-12-06 Mark JohnstonFix fault_type handling in vm_map_lookup().
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 Mark JohnstonFix an off-by-one error in vm_map_pmap_enter().
2019-12-04 Andrew TurnerFix the signature for zone_import and zone_release
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-02 Jeff RobersonUse a precise bit count for the slab free items in...
2019-12-02 Jeff RobersonFix a few places that free a page from an object withou...
2019-12-01 Konstantin BelousovStore the bottom of the shadow chain in OBJ_ANON object...
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...
next