kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / platform / vkernel / i386 / trap.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-07-29 Matthew Dillonkernel - Fix signal delivery races
2011-02-12 Matthew Dillonkernel - Make most of the fork and exit paths MPSAFE
2010-12-18 Matthew Dillonkernel - scheduler adjustments for large ncpus / 48...
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-10-21 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Matthew Dillonkernel - remove syscall_mpsafe and trap_mpsafe sysctls
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2010-01-18 Matthew Dillonkernel - Fix vkernel_trap
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-19 Alex Hornungsignal - Introduce si_code codes
2009-12-15 Matthew Dillonkernel - Third time's the charm - move lwp_ucred to...
2009-12-15 Matthew Dillonkernel - Make adjustments to the per-lwp ucred
2009-12-15 Matthew Dillonkernel - move proc->p_lock, add lwp ucred caching
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-10-02 Matthew Dillonvkernel - Fix FP corruption from preemptive thread...
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-06-20 Matthew DillonHAMMER (and kernel) - Fix cpu-bound kernel thread issue.
2009-04-22 Matthew DillonFix vkernel issues - enable ithread preemption, races...
2009-04-04 Sascha Wildnervkernel: Comment out unused variable.
2009-03-09 Simon Schubertsignals: rework when CURSIG/issignal can stop a thread...
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-07-13 Nicolas TheryFix deadlock occuring when booting vkernel from gdb...
2008-05-19 Simon SchubertAdd KTR for tracing userland->kernel entries, i.e....
2008-05-06 Matthew DillonEnable kern.trap_mpsafe and kern.syscall_mpsafe by...
2008-04-24 Matthew DillonFix panics which can occur when killing a threaded...
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-01-10 Nicolas TheryAdd pselect syscall.
2007-11-26 Matthew DillonCatch vkernel divide-by-0 traps a bit earlier so they...
2007-07-01 Matthew DillonBring in all of Joe Talbott's SMP virtual kernel work...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-02 Thomas E. SpanjaardDo not generate a trap signal for a spurious SIGTRAP...
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...
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-14 Matthew DillonThe FP subsystem might not work properly when a vkernel...
2007-01-12 Matthew DillonMisc cleanups.
2007-01-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-09 Matthew DillonA virtual kernel running another virtual kernel running...
2007-01-08 Matthew DillonThe signal return code was trying to access user mode...
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-07 Matthew DillonHandle page faults within the virtual kernel process...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.