Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / sys / sys / globaldata.h
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-09-25 Matthew Dillonkernel - usched_dfly revamp (6), reimplement shared...
2012-09-24 Matthew Dillonkernel - Add PC sampling for x86-64
2012-09-22 Matthew Dillonkernel - usched_dfly revamp (2), reduce token collisions
2012-09-21 Matthew Dillonkernel - usched_dfly revamp
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-12 Matthew Dillonkernel - Add syscall quick return path for x86-64
2011-10-26 Matthew Dillonkernel - Major vm_page, lwkt thread, and other changes
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-07-29 Matthew Dillonkernel - Fix rare IPIQ freezes
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2010-12-19 Matthew Dillonkernel - Optimize idle thread halt
2010-12-11 Matthew Dillonkernel - 48-core MP work
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-29 Matthew Dillon MPSAFE TTY - Fix deadlock in reporting of probe errors.
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2009-05-02 Sepherosa Ziehaulapic timer: Add lapic timer interrupt delivery testing
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2008-06-02 Matthew DillonEven using the objcache we need a one-per-cpu free...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2007-10-16 Sepherosa ZiehauFix possible races between calling systimer callback...
2007-04-29 Matthew DillonImplement SYSREF - structural reference counting, alloc...
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-01 Matthew DillonSince we can only hold one shared spinlock at a time...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-18 Matthew DillonReplace the LWKT token code's passive management of...
2005-11-08 Matthew DillonMake tsleep/wakeup MP SAFE part 1/2.
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-08-29 Matthew DillonUse a typedef that already conveniently exists instead...
2005-07-19 Matthew DillonIf a fatal kernel trap occurs from an IPI or FAST inter...
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2004-10-26 Matthew DillonFix bugs in the vm_map_entry reservation and zalloc...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-02 Hiten PandyaCorrect a filename typo, there is no such thing as...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-20 Matthew DillonImplement a pipe KVM cache primarily to reduce unnecess...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonCreate a new machine type, cpumask_t, to represent...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-12-30 Matthew DillonAdd idle entry halt vs spin statistics counters machdep...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-25 Matthew DillonPerformance cleanup. Greatly reduce the number of...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
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 Dillonadd gd_other_cpus
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-30 Matthew DillonAdd threads to the process-retrieval sysctls so they...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew DillonMisc interrupts/LWKT 1/2: interlock the idle thread...
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...