Age | Commit message (Expand) | Author |
2011-06-17 | add missing the copyright notice. | YASUOKA Masahiko |
2011-06-16 | Ethernet driver merged from IIJ's contribution code. | Takuya ASADA |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-15 | Remove unused include of file.pckbdc. Those arches do not have | Matthieu Herrb |
2011-05-08 | memory handling fix | Takuya ASADA |
2011-05-08 | fix variable name | Takuya ASADA |
2011-05-08 | combus renamed uartbus, com_oct renamed cn30xxuart | Takuya ASADA |
2011-05-08 | obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c | Takuya ASADA |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-04-25 | FPU emulation option added | Takuya ASADA |
2011-04-21 | Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization'' | Miod Vallat |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Convert the kernel Makefiles to autogenerate dependencies during compilation | Philip Guenthe |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-03 | In mtx_leave(), make sure resetting mtx_lock is the last operation on the | Miod Vallat |
2011-04-03 | Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not | Miod Vallat |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-04 | correct constant name | Takuya ASADA |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-04 | Remove pci configuration space acces hook infrastructure, which got copied | Miod Vallat |
2010-12-04 | Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provide | Miod Vallat |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-28 | boot descriptor support added | Takuya ASADA |
2010-11-23 | passing stack pointer to secondary processors | Takuya ASADA |
2010-11-23 | Correct interrupt handling | Takuya ASADA |
2010-11-22 | Remove old comment about constab[] being eventually generated by config(8). | Miod Vallat |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat |
2010-11-14 | remove unused header file | Takuya ASADA |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-08 | clear ERL register on secondary processors | Takuya ASADA |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA |
2010-10-26 | Replace broken CF driver with new one, fixed bus_space base address. | Takuya ASADA |
2010-10-24 | Move build_trampoline() and setregs() to a common location for all mips ports. | Miod Vallat |
2010-10-23 | Add working compile directory | Miod Vallat |
2010-10-11 | correct MACHINE, MACHINE_ARCH | Takuya ASADA |
2010-10-10 | Compact Flash support for OCTEON | Takuya ASADA |
2010-10-03 | Remove unused header. ok deraadt@ | Takuya ASADA |
2010-10-03 | Follow recent changes on mip64 FPU handling. ok deraadt@ miod@ | Takuya ASADA |