i386 - Get completely rid of APIC_IO
[dragonfly.git] / sys / platform / vkernel /
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
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-26 Matthew Dillonvkernel - Add support for cdevs as virtual disks
2010-09-23 Matthew Dillonvkernel - Add physmem global
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-14 Matthew Dillonvkernel - Improve memory image file startup
2010-09-01 Matthew Dillonvkernel - Fix early boot seg-fault
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew Dillonkernel - remove syscall_mpsafe and trap_mpsafe sysctls
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Alex HornungMPSAFE TTY - get rid of tokens in console path
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-28 Matthew Dillonvkernel - Make copyin/copyout mpsafe
2010-08-28 Matthew Dillonkernel - Adjust contention handler
2010-08-28 Matthew Dillonkernel - Add description to static token initializers
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonvkernel - Fix deadlocks with cothread locks
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-11 Samuel J. Greearkernel - Tear out device polling
2010-07-09 Matthew DillonMerge remote branch 'crater/master' into kq_devices
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-06 Matthew Dillonkernel - MPSAFE work - Basic tokenization for vkernel...
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
2010-07-02 Samuel J. Greearkernel - Add kq support to tty devices
2010-06-09 Matthew Dillonkernel - MPSAFE work - Remove unused code
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add global tokens
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2010-05-16 Sascha Wildnervkernel: To restart the scan, npv needs to be reset...
2010-05-16 Matthew Dillonkernel - zero pages during idle
2010-05-16 Sascha Wildnervkernel: Fix a wrong check of netif_set_tapflags()...
2010-05-14 Venkatesh SrinivasRemove unused vm.stats.misc.cnt_prezero sysctl.
2010-04-19 Alex Hornungdsched - Periph.: call dsched_exit on thread exit
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-04-12 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-04-07 Rui PauloMerge branch 'master' into net80211-update
2010-03-31 Matthew Dillonvkernel - remove stale lwbuf fields in globaldata
2010-03-31 Matthew Dillonkernel - more lwbuf followup work
2010-03-31 Joe Talbottvkernel - Fix kernel build after recent lwbuf work.
2010-03-30 Sascha WildnerMove SHOW_BUSYBUFS to the platform independent kernel...
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-27 Matthew Dillonkernel - Move PANIC_REBOOT_WAIT_TIME to conf/options
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew Dillonvkernel64 - Cleanup, unbreak 32 bit
2010-03-23 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-21 Rui PauloMerge branch 'master' into net80211-update
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-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 - Fix some rare pmap races in i386 and x86_64...
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64.
2010-02-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G
2010-02-06 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-05 Matthew Dillonkernel - Use intmax_t when printing memory amounts
2010-02-05 Constantine A. Mureninkernel: print memory amount in MB instead of KB
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-18 Matthew Dillonkernel - Fix vkernel_trap
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-12-30 Matthew Dillonkernel - pmap (mainly i386) - fix TLB race and other...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-19 Alex Hornungsignal - Introduce si_code codes
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-12-15 Sascha WildnerAdd -Werror to the kernel build.
2009-12-15 Matthew Dillonkernel - Third time's the charm - move lwp_ucred to...
2009-12-15 Matthew Dillonkernel - Make adjustments to the per-lwp ucred
2009-12-15 Matthew Dillonkernel - move proc->p_lock, add lwp ucred caching
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-12-06 Alex Hornungpmap - Change pmap_map syntaxis
2009-12-03 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-14 Aggelos EconomopoulosMerge commit 'crater/master'
2009-11-14 Thomas Nikolajsenbusdma: Put alignment/boundary check failure under...
2009-11-14 Jan LentferMerge branch 'vendor/LESS' into less_update
next