Age | Commit message (Expand) | Author |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing | Visa Hankala |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-05-11 | The device_to_pa routine really isn't needed. We always have physical | 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 |
2016-01-02 | Take the PHY of iec(4) out of reset before attaching the interface. | Visa Hankala |
2015-12-25 | Add IPI logic. Assign two additional interrupts for inter-processor | Visa Hankala |
2015-12-25 | Add timecounter for MP. | Visa Hankala |
2015-12-12 | Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do not | Visa Hankala |
2015-12-03 | Let the IP27 kernel build with DEBUG. | Visa Hankala |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-26 | xheart_splx() has to restore the interrupt mask even on secondary CPUs | Visa Hankala |
2015-09-12 | Also print the error registers in the ddb callback. | Miod Vallat |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-06-24 | Attempt to explain how this device works. Based upon a private mail I wrote | Miod Vallat |
2015-06-16 | Clear the PIC `write request' memory at initialization time. There is | Miod Vallat |
2015-03-23 | Add an helper routine if defined(DDB), which might help figuring out why | Miod Vallat |
2014-12-04 | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() | Miod Vallat |
2014-09-30 | implement atomic operations using ll/sc, and convert rw_cas and callers of the | Jonathan Matthew |
2014-08-19 | More PIC programming magic, as well as a specific workaround for lost | Miod Vallat |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2014-04-03 | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. | Martin Pieuchot |
2014-03-09 | Replace more magic numbers with OPENGL_xxx constants. No functional change. | Miod Vallat |
2014-01-22 | add missing arguments to debug printfs | Jonathan Gray |
2013-12-23 | - fix gamma ramp (now white is real white instead of light grey) | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | 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-06-17 | Using the LLAddr register to store our curcpu() pointer on R10k SMP kernels | Miod Vallat |
2012-05-20 | Make sure the generic bus_dmamem_alloc() routine restricts its allocation to | Miod Vallat |
2012-05-10 | Fix impact(4) header file generation to correctly output NIMPACT_GIO on | Miod Vallat |
2012-04-18 | Split the existing impact@xbow attachment into generic impact routines, and | Miod Vallat |
2012-04-16 | Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating | Miod Vallat |
2012-03-15 | No longer allow bus_space_barrier() to be a NULL pointer on a given | Miod Vallat |
2011-10-10 | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | 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 |
2011-04-05 | Get rid of the ATE code, and do not assume the direct DMA window is set up | Miod Vallat |
2011-03-13 | Disable write gathering on devio settings we inherit from ARCS. | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-27 | Missed one rbus_new_body() call in previous change. | Miod Vallat |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |