summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-02regenMiod Vallat
2014-02-02Brainboxes IS200 BB16PCI958 puc(4)Miod Vallat
2014-02-02replace multiple grep with sed onliners in mount_mnt2()Robert Peichaer
2014-02-02fix typoRobert Peichaer
2014-02-02pseudo handle needs dependency_info too, forgot that one.Marc Espie
2014-02-02simplify how "kept" packages are handled. First, we never need theirMarc Espie
2014-02-02use a more specific description for EXIT STATUS than that provided by .Ex;Jason McIntyre
2014-02-02drm/i915: flush cursors harderJonathan Gray
2014-02-02sbus(4) glue for qla(4)Mark Kettenis
2014-02-02add acpimcfg;Jason McIntyre
2014-02-02Describe SHA256.sig.Miod Vallat
2014-02-02style nit-picking on previous commit: keep apart declaration fromIgor Sobrado
2014-02-02syncMiod Vallat
2014-02-02now that things are clean enough, we just need to figure out kept packagesMarc Espie
2014-02-02Add missing DRM_UNLOCK() in error path.Mark Kettenis
2014-02-02acpimcfg(4)Mark Kettenis
2014-02-02remove -e sed option where only one command is usedRobert Peichaer
2014-02-02make sure kept handles are complete... not really optimized so far, but willMarc Espie
2014-02-02fix some minor formatting glitches;Jason McIntyre
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-02convert memset of potentially-private data to explicit_bzero()Damien Miller
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-01note which languages are extensions; ok millertJason McIntyre
2014-02-01improve POSIX compliance by continuing to process the remaining fileIgor Sobrado
2014-02-01remove -e sed option where only one command is usedRobert Peichaer
2014-02-01fix an example; users column at who(1) has a minimum width of eight characters,Igor Sobrado
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-01styleMarc Espie
2014-02-01sort out the code to figuring out kept packages.Marc Espie
2014-02-01let solve_depends work as soon as we have update_infoMarc Espie
2014-02-01handling of critical section was wrong. Interrupting an update once we'reMarc Espie
2014-02-01don't bother caching, it's no longer usefulMarc Espie
2014-02-01use conflict_list directly from handle.Marc Espie
2014-02-01no need to test for plist, we get the conflict_list since we have update_infoMarc Espie
2014-02-01handles are more adequate places to stash conflict lists, since they canMarc Espie
2014-02-01styleMarc Espie
2014-02-01drm/i915: Invalidate TLBs for the rings after a resetJonathan Gray