aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add SIOCGIFDOWNREASON.Konstantin Belousov2019-09-173-0/+13
* Further refine r352393, only call vnode_pager_setsize() outside theKonstantin Belousov2019-09-171-19/+22
* Return EISDIR when directory is opened with O_CREAT without O_DIRECTORY.Konstantin Belousov2019-09-171-0/+4
* The VFS-level clustering code collects together sequential blocksKirk McKusick2019-09-171-2/+20
* vfs: apply r352437 to the fast path as wellMateusz Guzik2019-09-171-3/+5
* Only allow a SCTP-AUTH shared key to be updated by the applicationMichael Tuexen2019-09-171-1/+1
* vfs: fix braino resulting in NULL pointer deref in r352424Mateusz Guzik2019-09-171-3/+5
* mips: move support for temporary mappings above KSEG0 to per-CPU dataJason A. Harmening2019-09-172-120/+91
* Remove dead code from vm_map_unlink_entry made dead by r351476, and alsoDoug Moore2019-09-171-11/+1
* RISC-V: Support EARLY_AP_STARTUPMitchell Horne2019-09-163-0/+27
* vfs: convert struct mount counters to per-cpuMateusz Guzik2019-09-168-46/+204
* vfs: manage mnt_writeopcount with atomicsMateusz Guzik2019-09-162-14/+52
* vfs: manage mnt_lockref with atomicsMateusz Guzik2019-09-161-4/+27
* vfs: manage mnt_ref with atomicsMateusz Guzik2019-09-168-15/+187
* Fix an off-by-one error from r351961Alan Somers2019-09-161-1/+1
* Assert that the refcount value is not VPRC_BLOCKED in vm_page_drop().Mark Johnston2019-09-161-1/+5
* Fix a race in vm_page_dequeue_deferred_free() after r352110.Mark Johnston2019-09-162-9/+12
* Fix a page leak in vm_page_reclaim_run().Mark Johnston2019-09-161-4/+11
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-2/+0
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-1623-806/+859
* Fix a couple of nits in r352110.Mark Johnston2019-09-1623-859/+806
* fusefs: fix some minor issues with fuse_vnode_setparentAlan Somers2019-09-162-2/+3
* nfscl_loadattrcache: fix rest of the cases to not callKonstantin Belousov2019-09-161-5/+6
* Don't write to memory outside of the allocated array for SACK blocks.Michael Tuexen2019-09-161-1/+1
* Relax TX draining in ns8250_bus_transmit().Alexander Motin2019-09-151-7/+2
* Apply a runtime patch to the FDT data for imx6 to fix iomuxc problems.Ian Lepore2019-09-151-0/+31
* When the IP layer calls back into the SCTP layer to perform the SCTPMichael Tuexen2019-09-151-6/+6
* rangelock: add rangelock_cookie_assertKyle Evans2019-09-152-0/+55
* Make the ti_sysc device quiet. It's an internal utility pseudo-deviceIan Lepore2019-09-151-0/+3
* Create a mechanism for encoding a system errno into the IIC_Exxxxx space.Ian Lepore2019-09-142-2/+31
* Introduce arb(3), the Array-based Red-Black Tree macros: similarEdward Tomasz Napierala2019-09-141-0/+779
* Make pseudofs(9) create directory entries in order, insteadEdward Tomasz Napierala2019-09-142-3/+25
* Include <lock.h>, required to use spinlocks in this code.Ian Lepore2019-09-141-0/+1
* powerpc64/powernv: Add opal NVRAM driver for PowerNV systemsJustin Hibbits2019-09-146-5/+315
* Add a "count_until_fail" option to gnop, which says to start failingChuck Silvers2019-09-132-6/+36
* Drivers may pass runt packets to filter. This is okay.Gleb Smirnoff2019-09-131-1/+4
* riscv trap_pfault: remove unneeded hold of the process around vm_fault() call.Konstantin Belousov2019-09-131-23/+1
* Add support for Intel Stratix 10 platform.Ruslan Bukin2019-09-138-0/+847
* Add generic arm/arm64 secure-monitor SMCCC interface and switchRuslan Bukin2019-09-137-38/+100
* vfs: release usecount using fetchaddMateusz Guzik2019-09-131-18/+63
* [Bug 240473] add support of Ralink RT5390R Wireless CardMichael Zhilin2019-09-121-0/+1
* arm64: connect Linuxulator to the buildEd Maste2019-09-121-6/+12
* Remove a redundant NULL pointer check in cpuset_modify_domain().Mark Johnston2019-09-121-1/+1
* Use REFCOUNT_COUNT() to obtain refcount where appropriate.Hans Petter Selasky2019-09-124-14/+17
* Use %u instead of %d to print unsigned integer.Hans Petter Selasky2019-09-121-3/+3
* Fix for undefined behaviour.Hans Petter Selasky2019-09-121-1/+1
* SIOCSIFNAME: Do nothing if we're not actually changingKyle Evans2019-09-121-0/+2
* Follow up r352244: kenv: tighten up assertionsKyle Evans2019-09-121-1/+9
* kenv: assert that an empty static buffer passed in is "empty"Kyle Evans2019-09-121-0/+2
* ig4(4): Fix SDA HOLD time set too low on Skylake controllersVladimir Kondratyev2019-09-121-0/+2