kernel - Refactor the kernel message buffer code
[dragonfly.git] / sys / vm /
2015-02-27 John MarinoMerge branch 'vendor/GCC50'
2015-02-20 John MarinoMerge branch 'vendor/GCC50'
2015-02-13 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 John MarinoMerge branch 'vendor/GCC50' - gcc 5.0 snapshot 1 FEB...
2015-01-28 Sascha Wildner<sys/mman.h>: Some cleanup.
2015-01-26 Matthew Dillonkernel - Add swap-backed kernel memory allocator API
2015-01-25 Sascha WildnerMerge branch 'openssh'
2015-01-23 Peter AvalosMerge branch 'vendor/OPENSSH'
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-10 Matthew Dillondrm - Fix deadlock in ttm pager
2014-12-30 Matthew Dillonswapcache - Allow cleaning to proceed if disabled
2014-12-30 Matthew Dillonkernel - Fix a major (pageable) memory leak
2014-12-28 Matthew Dillonkernel - Remove vm_wait_nominal() from VM object cleani...
2014-11-25 Matthew Dillonkernel - Fix panic on upmap/kpmap read via procfs.
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-05 Matthew Dillonkernel - Improve m->hold_count assertions, fix page...
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-17 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap...
2014-10-16 Markus Pfeifferkernel - fixup buildworld after recent commits
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-08-24 Sascha Wildnerkernel/spinlock: Add a description to struct spinlock.
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-07-23 Matthew Dillonkernel - Redo struct vmspace allocator and ref-count...
2014-07-12 Matthew Dillonkernel - Fix crypto boots and rescue boots
2014-07-06 Matthew Dillonkernel - extend cpus past 64 - fixes
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-01 Matthew Dillonkernel - add vm_contig_avail_pages() API
2014-07-01 Matthew Dillonkernel - Fix bug in cdev_pager_allocate() that was...
2014-06-07 Peter AvalosMerge branch 'vendor/TNFTP'
2014-06-06 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-05-28 John MarinoMerge branch 'vendor/WPA_SUPPLICANT'
2014-05-28 John MarinoMerge branch 'vendor/HOSTAPD'
2014-05-06 Peter AvalosMerge branch 'vendor/FILE'
2014-05-06 Sascha Wildnerkernel: Fix some boolean_t vs. int confusion.
2014-05-03 Matthew DillonMerge branch 'vendor/LIBPCAP'
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-03-02 Sascha WildnerSome fixes to allow building with gcc44.
2014-02-24 Joris Giovannangelimmap : check the return code of dev_dmmap_single
2014-02-14 Alex Hornungmmap - honour hint address (properly) even if randomiza...
2014-02-11 Matthew Dillonswapcache - Fix token leak
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-01-21 Markus Pfeifferdevfs: add passing of file pointer through to dev_dclose
2014-01-21 Johannes Hofmannadd file pointer to dev_d*() functions
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-28 Matthew Dillonkernel - Attempt to fix a rare vm_page_queues panic (2)
2013-12-28 Matthew Dillonkernel - Attempt to fix a rare vm_page_queues panic
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-14 Matthew Dillonkernel - Performance tuning (3)
2013-11-14 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-14 Matthew Dillonkernel - Performance tuning (2)
2013-11-07 Matthew Dillonkernel - rename vm_map lock wmesg
2013-11-05 Matthew Dillonkernel - Fix vn_syncer_add panic with UFS
2013-10-25 Matthew Dillonkernel - proc_token removal pass stage 1/2
2013-10-25 Matthew Dillonkernel - Replace global vmobj_token with vmobj_tokens...
2013-10-24 Matthew Dillonkernel - Remove last exclusive vnode vm_object lock...
2013-10-24 Matthew Dillonkernel - more SMP optimizations in the VM system
2013-10-21 Matthew Dillonkernel - Rewrite lockmgr / struct lock
2013-10-21 Matthew Dillonkernel - Fix a SMP race between pageout and exec_new_vm...
2013-10-21 Sascha Wildnerkernel - Rewrite vnode ref-counting code to improve...
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-15 Sascha WildnerFix up some include guards (and checks) in our header...
2013-10-14 Matthew Dillonkernel - Fix hammer recovery crash (due to recent synce...
2013-10-13 Matthew Dillonkernel - Concurrent fork/exec (2)
2013-10-12 Matthew Dillonkernel - Greatly improve concurrent fork's and concurre...
2013-10-11 Matthew Dillonkernel - Optimize sync and msync for tmpfs and nfs
2013-10-11 Matthew Dillonkernel - Optimize vfs_msync() when MNTK_THR_SYNC is...
2013-10-07 Matthew Dillonkernel - Rewrite do_vmtotal and change the way VM stati...
2013-10-06 Matthew Dillonkernel - Report zalloc statistics more accurately
2013-10-06 Matthew Dillonkernel - pc64 - Fix pv_free() race and add assertions
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-09-20 Matthew Dillonhammer2 - Merge Mihai Carabas's VKERNEL/VMM GSOC projec...
2013-09-17 François Tigeotvm: Implement and use vm_page_initfake()
2013-09-05 Matthew Dillonkernel - Change time_second to time_uptime for all...
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
next