Age | Commit message (Expand) | Author |
2009-03-25 | Deinline softintr_schedule(). Also fix softintr priorities I got inverted after | Miod Vallat |
2009-03-15 | Now that we have splsoftassert(), make the soft ipl levels positive and | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-07 | No need to register a soft interrupt for softclock, it's done in MI code. | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-05-16 | splassert_ctl defaults to 1 now, so dont wrap the checks for | Thordur I. Bjornsson |
2007-05-05 | Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implement | Miod Vallat |
2007-04-21 | fix generic soft interrupts; improve establishing and disestablishing of | Martin Reindl |
2007-04-13 | get alpha SMP into a state where it at least compiles: | Martin Reindl |
2007-04-12 | __HAVE_CPUINFO for alpha, with bits from netbsd | Martin Reindl |
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith |
2006-03-12 | remove splimp. | Brad Smith |
2006-01-29 | Add a alpha_shared_intr_reset_strays() function that resets the stray | Martin Reindl |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff |
2004-08-16 | Uninline splraise to save some time and space. | Artur Grabowski |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-04-16 | provide MI splaudio(); ok miod | Peter Valchev |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-09-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski |
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-04-12 | Remove a bogus __attribute__ ((unused)) from _splraise. | Artur Grabowski |
2000-11-08 | tag the rest of alpha tree | Eric Jackson |
2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. | Artur Grabowski |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist |
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt |