| Age | Commit message (Expand) | Author |
| 2021-07-16 | The Alpha AXP Architecture Reference Manual is explcit that the only | thorpej |
| 2021-07-04 | Reduce code duplication when setting up the interrupt handler data | thorpej |
| 2020-10-10 | Fix cycle counter-based time keeping on Alpha in MP environments by using | thorpej |
| 2020-09-26 | Implement cpu_intr_redistribute() for Tusnami/Titan systems. | thorpej |
| 2020-09-25 | Changes to make interrupt {,dis}establish MP-safe on Alpha: | thorpej |
| 2020-09-23 | Use a wrapper to acquire the kernel lock for non-MPSAFE interrupts, | thorpej |
| 2020-09-22 | Changes to make MPSAFE interrupts work on Alpha: | thorpej |
| 2020-09-19 | Move softintr bits into <machine/intr.h> and define ALPHA_ALL_SOFTINTS | thorpej |
| 2020-09-17 | Reduce the __HAVE_FAST_SOFTINTS #ifdef perimeter. | thorpej |
| 2020-09-16 | Implement fast soft interrupts for Alpha. It's not yet enabled, because | thorpej |
| 2020-09-05 | Track the SSIR per-cpu, rather than globally. | thorpej |
| 2020-09-05 | - Document all of the various interrupt levels in the Processor Stataus | thorpej |
| 2020-08-29 | - Centralize per-CPU pmap initialization into a new pmap_init_cpu() | thorpej |
| 2017-01-14 | fix types. | christos |
| 2014-05-19 | Implement MI IPI interface with cross-call support. | rmind |
| 2012-02-06 | Do a minor cleanup of alpha (this will make applying pullups post branching | matt |
| 2011-06-07 | Switch alpha to use PCU to manage the FPU. | matt |
| 2010-06-22 | Implement high priority (XC_HIGHPRI) xcall(9) mechanism - a facility | rmind |
| 2009-10-26 | Garbage-collect pmap_do_reactivate() and the associated IPI -- nothing has | thorpej |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | This file needs <machine/cpu.h> included, for the ALPHA_PSL_IPL_* | he |
| 2008-03-10 | Finish moving alpha over to the MI atomic ops. | ad |
| 2008-01-04 | More header file cleanup. | ad |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-05-18 | Fix alpha build after idlelwp merge. I don't know why machine/cpu.h was | mhitch |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-12 | Define ipl_cookie_t._psl as uint8_t so that it can be packed into a | ad |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-03 | - use sys/spl.h. | yamt |
| 2005-10-29 | pull splraiseipl() from newlock branch. | yamt |
| 2005-03-29 | - Add a alpha_shared_intr_reset_strays() function that resets the stray | thorpej |
| 2001-07-27 | Rework the interrupt code, shaving some cycles off in the process. | thorpej |
| 2001-07-15 | - Tweak the pmap locking protocol slightly -- require that a pmap must | thorpej |
| 2001-04-28 | Add a microtime() implementation that interpolates between ticks | thorpej |
| 2001-04-20 | Add splipi() to block interprocessor interrupts (which come in at IPL 5). | thorpej |
| 2001-04-20 | pmap_asn_alloc(): In a multiprocessor configuration, it's possible | thorpej |
| 2001-04-15 | In splx(), don't call spl0() unless the ssir != 0. | thorpej |
| 2001-04-15 | Clean up soft interrupt related stuff a bit. | thorpej |
| 2001-04-14 | Change the softintr implementation to be a bit more cache friendly | thorpej |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-01-15 | Make softclock a generic soft interrupt of the API is available, | thorpej |
| 2001-01-14 | Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS, | thorpej |
| 2001-01-14 | Make sure everybody has an splvm() and equate it with splimp() (splimp() | thorpej |
| 2000-11-22 | Several changes, which get us generally further along with | thorpej |
| 2000-11-20 | Move IPI processing into a separate function. | thorpej |