| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused spllock(). |  visa | 2018-08-20 | 1 | -2/+1 |
* | Include <sys/mutex.h> instead of <machine/mutex.h> |  mpi | 2018-01-22 | 1 | -2/+2 |
* | Define register_splx_handler() in one place. |  visa | 2017-06-11 | 1 | -13/+2 |
* | Let MP-safe interrupt handlers run without the kernel lock on sgi. |  visa | 2017-02-11 | 1 | -2/+3 |
* | Rename mips64's trap_frame into trapframe. |  mpi | 2016-03-06 | 1 | -3/+3 |
* | Add IPI logic. Assign two additional interrupts for inter-processor |  visa | 2015-12-25 | 1 | -1/+3 |
* | intr_barrier(9) for loongson, octeon and sgi. |  kettenis | 2015-09-13 | 1 | -1/+3 |
* | unify the mutex implementations on all the mips64 platforms. |  dlg | 2015-07-08 | 1 | -1/+3 |
* | Add a dummy IPL_MPSAFE definition. |  kettenis | 2013-05-17 | 1 | -1/+4 |
* | Convert netisr to a normal soft interrupt instead of hanving MD code |  claudio | 2010-12-21 | 1 | -6/+1 |
* | Define IPL_SCHED as IPL_CLOCK, not IPL_HIGH. |  miod | 2010-01-18 | 1 | -3/+4 |
* | MP-safe pmap implemented, enable IPI in interrupt handler to avoid deadlock. |  syuu | 2009-12-28 | 1 | -1/+9 |
* | IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown. |  syuu | 2009-12-02 | 1 | -3/+3 |
* | Now IPI can interrupt to clock interrupt handler. |  syuu | 2009-11-26 | 1 | -2/+3 |
* | IP30 IPI implementation. |  syuu | 2009-11-25 | 1 | -3/+4 |
* | Allow xbow_intr_establish() callers to provide optional storage for the |  miod | 2009-11-25 | 1 | -1/+3 |
* | Get rid of unused `frame' member of struct intrhand; only hardclock() needs |  miod | 2009-10-26 | 1 | -2/+1 |
* | Completely overhaul interrupt handling on sgi. Cpu state now only stores a |  miod | 2009-10-22 | 1 | -59/+46 |
* | The recent cleanups make blatantly visible that the pending_int handler |  miod | 2009-10-22 | 1 | -5/+5 |
* | unifdef -DIMASK_EXTERNAL to the mips code. Support for interrupt masking at |  miod | 2009-10-22 | 1 | -30/+9 |
* | Replace intrmask_t with uint32_t. This types only describes interrupt masks |  miod | 2009-10-22 | 1 | -13/+8 |
* | Replace IP32 hw_setintrmask() .S routine with a two line C routine. |  miod | 2009-10-21 | 1 | -2/+1 |
* | ipending, cpl moved into cpu_info |  syuu | 2009-10-07 | 1 | -4/+1 |
* | cpu status flag, cpuid added to cpu_info. |  syuu | 2009-09-15 | 1 | -1/+2 |
* | Constify the what/name parameter of pci_intr_establish(). |  mk | 2009-08-22 | 1 | -2/+2 |
* | Make sure splsoftnet() masks softclock; fallout form switch to generic |  miod | 2009-06-12 | 1 | -3/+6 |
* | Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c |  miod | 2009-06-10 | 1 | -2/+1 |
* | Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from |  miod | 2009-05-22 | 1 | -1/+2 |
* | Make sure splx() reenables hardware interrupt sources, even there aren't |  miod | 2009-05-21 | 1 | -45/+6 |
* | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. |  miod | 2009-03-20 | 1 | -39/+61 |
* | Introduce splsoftassert(), similar to splassert() but for soft interrupt |  miod | 2009-03-15 | 1 | -1/+2 |
* | Fix typos/grammatical error in comments. |  jsing | 2007-12-06 | 1 | -4/+4 |
* | registred -> registered |  miod | 2007-10-14 | 1 | -2/+2 |
* | Make sure IPL_CLOCK blocks device interrupts. |  miod | 2007-06-20 | 1 | -8/+8 |
* | Move sgo to __HAVE_CPUINFO. |  kettenis | 2007-05-07 | 1 | -1/+2 |
* | Real atomic_{set,clear}bits_int implementation, and replace similar |  miod | 2007-03-23 | 1 | -27/+5 |
* | I don't think we're talking about animals in here, so |  mk | 2006-07-09 | 1 | -3/+3 |
* | remove splimp. |  brad | 2006-03-12 | 1 | -3/+1 |
* | nothing uses spllowersoftclock() anymore |  mickey | 2005-04-19 | 1 | -2/+1 |
* | Un-__P. |  grange | 2005-01-31 | 1 | -2/+2 |
* | Add IPL_AUDIO/splaudio(). |  kettenis | 2005-01-02 | 1 | -1/+3 |
* | Fix some 64 bit address problems. |  pefo | 2004-10-20 | 1 | -2/+3 |
* | Rewrite parts of the interrupt system to achive: |  pefo | 2004-09-27 | 1 | -18/+19 |
* | new style interrupt counters; pefo ok |  deraadt | 2004-09-24 | 1 | -2/+4 |
* | Nuke commons. |  miod | 2004-09-21 | 1 | -13/+10 |
* | // is not valid in asm. doh... |  pefo | 2004-09-20 | 1 | -2/+2 |
* | splraise can be inlined or not by define |  pefo | 2004-09-20 | 1 | -1/+3 |
* | Add support for R10K cpu class |  pefo | 2004-09-20 | 1 | -2/+6 |
* | spacing |  deraadt | 2004-08-10 | 1 | -17/+17 |
* | spacing |  deraadt | 2004-08-10 | 1 | -3/+3 |