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