Age | Commit message (Expand) | Author |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing | Visa Hankala |
2017-02-11 | Let MP-safe interrupt handlers run without the kernel lock on sgi. | Visa Hankala |
2016-03-06 | Rename mips64's trap_frame into trapframe. | Martin Pieuchot |
2015-09-26 | xheart_splx() has to restore the interrupt mask even on secondary CPUs | Visa Hankala |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2014-09-30 | implement atomic operations using ll/sc, and convert rw_cas and callers of the | Jonathan Matthew |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2011-07-10 | Register the Heart clock as a timecounter on Octane systems. | Miod Vallat |
2011-04-17 | On IP27 systems, fill the array of node hub widget numbers early, so that all | Miod Vallat |
2011-04-05 | Rename a few xbow global variable names to make them less ambiguous. | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2009-11-26 | Now IPI can interrupt to clock interrupt handler. | Takuya ASADA |
2009-11-25 | IP30 IPI implementation. | Takuya ASADA |
2009-11-25 | Allow xbow_intr_establish() callers to provide optional storage for the | Miod Vallat |
2009-11-12 | Move the interrupt makemasks() code to the interrupt template; no functional | Miod Vallat |
2009-10-31 | Blinkenlichten on Octane. | Miod Vallat |
2009-10-26 | Add new xbow routines to explicitely trigger or clear an interrupt source, | Miod Vallat |
2009-10-22 | Completely overhaul interrupt handling on sgi. Cpu state now only stores a | Miod Vallat |
2009-10-22 | With the splx() changes, it is no longer necessary to remember which interrupt | Miod Vallat |
2009-10-22 | The recent cleanups make blatantly visible that the pending_int handler | Miod Vallat |
2009-10-22 | Replace intrmask_t with uint32_t. This types only describes interrupt masks | Miod Vallat |
2009-10-07 | ipending, cpl moved into cpu_info | Takuya ASADA |
2009-05-27 | Use the KL enumeration functions to try and figure out what kind of XBow | Miod Vallat |
2009-05-08 | Add a new page freelist, to which memory suitable for 32-bit dma on | Miod Vallat |
2009-04-18 | Fewer hardcoded values and simpler code in ip30 interrupt handling. | Miod Vallat |
2009-04-15 | Change the way the widget interrupt register is computed and have it become | Miod Vallat |
2009-04-12 | Needs <machine/atomic.h> to compile. | Miod Vallat |
2009-03-20 | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat |
2008-07-28 | Put XBOW in the generated constants, not PCI... | Miod Vallat |
2008-04-07 | A first cut at XBow bus support, very minimal, limited to a local bus only; | Miod Vallat |