summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-02-06Fix an MP race in the fpu context saving code; from NetBSD.Miod Vallat
2014-02-05We're never going to detach the host bridge on our machines.Mark Kettenis
2014-02-05We have WARN_ONCE now.Mark Kettenis
2014-02-05Do proper error handling in the fault handler. Fixes spurious SIGSEGVs asMark Kettenis
2014-02-05Kill some dead code.Martin Pieuchot
2014-02-05after running myx(4) without biglock in production for a few daysDavid Gwynne
2014-02-05Avoid calling delay(9) between checking and clearing the interrupt status bits.Mark Kettenis
2014-02-05Punt on handling responses if we haven't allocated the response queue yet.Mark Kettenis
2014-02-05- Recognize BCM5762 A0 chipset.Brad Smith
2014-02-05tiny style adjustmentsTed Unangst
2014-02-04Add WARN_ONCE.Mark Kettenis
2014-02-04Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in theMiod Vallat
2014-02-04Make sure the USB device pointer is valid even if attach fails sinceMartin Pieuchot
2014-02-04Revert part of rev 1.329 that involved bringing in some code from FreeBSDBrad Smith
2014-02-04reduce the length of some pool names. ok deraadt guenther mpiTed Unangst
2014-02-04rearrange a few fields to reduce internal padding in struct procTed Unangst
2014-02-03Check if the device is being detached when returning from tsleep() andMartin Pieuchot
2014-02-03Fix a null dereference introduced when converting this driver to useMartin Pieuchot
2014-02-03Make sure sched_init_cpu() on the secondary processors is invoked with theMiod Vallat
2014-02-03use the same option as isp(4) to build without firmware.Jonathan Matthew
2014-02-02Force an fpu context synchronization before halting secondary processors.Miod Vallat
2014-02-02To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-02-02Brainboxes BB16PCI958. Contributed by Eric Huiban, thanks!Miod Vallat
2014-02-02regenMiod Vallat
2014-02-02Brainboxes IS200 BB16PCI958 puc(4)Miod Vallat
2014-02-02drm/i915: flush cursors harderJonathan Gray
2014-02-02sbus(4) glue for qla(4)Mark Kettenis
2014-02-02Add missing DRM_UNLOCK() in error path.Mark Kettenis
2014-02-02carve up qla_attach() into bits we can use to process loop and fabric changesJonathan Matthew
2014-02-02Rearrange interrupt register processing for 2200s. The mailbox semaphoreJonathan Matthew
2014-02-02drm/i915: Make data/link N value power of twoJonathan Gray
2014-02-02armv7_start.o needs an explicit dependency on assym.h now; nickMiod Vallat
2014-02-02add min_t and div_u64 which will be used to reduce the diff to linuxJonathan Gray
2014-02-02drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFERJonathan Gray
2014-02-02add a simple version of usleep_range() that DELAYs for the min valueJonathan Gray
2014-02-01Do not include <machine/pmap.h> from .S code, for it brings much too .S-unawareMiod Vallat
2014-02-01Use splipi() instead of splhigh() to protect lazy fpu saving code.Miod Vallat
2014-02-01On MP kernels, invoke SPINLOCK_SPIN_HOOK in mtx_enter() when it spins.Miod Vallat
2014-02-01Simplify try_lock() to avoid one forward branch in the common case.Miod Vallat
2014-02-01pools aren't mp-safe; since the TLB shootdown code will allocate up to 6 jobMiod Vallat
2014-02-01Lower IPL_SCHED to IPL_CLOCK where it belongs.Miod Vallat
2014-02-01Use atomic_loadlatch_ulong() to speedup and simplify the ipi dispatcher.Miod Vallat
2014-02-01Allow MP_LOCKDEBUG kernels to get tracebacks from other processors whenMiod Vallat
2014-02-01Reset the hwrpb cpu start address after booting the secondaries, in order toMiod Vallat
2014-02-01drm/i915: Invalidate TLBs for the rings after a resetJonathan Gray
2014-02-01Replace the vnode struct vattr cache by VOP_GETATTR() calls.Sylvestre Gallon
2014-02-01On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that canMark Kettenis
2014-02-01Remove some of the excessive cache and TLB flushing going on duringMike Larkin
2014-02-01Split bge(4)'s feature flags into bge_flags and bge_phy_flags.Brad Smith
2014-01-31tl(4) already allowed for reception of frames up to MCLBYTES in size soBrad Smith