Age | Commit message (Expand) | Author |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2011-08-16 | Use pitlbe and pdtlbe instructions when flushing the entire TLB. | Mark Kettenis |
2011-07-07 | Raise the cache aliasing boundary to 4MB like we did on hppa a couple of years | Mark Kettenis |
2011-04-21 | Move interrupt related defines and prototypes from cpu.h to intr.h. | Joel Sing |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
2011-04-07 | Initial interrupt handling implementation for hppa64. | Joel Sing |
2011-04-06 | Move CPL to struct cpu_info. | Joel Sing |
2011-04-05 | Implement syscall_return. | Joel Sing |
2011-04-05 | Move PSW in struct cpu_info. Also ensure that we leave interrupts disabled | Joel Sing |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-07-24 | Switch hppa64 to timecounters. | Mark Kettenis |
2009-11-25 | Add ci_randseed. | Joel Sing |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2007-05-16 | splassert_ctl defaults to 1 now, so dont wrap the checks for | Thordur I. Bjornsson |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-03-12 | remove splimp. | Brad Smith |
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff |
2005-04-01 | small batch early bottling hppa64 port | Michael Shalayeff |