summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-02-09Fix copying of the previous pte entries in grow_p1(). Found the hard way byMiod Vallat
2014-02-09drm/radeon/hdmi: make sure we have an afmt block assignedJonathan Gray
2014-02-09drm/radeon: update lockup tracking when scheduling in empty ringJonathan Gray
2014-02-09Make sure to close the default pipe before re-opening it when we wantMartin Pieuchot
2014-02-09drm/radeon: do not try to uselessly update virtual memory pagetableJonathan Gray
2014-02-09drm/radeon: don't allow audio on DCE6Jonathan Gray
2014-02-09drm/radeon: fix card_posted check for newer asicsJonathan Gray
2014-02-09radeon: Fix system hang issue when using KMS with older cardsJonathan Gray
2014-02-09Do not allow to unconfigure a device by setting the configurationMartin Pieuchot
2014-02-09Use syncicache() instead of rerolling an almost identical version.Martin Pieuchot
2014-02-09Fix the lock order reversal problem in the code that stops tracedMark Kettenis
2014-02-09use linux style memory allocations in radeonJonathan Gray
2014-02-09use linux style memory allocations in ttmJonathan Gray
2014-02-09add some more linux compat functions for memory allocationJonathan Gray
2014-02-09regenPhilip Guenther
2014-02-09nanosleep() isn't actually NOLOCK safe yet: tsleep() still requires kernelPhilip Guenther
2014-02-08Do not bzero() the available memory in pmap_bootstrap(); allocations inMiod Vallat
2014-02-08For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18Miod Vallat
2014-02-08Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with aMiod Vallat
2014-02-08Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-02-08Add extent_alloc_with_descr(9) as a wrapper aroundMark Kettenis
2014-02-08Be conservative about the resources the controller advertises forChris Cappuccio
2014-02-08Stop disablng/enabling interrupts in the interrupt handler forChris Cappuccio
2014-02-08Some (if not all) G5 systems use a different layout for the physical memoryMiod Vallat
2014-02-08Initializing the time from an uninitialized variable isn't a very good idea.Mark Kettenis
2014-02-08Don't unmask interrupts that should be left blocked because we're at aMark Kettenis
2014-02-08Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memoryMiod Vallat
2014-02-08Allow page table entries to be either 32 bits wide (the existing state of theMiod Vallat
2014-02-08only copy wmesg if wchan, after chatting with guenther and millert.Ted Unangst
2014-02-07Initializing the time from an uninitialized variable isn't a very good idea.Mark Kettenis
2014-02-07Make carp send IPv6 neighbour advertisements with the 'router' flagStefan Sperling
2014-02-07Borrow the sparc installboot a.out nlist code, for /usr/mdec/bootxx is stillMiod Vallat
2014-02-06missing define for qla2100 supportJonathan Matthew
2014-02-06revert some HID changes that broke on older modelsjoshua stein
2014-02-06add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_plaTed Unangst
2014-02-06parenthesis to make the math right. ok beck kettenisTed Unangst
2014-02-06Almost-working QLA2100 support. This appears to be the best I can do forJonathan Matthew
2014-02-06Fix an MP race in the fpu context saving code; from NetBSD.Miod Vallat
2014-02-05We're never going to detach the host bridge on our machines.Mark Kettenis
2014-02-05We have WARN_ONCE now.Mark Kettenis
2014-02-05Do proper error handling in the fault handler. Fixes spurious SIGSEGVs asMark Kettenis
2014-02-05Kill some dead code.Martin Pieuchot
2014-02-05after running myx(4) without biglock in production for a few daysDavid Gwynne
2014-02-05Avoid calling delay(9) between checking and clearing the interrupt status bits.Mark Kettenis
2014-02-05Punt on handling responses if we haven't allocated the response queue yet.Mark Kettenis
2014-02-05- Recognize BCM5762 A0 chipset.Brad Smith
2014-02-05tiny style adjustmentsTed Unangst
2014-02-04Add WARN_ONCE.Mark Kettenis
2014-02-04Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in theMiod Vallat
2014-02-04Make sure the USB device pointer is valid even if attach fails sinceMartin Pieuchot