Age | Commit message (Expand) | Author |
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 |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-08-18 | glxpcib(4) invokes pcibattach assuming pcib doesn't need more than a | Miod Vallat |
2012-03-03 | Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in the | Miod Vallat |
2011-09-20 | Very early in suspend while the clock is still ticking realtime, | Theo de Raadt |
2011-09-18 | Update the system clock when we resume. | Peter Hessler |
2011-07-21 | Support for the eBenton EBT-700 netbook, which is similar to the Lemote | Miod Vallat |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-05-25 | Do not dereference ri_devcmap[] twice; found the hard way by Gilbert Fernandes | Miod Vallat |
2011-03-31 | Recognize Loongson 3A processors, but don't accept to run on them yet, the | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-09-24 | Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add proper | Paul Irofti |
2010-09-23 | Move clock attachment later in the game. This is needed for cpu scaling. | Paul Irofti |
2010-09-21 | Watchdog suspend/resume logic. | Paul Irofti |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-20 | Must travese deeper for DVACT_QUIESCE; ok miod | Theo de Raadt |
2010-09-09 | Sync suspend logic with current practice, and try to handle failure | Miod Vallat |
2010-09-08 | No need for vfs_syncwait() in a bufq_quiesce() world | Theo de Raadt |
2010-09-07 | rename function parameter to be more like all the others in the tree | Theo de Raadt |
2010-09-07 | Restore msr unconditionnaly, why bother checking if they have changed; deraadt | Miod Vallat |
2010-09-07 | Join the cf_activate() crowd and preserve a few msr around suspend. | Miod Vallat |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-01 | Clean-up the spl dance around suspend/resume. Okay miod@. | Paul Irofti |
2010-08-31 | Do wsdisplay suspend/resume and also the bufq dance. | Paul Irofti |