Age | Commit message (Expand) | Author |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-05-24 | Provide bus_space_mmap() | Miod Vallat |
2014-03-31 | Due the virtually indexed nature of the L1 instruction cache on most mips | Miod Vallat |
2014-03-29 | Update the loongson codebase to recognize the so-called `EFI-like' interface | Miod Vallat |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-27 | Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonito | Miod Vallat |
2014-03-27 | Increase VM_PHYSSEG_MAX, necessary for systems with non-contiguous memory | Miod Vallat |
2014-03-10 | Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with | Miod Vallat |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-06-02 | Start working on hibernate support for Loongson | Paul Irofti |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-01-15 | Loongson: Add a stat clock for the lemote machines. | Paul Irofti |
2012-10-03 | Do not use <mips64/archtype.h> for loongson model numbers, but rather put the | Miod Vallat |
2012-08-29 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-04-21 | Rework the signature of the cache handling routines again. It makes more sense | Miod Vallat |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-04-28 | - enable fenv | Martynas Venckus |
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-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-28 | Allow mips64-based ports to override the default mips64 VM_PHYSSEG_STRAT | Miod Vallat |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-08-31 | WIP suspend/resume support for loongson lemote. Okay miod@. | Paul Irofti |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-05-08 | Huge work-in-progress commit to support Loongson 2E-based evaluation boards | Miod Vallat |
2010-04-23 | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI | Miod Vallat |
2010-04-04 | Fix bus_space_{read,write}_raw_region_# operation. | Miod Vallat |
2010-02-28 | Basic apm(4), providing battery/power status and events. apm(4) is the | Otto Moerbeek |
2010-02-16 | Move part of the device_register() logic into platform-specific code. Add | Miod Vallat |
2010-02-14 | Work in progress standalone boot blocks for OpenBSD/loongson systems. Will | Miod Vallat |
2010-02-12 | Allow for two more per-platform function pointers, one for extra setup work | Miod Vallat |
2010-02-12 | Overhaul per-platform specific operation by moving all the differences into | Miod Vallat |
2010-02-05 | Add a set of functions to access PCI configuration space before bonito(4) | Miod Vallat |
2010-02-05 | Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration | Miod Vallat |
2010-02-03 | Provide a value for MACHINE_CPU, to let the build machinery reuse the existing | 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-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-09 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |