Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-02 | regen | Miod Vallat | |
2014-02-02 | Brainboxes IS200 BB16PCI958 puc(4) | Miod Vallat | |
2014-02-02 | replace multiple grep with sed onliners in mount_mnt2() | Robert Peichaer | |
with feedback and OK halex@ | |||
2014-02-02 | fix typo | Robert Peichaer | |
from Markus Lude markus _dot_ lude _at_ gmx _dot_ de OK halex@ | |||
2014-02-02 | pseudo handle needs dependency_info too, forgot that one. | Marc Espie | |
2014-02-02 | simplify how "kept" packages are handled. First, we never need their | Marc 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-02 | use a more specific description for EXIT STATUS than that provided by .Ex; | Jason McIntyre | |
ok sobrado millert | |||
2014-02-02 | drm/i915: flush cursors harder | Jonathan Gray | |
From Daniel Vetter ca5667eaca18b0267511728c97e3759d01a348cc in ubuntu 3.8 b2ea8ef559b4d94190009f3651b5b3ab7c05afd3 in mainline linux | |||
2014-02-02 | sbus(4) glue for qla(4) | Mark Kettenis | |
2014-02-02 | add acpimcfg; | Jason McIntyre | |
2014-02-02 | Describe SHA256.sig. | Miod Vallat | |
2014-02-02 | style nit-picking on previous commit: keep apart declaration from | Igor Sobrado | |
initialization; use a variable name consistent with the rest of our tree. | |||
2014-02-02 | sync | Miod Vallat | |
2014-02-02 | now that things are clean enough, we just need to figure out kept packages | Marc Espie | |
before we solve depends. Avoids keeping full packing-lists all along the dependency chain... | |||
2014-02-02 | Add missing DRM_UNLOCK() in error path. | Mark Kettenis | |
2014-02-02 | acpimcfg(4) | Mark Kettenis | |
2014-02-02 | remove -e sed option where only one command is used | Robert Peichaer | |
ok halex@ krw@ | |||
2014-02-02 | make sure kept handles are complete... not really optimized so far, but will | Marc Espie | |
fix issues seen by nigel@ | |||
2014-02-02 | fix some minor formatting glitches; | Jason McIntyre | |
2014-02-02 | carve up qla_attach() into bits we can use to process loop and fabric changes | Jonathan Matthew | |
later on. | |||
2014-02-02 | Rearrange interrupt register processing for 2200s. The mailbox semaphore | Jonathan 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-02 | drm/i915: Make data/link N value power of two | Jonathan Gray | |
From Ville Syrjala 16f091c6e04b5ac247d7b3b3764c2fbe8683e497 in ubuntu 3.8 a65851af59387146a28a928c3e7bb17dabc5db72 in mainline linux | |||
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 | convert memset of potentially-private data to explicit_bzero() | Damien Miller | |
2014-02-02 | drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFER | Jonathan Gray | |
From Jani Nikula 67c729e64ef03476312fc9fb815046d5e540428a in ubuntu 3.8 8d16f258217f2f583af1fd57c5144aa4bbe73e48 in mainline linux | |||
2014-02-02 | add a simple version of usleep_range() that DELAYs for the min value | Jonathan Gray | |
2014-02-01 | note which languages are extensions; ok millert | Jason McIntyre | |
2014-02-01 | improve POSIX compliance by continuing to process the remaining file | Igor 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-01 | remove -e sed option where only one command is used | Robert Peichaer | |
OK halex@ | |||
2014-02-01 | fix 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-01 | Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware | Miod Vallat | |
headers. Instead, rely upon "assym.h" bringing the defines we need from it. Found the hard way by nick@ | |||
2014-02-01 | Use 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-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 | |
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-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 | |
No functional change. | |||
2014-02-01 | Allow MP_LOCKDEBUG kernels to get tracebacks from other processors when | Miod Vallat | |
entering ddb. No change for !MP_LOCKDEBUG kernels. | |||
2014-02-01 | Reset the hwrpb cpu start address after booting the secondaries, in order to | Miod Vallat | |
give dire kernel panics a better chance to reach the SRM. | |||
2014-02-01 | style | Marc Espie | |
2014-02-01 | sort 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-01 | let solve_depends work as soon as we have update_info | Marc Espie | |
2014-02-01 | handling of critical section was wrong. Interrupting an update once we're | Marc 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-01 | don't bother caching, it's no longer useful | Marc Espie | |
2014-02-01 | use conflict_list directly from handle. | Marc Espie | |
(only user left of plist->conflict_list is PkgCfl::register thru OldLibs stub_list) | |||
2014-02-01 | no need to test for plist, we get the conflict_list since we have update_info | Marc Espie | |
2014-02-01 | handles are more adequate places to stash conflict lists, since they can | Marc Espie | |
be computed directly from update_info (without the full plist) | |||
2014-02-01 | style | Marc Espie | |
2014-02-01 | drm/i915: Invalidate TLBs for the rings after a reset | Jonathan 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. |