summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-10-01all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, allTheo de Raadt
2014-10-01More optimization on LUNA frame buffer.Kenji Aoyama
2014-09-30Add the QLogic SCSI/FC drivers.Brad Smith
2014-09-30implement atomic operations using ll/sc, and convert rw_cas and callers of theJonathan Matthew
2014-09-30implement the atomic_shizz(9) bits.David Gwynne
2014-09-30Increase text segment size on Arm to 32MBTobias Ulmer
2014-09-29The interrupt handler should now be mpsafe.Mark Kettenis
2014-09-29Add locking for our private descriptor message queue.Mark Kettenis
2014-09-29Add transmit queue locking.Mark Kettenis
2014-09-29Use raster(logic) operation, or ROP, function on LUNA frame buffer.Kenji Aoyama
2014-09-29Add support for using block devices in addition to files.Mark Kettenis
2014-09-28Properly serialize closing our vnode. Fixes the occasional panic duringMark Kettenis
2014-09-27Move clock_reg[] definition.Kenji Aoyama
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-27Removed an ununsed macroMike Larkin
2014-09-27typo in a printfMike Larkin
2014-09-27Change spaces to tab. No binary change.Kenji Aoyama
2014-09-26remove the last uses of -Wno-formatJonathan Gray
2014-09-26Use correct format specifiers in various loongson machine dependent code.Joel Sing
2014-09-26ansify; ok kettenis@Stefan Sperling
2014-09-24remove some stuff to make this fitTheo de Raadt
2014-09-24jmatthew@ found another case of me getting the number of args wrongDavid Gwynne
2014-09-24jmatthew@ points out atomic_swap_foo takes two arguments, not three.David Gwynne
2014-09-24implement atomic_{cas,swap}_{uint,long,ptr) and atomic_{add,sub}_{int,long}David Gwynne
2014-09-24Replace a few malloc() calls with reallocarray() so it checks for overflow.Doug Hogan
2014-09-23Fix constraint.Brad Smith
2014-09-22implement atomic_{cas,swap}_{uint,ulong,ptr} andDavid Gwynne
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