kernel - Attempt to fix i386 wire_count panic
[dragonfly.git] / sys / platform / pc32 / include / globaldata.h
2012-08-22 Matthew Dillonkernel - Attempt to fix i386 wire_count panic
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2011-01-09 Sepherosa Ziehauintr: Support upto 192 IDT entries in ipl and intr...
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-03-31 Matthew Dillonvkernel - remove stale lwbuf fields in globaldata
2010-03-31 Matthew Dillonkernel - more lwbuf followup work
2010-03-31 Matthew Dillonkernel - Fix lwbuf leak for i386
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2009-12-30 Matthew Dillonkernel - pmap (i386) - Refactor the foreign pmap mapping
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2005-11-07 Matthew DillonAdjust the globaldata initialization code to accomodate...
2005-11-03 Matthew DillonDe-confuse the IO APIC mapping code by creating a helpe...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
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-08-27 Matthew DillonA significant number of applications need access to...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
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 DillonDocument hardwired indexes for fields.
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-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew Dillongo back to using gd_cpuid instead of gd_cpu.
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
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-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: