kernel - Fix floating point save state structure and minor npx issues
[dragonfly.git] / sys / platform / pc32 / i386 / vm_machdep.c
2011-12-22 Matthew Dillonkernel - Fix floating point save state structure and...
2011-11-30 Matthew Dillonkernel - Add missing lwkt_switch_return() call to pcb_e...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-10-28 Sepherosa Ziehauswi: Pass cpuid to swi register and unregister
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-10-21 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
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-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-07-18 Matthew Dillontsleep_interlock() - Fix bug in cpu_lwp_exit().
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-05-25 Nicolas TheryFix warnings (missing casts).
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 Simon SchubertRemove now unused cpu_coredump.
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-05 Matthew DillonMove dumplo from MD to kern/kern_shutdown.c
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-13 Sascha WildnerAnsify the rest of the K...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-01 Matthew Dillongd_tdallq is not protected by the BGL any more, it...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-02-28 Matthew DillonDo not set the pcb_ext field until the private TSS...
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-05-02 Matthew DillonIf a process does not block between setting up %gs...
2005-02-27 Sascha WildnerRemove PC98 support. Leave the machdep.ispc98 sysctl...
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-04-30 Matthew DillonCorrect a bug in the last FPU optimized bcopy commit...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-03-29 David RhodusMove vm_fault_quick() out from the machine specific...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-31 Hiten PandyaLINT breakage fix, part one:
2003-07-26 Robert GarrettRegister keyword removal
2003-07-11 Matthew DillonMP Implmentation 4/4: Final cleanup for this stage...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-21 Matthew DillonAdd kern/lwkt_rwlock.c -- reader/writer locks. Clean...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: