aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move 32-bit compat for md(4) ioctls into the md code.Brooks Davis2018-03-273-128/+107
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-279-96/+155
* Move uio enums to sys/_uio.h.Brooks Davis2018-03-279-16/+63
* MFV: libb2: use native calls for secure memory clearanceConrad Meyer2018-03-272-3/+14
* vfs_donmount: in certain cases try r/o mount if r/w mount failsAndriy Gapon2018-03-271-3/+58
* Backout r331606 until I can identify why it does not boot on someJeff Roberson2018-03-277-71/+29
* Rectify VMCI SPDX licenseMark Peek2018-03-2728-28/+28
* Only use CPUs in the domain the device is attached to for defaultJeff Roberson2018-03-277-29/+71
* Move vm_ndomains to vm.h where it can be used with a single header includeJeff Roberson2018-03-272-1/+2
* Update to Zstandard 1.3.4Conrad Meyer2018-03-2682-4470/+7418
* OCF: CRYPTDEB(): Enhance to allow formatted loggingConrad Meyer2018-03-262-4/+5
* cryptodev: Match intent for enc_xform ciphers with blocksize != ivsizeConrad Meyer2018-03-261-5/+5
* CC Cubic: fix underflow for cubic_cwnd()Sean Bruno2018-03-263-7/+52
* vmci(4): Fix GCC build and rationalize vmci_kernel_defs.hConrad Meyer2018-03-263-10/+7
* Fix a bug introduced in r329612 that slowly invalidates all clean bufs.Jeff Roberson2018-03-261-4/+3
* Allow to specify for vm_fault_quick_hold_pages() that nofault modeKonstantin Belousov2018-03-262-1/+14
* aw_sid(4): Release resources and destroy mutex on failureKyle Evans2018-03-261-1/+6
* Clamp IFLIB_RX_COPY_THRESH to MHLEN in iflib_rxd_pkt_get().Mark Johnston2018-03-251-1/+1
* Use LIST_FOREACH_SAFE in sleepq_chains_remove_matching().Mark Johnston2018-03-251-2/+2
* The PNP info has to follow the module definition. Move it from justWarner Losh2018-03-251-2/+2
* Remove redundant prototype to fix compilation with GCC.Hans Petter Selasky2018-03-251-1/+0
* Update a TBD string with a real model numberScott Long2018-03-251-1/+1
* Add VMCI (Virtual Machine Communication Interface) driverMark Peek2018-03-2531-1/+9471
* Add dtb overlays supportEmmanuel Vadot2018-03-247-5/+80
* When freeing a superblock returned by ffs_sbget, be sure to alsoKirk McKusick2018-03-242-2/+4
* Account the size of the vslock-ed memory by the thread.Konstantin Belousov2018-03-244-5/+15
* For vm_zone_stats() sysctl handler, do not drain sbuf callingKonstantin Belousov2018-03-241-14/+15
* This change adds a flag to the DAD entry to indicate whether it isJonathan T. Looney2018-03-241-13/+17
* In vn_io_fault1(), reduce the scope where pagefaults are disabled.Konstantin Belousov2018-03-241-11/+16
* Improve the lcall $7,$0 syscall emulation on amd64.Konstantin Belousov2018-03-242-32/+39
* Make the TCP blackbox code committed in r331347 be an optional featureJonathan T. Looney2018-03-248-3/+40
* Remove some unneccessary variable sets in IPv6 code, as detected byJonathan T. Looney2018-03-244-4/+3
* Fix compilation for platforms that don't support atomic_fetchadd_64()Jonathan T. Looney2018-03-241-4/+4
* cxgbe(4): Always initialize requested_speed to a valid value.Navdeep Parhar2018-03-241-2/+1
* Add a workaround to the hypervisor detection for older versions of KVM.John Baldwin2018-03-231-0/+12
* Remove redundant cast from Linuxulator SYSINITsEd Maste2018-03-233-6/+6
* Move remaining EF_MIPS_* flags to <sys/elf_common.h>.John Baldwin2018-03-232-20/+14
* Don't wait for completions when a mlx5en(4) device is in internalHans Petter Selasky2018-03-231-5/+10
* Fix incorrect page count when mlx5core is in internal error.Hans Petter Selasky2018-03-231-14/+39
* Revert r331379 as the "simple" lock changes have revealed a deeper problemSean Bruno2018-03-233-30/+6
* Don't save PCI state when PCI error is detected in mlx5core.Hans Petter Selasky2018-03-231-2/+2
* Add mutual exclusion mechanism for software reset of firmware in mlx5core.Hans Petter Selasky2018-03-237-5/+335
* Issue a software reset on firmware assert in mlx5core.Hans Petter Selasky2018-03-232-3/+66
* Fix two compliation problems on non-amd64 architectures.Jeff Roberson2018-03-232-3/+5
* Handle software reset of firmware in error flow in mlx5core.Hans Petter Selasky2018-03-232-36/+92
* Hide verbose proclamation of error when forced in mlx5core.Hans Petter Selasky2018-03-231-2/+4
* Cancel delayed recovery work when unloading the mlx5core driver.Hans Petter Selasky2018-03-233-1/+19
* Add support for fast unload in shutdown flow in mlx5core.Hans Petter Selasky2018-03-237-69/+184
* Improve support for health recovery in mlx5core.Hans Petter Selasky2018-03-234-26/+82
* Fixup return style(9) in amd64 linux*_sysvec.cEd Maste2018-03-232-6/+6