aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: Wake up userland after page flipJean-Sébastien Pédron2013-11-081-3/+1
* drm: Initialize "handle" to 0 before calling drm_gem_handle_create()Jean-Sébastien Pédron2013-11-082-0/+2
* Eliminate duplicated & dead code.Marko Zec2013-11-081-29/+0
* Fix typo in a comment.Hiren Panchasara2013-11-081-1/+1
* Do not use a sleep lock when protecting the driver flags.Alfred Perlstein2013-11-082-2/+5
* Fix for bad performance when mtu is increased.Alfred Perlstein2013-11-083-65/+45
* Use explicit long cast to avoid overflow in bitopts.Alfred Perlstein2013-11-081-3/+3
* Initialize variable in sys/x86/iommu/busdma_dmar.c, to avoid possibleDimitry Andric2013-11-081-0/+1
* Fix signal delivery for the iBCS2 binaries. The iBCS2 sysvec usesKonstantin Belousov2013-11-081-0/+2
* Eliminate an unused macro.Alan Cox2013-11-081-3/+0
* Add bits for the AMD features from CPUID function 0x80000001 ECX,Konstantin Belousov2013-11-083-12/+18
* Remove 'inline' from ar9300_init_pll(), it's too big to inline.Ian Lepore2013-11-081-1/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-088-87/+85
* Update aacraid to version 3.2.5.Achim Leubner2013-11-084-160/+621
* Make TCP_KEEP* socket options readable. At least PostgreSQL wantsGleb Smirnoff2013-11-081-0/+21
* Catch up with sb_timeo type change in r255138. This fixesGleb Smirnoff2013-11-081-2/+2
* Corrected definition for old_rate to match d_rotation_rateSteven Hartland2013-11-071-1/+1
* Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8), making ...Devin Teske2013-11-073-4/+14
* Clamp the dump block size to the dump device max I/O size.Justin Hibbits2013-11-071-2/+3
* Build the iwn2000 firmware too.Adrian Chadd2013-11-071-1/+1
* Add new AMT serial port PCI ID on Intel Lynx Point chipsetSean Bruno2013-11-071-0/+1
* Get rid of the artification limitation enforced byMichael Tuexen2013-11-072-31/+12
* Make sure that we don't try to build an ASCONF-ACK chunkMichael Tuexen2013-11-071-1/+2
* Use htons()/ntohs() appropriately.Michael Tuexen2013-11-072-3/+3
* Switch to the new common bus_space-v6.c, remove the local one.Ian Lepore2013-11-072-114/+1
* Switch to the new common bus_space-v6.c, remove the local one.Ian Lepore2013-11-072-114/+1
* cxgbe(4): Tidy up the display for payload memory statistics (pm_stats).Navdeep Parhar2013-11-071-12/+18
* Fix powerd/states on AMD cpus. Resolves issues with system reporting:Sean Bruno2013-11-061-2/+7
* Provide compat layer for OSIOCAIFADDR.Gleb Smirnoff2013-11-063-5/+14
* remove a debugging messageLuigi Rizzo2013-11-061-1/+1
* make it so that from/to can be missaligned as it can happen (the geliJohn-Mark Gurney2013-11-063-67/+95
* Don't return ENOBUFS if the transmit path handles the frame but queues it (eg...Adrian Chadd2013-11-061-4/+8
* Add definition for the Atheros 8021 gigabit PHY.Nathan Whitehorn2013-11-062-0/+2
* Make the powerpc dumpsys() more consistent with the other architectures.Justin Hibbits2013-11-061-3/+5
* Implement a working write region function to speed up loading of theHans Petter Selasky2013-11-061-6/+25
* An addendum: it is possible, though of questionable utility, for a nodeNathan Whitehorn2013-11-061-0/+2
* Do not panic if pmap_mincore() is called. This prevents crashing userlandNathan Whitehorn2013-11-061-1/+1
* Make OF_nextprop() work correctly for FDT by using the libfdtNathan Whitehorn2013-11-061-67/+26
* Check for "ieee80211_vap_setup()" failure in all USB WLAN drivers.Hans Petter Selasky2013-11-069-17/+63
* Switch allwinner A10/A20 and rockchip ports to use common ARMv6/v7 bus_space ...Aleksandr Rybalko2013-11-065-229/+3
* Switch to use common ARMv6/v7 bus_space tag.Aleksandr Rybalko2013-11-064-133/+3
* Add common bus_space tag definition shared for most supported ARMv6/v7 SoCs.Aleksandr Rybalko2013-11-061-0/+153
* Fix my braino in r257692. For SIOCG*ADDR we don't need exact match onGleb Smirnoff2013-11-061-9/+16
* - Remove mac_get_fd/mac_set_fd - those are not syscalls. The __mac_get_fd() andPawel Jakub Dawidek2013-11-061-8/+1
* Remove the gross hack for the Octeon Simple Executive to the leastWarner Losh2013-11-062-9/+14
* Reading the RT2860_ASIC_VER_ID register is not needed and returnsKevin Lo2013-11-061-1/+0
* Fix build on GCC.Nathan Whitehorn2013-11-061-1/+2
* Fix build.Gleb Smirnoff2013-11-051-7/+8
* Protect the "ratectl_ch" callout in the "run" driver by the "run"Hans Petter Selasky2013-11-051-2/+4
* Fix fallout from r257223. Since pf_test_state_icmp() can callGleb Smirnoff2013-11-051-0/+4