mbuf - Add MJUMPAGESIZE mbuf cluster support.
[dragonfly.git] / sys / kern /
2011-03-04 Joe Talbottmbuf - Add MJUMPAGESIZE mbuf cluster support.
2011-03-01 Matthew Dillonkernel - Refactor dsched ref/unref routines
2011-02-27 Sascha Wildnerkernel: Remove some variables that are set but not...
2011-02-23 Venkatesh Srinivaskernel -- Add O_FRNONBLOCKING, to allow reads which...
2011-02-17 Venkatesh Srinivaslibrt: Initial userland implementation of POSIX AIO...
2011-02-17 Matthew Dillonkernel - Add batch heuristic to scheduler and refactor...
2011-02-17 Matthew Dillonkernel - Fix seg-fault in clock interrupt due to race
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct sigacts
2011-02-16 Matthew Dillonkernel - knote_alloc() must always succeed
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct pargs (2)
2011-02-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct pargs
2011-02-16 Venkatesh Srinivaskernel -- Eliminate AIO.
2011-02-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-02-16 Venkatesh SrinivasUpdate stale comment in lwkt_token_init().
2011-02-15 Matthew Dillonkernel - Add options SLAB_DEBUG to help debug memory...
2011-02-15 Matthew Dillonkernel - MPSAFE work, fix race in init zombie cleanup
2011-02-14 Matthew Dillonkernel - Remove safety mplocks around VFS system calls
2011-02-14 Matthew Dillonkernel - Remove incorrect assertion
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-13 Matthew Dillonkernel - Replace sys/ref.h & kern/kern_ref.c with sys...
2011-02-12 Matthew Dillonkernel - Make most of the fork and exit paths MPSAFE
2011-02-12 Matthew Dillonkernel - Fix list corruption in dsched
2011-02-12 Matthew Dillonkernel - Fix list corruption in dsched
2011-02-12 Matthew Dillonkernel - Add per-process token, adjust signal code...
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2011-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-10 Matthew Dillonkernel - Greatly reduce usched_bsd4_decay default
2011-02-09 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-02-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-05 YONETANI Tomokazukernel - adjust devfs mount point according to init_chr...
2011-02-05 Samuel J. Greearkern - aio - Add missing flags to objcache_get()
2011-02-05 Samuel J. Greearkern - Convert aio from zalloc to objcache
2011-01-28 Nicolas Therykernel - migrate knote from zone to kmalloc
2011-02-02 Sepherosa Ziehauintr: Further delay MachIntrABI.finalize()
2011-02-02 Matthew Dillonkernel - Add kern.usched_global_cpumask
2011-01-31 Matthew Dillonkernel64 - Fix disabled interrupts during dbg/bpt trap
2011-01-31 Matthew Dillonkernel - Fix stall after mountroot w/ SMP & ncpus == 1
2011-01-31 Peter AvalosMerge branch 'vendor/GDTOA'
2011-01-30 Matthew Dillonkernel - Add callback API for mpipe
2011-01-29 Matthew Dillonkernel - Run emergency interrupt handlers in critical...
2011-01-29 Matthew Dillonkernel - Fix parent process signaling race during exit
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-28 Sepherosa Ziehaulwkt_synchronize_ipiqs: Add volatile to cpumask
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-25 Venkatesh Srinivaskernel -- lockmgr debugging.
2011-01-23 Matthew Dillonkernel - Fix a case where a panic dump can stall
2011-01-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-23 Sascha Wildnerkernel: Silence an unused variable warning.
2011-01-23 Matthew Dillonkernel - stop cpus on panic whether the debugger is...
2011-01-21 Matthew Dillonkernel - Conditionalize ipiq debugging
2011-01-21 Matthew Dillonkernel - Fix lockup when debug.ktr.resynchronize is...
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 - Remove mplock shims from global tokens
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2011-01-19 Matthew Dillonkernel - Fix deadlock assertion panic with mmap/read...
2011-01-19 Matthew Dillonkernel - Use atomic ops for devstat's ds->busy_count...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-17 Sascha Wildnerkernel: Use NELEM() in a few more places and nuke priva...
2011-01-14 Matthew Dillonkernel - Fix an inefficiency in wait*()
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2011-01-11 Matthew Dillonkernel - Enhance getcacheblk() (improve saturated write...
2011-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Venkatesh SrinivasMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Venkatesh Srinivaskernel -- kref: Add KREF_DEC macro to allow braced...
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2011-01-10 Matthew Dillonkernel - Refactor VMSC_ONEPASS
2011-01-10 Matthew Dillonkernel - Ensure rover in vfs_cache is not optimized.
2011-01-10 Matthew Dillonkernel - refactor cpusync and pmap_inval code, fix...
2011-01-09 Sepherosa ZiehauRevert "Revert "IO APIC: Assign pins dedicated to PCI...
2011-01-04 Matthew Dillonvkernel - Fix corrupt tailq (vkernel64 only)
2011-01-04 Matthew Dillonkernel - Fix vkernel lwp stuck thread bug
2011-01-02 Sascha Wildnerkernel: Remove support for the Xerox Network Systems...
2011-01-02 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-29 Matthew Dillonkernel - Fix lockmgr non-zero exclusive count panic (2)
2010-12-29 Matthew Dillonkernel - Fix lockmgr non-zero exclusive count panic
2010-12-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-12-26 Venkatesh Srinivaskernel -- Spinlock debugging.
2010-12-23 Venkatesh Srinivaskernel -- MPIPE: Don't call a NULL constructor.
2010-12-23 Venkatesh Srinivaskernel -- MPIPE: Add a constructor argument and priv...
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-21 Venkatesh Srinivaskernel -- Convert sfbuf to use kref.
2010-12-21 Venkatesh SrinivasCode clean -- nuke private defines of __arysize and...
2010-12-21 Venkatesh Srinivaskernel -- Implement kref, a very lightweight reference...
2010-12-20 Sascha WildnerFix VKERNEL/VKERNEL64 build.
2010-12-20 Matthew Dillonkernel - vm_page BUSY handling, change vm_page_cache...
2010-12-19 Matthew Dillonkernel - Optimize idle thread halt
2010-12-19 Matthew Dillonkernel - Add MONITOR/MWAIT support to the LWKT scheduler
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-18 Venkatesh Srinivaskernel -- Remove fo_poll.
2010-12-17 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-12-17 Venkatesh Srinivaskernel -- vnlru: Resolve minor race between vnlru_proc_...
2010-12-15 Matthew Dillonkernel - IPI subset of cpus on token de-collision.
2010-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-15 Alex Hornungkern_proc - add kern.proc.cwd sysctl
next