summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-10-09remove LKM devicesTed Unangst
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifndef DDB, correct a format string..Theo de Raadt
2014-10-08Add virtio_membar_* macrosStefan Fritsch
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-10-08Add offsets for cortex-A7/A15. Adapted from bitrig.Raphael Graf
2014-10-08Introduce ppc_mttb() and use it instead of rerolling the move to timeMartin Pieuchot
2014-10-08remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.cJonathan Gray
2014-10-08if SMALL_KERNEL do not register the imc_watchdog_cb callback. We stillTheo de Raadt
2014-10-07Use L1_S_V7_AP instead of L1_S_AP for the v7 caseJonathan Gray
2014-10-07Correct the l1 pte permission bits for armv7. Problem pointed outJonathan Gray
2014-10-06Make amd64 pmap more efficient on multi-processorStefan Fritsch
2014-10-05Skip unnecessary processing in interrupt handler.Kenji Aoyama
2014-10-05pass size to free.David Gwynne
2014-10-05dont need to cast pointers to/from void *David Gwynne
2014-10-05ansify function definitions.David Gwynne
2014-10-05Use CPU_IS_PRIMARY macro. No functional change.Kenji Aoyama
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-10-04Skip 'hardware lied' interrupts, as same as CMU Mach do.Kenji Aoyama
2014-10-03Delete long-time unused #if 0 part.Kenji Aoyama
2014-10-02Pass the right bus_dmatag_t to the children.Miod Vallat
2014-10-01Fix some incorrect format specifiers in a debug printf.Mike Larkin
2014-10-01Move some hibernate #defines to pte.h and eliminate some duplicate definesMike Larkin
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