Age | Commit message (Expand) | Author |
2009-12-07 | When trying to return to ARCBios on a 32 bit ARCBios machine (such as the O2), | Miod Vallat |
2009-12-04 | Send `* pwr d' instead of `pwr d' on powerdown, to have L1 broadcast the | Miod Vallat |
2009-12-03 | RM7000 processors with 64 TLB pairs instead of the usual 48 use an external | Miod Vallat |
2009-12-02 | IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown. | Takuya ASADA |
2009-12-02 | use kstack for curprocpaddr instead of proc0paddr. | Takuya ASADA |
2009-11-30 | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled | Miod Vallat |
2009-11-29 | Send a powerdown command to L1 on IP35 if powerdown is requested. | Miod Vallat |
2009-11-27 | ci->ci_curprocpaddr must initialized before cpu1 get into cpu_switchto(). | Takuya ASADA |
2009-11-27 | atomic counter increment for SMP. | Takuya ASADA |
2009-11-26 | Now IPI can interrupt to clock interrupt handler. | Takuya ASADA |
2009-11-25 | Unbreak GENERIC-IP27. | Joel Sing |
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-24 | smp_malloc() implemented. | Takuya ASADA |
2009-11-24 | KSEG->CKSEG fallout. | Miod Vallat |
2009-11-22 | Allocates bootstrap stack by uvm_pglistalloc instead of uvm_km_alloc. | Takuya ASADA |
2009-11-22 | ncpus, ncpufound values are corrected. | Takuya ASADA |
2009-11-22 | SMP support on MIPS clock. | Takuya ASADA |
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-21 | Yet another stupid typo caught by martin@ | Miod Vallat |
2009-11-21 | Fix registration of memory after 1GB on Octane. Found the hard way by martin@ | Miod Vallat |
2009-11-19 | Rename KSEG* defines to CKSEG* to match their names in 64 bit mode; also | Miod Vallat |
2009-11-19 | Remove code allowing native binaries with O32 ABI to run, there aren't any... | Miod Vallat |
2009-11-19 | It turns out that the 2GB contiguous DMA direct map window also needs | Miod Vallat |
2009-11-19 | Factor triplicated code responsible to add memory information into a | Miod Vallat |
2009-11-18 | * always move the same amount of data (256 frames) in the interrupt handler | Jacob Meuser |
2009-11-18 | Move widget register information apart from xbow software interface, and | Miod Vallat |
2009-11-18 | Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@ | Miod Vallat |
2009-11-12 | More unused fields in struct sys_rec. | Miod Vallat |
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-11-11 | Let ioc(4) pass the information whether it is an onboard device or not, to its | Miod Vallat |
2009-11-11 | Perform a bit more kbc initialization, instead of relying upon the prom to | Miod Vallat |
2009-11-11 | It turns out PCI IOC3 card which embed both the Ethernet controller and the | Miod Vallat |
2009-11-10 | Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found on | Joel Sing |
2009-11-10 | Fix indentation. | Joel Sing |
2009-11-09 | Make sure we correctly return failure in l1_serial_ppp_read() when a read | Miod Vallat |
2009-11-09 | Only invoke the L1 code if IP35. | Miod Vallat |
2009-11-08 | Add code to send L1 commands and parse command results; use it to add a way | Miod Vallat |
2009-11-08 | Figure out the size of the SSRAM used as internal memory by the chip on | Miod Vallat |
2009-11-08 | Do not risk touching nonexisting registers on MENET boards; untested due to | Miod Vallat |
2009-11-07 | According to Brad, bnx(4) is not endian-safe, so remove it from sgi kernels. | 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 | A few more PCI Ethernet controllers; from Brad. | Miod Vallat |
2009-11-07 | Add a bunch of PCI audio devices, only compile tested; from Brad. | Miod Vallat |
2009-11-07 | Replace option TGT_ORIGIN200 and TGT_ORIGIN2000 with a single option, | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |