Age | Commit message (Expand) | Author |
2014-02-04 | rearrange a few fields to reduce internal padding in struct proc | Ted Unangst |
2014-02-03 | Check if the device is being detached when returning from tsleep() and | Martin Pieuchot |
2014-02-03 | Fix a null dereference introduced when converting this driver to use | Martin Pieuchot |
2014-02-03 | Make sure sched_init_cpu() on the secondary processors is invoked with the | Miod Vallat |
2014-02-03 | use the same option as isp(4) to build without firmware. | Jonathan Matthew |
2014-02-02 | Force an fpu context synchronization before halting secondary processors. | Miod Vallat |
2014-02-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-02 | Brainboxes BB16PCI958. Contributed by Eric Huiban, thanks! | Miod Vallat |
2014-02-02 | regen | Miod Vallat |
2014-02-02 | Brainboxes IS200 BB16PCI958 puc(4) | Miod Vallat |
2014-02-02 | drm/i915: flush cursors harder | Jonathan Gray |
2014-02-02 | sbus(4) glue for qla(4) | Mark Kettenis |
2014-02-02 | Add missing DRM_UNLOCK() in error path. | Mark Kettenis |
2014-02-02 | carve up qla_attach() into bits we can use to process loop and fabric changes | Jonathan Matthew |
2014-02-02 | Rearrange interrupt register processing for 2200s. The mailbox semaphore | Jonathan Matthew |
2014-02-02 | drm/i915: Make data/link N value power of two | Jonathan Gray |
2014-02-02 | armv7_start.o needs an explicit dependency on assym.h now; nick | Miod Vallat |
2014-02-02 | add min_t and div_u64 which will be used to reduce the diff to linux | Jonathan Gray |
2014-02-02 | drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFER | Jonathan Gray |
2014-02-02 | add a simple version of usleep_range() that DELAYs for the min value | Jonathan Gray |
2014-02-01 | Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware | Miod Vallat |
2014-02-01 | Use splipi() instead of splhigh() to protect lazy fpu saving code. | Miod Vallat |
2014-02-01 | On MP kernels, invoke SPINLOCK_SPIN_HOOK in mtx_enter() when it spins. | Miod Vallat |
2014-02-01 | Simplify try_lock() to avoid one forward branch in the common case. | Miod Vallat |
2014-02-01 | pools aren't mp-safe; since the TLB shootdown code will allocate up to 6 job | Miod Vallat |
2014-02-01 | Lower IPL_SCHED to IPL_CLOCK where it belongs. | Miod Vallat |
2014-02-01 | Use atomic_loadlatch_ulong() to speedup and simplify the ipi dispatcher. | Miod Vallat |
2014-02-01 | Allow MP_LOCKDEBUG kernels to get tracebacks from other processors when | Miod Vallat |
2014-02-01 | Reset the hwrpb cpu start address after booting the secondaries, in order to | Miod Vallat |
2014-02-01 | drm/i915: Invalidate TLBs for the rings after a reset | Jonathan Gray |
2014-02-01 | Replace the vnode struct vattr cache by VOP_GETATTR() calls. | Sylvestre Gallon |
2014-02-01 | On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that can | Mark Kettenis |
2014-02-01 | Remove some of the excessive cache and TLB flushing going on during | Mike Larkin |
2014-02-01 | Split bge(4)'s feature flags into bge_flags and bge_phy_flags. | Brad Smith |
2014-01-31 | tl(4) already allowed for reception of frames up to MCLBYTES in size so | Brad Smith |
2014-01-31 | Rewrite the receive filter handling code, reinstate the hash filter and cleanup | Brad Smith |
2014-01-31 | SUNW SUNWGS INT FCBPL can be considered an asym device now we can uniquely | David Gwynne |
2014-01-31 | if a device doesnt have device ids or serial numbers, try using node_wwn to | David Gwynne |
2014-01-31 | Fix a long standing VCPU reset sequence bug on BCM5906. The VCPU (Virtual CPU) | Brad Smith |
2014-01-31 | sc_function is set, but never used for anything useful. clean it up... | David Gwynne |
2014-01-31 | sc_lladdr is never used, so we can get the space in the sc back. | David Gwynne |
2014-01-30 | the option bit for controlling fast posting is in icb_fw_options, not | Jonathan Matthew |
2014-01-30 | don't do a register test mailbox command before resetting the chip. | Jonathan Matthew |
2014-01-30 | Simplyfy adjtime(2) by keeping track of the adjustment as a number of | Mark Kettenis |
2014-01-30 | Do not match control interfaces if their associated data interface is | Martin Pieuchot |
2014-01-30 | On MULTIPROCESSOR kernels, have SCHED_ASSERT_LOCKED assert both the lock being | Miod Vallat |
2014-01-30 | Abort traceback when a new ra has not been found, instead of looping on it | Miod Vallat |
2014-01-30 | Narrow ci_flags to be able to print ci_mutex_level in the `machine ddbcpu' | Miod Vallat |
2014-01-30 | Set port and node WWN in scsi_link structure when we successfully probe a | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |