Age | Commit message (Expand) | Author |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
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 |
2012-03-15 | No longer allow bus_space_barrier() to be a NULL pointer on a given | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-08-23 | Implement bus_space_barrier() on sgi; on xbridge, this will also flush | Miod Vallat |
2009-11-25 | IP30 IPI implementation. | Takuya ASADA |
2009-11-12 | Oops, I can't even spell `spurious' correctly. | Miod Vallat |
2009-11-12 | Only read mace interrupt registers once in the interrupt handler; and fix | Miod Vallat |
2009-11-12 | Move the interrupt makemasks() code to the interrupt template; no functional | Miod Vallat |
2009-10-26 | Better crime/mace interrupt handling; interrupt information is no longer | 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 | Make macebus_intr_disestablish() signature sane, and update its caller. | Miod Vallat |
2009-10-22 | The recent cleanups make blatantly visible that the pending_int handler | Miod Vallat |
2009-10-22 | unifdef -DIMASK_EXTERNAL to the mips code. Support for interrupt masking at | Miod Vallat |
2009-10-22 | Replace intrmask_t with uint32_t. This types only describes interrupt masks | Miod Vallat |
2009-10-21 | Replace IP32 hw_setintrmask() .S routine with a two line C routine. | Miod Vallat |
2009-10-07 | ipending, cpl moved into cpu_info | Takuya ASADA |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-07-22 | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. | Miod Vallat |
2009-07-22 | Use direct mappings in XKPHYS for bus_space, instead of extent and TLB | Miod Vallat |
2009-07-22 | Make sure the irq numbers for the O2 event counters match the interrupt lines | Miod Vallat |
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat |
2009-03-20 | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat |
2008-07-30 | Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs | Miod Vallat |
2008-04-07 | Since uncached virtual addresses will depend upon space identifiers on R1xk | Miod Vallat |
2008-03-30 | Implement bus_space_*8 and bus_space_vaddr. | Miod Vallat |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat |
2007-12-14 | Cleanup some comments. | Joel Sing |
2007-12-14 | Allow direct access to the MACE IO memory space. This allows IO devices to | Joel Sing |
2007-11-13 | Expose mace_bus_dma_tag and extend the crimebus extent. This allows the | Joel Sing |
2007-11-11 | Add spurious interrupt detection to macebus. This allows for the detection | Joel Sing |
2007-10-14 | Disable timer/compare interrupts on the macebus. This prevents interrupt | Joel Sing |
2007-10-13 | Various typos in comments; Joel Sing | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-07-09 | change the behaviour of the LED on the O2 so that it's red in user mode | Jasper Lievisse Adriaanse |
2007-06-21 | Extent sgi bus_dma to cope with different views of memory: non-contiguous | Miod Vallat |
2007-06-20 | Do not hardcode imask[] size when intializing it. | Miod Vallat |
2007-06-20 | Make sure IPL_CLOCK blocks device interrupts. | Miod Vallat |
2007-06-18 | Disable instruction reordering around cpl assignments. | Miod Vallat |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-03-23 | Real atomic_{set,clear}bits_int implementation, and replace similar | Miod Vallat |
2006-01-04 | Stop abusing phys_map to know if it is safe to use malloc in extent routines; | Miod Vallat |
2006-01-04 | Do not return zero in bus_space_map() on failure (sigh). | Miod Vallat |
2006-01-04 | Use symbolic constants for the MACE ISA address range in mace_space_unmap() | Miod Vallat |
2005-12-20 | Remove initial extent storage for crime and mace bus_space. By the time | Miod Vallat |
2005-12-19 | Use MACE ISA constants instead of magic values. | Miod Vallat |
2005-08-14 | catched->caught | Miod Vallat |