Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-09 | Have the ARM MPCore Timer use the private timer, which will be very useful | Patrick Wildt | |
for SMP on the newer ARMv7 boards. From drahn at dalerahn.com. ok bmercer@ | |||
2013-05-09 | Have the ARM MPCore Timer use the private timer, which will be very useful | Patrick Wildt | |
for SMP on the newer ARMv7 boards. From drahn at dalerahn.com. ok bmercer@ | |||
2013-05-08 | The "locking" in i915_gem_object_move_to_inactive() makes no sense. Get rid | Mark Kettenis | |
of it. It's implemented using "simple" locks anyway, which are no-ops. | |||
2013-05-08 | Port over NetBSD's arm dma sync code. This makes it easier to flush | Patrick Wildt | |
the secondary cache, as we always have the physical address. tested on panda and zaurus ok miod@ | |||
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther | |
Much assistance and testing by miod ok miod@ | |||
2013-05-08 | this comment is not attached to this value. remove | Ted Unangst | |
2013-05-08 | remove stale cyrix emc support, and switch to just using intial npxcw | Ted Unangst | |
ok kettenis | |||
2013-05-08 | Move reset commands from that attach path to an own function. | Marcus Glocker | |
Reset device on detach (required for planed usb device claiming). Tested with my uthum(4) device "TEMPer sensor(0x660c), Ten X Technology, Inc.(0x1130)". ok yuo@, mpi@ | |||
2013-05-08 | Maxime Villard reported an uninitialised variable access in | Jonathan Gray | |
intel_ddi_prepare_link_retrain(), turns out this is already fixed upstream by Syam Sidhardhan so take their patch. ok dcoppa@ | |||
2013-05-08 | fix some leaks in error paths | Jonathan Gray | |
ok fgsch@ krw@ kettenis@ | |||
2013-05-08 | re-commit uthum_activate() removal, now that uhidev(4) can handle it. | Stuart Henderson | |
testing by myself and mglocker@, ok mpi@ | |||
2013-05-07 | Merge from FreeBSD, r191313 | Philip Guenther | |
--------------------------- On the exit of the child process which parent either set SA_NOCLDWAIT or ignored SIGCHLD, unconditionally wake up the parent instead of doing this only when the child is a last child. This brings us in line with other U**xes that support SA_NOCLDWAIT. If the parent called waitpid(childpid), then exit of the child should wake up the parent immediately instead of forcing it to wait for all children to exit. --------------------------- ok tedu@, millert@ | |||
2013-05-07 | When deactivating child devices do not panic if their driver does | Martin Pieuchot | |
not implement an *activate() function. This could receive more love but is good enough for the moment to start cleaning useless *activate() functions. While here remove unused sc_dying argument. Tested by and ok mglocker@ | |||
2013-05-07 | fix a double free in an error path | Jonathan Gray | |
reminded of this diff by a report from Arto Jonsson ok krw@ fgsch@ | |||
2013-05-07 | remove an unreferenced var that accessed uninitialised memory | Jonathan Gray | |
ok miod@ | |||
2013-05-06 | restore original gangster lockstatus return values for compat | Ted Unangst | |
2013-05-06 | sync | Brian Callahan | |
2013-05-06 | Revert Cavium Networks back to Cavium - it was right in the first place. | Brian Callahan | |
Drop "Network Processor" off of OCTEON Plus CN50XX Network Processor, we don't need the extra characters. noticed by brad@ and jsg@ | |||
2013-05-06 | sync | Brian Callahan | |
2013-05-06 | Add OCTEON Plus CN50XX Network Processor id. | Brian Callahan | |
Rename Cavium to Cavium Networks. ok jasper@ | |||
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne | |
cycles per second isnt reliable, particularly inside "virtual" machines. cpuspeed can be calculated as 0, which causes a divide by zero later on which is bad. this goes to more effort to detect if the performance counters are in use by the hypervisor, or detecting if they gave us a cpuspeed of 0 so we can fall through to using rdtsc. the same change as: src/sys/arch/i386/include/specialreg.h r.45 src/sys/arch/i386/isa/clock.c 1.49 ok jsg@ | |||
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne | |
cycles per second isnt reliable, particularly inside "virtual" machines. cpuspeed can be calculated as 0, which causes a divide by zero later on which is bad. this goes to more effort to detect if the performance counters are in use by the hypervisor, or detecting if they gave us a cpuspeed of 0 so we can fall through to using rdtsc. ok jsg@ | |||
2013-05-05 | remove never used get/set ioperm sysarch functions. ok guenther | Ted Unangst | |
2013-05-05 | Add nonblocking argument to i915_gem_object_pin() and | Mark Kettenis | |
i915_gem_object_bind_to_gtt(). | |||
2013-05-05 | Remove a supefluous check. | Mark Kettenis | |
2013-05-05 | With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code. | Mark Kettenis | |
2013-05-05 | Remove some #ifdef'ed out code that's never going to get used again. | Mark Kettenis | |
2013-05-04 | revert uthum_activate removal, it is needed in the detach path as found the | Stuart Henderson | |
hard way by mglocker@ | |||
2013-05-04 | In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to make | Mark Kettenis | |
sure we allocate outside the Legacy Address Range. Gets rid of the "no ifp" warning on the x41. | |||
2013-05-04 | - remove unused DPRINTFN, simple DPRINTF is enough | Stuart Henderson | |
- sc_dying is unused, remove it and the uthum_activate() function suggested by mpi (for ugold, but applicable here too), ok mpi | |||
2013-05-03 | switch the malloc and pool freelists to using xor simpleq. | Ted Unangst | |
this adds a tiny bit more protection from list manipulation. | |||
2013-05-03 | add an xor cookie variant of simpleq | Ted Unangst | |
2013-05-03 | Fix a shift in the beagle prcm. | Patrick Wildt | |
ok jsg@ | |||
2013-05-03 | Don't return before calling splx. | Patrick Wildt | |
found by and ok jsg@ | |||
2013-05-03 | Export ingress/egress interface index in pflow(4). | Florian Obser | |
Report that this is needed for some netflow collector and tests by Chris Ivancic & Colin Ligertwood. OK mikeb@, benno@ | |||
2013-05-03 | fix mem leak in swapmount | Florian Obser | |
pointed out by jsg@ ok tedu@ | |||
2013-05-03 | Document which gobal variables are used for sysctl(8), add static to | Martin Pieuchot | |
gobals used only in this file and explain that the printf/debug variable must be settable by ddb. ok henning@, sthen@ | |||
2013-05-03 | break out the battery status into excruciating detail. makes it harder for | David Gwynne | |
$VENDOR to complain about a lack of diagnostic material from their crappy mgmt tools if you're not running an operating system they support. | |||
2013-05-02 | Remove an #endif I forgot in there. | Patrick Wildt | |
2013-05-02 | Add a driver for the secondary cache controller on the PandaBoard and | Patrick Wildt | |
other ARM Cortex based boards. Disabled for now, until proper secondary cache flushing is done where it's needed. ok miod@ | |||
2013-05-02 | typos | Miod Vallat | |
2013-05-02 | according to pedro, ids work better with the ending $ | Ted Unangst | |
2013-05-02 | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. | Martin Pieuchot | |
ok deraadt@, tedu@ (implicit) | |||
2013-05-02 | always attach the battery sensor if the adapter lets us query it. | David Gwynne | |
newly replaced batteries dont show up immediately. | |||
2013-05-02 | remove static from a simple lock to avoid a compiler warning/error that | Ted Unangst | |
shows up due to the lock.h simplification. noticed by patrick. stealing his commit because the tree should at least compile while we debate the future of simplelocks. | |||
2013-05-01 | a few tweaks noticed by jsing | Ted Unangst | |
2013-05-01 | exorcise lockmgr. the api remains, but is now backed by recursive rwlocks. | Ted Unangst | |
originally by thib. ok deraadt jsing and anyone who tested | |||
2013-05-01 | Remove useless cast of ROOT_INFO to ino_t. OK otto@ | Todd C. Miller | |
2013-05-01 | Add a secure monitor call function, so that a secondary cache controller | Patrick Wildt | |
driver can talk to its controller properly. From drahn at dalerahn.com. ok bmercer@ | |||
2013-05-01 | Disable PandaBoard's L2 Cache early on bootup. We will re-enable it | Patrick Wildt | |
later once we're ready. ok bmercer@ |