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