Age | Commit message (Expand) | Author |
2012-04-29 | I am not sure what the mess with the wiring of carrier lines on Indigo resolves | Miod Vallat |
2012-04-21 | Rework the signature of the cache handling routines again. It makes more sense | Miod Vallat |
2012-04-03 | Default DMA-reachable address constraints to the whole address space, and | Miod Vallat |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, | Miod Vallat |
2012-03-19 | Change the page size computation logic to default to 16KB pages, and only | Miod Vallat |
2012-03-15 | No longer allow bus_space_barrier() to be a NULL pointer on a given | Miod Vallat |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-04-28 | - enable fenv | Martynas Venckus |
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-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-09-11 | move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ... | Takuya ASADA |
2010-09-09 | Move cache settings into hw_cpu_init_secondary() ok miod@ | Takuya ASADA |
2010-08-23 | Implement bus_space_barrier() on sgi; on xbridge, this will also flush | Miod Vallat |
2010-04-28 | Storeing current cpu_info address into LLAddr register, for curcpu(). | Takuya ASADA |
2010-04-06 | Split the device_register() code responsible for boot path recognition into | Miod Vallat |
2010-04-06 | Add more KL grovelling routines: one routine to enumerate on all nodes, | Miod Vallat |
2010-04-06 | Introduce struct sgi_device_location to carry enough information to uniquely | Miod Vallat |
2010-04-04 | Fix bus_space_{read,write}_raw_region_# operation. | Miod Vallat |
2010-03-21 | Update KL structure definitions to match IP35 use of previously unused fields. | Miod Vallat |
2010-03-07 | On Origin-like systems, get glass console information (if any) from the | Miod Vallat |
2010-01-18 | Define IPL_SCHED as IPL_CLOCK, not IPL_HIGH. | Miod Vallat |
2010-01-09 | Move cache information from global variables to per-cpu_info fields; this | Miod Vallat |
2010-01-09 | Define struct cpu_hwinfo, to hold hardware specific information about each | Miod Vallat |
2009-12-28 | Fix compile error caused from previous commit | Takuya ASADA |
2009-12-28 | MP-safe pmap implemented, enable IPI in interrupt handler to avoid deadlock. | Takuya ASADA |
2009-12-25 | Pass both the virtual address and the physical address of the memory range | Miod Vallat |
2009-12-12 | Switch page size from 4KB to 16KB on R10k kernels without R5k support | Miod Vallat |
2009-12-08 | Unconditionnaly move kernel virtual memory space to XKSEG, now that previous | Miod Vallat |
2009-12-07 | Support for 16KB page size kernels; page size is now set in <machine/param.h> | Miod Vallat |
2009-12-02 | IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown. | Takuya ASADA |
2009-11-30 | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled | Miod Vallat |
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-22 | grammar fixes in comments; from brad | Miod Vallat |
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat |
2009-11-21 | mplock, rw_cas implemented | Takuya ASADA |
2009-11-12 | More unused fields in struct sys_rec. | Miod Vallat |
2009-11-07 | In case an ioc(4) device has lost its NIC component, do not recognize it | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-11-04 | MP safe mutex. | Takuya ASADA |
2009-10-30 | Support IP30 secondary cpu bootup. ok miod@ | Takuya ASADA |
2009-10-26 | Rename struct confargs to struct mainbus_attach_args for consistency and also | Miod Vallat |
2009-10-26 | Get rid of unused `frame' member of struct intrhand; only hardclock() needs | Miod Vallat |
2009-10-26 | Better crime/mace interrupt handling; interrupt information is no longer | Miod Vallat |