kernel: Remove drmn leftover.
[dragonfly.git] / sys / vm /
2013-09-02 François Tigeotkernel: Fix compilation errors on i386
2013-09-01 François Tigeotkernel: Rewrite kmem_alloc_attr()
2013-08-08 François Tigeotkernel: Add a memattr argument to vm_page_alloc_contig()
2013-08-02 Matthew Dillonkernel - Fix /dev/mem
2013-08-01 Matthew Dillonkernel - Fix pageout algorithm regression
2013-07-30 Matthew Dillonkernel: Correctly handle fake pages
2013-07-30 François Tigeotdrm2: Make the PAT code more compatible with FreeBSD
2013-07-30 Matthew Dillonkernel: PAT work, test_and_set_bit()
2013-07-30 Johannes Hofmanndrm: Implement vm_fault_quick_hold_pages and vm_page_un...
2013-07-30 Johannes Hofmanndrm2 porting: Small changes
2013-07-30 Johannes Hofmanndrm2: Port d_mmap_single() from FreeBSD
2013-07-30 Johannes Hofmannkernel: add OBJT_MGTDEVICE in some more places
2013-07-30 Johannes Hofmannkernel: Port new device_pager interface from FreeBSD
2013-07-21 François Tigeotkernel: add vm_page_unhold_pages()
2013-07-21 François Tigeotkernel: Import vm_mmap_to_errno() from FreeBSD
2013-07-18 Johannes Hofmannkernel/pat: Improve kmem_alloc_attr()
2013-07-18 François Tigeotpat: Make the API more compatible with FreeBSD
2013-07-18 François Tigeotpat: Add BUS_DMA_NOCACHE, VM_MEMATTR definitions
2013-07-18 Matthew DillonPAT work, mapdev_attr, kmem_alloc_attr
2013-07-17 Sascha Wildnerkernel: Remove unneeded #include.
2013-07-17 Sascha Wildnerkernel: Remov unused kmalloc type M_VMPGDATA.
2013-07-05 Sascha Wildnerkernel: Remove some #include duplicates in vfs/ and vm/
2013-07-03 Matthew Dillonkernel - Remove Warning: busy page %p found in cache
2013-06-29 Matthew Dillonkernel - Fix #2570 - Missing assignment in recent pageo...
2013-06-27 Matthew Dillonkernel - Wakeup threads blocked in the VM page allocato...
2013-06-27 Matthew Dillonkernel - Improve pageout daemon for tmpfs write load
2013-05-31 Matthew Dillonkernel - Fix TDF_NOFAULT issue related to vm.read_short...
2013-05-31 Justin C. SherrillCorrect BSD License clause numbering from 1-2-4 to...
2013-05-11 John MarinoMerge branch 'vendor/LESS'
2013-05-11 John MarinoMerge branch 'vendor/LIBEDIT'
2013-05-11 John MarinoMerge branch 'vendor/TCSH'
2013-05-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
2013-05-06 Justin C. SherrillRemove advertising clause from all that isn't contrib...
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-28 Matthew Dillonkernel - Cleanup SWB_NPAGES
2013-03-27 Matthew Dillonkernel - Fix bug in uiomove() error handling (2)
2013-03-26 Matthew Dillonkernel - Fix bug in uiomove() error handling, fix deadl...
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-03-03 Matthew Dillonkernel - Improve vm.vmmeter sysctl performance
2013-03-03 Matthew Dillonkernel - Refactor swapoff scan code
2013-03-03 Matthew Dillonkernel - Make VM fault waits in low memory the same...
2013-03-03 Matthew Dillonkernel - Add swap block allocation iterator
2013-03-02 Matthew Dillonkernel - Abort pageout operations when free memory...
2013-03-02 Matthew Dillonkernel - remove PAGE RACE kprintf
2013-02-28 Matthew Dillonkernel - Fix incorrectly ordered lwkt_reltoken() call...
2013-02-24 Sascha Wildnerkernel/vm_object: Add debugvm_object_hold_maybe_shared...
2013-02-23 Matthew Dillonkernel - Separate page activity heuristic for anonymous...
2013-02-23 Matthew Dillonkernel - Implementat much deeper use of shared VM objec...
2013-02-21 Matthew Dillonkernel - add yields in the swap pager freeing path
2013-02-21 Matthew Dillonkernel - Fix cpu/token starvation, vfs_busy deadlocks...
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-12 Johannes Hofmannmerge
2013-01-07 Sascha Wildnerkernel: Replace the remaining __amd64__ with __x86_64__...
2012-12-13 Matthew Dillonkernel - Fix missing B_ORDERED inheritance
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-12-10 Matthew Dillonkernel - Fix bug (not reached in normal operation)...
2012-12-08 François Tigeotkernel: add VM_OBJECT_LOCK/UNLOCK macros
2012-12-07 Matthew Dillonkernel - Fix issues where tmpfs loses file data
2012-12-05 Sascha WildnerRemove some unneeded semicolons across the tree.
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-26 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-26 Matthew Dillonkernel - Fix i386 wire_count panics
2012-09-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-15 Matthew Dillonkernel - remove bounds on buffer cache nbuf count for...
2012-09-13 Matthew Dillonkernel - Implement segment pmap optimizations for x86...
2012-09-13 Matthew Dillonkernel - Implement segment pmap optimizations for x86-64
2012-09-13 Matthew Dillonkernel - Segment-align mmap and sysv_shm when possible
2012-08-25 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-23 Sepherosa Ziehauvm: Put vm_page_alloc_contig debug prints under vm_cont...
2012-08-17 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-16 Matthew Dillonkernel - Fix incorrect dirty/reprotect code in pageout
2012-08-16 Matthew Dillonkernel - Fix long-standing vm_map token panic
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 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
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.
next