Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / sys / cpu / i386 / include / cpu.h
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-08-02 Sepherosa Ziehaustatclock: Fix intr% counting on heavily interrupted...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-12 Matthew Dillonkernel - Add syscall quick return path for x86-64
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-04-14 Sepherosa Ziehausystimer: Fix statclock() intr% counting for i8254...
2010-12-18 Matthew Dillonkernel - scheduler adjustments for large ncpus / 48...
2009-04-02 Matthew DillonAMD64 - Fixes to make dynamic binaries run
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
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-06-29 Matthew DillonImplement interrupt thread preemption + minor cleanup.
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: