| Commit message (Expand) | Author | Age | Files | Lines |
* | Disambiguate expressions. |  visa | 2021-03-21 | 1 | -3/+3 |
* | spelling |  jsg | 2021-03-11 | 4 | -13/+13 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -2/+4 |
* | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 1 | -10/+10 |
* | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 1 | -3/+3 |
* | Declare ci_ipl volatile to prevent the compiler from optimizing |  visa | 2018-02-24 | 1 | -4/+1 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 2 | -4/+2 |
* | The device_to_pa routine really isn't needed. We always have physical |  visa | 2017-05-11 | 1 | -11/+6 |
* | Let MP-safe interrupt handlers run without the kernel lock on sgi. |  visa | 2017-02-11 | 2 | -9/+34 |
* | Rename mips64's trap_frame into trapframe. |  mpi | 2016-03-06 | 1 | -3/+3 |
* | Take the PHY of iec(4) out of reset before attaching the interface. |  visa | 2016-01-02 | 1 | -1/+3 |
* | Add IPI logic. Assign two additional interrupts for inter-processor |  visa | 2015-12-25 | 1 | -3/+5 |
* | Add timecounter for MP. |  visa | 2015-12-25 | 1 | -1/+3 |
* | Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do not |  visa | 2015-12-12 | 1 | -5/+8 |
* | Let the IP27 kernel build with DEBUG. |  visa | 2015-12-03 | 1 | -9/+9 |
* | free(x, 0) cleanup: |  semarie | 2015-09-27 | 1 | -9/+7 |
* | xheart_splx() has to restore the interrupt mask even on secondary CPUs |  visa | 2015-09-26 | 1 | -4/+2 |
* | Also print the error registers in the ddb callback. |  miod | 2015-09-12 | 1 | -1/+7 |
* | sizes for free(); ok semarie |  deraadt | 2015-09-08 | 2 | -5/+5 |
* | Attempt to explain how this device works. Based upon a private mail I wrote |  miod | 2015-06-24 | 1 | -1/+231 |
* | Clear the PIC `write request' memory at initialization time. There is |  miod | 2015-06-16 | 2 | -53/+80 |
* | Add an helper routine if defined(DDB), which might help figuring out why |  miod | 2015-03-23 | 1 | -1/+32 |
* | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() |  miod | 2014-12-04 | 1 | -14/+31 |
* | implement atomic operations using ll/sc, and convert rw_cas and callers of the |  jmatthew | 2014-09-30 | 3 | -6/+6 |
* | More PIC programming magic, as well as a specific workaround for lost |  miod | 2014-08-19 | 2 | -6/+30 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 2 | -10/+10 |
* | Format string fixes and removal of -Wno-format for sgi. Based upon an |  miod | 2014-05-19 | 1 | -3/+3 |
* | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. |  mpi | 2014-04-03 | 1 | -2/+2 |
* | Replace more magic numbers with OPENGL_xxx constants. No functional change. |  miod | 2014-03-09 | 1 | -10/+10 |
* | add missing arguments to debug printfs |  jsg | 2014-01-22 | 1 | -3/+3 |
* | - fix gamma ramp (now white is real white instead of light grey) |  miod | 2013-12-23 | 1 | -15/+10 |
* | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. |  miod | 2013-10-21 | 1 | -5/+18 |
* | Use C99 named initializers for struct wsdisplay_accessops fields. |  miod | 2013-10-20 | 1 | -11/+7 |
* | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, |  miod | 2012-10-03 | 1 | -1/+2 |
* | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of |  miod | 2012-09-29 | 3 | -6/+7 |
* | Using the LLAddr register to store our curcpu() pointer on R10k SMP kernels |  miod | 2012-06-17 | 1 | -2/+8 |
* | Make sure the generic bus_dmamem_alloc() routine restricts its allocation to |  miod | 2012-05-20 | 1 | -182/+7 |
* | Fix impact(4) header file generation to correctly output NIMPACT_GIO on |  miod | 2012-05-10 | 1 | -3/+2 |
* | Split the existing impact@xbow attachment into generic impact routines, and |  miod | 2012-04-18 | 5 | -963/+174 |
* | Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating |  miod | 2012-04-16 | 4 | -52/+14 |
* | No longer allow bus_space_barrier() to be a NULL pointer on a given |  miod | 2012-03-15 | 1 | -2/+11 |
* | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight |  miod | 2011-10-10 | 1 | -59/+113 |
* | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). |  miod | 2011-10-10 | 1 | -1/+13 |
* | Register the Heart clock as a timecounter on Octane systems. |  miod | 2011-07-10 | 2 | -5/+40 |
* | On IP27 systems, fill the array of node hub widget numbers early, so that all |  miod | 2011-04-17 | 4 | -45/+44 |
* | Rename a few xbow global variable names to make them less ambiguous. |  miod | 2011-04-05 | 4 | -63/+67 |
* | Get rid of the ATE code, and do not assume the direct DMA window is set up |  miod | 2011-04-05 | 2 | -427/+30 |
* | Disable write gathering on devio settings we inherit from ARCS. |  miod | 2011-03-13 | 2 | -18/+30 |
* | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 2010-12-04 | 1 | -1/+27 |
* | Missed one rbus_new_body() call in previous change. |  miod | 2010-11-27 | 1 | -5/+3 |