summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-09-22Enable power saving modes for IBM PowerPC 970 CPUs.Martin Pieuchot
2014-09-22Drop the kernel lock when copying data to/from the other domain duringMark Kettenis
2014-09-22Add missing format specifier.Brad Smith
2014-09-21Reset fault status registers to zero after reading them, even in the 2:1Miod Vallat
2014-09-21Don't check LAPIC_DLSTAT_BUSY again after an IPIStefan Fritsch
2014-09-21Don't request an ACK from the server if we're polling.Mark Kettenis
2014-09-21Decouple polled commands from the interrupt handler.Mark Kettenis
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-19add missing break statements giving alaw encodingJonathan Gray
2014-09-19add missing break statements to imxccm_get_fecclk()Jonathan Gray
2014-09-19Use correct printf format when MP_LOCKDEBUG is defined.Martin Pieuchot
2014-09-18Use config_suspend_all(9).Mark Kettenis
2014-09-16Check the right descriptor field when polling for completion.Mark Kettenis
2014-09-16Simple cleanups for amd64 pmapStefan Fritsch
2014-09-16Split out command submission code into its own function.Mark Kettenis
2014-09-15Fix logic error; we're out of IOs if we're not connected to the virtual diskMark Kettenis
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-09-15Call ldc_send_unreliable() insteaf of duplicating the code to send an ldcMark Kettenis
2014-09-14Add the ne(4) NE2000 PCI frontend.Brad Smith
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
2014-09-14Fix some bugs in the fpu_sqrt implementation that would limit the accuracyMark Kettenis
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-12Remove the code that attempts to synchronize P-state transitions between CPUs.Mark Kettenis
2014-09-11mplement membar(9) API for i386.Mark Kettenis
2014-09-08...and the other file I missed cvs rm'ing in the procfs purge.Philip Guenther
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-09-07Implement membar(9) API for amd64.Mark Kettenis
2014-09-06Rename ci_iactive into ci_flags, this field now holds the going-to-Martin Pieuchot
2014-09-06Rewrite cpu_idle & friends to not check and update the hid0 registerMartin Pieuchot
2014-09-06Rewrite the PowerPC stack dump routine to delimit the trap & interruptMartin Pieuchot
2014-09-06Add functions to manipulate IBM PowerPC 970 specific registers thatMartin Pieuchot
2014-09-04Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] insteadMiod Vallat
2014-09-03Sync amd64 and i386 GENERIC.MP with other arches byBret Lambert
2014-09-01Add implementations of atomic_{inc,dec,add,sub}_{int,long}() andPhilip Guenther
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
2014-08-30Make sure we check for GPT in writedisklabel() if kernel is compiled with GPTMiod Vallat
2014-08-30Don't panic when an illegal IRQ is passed to intr_{dis,}establish().Martin Pieuchot
2014-08-30Bump the fan limit and avoid a panic on my quad G5.Martin Pieuchot
2014-08-29Use the load average from averunnable.ldavg[] instead of bogus cp_time[]Miod Vallat
2014-08-27Remove redundant setting of if_mtu which ether_ifattach() alreadyBrad Smith
2014-08-24socketvar.h instead of socket.h, oopsTheo de Raadt
2014-08-24remove trailing whitespaceStefan Fritsch
2014-08-23oddly now needs sys/socket.h, because someone removed struct socket fwdTheo de Raadt
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot