aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* PowerNV: add buffer for OPAL consoleWojciech Macek2018-01-111-10/+54
* PowerNV: set LPCR[LPES] correctlyWojciech Macek2018-01-112-0/+6
* PowerNV: correctly start secondary CPUsWojciech Macek2018-01-111-9/+12
* PowerNV: add reset, poweroff, OPAL consoleWojciech Macek2018-01-114-0/+239
* CXGBE: fix get_filt to be endianness-awareWojciech Macek2018-01-111-4/+4
* PowerNV: initial support for OPALWojciech Macek2018-01-118-0/+993
* Zstd: Add bswap intrinsics for small MIPS systems (e.g., Onion Omega)Conrad Meyer2018-01-111-0/+14
* When we crash, we'll stop the scheduler before we call theWarner Losh2018-01-111-2/+8
* Flesh out static dtrace probes for /dev/crypto ioctl errors.John Baldwin2018-01-111-18/+84
* x86: Document purpose of _safe variants of {rd,wr}msr()Conrad Meyer2018-01-102-4/+8
* Fix minor locking issues in the Power Mac Uninorth PCI bridge driver.Landon J. Fuller2018-01-102-10/+27
* mallocarray(9): panic if the requested allocation would overflowConrad Meyer2018-01-102-8/+17
* Don't store shadow copies of per-process AIO limits.John Baldwin2018-01-101-16/+8
* Set the 'FR' bit in the status register for N32 kernels.John Baldwin2018-01-104-6/+9
* linuxkpi: Simplify kmalloc_array.Pedro F. Giffuni2018-01-101-3/+1
* dev/bxe: make use of mallocarray(9).Pedro F. Giffuni2018-01-102-2/+3
* Use mallocarray(9) in dirhash.Pedro F. Giffuni2018-01-101-3/+4
* Fix handling of read errors during mirror synchronization.Mark Johnston2018-01-101-47/+85
* Make nullfs properly report MNT_AUTOMOUNTED set on the nullfs mount itself,Edward Tomasz Napierala2018-01-101-1/+2
* Include ffsll() on riscv kernels.John Baldwin2018-01-101-0/+1
* amdsbwd: fix handling of timeout values beyond the supported rangeAndriy Gapon2018-01-101-13/+22
* inittodr(0) actually sets the time, so there's no need to callWarner Losh2018-01-101-5/+1
* Move prof_machdep.c to it's more traditional place under i386/i386.Warner Losh2018-01-102-1/+1
* Clarify the use of the gmirror flag mask constants.Mark Johnston2018-01-101-0/+4
* Retire pmtimer driver. Move time fixing into apm driver. MoveWarner Losh2018-01-105-184/+97
* Remove vestiges of digi(4) driver, first attempted in r305235 withWarner Losh2018-01-101-68/+0
* Finally, fix Zstd kernel build on MIPS and RISC-VConrad Meyer2018-01-103-0/+81
* Avoid referencing a possibly freed consumer after r327496.Mark Johnston2018-01-101-8/+7
* Convert a collection of unrelated bitwise flags to a collection of booleanIan Lepore2018-01-101-16/+14
* Bugfix: don't lose the am/pm mode flag when setting the time. Unlike mostIan Lepore2018-01-101-4/+5
* Bugfix: on RTC chips with a 32-bit binary counter, after reading the time,Ian Lepore2018-01-101-2/+1
* Allow the fast-path for disk AIO requests to fail requests.John Baldwin2018-01-101-20/+8
* Fix backwards MD_VERIFY logic for md devices.Jonathan T. Looney2018-01-101-1/+1
* Simplify some logic by merging an if test with a subsequent switch.John Baldwin2018-01-101-10/+7
* Add a counter to track in-flight AIO requests using unmapped I/O.John Baldwin2018-01-091-1/+8
* Release the held refcount on the probe periph when probing isScott Long2018-01-091-2/+1
* Hold a refcount on the periph while running the allocationScott Long2018-01-091-0/+2
* Bump version for r327597 adding cpucontrol -e supportBryan Drewery2018-01-091-1/+1
* Fix Zstd x86 kernel build with -march=<specific>Conrad Meyer2018-01-091-1/+1
* Add XHCI support to powerpc64 GENERIC. This is useful to get input devicesNathan Whitehorn2018-01-091-0/+1
* Consolidate two identical copies of sysres_ids.Warner Losh2018-01-091-4/+3
* Remove ccbque.h from i386/isa.Warner Losh2018-01-093-125/+114
* Add a function to find the PSCI version the firmware implements fromAndrew Turner2018-01-092-2/+12
* Add a framework to install CPU errata on arm64. Each erratum can encodeAndrew Turner2018-01-095-0/+72
* vmm/svm: contigmalloc of the whole svm_softc is excessiveAndriy Gapon2018-01-092-8/+21
* zfs_mount: restore a bit of ifdef-out illumos codeAndriy Gapon2018-01-091-1/+10
* usbdevs: add ASMedia vendor IDAndriy Gapon2018-01-091-0/+1
* Generalize the fix from r322757 and apply it to several more places.Konstantin Belousov2018-01-091-34/+45
* When handling write completion, take SU lock around calls toKonstantin Belousov2018-01-091-4/+6
* Postpone the disassotiation of the background write buffer with devvpKonstantin Belousov2018-01-091-1/+1