libevtr: Add YY_NO_INPUT to ktrfmt.l and regenerate (silences gcc44 warning).
[dragonfly.git] / sys / vm /
2011-02-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-16 Venkatesh Srinivaskernel -- vm locking: Add vm object locking to vm_objec...
2011-02-16 Venkatesh Srinivaskernel -- vm locking: Lock kernel_object in kmem_alloc3.
2011-02-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-02-16 Venkatesh Srinivaskernel -- vm locking: Take per-object token in vm_map...
2011-02-15 Venkatesh Srinivaskernel -- vm locking: Add vm_page_(un)lock and vm_objec...
2011-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-09 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2011-02-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-04 Matthew Dillonkernel - Add missing vm_page_wakeup()
2011-02-04 Antonio Huetevm - Correct sysctl output formatting for kvm_size...
2011-02-04 Matthew Dillonkernel - Add options VM_PAGE_DEBUG
2011-01-31 Peter AvalosMerge branch 'vendor/GDTOA'
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-22 Venkatesh SrinivasRemove another 8k PAGE_SIZE test in vm_page.h.
2011-01-21 Venkatesh Srinivaskernel -- vm_page: Remove ifdef for 8K page size.
2011-01-20 Venkatesh SrinivasRemove sys/mplock2.h from more files.
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-12-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-22 Samuel J. Greearkernel - Add many sysctl definitions, sysv, vfs, nfs...
2010-12-20 Matthew Dillonkernel - vm_page BUSY handling, change vm_page_cache...
2010-12-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE' into HEAD
2010-12-19 Peter AvalosMerge branch 'vendor/XZ' into HEAD
2010-12-18 Matthew Dillonkernel - scheduler adjustments for large ncpus / 48...
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-12 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-10 Samuel J. GreearMerge branch 'GCI2010'
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-12-05 Venkatesh Srinivaskernel - mlockall: Return EINVAL for invalid flags...
2010-12-03 Matthew Dillonkernel - Remove unneeded critical sections from VM...
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-12-01 Venkatesh Srinivaskernel - vm_mmap: Remove Advertising clause and DragonF...
2010-11-30 Samuel J. GreearMerge branch 'GCI2010'
2010-11-30 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2010-11-28 Matthew Dillonkernel - Document an odd case in vm_page.c
2010-11-28 Samuel J. Greearkernel - Provide descriptions for vm.stats.* sysctl's
2010-11-25 Alex Hornungmmap - add mmap offset randomization
2010-11-25 Venkatesh Srinivaskernel - Honor MAP_WIREFUTURE flag in stack growth...
2010-11-24 Venkatesh Srinivaskernel - Skeleton sys_mlockall.
2010-11-24 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-11-24 Venkatesh Srinivaskernel - Export vm_map_transition_wait and correct...
2010-11-24 Venkatesh Srinivaskernel - Implement munlockall.
2010-11-24 Venkatesh Srinivaskernel - Add a flags field to the vm_map and a MAP_WIRE...
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-10-30 Matthew Dillonkernel - Fix longstanding VM long-duration stall issues (2)
2010-10-30 Matthew Dillonkernel - Fix longstanding VM long-duration stall issues
2010-10-29 Matthew Dillonkernel - Increase UPAGES, add kernel stack guard page
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-05 Matthew Dillonkernel - Fix vmtotal sysctl
2010-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-28 Matthew Dillonkernel - Move action_list out of vm_page, and change...
2010-09-28 Matthew Dillonkernel - Greatly reduce kernel memory use for x86_64
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-26 Matthew Dillonkernel - Rearrange pmap_growkernel() and fix up x86_64...
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-15 Matthew Dillonkernel - Fix MADV_NOSYNC and MAP_NOSYNC, improve vkerne...
2010-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-13 Matthew DillonKernel - Implement swapoff
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...
next