]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
This commit was generated by cvs2svn to compensate for changes in r98121,
[FreeBSD/FreeBSD.git] / sys / vm /
2002-06-11 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-06-11 Alan Cox o Properly handle a failure by vm_fault_wire() or...
2002-06-11 Alan Cox o Teach vm_map_delete() to respect the "in-transition...
2002-06-10 Alan Cox o In vm_map_entry_create(), call uma_zalloc() with...
2002-06-10 Ian DowseCorrect the logic for determining whether the per-CPU...
2002-06-09 Alan Cox o Add vm_map_wire() for wiring contiguous regions...
2002-06-08 Alan Cox o Simplify vm_map_unwire() by merging the second and...
2002-06-08 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-06-08 Alan Cox o Remove an unnecessary call to vm_map_wakeup() from...
2002-06-07 Alan Cox o Add vm_map_unwire() for unwiring contiguous regions...
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-06 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-06-06 Alfred Perlsteinfix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args...
2002-06-03 Jeff RobersonAdd a comment describing a resource leak that occurs...
2002-06-02 Alan Cox o Migrate vm_map_split() from vm_map.c to vm_object...
2002-06-02 Alan Cox o Style fixes to vm_map_split(), including the elimina...
2002-06-02 Alan Cox o Condition vm_object_pmap_copy_1()'s compilation...
2002-06-01 Alan Cox o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zi...
2002-06-01 Alan Cox o Revert a part of revision 1.66, contrary to what...
2002-05-31 Dag-Erling SmørgravExport nswapdev through sysctl(8).
2002-05-31 Alan CoxFurther work on pushing Giant out of the vm_map layer...
2002-05-30 Alfred PerlsteinCheck for defined(__i386__) instead of just defined...
2002-05-29 Peter WemmThe kernel printf does not have %i
2002-05-28 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-27 Alan Cox o Remove unused #defines.
2002-05-26 Alan Cox o Acquire and release Giant around pmap operations...
2002-05-24 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-24 Alan Cox o Replace the vm_map's hint by the root of a splay...
2002-05-22 Alan Cox o Make contigmalloc1() static.
2002-05-21 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-05-20 John BaldwinIn uma_zalloc_arg(), if we are performing a M_WAITOK...
2002-05-18 Alan Cox o Eliminate the acquisition and release of Giant from...
2002-05-18 Alan Cox o Remove GIANT_REQUIRED from vm_map_madvise(). Instea...
2002-05-18 Alan Cox o Remove the acquisition and release of Giant from...
2002-05-16 Tom RhodesMore s/file system/filesystem/g
2002-05-14 Poul-Henning KampMake daddr_t and u_daddr_t 64bits wide.
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 Jeff RobersonDon't call the uz free function while the zone lock...
2002-05-13 Jeff RobersonRemove the hash_free() lock order reversal. This could...
2002-05-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-12 Alan Cox o Remove GIANT_REQUIRED and an excessive number of...
2002-05-12 Alan Cox o Acquire and release Giant in vm_object_reference...
2002-05-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-10 David E. O'BrienBmake bits for Gcc 3.1.
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-06 Alan Cox o Header files shouldn't depend on options: Provide...
2002-05-06 Alan Cox o Condition the compilation and use of vm_freeze_copyo...
2002-05-06 Alan Cox o Some improvements to the page coloring of vm objects...
2002-05-06 Alan Cox o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_ob...
2002-05-05 Alan Cox o Condition the compilation of uiomoveco() and vm_uiom...
2002-05-05 Poul-Henning KampExpand the one-line function pbreassignbuf() the only...
2002-05-05 Alan Cox o Remove GIANT_REQUIRED from vm_map_lookup() and vm_ma...
2002-05-04 Jeff RobersonUse pages instead of uz_maxpages, which has not been...
2002-05-04 Alan Cox o Make _vm_object_allocate() and vm_object_allocate...
2002-05-04 Alan Cox o Remove GIANT_REQUIRED from vm_map_lookup_entry(...
2002-05-03 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-02 Alan Cox o Change the implementation of vm_map locking to use...
2002-05-02 Jeff RobersonHide a pointer to the malloc_type bucket at the end...
2002-05-02 Jeff RobersonMove around the dbg code a bit so it's always under...
2002-05-02 Andrew R. Reiter- Changed the size element of uma_zctor_args to be...
2002-05-02 Jeff Robersonmalloc/free(9) no longer require Giant. Use the malloc...
2002-05-02 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-02 Alan Cox o Remove dead and lockmgr()-specific debugging code.
2002-05-02 Jeff RobersonRemove the temporary alignment check in free().
2002-04-30 Alan Cox o Convert the vm_page buckets mutex to a spin lock...
2002-04-30 Jeff RobersonAdd a new UMA debugging facility. This will overwrite...
2002-04-30 Jeff RobersonMove the implementation of M_ZERO into UMA so that...
2002-04-30 Alan Cox o Revert vm_fault1() to its original name vm_fault...
2002-04-29 Jeff RobersonAdd a new zone flag UMA_ZONE_MTXCLASS. This puts the...
2002-04-29 Peter WemmTidy up some loose ends.
2002-04-29 Alan CoxDocument three synchronization issues in vm_fault().
2002-04-28 Alan CoxPass the caller's file name and line number to the...
2002-04-28 Alan Cox o Introduce and use vm_map_trylock() to replace severa...
2002-04-28 Peter WemmWe do not necessarily need to map/unmap pages to zero...
2002-04-27 Alan Cox o Begin documenting the (existing) locking protocol...
2002-04-27 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-27 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-26 Alan Cox o Control access to the vm_page_buckets with a mutex.
2002-04-26 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2002-04-25 Andrew R. Reiter- Fix a round down bogon in uma_zone_set_max().
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-22 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-04-20 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-04-20 Alan CoxReintroduce locking on accesses to vm_object_list.
2002-04-19 Alan Cox o Move the acquisition of Giant from vm_fault() to...
2002-04-18 Alan CoxAdd a comment documenting a race condition in vm_fault...
2002-04-18 Alan Cox o Call vm_map_growstack() from vm_fault() if vm_map_lo...
2002-04-17 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-17 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-17 Peter WemmDo not free the vmspace until p->p_vmspace is set to...
2002-04-17 Alan CoxRemove an unused option, VM_FAULT_HOLD, to vm_fault().
2002-04-16 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-16 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-16 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
next