aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* ufs: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-104-22/+29
* VM_MAXUSER_ADDRESS is highest page start, not highest address.Justin Hibbits2016-04-101-1/+1
* Restructure device mappings for Book-E.Justin Hibbits2016-04-102-18/+19
* More complete implementation of /proc/self/limits.Dmitry Chagin2016-04-102-42/+76
* Add a 'show t4 devlog <nexus>' DDB command.John Baldwin2016-04-101-0/+93
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.John Baldwin2016-04-103-25/+86
* Add a function to lookup a device_t object by name.John Baldwin2016-04-102-6/+17
* [net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...Adrian Chadd2016-04-101-1/+1
* [net80211] unconditionally do A-MPDU RX aging.Adrian Chadd2016-04-101-12/+2
* Implement support for boot-time DTrace.Mark Johnston2016-04-101-49/+112
* Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.Mark Johnston2016-04-101-13/+5
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.Mark Johnston2016-04-102-36/+60
* [net80211] log the node pointer when calling ht node init/cleanupAdrian Chadd2016-04-091-6/+7
* [net80211] add back in the ff/superg node init call that I accidentallyAdrian Chadd2016-04-091-0/+8
* USB: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-2/+2
* MFV r297760: 6418 zpool should have a label clearing commandAlexander Motin2016-04-091-0/+4
* Use DELAY() instead of sleeping during boot-time attach.John Baldwin2016-04-091-1/+4
* Align the start of the text segment to an 8-byte boundary. This fixesIan Lepore2016-04-091-2/+3
* Add couple new constants from SPC5r08.Alexander Motin2016-04-091-0/+2
* ixl(4): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-3/+3
* Register symbolic port/node names in FC name server.Alexander Motin2016-04-096-6/+181
* Add more fine-grained kernel options for NUMA support.John Baldwin2016-04-0910-43/+99
* ioat(4): ioat_get_dmaengine(): Add M_WAITOK modeConrad Meyer2016-04-094-7/+36
* Mfp: r296310,r296343Bjoern A. Zeeb2016-04-091-2/+13
* Reduce code duplication when executing Passthrough IOCB.Alexander Motin2016-04-091-187/+80
* Mfp: r296260Bjoern A. Zeeb2016-04-091-2/+1
* Enable PHY regulator when the optional "phy-supply" property is present.Jared McNeill2016-04-091-0/+11
* Mfp: r296259Bjoern A. Zeeb2016-04-092-4/+9
* Mfp: r296309Bjoern A. Zeeb2016-04-091-2/+6
* Mfp: r296345Bjoern A. Zeeb2016-04-091-2/+1
* Mfp: r296346Bjoern A. Zeeb2016-04-091-2/+1
* Try to unbreak the build: the 'vap' variable is only used if ieee80211Bjoern A. Zeeb2016-04-091-1/+1
* Make the KASSERT message in hash destroy more informative.Bjoern A. Zeeb2016-04-091-1/+2
* [net80211] print out the channel type (eg a, b, g, n) when creatingAdrian Chadd2016-04-091-2/+3
* Fix a masking bug for e500 PMC.Justin Hibbits2016-04-091-3/+4
* [ath] Only process beacon frames for the IBSS/BSSID if appropriate.Adrian Chadd2016-04-091-64/+81
* [net8021] Pull out the ibss check code into a public function.Adrian Chadd2016-04-092-15/+30
* [net80211] revert part of r282405 in order to restore IBSS behaviour.Adrian Chadd2016-04-091-4/+1
* Fix incorrect pin definitions for Allwinner A31.Jared McNeill2016-04-081-20/+20
* Attach hwreset resources at the same time as clock resources.Jared McNeill2016-04-081-1/+2
* Make it possible to tweak RCTL throttling sysctls at runtime.Edward Tomasz Napierala2016-04-081-17/+110
* Fix sending TSO packets larger than single DMA segment on VNICZbigniew Bodek2016-04-081-7/+1
* Fix MIPS INTRNG omissions, add soft/hard interrupts with different namesStanislav Galabov2016-04-081-12/+12
* Introduce better locking for mtk_gpio_v[12] driversStanislav Galabov2016-04-082-21/+79
* Introduce Mediatek/Ralink PCIe supportStanislav Galabov2016-04-082-0/+1653
* Introduce XHCI support for MT7621 SoCStanislav Galabov2016-04-081-0/+298
* Disable USB PHY slew rate calibration for Mediatek SoCs for nowStanislav Galabov2016-04-081-1/+11
* Fix wrong memory mappingStanislav Galabov2016-04-081-1/+1
* topo_set_pu_id: turn a check into an assertionAndriy Gapon2016-04-081-2/+2
* zio write issue threads should have lower (numerically greater) priorityAndriy Gapon2016-04-081-1/+1