Merge branch 'vendor/XZ'
[dragonfly.git] / sys / vm /
2012-01-08 Peter AvalosMerge branch 'vendor/XZ'
2012-01-08 Peter AvalosMerge branch 'vendor/TNFTP'
2012-01-05 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2012-01-03 Matthew Dillonkernel - Fix swapcache inefficiency related to the...
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-27 Matthew Dillonkernel - Fix swap space leak
2011-12-26 Matthew Dillonkernel - Add vm.swapcache.maxscan
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-08 Matthew Dillonkernel - Remove unneeded initialization
2011-12-08 Matthew Dillonkernel - Fix panic in vm_page_try_to_free()
2011-12-02 Matthew Dillonkernel - Use atomic allocate-hold in vnode_pager_alloc().
2011-12-02 Matthew Dillonkernel - Refactor the vmspace locking code and several...
2011-12-01 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-01 Matthew Dillonkernel - Minor cleanups
2011-11-30 Matthew Dillonkernel - Fix minor bug in last swapcache commit
2011-11-30 Matthew Dillonkernel - Fix fragmentation and object list scan bug...
2011-11-29 Matthew Dillonkernel - Add required vm_token back in to swaponvp()
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-20 Matthew Dillonkernel - Correct wire count statistics
2011-11-20 Matthew Dillonkernel - Fix vm_object token deadlock (3)
2011-11-20 Matthew Dillonkernel - Fix vm_object token deadlock (2)
2011-11-20 Matthew Dillonkernel - Fix vm_object token deadlock
2011-11-19 Matthew Dillonkernel - Fix swapcache related crash
2011-11-19 Matthew Dillonkernel - Implement a contiguous memory reserve for...
2011-11-18 Matthew Dillonkernel - Fix swapcached problems when max-swap use...
2011-11-18 Matthew Dillonkernel - Fix swapcached problems when max-swap use...
2011-11-18 Matthew Dillonkernel - Document vm_map_lookup_entry() better in vm...
2011-11-18 Matthew Dillonkernel - Cleanup and document
2011-11-17 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-11-16 Matthew Dillonkernel - Move VM objects from pool tokens to per-vm...
2011-11-16 Matthew Dillonkernel - Do not use shared tokens for kernel_map
2011-11-16 Matthew Dillonkernel - Do not call pmap_enter() in vm_fault_page*()
2011-11-16 Matthew Dillonkernel - Fix VM page race when exec maps a page
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Matthew Dillonkernel - Fix DEBUG_LOCKS races
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-13 Matthew Dillonkernel - Improve per-cpu caching of pv_entry's
2011-11-12 Matthew Dillonkernel - Fix overflows and races in zalloc()
2011-11-12 Matthew Dillonkernel - Fix IPI signaling issue, add a few assertions
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-11 Matthew Dillonkernel - Wait for I/O to finish in vm_object_terminate()
2011-11-11 Matthew Dillonkernel - Fix numerous performance problems with the...
2011-11-11 Matthew Dillonkernel - Performance improvements during heavy memory...
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-11-10 Matthew Dillonkernel - Remove ad-hoc increment/decrement of vm->vm_sysref
2011-11-09 Matthew Dillonkernel - Fix overflows in vm_zone.c
2011-11-08 Matthew Dillonkernel - Rearrange page adds in vm_add_new_page()
2011-11-08 Matthew Dillonkernel - Beef up vm_contig allocation checks
2011-11-08 Matthew Dillonkernel - reformulate some of the pmap code to adhere...
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-11-02 Matthew Dillonkernel - add MAP_SIZEALIGN
2011-10-31 Matthew Dillonkernel - Fix missing token release in msync() error...
2011-10-29 John MarinoMerge branch 'vendor/GREP'
2011-10-29 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-10-29 Matthew Dillonkernel - Fix LINT compilation on 32-bit
2011-10-29 Matthew Dillonkernel - Fix deadlock in vm_prefault
2011-10-28 John MarinoMerge branch 'vendor/GCC44'
2011-10-28 Matthew Dillonkernel - Fix vm_object->rb_memq race in pageout daemon
2011-10-28 Matthew Dillonkernel - Another huge HUGE VM performance improvement...
2011-10-28 Matthew Dillonkernel - Clean up spinlock code, add more lwkt_yield()s
2011-10-28 Sascha WildnerFix i386 buildkernel.
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-27 Matthew Dillonkernel - Fix deep recursion in vm_object_collapse(...
2011-10-27 Matthew Dillonkernel - Fix deep recursion in vm_object_collapse()
2011-10-26 Matthew Dillonkernel - Fix recently introduced bus error w/postgres...
2011-10-26 Matthew Dillonkernel - Adjust pagezero/pagecopy assembly and re-enabl...
2011-10-26 Matthew Dillonkernel - Major vm_page, lwkt thread, and other changes
2011-10-25 Matthew Dillonkernel - Increase VM page free minimums for allocations
2011-10-24 Sepherosa ZiehauMerge branch 'devel'
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-09-30 Venkatesh Srinivaskernel - VM MPSAFE fixes
2011-09-29 Matthew Dillonkernel - Numerous VM MPSAFE fixes
2011-09-24 Venkatesh Srinivaskernel -- vm_page_dontneed: Fix interaction with vm_pag...
2011-09-21 Peter AvalosMerge branch 'vendor/FILE'
2011-09-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2011-09-12 Venkatesh Srinivaskernel: mmap -- Return EINVAL for len = 0 mmap.
2011-09-01 John MarinoMerge branch 'vendor/GDB'
2011-08-20 Matthew Dillonkernel - Fix vm_object leak which could exhaust swap...
2011-08-12 Sascha WildnerMerge branch 'vendor/AWK'
2011-08-11 Matthew Dillonkernel - Fix deadlock w/recent vm_map work
2011-07-28 Matthew Dillonkernel - remove debugging print_backtrace() when a...
2011-07-18 Matthew Dillonkernel - Additional fixes for vm_prefault issue
2011-07-16 John MarinoMerge branch 'vendor/BINUTILS221'
2011-07-14 Matthew Dillonkernel - Add debugging and attempt to fix vm_prefault...
2011-07-02 Peter AvalosMerge branch 'vendor/LESS'
2011-06-18 Peter AvalosMerge branch 'vendor/AWK'
2011-06-17 Peter AvalosMerge branch 'vendor/AWK'
2011-06-15 Matthew Dillonkernel - Adjust vm_object->paging_in_progress to use...
2011-06-14 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-06-14 Venkatesh Srinivaskernel -- vm_object DEBUG_LOCKS: Record file/line of...
2011-06-14 Sepherosa ZiehauMerge branch 'devel'
2011-06-14 Sepherosa ZiehauMerge branch 'devel' (early part)
next