summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
with feedback and OK halex@
2014-02-02fix typoRobert Peichaer
from Markus Lude markus _dot_ lude _at_ gmx _dot_ de OK halex@
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
full plist, just their update_info. Also, the routine for move_kept is pretty much always the same, so fold it. Finally, delay full plists in create_old.
2014-02-02use a more specific description for EXIT STATUS than that provided by .Ex;Jason McIntyre
ok sobrado millert
2014-02-02drm/i915: flush cursors harderJonathan Gray
From Daniel Vetter ca5667eaca18b0267511728c97e3759d01a348cc in ubuntu 3.8 b2ea8ef559b4d94190009f3651b5b3ab7c05afd3 in mainline linux
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
initialization; use a variable name consistent with the rest of our tree.
2014-02-02syncMiod Vallat
2014-02-02now that things are clean enough, we just need to figure out kept packagesMarc Espie
before we solve depends. Avoids keeping full packing-lists all along the dependency chain...
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
ok halex@ krw@
2014-02-02make sure kept handles are complete... not really optimized so far, but willMarc Espie
fix issues seen by nigel@
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
later on.
2014-02-02Rearrange interrupt register processing for 2200s. The mailbox semaphoreJonathan Matthew
seems to be disconnected from the interrupt status register, so we shouldn't wait until the interrupt status is nonzero to check it. This makes onboard FC controllers in Sun systems work better. tested on a blade1k (by kettenis@) and a v880.
2014-02-02drm/i915: Make data/link N value power of twoJonathan Gray
From Ville Syrjala 16f091c6e04b5ac247d7b3b3764c2fbe8683e497 in ubuntu 3.8 a65851af59387146a28a928c3e7bb17dabc5db72 in mainline linux
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
From Jani Nikula 67c729e64ef03476312fc9fb815046d5e540428a in ubuntu 3.8 8d16f258217f2f583af1fd57c5144aa4bbe73e48 in mainline linux
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
operands after not finding an input file. from the IEEE Std 1003.1-2008 (``POSIX.1'') rationale: "Unlike other utilities, some historical implementations of cut exit after not finding an input file, rather than continuing to process the remaining file operands. This behavior is prohibited by this volume of POSIX.1-2008, where only the exit status is affected by this problem." joint work with jmc@, who identified the compliance issue, and millert@ ok millert@, jmc@
2014-02-01remove -e sed option where only one command is usedRobert Peichaer
OK halex@
2014-02-01fix an example; users column at who(1) has a minimum width of eight characters,Igor Sobrado
not sixteen characters. problem found by jmc@
2014-02-01Do not include <machine/pmap.h> from .S code, for it brings much too .S-unawareMiod Vallat
headers. Instead, rely upon "assym.h" bringing the defines we need from it. Found the hard way by nick@
2014-02-01Use splipi() instead of splhigh() to protect lazy fpu saving code.Miod Vallat
In MP kernel, replace a TOCTTOU-vulnerable assert with a ``loop until we have achieved our goals'' logic.
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
entries per processor, don't bother using a pool and allocate the job entries statically, and manage a per cpu free entries queue in addition to the in-use queue. This avoids corrupting memory...
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
No functional change.
2014-02-01Allow MP_LOCKDEBUG kernels to get tracebacks from other processors whenMiod Vallat
entering ddb. No change for !MP_LOCKDEBUG kernels.
2014-02-01Reset the hwrpb cpu start address after booting the secondaries, in order toMiod Vallat
give dire kernel panics a better chance to reach the SRM.
2014-02-01styleMarc Espie
2014-02-01sort out the code to figuring out kept packages.Marc Espie
Fix a (formerly) silent bug: kept packages *must* be completed somewhere. (older solve_depends would create dummy plists, new one errors out on them!)
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
"committed" is a bad idea. Make it possible by ^C^C still, but try to get out only when the db is in a safe state.
2014-02-01don't bother caching, it's no longer usefulMarc Espie
2014-02-01use conflict_list directly from handle.Marc Espie
(only user left of plist->conflict_list is PkgCfl::register thru OldLibs stub_list)
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
be computed directly from update_info (without the full plist)
2014-02-01styleMarc Espie
2014-02-01drm/i915: Invalidate TLBs for the rings after a resetJonathan Gray
From Chris Wilson 92e199c62a5d698a8e934aea8bcb4fb43968a290 in ubuntu 3.8 884020bf3d2a3787a1cc6df902e98e0eec60330b in mainline linux While the original commit message mentions https://bugs.freedesktop.org/show_bug.cgi?id=64725 which is a problem with hibernate mlarkin@ says it neither helps or hurts in his testing.