]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
New files and layout for the ACPI CA 20010518 update.
[FreeBSD/FreeBSD.git] / sys / vm /
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-29 jhbDon't hold the VM lock across VOP's and other things...
2001-05-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-05-28 obrienThis commit was generated by cvs2svn to compensate...
2001-05-24 jhbStick VM syscalls back under Giant if the BLEED option...
2001-05-24 dillonThis patch implements O_DIRECT about 80% of the way...
2001-05-23 jhb- Assert Giant is held in the vnode pager methods.
2001-05-23 jhb- Add in several asserts of vm_mtx.
2001-05-23 jhb- Assert that the vm lock is held for all of _vm_object...
2001-05-23 jhb- Add lots of vm_mtx assertions.
2001-05-23 jhb- Lock the VM around the pmap_swapin_proc() call in...
2001-05-23 jhb- Fix the sw_alloc_interlock to actually lock itself...
2001-05-23 jhbAssert Giant is held for the device pager alloc and...
2001-05-23 jhb- Obtain Giant in mmap() syscall while messing with...
2001-05-23 jhbAcquire Giant around vm_map_remove() inside of the...
2001-05-23 jhbTake a more conservative approach and still lock Giant...
2001-05-23 jhbSet the phys_pager_alloc_lock to 1 when it is acquired...
2001-05-23 alfredaquire Giant when playing with the buffercache and...
2001-05-22 alfredaquire vm mutex in swp_pager_async_iodone. Don't call...
2001-05-22 jhbRemove duplicate include and sort includes.
2001-05-22 jhbSort includes.
2001-05-22 jhbUnlock the VM lock at the end of munlock() instead...
2001-05-22 jhbSort includes from previous commit.
2001-05-22 jhbSort includes.
2001-05-20 krisThis commit was generated by cvs2svn to compensate...
2001-05-19 alfredIntroduce a global lock for the vm subsystem (vm_mtx).
2001-05-18 jhb- Use a timeout for the tsleep in scheduler() instead...
2001-05-17 jhbDuring the code to pick a process to kill when memory...
2001-05-17 peterThis commit was generated by cvs2svn to compensate...
2001-05-15 jhb- Use PROC_LOCK_ASSERT instead of a direct mtx_assert.
2001-05-14 joergThis commit was generated by cvs2svn to compensate...
2001-05-08 assarThis commit was generated by cvs2svn to compensate...
2001-05-06 phkActually biofinish(struct bio *, struct devstat *,...
2001-05-04 greenThis commit was generated by cvs2svn to compensate...
2001-05-03 markmPutting sys/lockmgr.h in here allows us to depollute...
2001-05-03 markmThis commit was generated by cvs2svn to compensate...
2001-05-01 markmUndo part of the tangle of having sys/lock.h and sys...
2001-04-29 grogRevert consequences of changes to mount.h, part 2.
2001-04-27 alfredAddress a number of problems with sysctl_vm_zone().
2001-04-25 obrienThis commit was generated by cvs2svn to compensate...
2001-04-23 grogCorrect #includes to work with fixed sys/mount.h.
2001-04-19 alfredvnode_pager_freepage() is really vm_page_free() in...
2001-04-18 alfredProtect pager object creation with sx locks.
2001-04-18 alfredFix the botched rev 1.59 where I made it such that...
2001-04-17 ruThis commit was generated by cvs2svn to compensate...
2001-04-17 phkThis patch removes the VOP_BWRITE() vector.
2001-04-15 alfreduse TAILQ_FOREACH, fix a comment's location
2001-04-13 alfredif/panic -> KASSERT
2001-04-13 alfredprotect pbufs and associated counts with a mutex
2001-04-13 alfreduse %p for pointer printf, include sys/systm.h for...
2001-04-13 alfredUse a macro wrapper over printf along with KASSERT...
2001-04-12 alfredremove truncated part from commment
2001-04-11 acheThis commit was generated by cvs2svn to compensate...
2001-04-06 wollmanThis commit was generated by cvs2svn to compensate...
2001-04-04 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-03-28 jhbConvert the allproc and proctree locks from lockmgr...
2001-03-28 jhbCatch up to header include changes:
2001-03-27 sobomaxThis commit was generated by cvs2svn to compensate...
2001-03-25 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 greenThis commit was generated by cvs2svn to compensate...
2001-03-23 tmmExport intrnames and intrcnt as sysctls (hw.nintr,...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-14 dillonFix a lock reversal problem in the VM subsystem related...
2001-03-14 dillonTemporarily remove the vm_map_simplify() call from...
2001-03-09 iedowseWhen creating a shadow vm_object in vmspace_fork()...
2001-03-07 jhbUnrevert the pmap_map() changes. They weren't broken...
2001-03-07 jhbBack out the pmap_map() change for now, it isn't comple...
2001-03-06 jhb- Rework pmap_map() to take advantage of direct-mapped...
2001-03-05 krisThis commit was generated by cvs2svn to compensate...
2001-03-05 msmithThis commit was generated by cvs2svn to compensate...
2001-03-04 alfredSimplify vm_object_deallocate(), by decrementing the...
2001-03-03 krisThis commit was generated by cvs2svn to compensate...
2001-03-01 gallatinAllocate vm_page_array and vm_page_buckets from the...
2001-02-28 dillonIf we intend to make the page writable without requirin...
2001-02-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-02-26 krisThis commit was generated by cvs2svn to compensate...
2001-02-23 rwatsonIntroduce per-swap area accounting in the VM system...
2001-02-22 desFix formatting bugs introduced in sysctl_vm_zone()...
2001-02-18 krisThis commit was generated by cvs2svn to compensate...
2001-02-17 asmodaiThis commit was generated by cvs2svn to compensate...
2001-02-17 obrienThis commit was generated by cvs2svn to compensate...
2001-02-13 assarThis commit was generated by cvs2svn to compensate...
2001-02-12 jakeImplement a unified run queue and adjust priority level...
2001-02-09 bmilekicChange and clean the mutex lock interface.
2001-02-04 darrenrThis commit was generated by cvs2svn to compensate...
2001-02-04 phkMechanical change to use <sys/queue.h> macro API instead of
2001-02-04 dillonThis commit represents work mainly submitted by Tor...
2001-01-31 msmithThis commit was generated by cvs2svn to compensate...
2001-01-28 asmodaiThis commit was generated by cvs2svn to compensate...
2001-01-25 jhb- Doh, lock faultin() with proc lock in scheduler().
2001-01-24 jasoneConvert all simplelocks to mutexes and remove the simpl...
2001-01-24 jhbArgh, I didn't get this test right when I converted...
2001-01-24 jhb- Catch up to proc flag changes.
next