Age | Commit message (Expand) | Author |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | unbreak tree (will take a shot at flash_activate later) | Theo de Raadt |
2013-06-01 | - whitespace cleanup | Jasper Lievisse Adriaanse |
2013-06-01 | - remove more backward compat code and switch the callers over to the new fun... | Jasper Lievisse Adriaanse |
2013-06-01 | - remove an __mips_o32 block which'll never be used on openbsd | Jasper Lievisse Adriaanse |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Fix offset error when clearing the resume time stack pages | Mike Larkin |
2013-06-01 | Add code to drop a CPU from long mode back to real mode, will be used to | Mike Larkin |
2013-06-01 | add GENERIC.MP | Jasper Lievisse Adriaanse |
2013-06-01 | corectly initialize the number of cores/cpus on the board. this fixes a NULL | Jasper Lievisse Adriaanse |
2013-06-01 | remove bogus XXX comment, 32 is just the way it is. | Jasper Lievisse Adriaanse |
2013-06-01 | Add vmx(4) to the kernel config, but comment it out for now. | Reyk Floeter |
2013-06-01 | make the way of doing debug printfs generic | Jasper Lievisse Adriaanse |
2013-05-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle. | rapha |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-31 | Unbreak after recent shutdown-hook removal. | Martin Pieuchot |
2013-05-30 | Fix a bug in amd64 hibernate introduced when we moved the kernel to load at | Mike Larkin |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-30 | Even though we reserve 3 pages for the amd64 hibernate stack, we set the | Mike Larkin |
2013-05-30 | If ACPI is not compiled in, pci_min_powerstate() has no facts to support | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-30 | fix typos in some comments | Mike Larkin |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2013-05-29 | Add PMAP_PA_MASK to mips64. Needed for loongson hibernate. | Paul Irofti |
2013-05-29 | remove non-existing kernel configurations | Jasper Lievisse Adriaanse |
2013-05-27 | Use FLUSH_PIPELINE instead of rolling our own. No functional change. | Miod Vallat |
2013-05-27 | Drop lvalue casts; allows this to compile with gcc 4. | Miod Vallat |
2013-05-27 | Correctly specify the visible part of the rightmost tile when the current | Miod Vallat |
2013-05-25 | Fix wbinv routine used by bus_dmamap_sync() to correctly operate on all cmmus, | Miod Vallat |
2013-05-25 | Allow badaddr() to be used with a size of 8. Needed by the MVME181 memory | Miod Vallat |
2013-05-25 | Minimal support for MVME224 and MVME236 memory boards. | Miod Vallat |
2013-05-24 | Fix dow register value in resettodr() - kernel computes it zero-based, but | Miod Vallat |
2013-05-23 | TOD clock support for AngelFire boards | Miod Vallat |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |
2013-05-22 | Add am335x as an omap device. | rapha |
2013-05-22 | We're handling L2 there, so use the corresponding define, not the L1 one. | Patrick Wildt |
2013-05-22 | Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch]. | Kenji Aoyama |
2013-05-21 | de-static-ize prototypes as well, which makes these functions not-static | Mark Kettenis |
2013-05-21 | am335x has the mmc registers offset by 0x100, like omap4. | rapha |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-21 | When mapping a new entry, map it read-only, even though it should be | Patrick Wildt |
2013-05-21 | Small code clean up. Removing noisy printfs. | Brandon Mercer |
2013-05-21 | Remove some unused defines and make the number of interrupt lines variable. | rapha |
2013-05-21 | Add a driver for the am335x timers, to be used by the beaglebone. | rapha |
2013-05-20 | de-static-ize, such that people don't get confused by aesni failures on | Mark Kettenis |
2013-05-19 | Switch mvme68k to MI wdsc(4) driver. Tested on MVME147. | Miod Vallat |