aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix regression issue after r351616. Make sure the mbuf queue gets initialized.Hans Petter Selasky2019-09-021-0/+9
* mips: fix some mcount nitsKyle Evans2019-09-021-1/+2
* Extend uma_reclaim() to permit different reclamation targets.Mark Johnston2019-09-018-81/+156
* Restrict the input domain set in cpuset_setdomain(2) to all_domains.Mark Johnston2019-09-011-3/+11
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-011-1/+3
* vnic: correct and simplify SIOCSIFFLAGSEd Maste2019-09-011-6/+6
* Remove CLANG_NO_IAS definitionEd Maste2019-09-011-2/+0
* netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione2019-09-016-75/+153
* vfs: stop refing freed mount points in vop_stdgetwritemountMateusz Guzik2019-09-011-12/+18
* Fix initialization of top_fsn.Michael Tuexen2019-09-011-1/+0
* Improve the handling of state cookie parameters in INIT-ACK chunks.Michael Tuexen2019-09-013-46/+65
* Add support for TP-Link Archer T2U Nano.Jung-uk Kim2019-09-012-1/+3
* nullfs: reduce areas protected by vnode interlock in null_lockMateusz Guzik2019-09-011-9/+10
* posixshm: switch to OBJT_SWAP in advance of other changesKyle Evans2019-09-011-1/+1
* ARM kernel can get RAM regions three ways:Aleksandr Rybalko2019-08-311-0/+2
* zfs: fix snapshot dir destruction after introducion of VOP_NEED_INACTIVEMateusz Guzik2019-08-311-0/+1
* Improve function definition.Michael Tuexen2019-08-311-1/+1
* Improve the handling of illegal sequence number combinations in receivedMichael Tuexen2019-08-311-5/+15
* vfs: add a missing VNODE_REFCOUNT_FENCE_REL to v_incr_usecount_lockedMateusz Guzik2019-08-301-0/+1
* Wrap a vlan's parent's if_output in a separate function.Matt Joras2019-08-301-1/+29
* avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin2019-08-302-89/+154
* Properly check for an interrupted cv_wait_sig().Mark Johnston2019-08-301-2/+2
* vfs: tidy up assertions in vfs_subrMateusz Guzik2019-08-301-2/+8
* xdma: avoid NULL deref in error caseEd Maste2019-08-301-2/+1
* qlxgbe: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* exynos5: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* exynos5: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* nullfs: use VOP_NEED_INACTIVEMateusz Guzik2019-08-301-4/+22
* Use mbuf queue instead of ifqueue in USB network drivers.Gleb Smirnoff2019-08-304-8/+6
* Allow mbuf queues to be unlimited.Gleb Smirnoff2019-08-301-1/+1
* Remove unused VM page locking macros.Mark Johnston2019-08-291-5/+0
* Simplify bhyve vlapic ESR logic.John Baldwin2019-08-293-48/+31
* Take proper lock in ses_setphyspath_callback().Alexander Motin2019-08-295-4/+8
* ichsmb: defer smbus attach until interrupts are availableYuri Pankov2019-08-291-5/+2
* vnic: avoid NULL deref in error caseEd Maste2019-08-291-3/+2
* scsi_cd: whitespace cleanupAndriy Gapon2019-08-291-111/+110
* scsi_cd: ifdef out cdsize()Andriy Gapon2019-08-291-1/+3
* scsi_cd: make the media check asynchronousAndriy Gapon2019-08-292-43/+554
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-2915-101/+43
* UFS: stop reusing the vnode for reallocated inode.Konstantin Belousov2019-08-293-5/+29
* Fix qmath(3) build problems with GCC 8.Edward Tomasz Napierala2019-08-291-1/+1
* Remove useless redefinition of NSFBUFS in i386/vm_machdep.c.Konstantin Belousov2019-08-291-4/+0
* Centralize __pcpu definitions.Konstantin Belousov2019-08-2926-111/+460
* zfs_ioc_snapshot: check user-prop permissions on snapshotted datasetsAndriy Gapon2019-08-291-10/+16
* Use get_pcpu() to fetch the current CPU's pcpu pointer.John Baldwin2019-08-282-8/+2
* cxgbe/t4_tom: Use the correct value of sndbuf in AIO Tx.Navdeep Parhar2019-08-281-4/+2
* Fix AHCI Enclosure Management, broken by r351356.Alexander Motin2019-08-282-20/+24
* tmpfs: use VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+22
* vfs: add VOP_NEED_INACTIVEMateusz Guzik2019-08-286-0/+68
* amd64: clean up cpu_switch.SMateusz Guzik2019-08-281-17/+14