Age | Commit message (Expand) | Author |
2016-12-05 | Harmonize battery state thresholds accross platforms. | Frederic Cambus |
2016-11-17 | Add drivers for PCI host bridge and built-in UARTs on Loongson 3A, | Visa Hankala |
2016-11-15 | Add support for lid state detection in ykbec(4). | Frederic Cambus |
2016-11-05 | Move the definition of REGVAL into a common header to make it usable | Visa Hankala |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-10-07 | Add an initial framebuffer driver for the RS780E chipset on loongson, | Visa Hankala |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-03-06 | Rename mips64's trap_frame into trapframe. | Martin Pieuchot |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-08-15 | typo | Miod Vallat |
2015-07-19 | don't check for the name in attach_args being NULL; nothing should call | Jasper Lievisse Adriaanse |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt |
2014-12-18 | use suspend_randomness() and resume_randomness() | Theo de Raadt |
2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 | Jonathan Gray |
2014-09-26 | Use correct format specifiers in various loongson machine dependent code. | Joel Sing |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-07-19 | Bring back pci_dopm, but disable it before powerdown. | Paul Irofti |
2014-07-19 | Backout pci_dopm usage as it also breaks reboot on Lemote's. | Paul Irofti |
2014-07-16 | Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI in | Miod Vallat |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-16 | Enable PCI power management on Lemote. | Paul Irofti |
2014-05-24 | Provide bus_space_mmap() | Miod Vallat |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-03-31 | Change the order of operations during a suspend/resume cycle and | Martin Pieuchot |
2014-03-27 | Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonito | Miod Vallat |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-01-06 | Use the dedicated BCD macros from sys/time.h instead of handrolling | Paul Irofti |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-08-25 | In bonito_mem_map(), initialize pcimap earlier to make sure its value is not | Miod Vallat |
2013-06-05 | Keep things sane in the apm ioctl handler. | Paul Irofti |
2013-06-04 | Make apm aware of the APM_IOC_HIBERNATE command. | Paul Irofti |
2013-06-02 | Start working on hibernate support for Loongson | Paul Irofti |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-04-19 | In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in addition | Miod Vallat |
2013-04-16 | Get rid of various 'typedef struct' definitions and use plain structure | Theo de Raadt |
2013-01-15 | Loongson: Add a stat clock for the lemote machines. | Paul Irofti |
2013-01-15 | Loongson: Remove some of the unused defines. | Paul Irofti |
2013-01-15 | Loongson: Unbreak the tree after my last commit. | Paul Irofti |
2013-01-14 | Loongson: Replace the system clock provided by the CPU with a GLX MFGPT. | Paul Irofti |
2012-10-17 | Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-03 | Do not use <mips64/archtype.h> for loongson model numbers, but rather put the | Miod Vallat |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |