summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-02-05Do not profile the various ipi functions. This is a requirement for theMartin Pieuchot
2013-02-03Let the octeon kernel link properly.Brian Callahan
2013-02-02mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88kMiod Vallat
2013-02-02hp300 ELF bits. Requires many device and prom related structs to now be declaredMiod Vallat
2013-02-02Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbelMiod Vallat
2013-01-31welcome to 5.3-BETAMiod Vallat
2013-01-29the bus_space api implies that there's a bus endianness that it willDavid Gwynne
2013-01-27Bump MAXTSIZ to 128 MB, some binaries are quite large.Federico G. Schwindt
2013-01-26Make sure new processes get a clean FPU configuration upon startup, byMiod Vallat
2013-01-25Updates for beagle/panda work. OK patrick@ and miod@Brandon Mercer
2013-01-23ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomicPatrick Wildt
2013-01-23Add instruction fault register functions, which will be needed for furtherPatrick Wildt
2013-01-22pull the guts of bus_space_barrier into the inline function in the header.David Gwynne
2013-01-21Only the mpcpcibus driver is actually using these structures so merge themMartin Pieuchot
2013-01-21Remove old functions to access MPC106 registers. Only one of them was usedMartin Pieuchot
2013-01-21No need to include pcibrvar.hMartin Pieuchot
2013-01-21Remove unused variable, leftover from rev 1.36.Martin Pieuchot
2013-01-20Add viomb(4).Brad Smith
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-18Fix the makefile so it works on other architectures.Joel Sing
2013-01-18Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-18Clean up/standardise makefiles for i386/stand.Joel Sing
2013-01-18twist the amd64 bus_space implementation a bit. instead of using the tagDavid Gwynne
2013-01-18Update the ARM CPU ID information. The IDs aren't vendor/productPatrick Wildt
2013-01-17New pmap for panda boards. Work from lots of folks.Brandon Mercer
2013-01-17Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-17Clean up/standardise makefiles for amd64/stand.Joel Sing
2013-01-17Clean includes.Joel Sing
2013-01-17option HIBERNATE for amd64Mike Larkin
2013-01-17use .quad for gdt load when returning from long mode. Fixes a rebootMike Larkin
2013-01-17fix an error in the amd64 asm unhibernate code and a slight adjustment toMike Larkin
2013-01-16MD hibernate goo for amd64Mike Larkin
2013-01-16asm resume functions for amd64 hibernateMike Larkin
2013-01-16Nuke commons with libsa and add --warn-common to the ld command lines.Miod Vallat
2013-01-16On second thought, do not unconditionnaly register the cpu throttling codeMiod Vallat
2013-01-16Do not register the internal cpu timer-based timecounter if we support cpuMiod Vallat
2013-01-16Remove orphaned files.Miod Vallat
2013-01-16cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; onlyMiod Vallat
2013-01-16Nuke common.Miod Vallat
2013-01-16properly distinguish /boot and biosboot in informational and error messagesChristian Weisgerber
2013-01-16Loongson: add throttling support.Paul Irofti
2013-01-16init comconsiot to X86_BUS_SPACE_IO in case someone changes the value ofDavid Gwynne
2013-01-15Loongson: Add a stat clock for the lemote machines.Paul Irofti
2013-01-15implement bus_space_foo_8 for amd64. it will panic on attempts to do 8David Gwynne
2013-01-15Fix segmentation of buffers that straddle a boundary.Mark Kettenis
2013-01-15Loongson: Remove some of the unused defines.Paul Irofti
2013-01-15Loongson: Unbreak the tree after my last commit.Paul Irofti
2013-01-14Loongson: Replace the system clock provided by the CPU with a GLX MFGPT.Paul Irofti
2013-01-12add viomb driver for virtio balloon deviceStefan Fritsch
2013-01-11Change boot commandline parsing to only force lowercase of the device nameMiod Vallat