aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix braino of mine where the reseeds would happen far too often,Mark Murray2018-08-241-1/+1
* Fix a shadowed variable warning.Michael Tuexen2018-08-241-2/+2
* Unblock speculative prefetcher also on pool creation.Alexander Motin2018-08-241-0/+1
* Update head from ALPHA2 to ALPHA3 as part of the 12.0-RELEASEGlen Barber2018-08-241-1/+1
* Revert drm2 removal.Warner Losh2018-08-24560-1/+312410
* Fix comment. The actual meaning of ub_cnt is the opposite.Gleb Smirnoff2018-08-231-1/+1
* Proper spelling of consolidation.Kirk McKusick2018-08-231-3/+3
* - Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1]Marius Strobl2018-08-232-39/+26
* Add a per-pagequeue pdpages counter.Mark Johnston2018-08-234-7/+42
* Ensure that queue state is cleared when vm_page_dequeue() returns.Mark Johnston2018-08-232-50/+49
* Obtain the bus mode (MMC or SD) from the directly superordinatedMarius Strobl2018-08-231-3/+3
* Configure -zifunc-noplt for amd64 kernels.Mark Johnston2018-08-231-1/+1
* Use arc4rand() instead of read_random() in the SCTP and TCP code.Michael Tuexen2018-08-232-3/+3
* a10_timer: Update the driver so we can use it on other SoCEmmanuel Vadot2018-08-233-132/+243
* aw_mmc: Handle MMCBR_IVAR_RETUNE_REQEmmanuel Vadot2018-08-231-0/+3
* Remove a duplicated interface capability bit missed in r336313.Marius Strobl2018-08-231-1/+1
* - According to section 2.2.5 of the SDHCI specification version 4.20,Marius Strobl2018-08-231-20/+46
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2018-08-231-205/+201
* xen/netfront: Ensure curvnet is setKristof Provost2018-08-231-0/+4
* cxgbe(4): Use fcmpset instead of cmpset when appropriate.Navdeep Parhar2018-08-231-8/+11
* Remove a redundant #ifdef _KERNEL.Mark Johnston2018-08-231-2/+0
* arm64: GENERIC: Compile allwinner dtbsEmmanuel Vadot2018-08-231-0/+3
* dtb: Allwinner: Add aarch64 dts filesEmmanuel Vadot2018-08-231-0/+11
* dtb: aarch64 uses vendor subdirectories, handle thatEmmanuel Vadot2018-08-231-0/+6
* make_dtb: Always add root directory in the include pathEmmanuel Vadot2018-08-231-2/+2
* dts: Import DTS for arm64Emmanuel Vadot2018-08-23376-0/+112958
* Don't use the explicit number 32 for the length of the secrets,Michael Tuexen2018-08-231-6/+10
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-232-0/+2
* Create devctl freeze/thaw.Warner Losh2018-08-232-5/+88
* devstat(9): Constify function parameters that can be constConrad Meyer2018-08-232-11/+12
* cxgbev(4): Updates to the VF driver to cope with recent ifmedia andNavdeep Parhar2018-08-234-8/+16
* [ig4] Fix I/O timeout issue with Designware I2C controller on AMD platformsOleksandr Tymoshenko2018-08-223-3/+27
* KASSERT: Make runtime optionality optionalConrad Meyer2018-08-224-13/+41
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-226-1/+78
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-2212-128/+140
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-2216-130/+820
* if_media: Add new 2.5G/5G/25G/40G/50G/100G/200G/400G media typesEric Joyner2018-08-222-0/+228
* Add dmu_tx_assign() error handling in zfs_unlinked_drain().Alexander Motin2018-08-221-8/+15
* Create separate taskqueue to call zfs_unlinked_drain().Alexander Motin2018-08-222-3/+17
* Skip PMAP_PCID_KERN + 1 PCPU pcid_next value on APs as well.Konstantin Belousov2018-08-221-1/+2
* Adding device ID for Terratec SiXPack 5.1+.Tai-hwa Liang2018-08-221-0/+1
* Make NVMe compatible with the original APIChuck Tuffli2018-08-229-47/+32
* in_mcast: fix copy paste error when clearing flagMatt Macy2018-08-222-2/+2
* r338172 follow - remove firmwaresMatt Macy2018-08-2298-32860/+0
* disconnect drm2 from tegra build until made self-containedMatt Macy2018-08-221-1/+0
* Remove legacy drm and drm2 from treeMatt Macy2018-08-22461-279549/+1
* cxgbe(4): Be explicit about ignoring the return value of cmpset in someNavdeep Parhar2018-08-212-6/+6
* Fix null deref in mld_v1_transmit_reportMatt Macy2018-08-211-1/+4
* fix copy/paste error when clearing ifma flagMatt Macy2018-08-211-1/+1
* cxgbe/tom: Make sure 'matched' is always initialized before use.Navdeep Parhar2018-08-211-0/+1