pci: regen pcidevs
[dragonfly.git] / sys / vm /
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-07-11 Matthew Dillonkernel - Fix missing lock in pbuf update (minor)
2012-07-11 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-07-06 Sascha Wildnerkernel/vm: Remove some unused variables.
2012-07-04 Peter AvalosMerge branch 'vendor/FILE'
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-15 John MarinoMerge branch 'vendor/GDB'
2012-05-14 John MarinoMerge branch 'vendor/NCURSES'
2012-05-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-05-12 John MarinoMerge branch 'vendor/GMP'
2012-05-11 John MarinoMerge branch 'vendor/NCURSES'
2012-05-11 John MarinoMerge branch 'vendor/ZLIB'
2012-05-11 John MarinoMerge branch 'vendor/GDB'
2012-05-10 John MarinoMerge branch 'vendor/LIBEDIT'
2012-05-08 John MarinoMerge branch 'vendor/GREP'
2012-04-30 Sascha Wildnerkernel: Remove some unused variables.
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-21 Venkatesh Srinivaskernel -- vm_pageout: Handle pages w/ NULL vm_objects...
2012-04-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-10 Peter AvalosMerge remote-tracking branch 'origin/master'
2012-04-04 Sascha Wildnerkernel: Pass a real format string to functions which...
2012-03-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-03-13 John MarinoMerge branch 'vendor/GCC44'
2012-03-09 Chris Turnerkernel: fixup accidental whitespace shift in vm_fault_c...
2012-03-09 Chris Turnerkernel: reorganize new holds in vm_fault_copy_entry
2012-03-09 Chris Turnerkernel: add missing holds/drops to vm_fault_copy_entry
2012-02-16 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-01 Matthew Dillonkernel - Improve pageout daemon & memory pressure detec...
2012-02-01 Matthew Dillonkernel - Add vm_page_need_commit() and vm_page_clear_co...
2012-01-23 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-01-23 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-01-20 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-16 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-16 Matthew Dillonkernel - Fix 3:00 a.m. crashes (deadlocks) related...
2012-01-12 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
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'
next