pf: Make pf work w/ the MPSAFE network stack
[dragonfly.git] / sys / vm /
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-29 Matthew Dillonkernel - Remove unneeded get_mplock() wrappers near...
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-28 Matthew Dillonkernel - Mark vm/vm_zeroidle.c and vm/vnode_pager.c...
2010-08-28 Matthew Dillonkernel - make kern/imgact_resident.c MPSAFe
2010-08-28 Matthew Dillonkernel - Add vmobj_token, misc vm-related tokenization
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - unlock pbuf prior to acquiring a spinlock
2010-08-25 Venkatesh Srinivasvm: Idlezero changes
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-18 Matthew Dillonkernel - Implement vm.swap_info_array sysctl
2010-08-17 Matthew Dillonkernel - add vm.swap_size sysctl
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-13 Matthew Dillonkernel - Some minor swap allocator / blist work
2010-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
2010-08-09 Venkatesh SrinivasVM - Enable idlezero by default.
2010-07-09 Matthew DillonMerge remote branch 'crater/master' into kq_devices
2010-07-08 Matthew Dillonkernel - skip PG_MARKER vm pages.
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
2010-07-03 Matthew Dillonkernel - hold MP lock in idlezero for now
2010-06-18 Alex HornungMPSAFE work - fix acquisition of vm_token
2010-06-14 Venkatesh Srinivaskernel - MPSAFE work - Remove unneeded token acquire...
2010-06-14 Venkatesh Srinivaskernel - MPSAFE work - Remove token acquires/releases...
2010-06-13 Matthew Dillonkernel - MPSAFE work - tokenize vm_zone.c
2010-06-13 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-06-12 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-06-12 Venkatesh Srinivaskernel - MPSAFE work - tokenize vm/vm_mmap.c, part 2
2010-06-12 Venkatesh Srinivaskernel - MPSAFE work - first pass at tokenizing vm...
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize vm/vm_map.c
2010-06-11 Venkatesh SrinivasMPSAFE: Tokenize vm_unix.c
2010-06-11 Venkatesh Srinivaskernel - MPSAFE work - tokenize vm_zeroidle.c
2010-06-11 Venkatesh Srinivasvm: Detect and enable bzeront() when available for...
2010-06-11 Venkatesh Srinivasvm: Add variable sleep time to vm_zeroidle.
2010-06-11 Matthew Dillonkernel - MPSAFE work - lockup vm_page.c, vm_fault.c
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup vm_object.c
2010-06-09 Matthew Dillonkernel - MPSAFE work - Remove unused code
2010-05-26 Matthew Dillonkernel - Fix up hysteresis for the zeroidle code
2010-05-26 Matthew Dillonmmap: Remove an additional reference to the disablexwor...
2010-05-26 Aggelos Economopoulosmmap: get rid of old hack to support the XIG X server
2010-05-16 Matthew Dillonkernel - zero pages during idle
2010-04-30 Samuel J. Greearkernel - mmap offset is invalid for MAP_ANON
2010-04-30 Matthew Dillonkernel - Fix resident_count problems with kernel_pmap...
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-04-15 Alex Hornungdsched - Implement priorities and other improvements
2010-04-15 Alex Hornungdsched - Tie the dsched framework into the system
2010-04-14 Matthew DillonMerge remote branch 'rpaulo/net80211-update'
2010-04-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-14 Antonio Huete Jimenezlibc - Return ENOSYS in both mlockall() / munlockall()
2010-04-12 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-04-07 Rui PauloMerge branch 'master' into net80211-update
2010-04-01 Matthew Dillonkernel - Address excessive stall in pageout during...
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-24 Matthew Dillonkernel - vm - Change inactive target to 1/4 memory...
2010-03-23 Matthew DillonHAMMER VFS - Fix another low memory deadlock issue
2010-03-23 Matthew Dillonvkernel64 - Cleanup, unbreak 32 bit
2010-03-23 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-21 Rui PauloMerge branch 'master' into net80211-update
2010-03-21 Sascha Wildnervkernel64: Additional adjustments (amd64 -> x86_64...
2010-03-21 Jordan Gordeevamd64: Add kernel support for 64-bit virtual page tables.
2010-03-18 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-18 Rui PauloMerge branch 'master' into net80211-update
2010-03-05 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-05 Samuel J. Greearkernel - Remove msf buffer code
2010-03-05 Matthew Dillonkernel - vm - add vm_wait_nominal()
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-23 Rui PauloMerge branch 'master' into net80211-update
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-22 Matthew Dillonkernel - swapcache - Fix snocache and cache flags propa...
2010-02-22 Matthew Dillonkernel - SWAP CACHE part 22/many - Fix counter overflow...
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-18 Matthew Dillonkernel - Fix bogus compiler warning
2010-02-17 Matthew Dillonkernel - SWAP CACHE part 20/many - add 'cache' and...
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - paging to/from swap...
2010-02-13 Matthew Dillonkernel - swapcache - vm_object_page_remove()
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-02-11 Matthew Dillonkernel - SWAP CACHE part 18/many - Minor enablement...
2010-02-11 Matthew Dillonkernel - sysref - Fix vnode interlock for 1->0 transition
2010-02-09 Matthew Dillonkernel - struct vm_object - increase paging_in_progress...
2010-02-09 Matthew Dillonkernel - SWAP CACHE part 17/many - Add missing critical...
2010-02-08 Matthew Dillonkernel - SWAP CACHE part 15/many - Correct bug in vm...
next