aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Various fixes for floating point on RISC-V.John Baldwin2018-09-194-3/+68
* Clear all of the VFP state in fill_fpregs().John Baldwin2018-09-191-1/+1
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-198-87/+139
* Move kernel vmem arena initialization to vm_kern.c.Mark Johnston2018-09-192-83/+83
* Update udp6_output() inp locking to avoid concurrency issues withBjoern A. Zeeb2018-09-191-13/+37
* Convert i386 NPX hardware context save methods to ifuncs.Konstantin Belousov2018-09-191-32/+66
* vm: check for empty kstack cache before lockingMateusz Guzik2018-09-191-1/+1
* amd64 pmap: remove tautological assert.Konstantin Belousov2018-09-191-2/+1
* Fix ZFS VFS op quotactl to follow busy protocol.Konstantin Belousov2018-09-191-0/+4
* Fix state of dquot-less vnodes after failed quotaoff.Konstantin Belousov2018-09-193-7/+40
* cxgbe(4): Enable TXRTLMT by default when the feature is available in theNavdeep Parhar2018-09-181-2/+4
* Only update the domain cursor once in keg_fetch_slab().Mark Johnston2018-09-181-4/+2
* Require ifunc-capable linker for i386Ed Maste2018-09-181-3/+4
* Remove unused code.Michael Tuexen2018-09-182-37/+0
* vm: stop taking proc lock in mmap to satisfy racct if it is disabledMateusz Guzik2018-09-182-13/+21
* Fixed isses:David C Somayajulu2018-09-171-8/+10
* Do not upgrade the vnode lock to call getinoquota().Konstantin Belousov2018-09-171-28/+7
* Fix a regression in r338360 when booting an x86 machine without APIC.John Baldwin2018-09-171-2/+8
* Fix an nvpair leak in vdev_geom_read_config().Mark Johnston2018-09-171-9/+12
* Use ifunc to resolve context switching mode on amd64.Konstantin Belousov2018-09-171-90/+167
* amd64: tidy up kernel memmove, take 2Mateusz Guzik2018-09-171-18/+15
* Calculate PTI, PCID and INVPCID modes earlier, before ifuncs are resolved.Konstantin Belousov2018-09-172-10/+16
* Make the PTI violation check to follow style of the SMAP check.Konstantin Belousov2018-09-171-5/+12
* Restore outbound packets capturing for if_gre(4). It was missed in r335048.Andrey V. Elsukov2018-09-171-0/+2
* Revert amd64: tidy up kernel memmoveMateusz Guzik2018-09-161-10/+12
* [ig4] Fix device description for Kaby Lake systemsOleksandr Tymoshenko2018-09-161-2/+2
* amd64: tidy up kernel memmoveMateusz Guzik2018-09-161-12/+10
* Remove unneeded new line from the panic string.Konstantin Belousov2018-09-161-1/+1
* Significantly improve pf purge cpu usage by only taking locksJohn-Mark Gurney2018-09-161-15/+19
* Log a message after a successful boot-time microcode update.Mark Johnston2018-09-143-55/+67
* Set ident for GENERIC-MMCCAM to not announce itself asBjoern A. Zeeb2018-09-141-0/+1
* amd64: implement pagezero_ermsMateusz Guzik2018-09-142-2/+21
* hwpmc: set default rate if event description lacks one / filter rate against ...Matt Macy2018-09-141-6/+21
* Update head from ALPHA5 to ALPHA6 as part of the 12.0-RELEASEGlen Barber2018-09-131-1/+1
* cxgbe(4): Use the correct number of parameters when querying the tidNavdeep Parhar2018-09-131-1/+1
* Enable Capsicum on armv6/armv7Ed Maste2018-09-132-0/+4
* Set zfs_arc_meta_strategy to metadata onlyEric van Gyzen2018-09-131-1/+6
* [ig4] Add PCI IDs for I2C controller on Intel Kaby Lake systemsOleksandr Tymoshenko2018-09-131-0/+4
* cxgbe/iw_cxgbe: Fix reported build breakage when the kernelNavdeep Parhar2018-09-131-0/+2
* amd64: implement ERMS-based memmove, memcpy and memsetMateusz Guzik2018-09-132-6/+90
* Enable reproducible builds in advance of 12.0-RELEd Maste2018-09-131-2/+2
* arm64: Make aw_sid and aw_thermal depend on nvmemEmmanuel Vadot2018-09-131-3/+3
* xen: temporary disable SMAP when forwarding hypercalls from user-spaceRoger Pau Monné2018-09-131-1/+13
* xen: legacy PVH fixes for the new interrupt countRoger Pau Monné2018-09-133-40/+66
* lapic: skip setting intrcnt if lapic is not presentRoger Pau Monné2018-09-131-1/+2
* xen: fix setting legacy PVH vcpu idRoger Pau Monné2018-09-131-4/+6
* xen: limit the usage of PIRQs to a legacy PVH Dom0Roger Pau Monné2018-09-131-1/+2
* xen: fix initial kenv setup for legacy PVHRoger Pau Monné2018-09-131-0/+10
* xen: remove xenpv_set_idsRoger Pau Monné2018-09-132-16/+3
* xen: fix PV IPI setupRoger Pau Monné2018-09-131-2/+2