| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused spllock(). |  visa | 2018-08-20 | 1 | -2/+1 |
* | Include <sys/mutex.h> rather than <machine/mutex.h> |  mpi | 2018-01-22 | 1 | -2/+2 |
* | Define and use IPL_MPFLOOR in our common mutex implementation. |  mpi | 2018-01-13 | 1 | -1/+2 |
* | Remove leftovers of a past softintr mechanism. |  visa | 2017-07-25 | 1 | -5/+1 |
* | intr_barrier(9) for macppc and socppc. |  kettenis | 2015-09-13 | 1 | -2/+3 |
* | IPL_MPSAFE bits for macppc with openpic(4). |  mpi | 2015-06-24 | 1 | -9/+8 |
* | Implement splassert(9) for powerpc. |  mpi | 2015-01-04 | 1 | -3/+20 |
* | Add a dummy IPL_MPSAFE definition. |  kettenis | 2013-05-17 | 1 | -1/+3 |
* | For interrupts that get established before we attach the interrupt controller, |  kettenis | 2012-08-21 | 1 | -1/+2 |
* | Return of the long missing powerpc interrupt rewrite. Was working for |  drahn | 2011-08-29 | 1 | -56/+73 |
* | rename imask[] to cpu_imask[] to because imask is too loud as far as |  deraadt | 2011-01-08 | 1 | -8/+8 |
* | Convert netisr to a normal soft interrupt instead of hanving MD code |  claudio | 2010-12-21 | 1 | -6/+1 |
* | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI |  miod | 2010-04-23 | 1 | -1/+2 |
* | Generic soft interrupts for macppc. Tested by mk@, deraadt@ |  kettenis | 2009-10-01 | 1 | -18/+50 |
* | Constify the what/name parameter of pci_intr_establish(). |  mk | 2009-08-22 | 1 | -2/+2 |
* | backout interrupt diff until it the next round of fixes |  deraadt | 2009-06-09 | 1 | -76/+41 |
* | Reintroduce the macppc interrupt subsystem rewrite. Several bugs have |  drahn | 2009-06-02 | 1 | -41/+76 |
* | Introduce splsoftassert(), similar to splassert() but for soft interrupt |  miod | 2009-03-15 | 1 | -1/+2 |
* | back out the new interrupt subsystem because some little bug still lurks in there |  deraadt | 2008-11-21 | 1 | -83/+35 |
* | miod pointed out that some items were multiply defined (patched into |  drahn | 2008-09-19 | 1 | -6/+1 |
* | Redesign of the powerpc interrupt architecture, use true levels intead of |  drahn | 2008-09-18 | 1 | -35/+88 |
* | SMP ddb support, with some feedback from kettenis. |  drahn | 2008-09-16 | 1 | -1/+6 |
* | Turn the spl* macros into functions. |  thib | 2007-11-14 | 1 | -46/+6 |
* | Use atomic operations in set_sint() instead of disabling interrupts in the |  miod | 2007-05-19 | 1 | -15/+3 |
* | Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable for |  kettenis | 2007-03-20 | 1 | -10/+16 |
* | remove IPL_IMP and splimp(). |  brad | 2006-03-12 | 1 | -4/+2 |
* | cbb needs IPL_VM to be defined now. |  miod | 2006-03-11 | 1 | -2/+3 |
* | nothing uses spllowersoftclock() anymore |  mickey | 2005-04-19 | 1 | -2/+1 |
* | {e,}intr{cnt,names} bye-bye. |  miod | 2004-12-24 | 1 | -2/+1 |
* | Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsofttty |  drahn | 2004-10-01 | 1 | -3/+3 |
* | Use new event counter API for interrupt counting on macppc. drahn@ ok |  aaron | 2004-06-28 | 1 | -9/+11 |
* | tab/whitespace cleanup. |  drahn | 2003-10-31 | 1 | -4/+2 |
* | Use defines instead of magic constants for more IPL_ stuff, also sort |  drahn | 2003-10-19 | 1 | -8/+9 |
* | tickspending is now a private variable of clock.c |  drahn | 2003-07-14 | 1 | -2/+2 |
* | 'dual' clock support for macppc, this allows the stat clock to run |  drahn | 2003-07-14 | 1 | -2/+3 |
* | backout premature |  deraadt | 2002-09-15 | 1 | -9/+9 |
* | KNF |  deraadt | 2002-09-15 | 1 | -9/+9 |
* | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other |  drahn | 2002-07-23 | 1 | -1/+3 |
* | Define placeholders for art's splassert() debugging stuff on all arches. |  miod | 2002-04-29 | 1 | -1/+4 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -9/+9 |
* | splclock() should block SPL_BIO - SPL_IMP. |  drahn | 2002-01-26 | 1 | -2/+2 |
* | ARGH, fix it right... |  drahn | 2002-01-21 | 1 | -2/+2 |
* | Better barrier protection. pefo found an instance where the previous |  drahn | 2002-01-21 | 1 | -10/+10 |
* | Remove pointless additional 'syncing' instructions in the powerpc spl*() |  drahn | 2001-11-19 | 1 | -10/+10 |
* | The "powerpc" port which has supported the newer Apple Macintosh powerpc based |  drahn | 2001-09-01 | 1 | -4/+4 |
* | Add prototypes for softnet, ofrootfound. |  drahn | 2001-06-24 | 1 | -1/+2 |
* | Define splvm() for arches who don't already provide it, with the same |  miod | 2001-06-24 | 1 | -1/+2 |
* | inlined function definition clean, in preparation of more strict -W warning |  drahn | 2001-06-24 | 1 | -9/+5 |
* | Make several global variables referenced as extern, not common. |  drahn | 2001-03-29 | 1 | -3/+3 |
* | Since it is possible for the interrupt controller to be configured late |  rahnds | 2000-07-07 | 1 | -1/+4 |