summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* bhyve amd: amdvi_dump_cmds() log the command for which the command completion...Anish Gupta2019-12-011-9/+7
* usb: remove some extraneous tty.h includesKyle Evans2019-12-013-3/+0
* lockmgr: remove more remnants of adaptive spinningMateusz Guzik2019-12-012-8/+2
* tmpfs: use proper macros for permission values in tmpfs_accessMateusz Guzik2019-12-011-2/+2
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-0115-151/+220
* tty: implement TIOCNOTTYKyle Evans2019-11-302-2/+76
* smp: cast the read in quiesce_all_critical through void *Mateusz Guzik2019-11-301-1/+1
* Add an OFWBUS_PNP_INFO() macro for devices that hang directly off the rootIan Lepore2019-11-301-1/+2
* lockprof: use IPI-injecetd fences to fix hangs on stat dump and resetMateusz Guzik2019-11-301-2/+24
* Add a way to inject fences using IPIsMateusz Guzik2019-11-302-0/+62
* devfs: introduce a per-dev lock to protect ->si_devswMateusz Guzik2019-11-304-6/+20
* tmpfs: add fast path to tmpfs_access for common case lookupMateusz Guzik2019-11-301-0/+6
* vfs: swap placement between v_type and v_tagMateusz Guzik2019-11-301-2/+2
* Restore swap space accounting for non-anonymous swap objects. This wasJeff Roberson2019-11-291-8/+10
* Avoid acquiring the object lock if color is already set. It can not beJeff Roberson2019-11-291-4/+6
* Fix a perf regression from r355122. We can use a shared lock to drop theJeff Roberson2019-11-291-11/+22
* Ignore "gpio-hog" nodes when instantiating ofw_gpiobus children. Also,Ian Lepore2019-11-291-1/+3
* Use the VM_MEMATTR macros to describe the MAIR offsets.Andrew Turner2019-11-292-32/+28
* tty_rel_gone: add locking assertionKyle Evans2019-11-291-0/+1
* Add a VN_OPEN_INVFS flag.Konstantin Belousov2019-11-293-3/+6
* In nfs_lock(), recheck vp->v_data after lock before accessing it.Konstantin Belousov2019-11-291-0/+5
* [PPC] Remove extra \0 char inserted on vty by QEMULeandro Lupori2019-11-291-4/+25
* kern.mk: -Wno-error=stringop-overflow for gcc due to false positivesRyan Libby2019-11-291-0/+3
* ktls_session zone: don't need to specify uma trashRyan Libby2019-11-291-4/+0
* tty_pts: don't rely on tty header pollution for sys/mutex.hKyle Evans2019-11-291-0/+1
* snp: don't reference tp->t_mtx directlyKyle Evans2019-11-291-1/+1
* Handle large mallocs by going directly to kmem. Taking a detour throughJeff Roberson2019-11-295-131/+124
* Functions that call vm_map_splay_merge sometimes set data fieldsDoug Moore2019-11-291-83/+184
* Fix two races while handling nfsuserd daemon start/stop.Rick Macklem2019-11-284-11/+44
* Implement the ofw_bus_get_node method in the imx_gpio driver so thatIan Lepore2019-11-281-0/+12
* arm64: rockchip: rk3328: Add TSADC clocksEmmanuel Vadot2019-11-281-0/+23
* arm64: rockchip: tsadc: Do not free the sysctl context is it wasn't createdEmmanuel Vadot2019-11-281-2/+3
* Import DTS files from Linux 5.4Emmanuel Vadot2019-11-28456-6682/+29245
* Fix use-after-free in case of L2ARC prefetch failure.Alexander Motin2019-11-281-4/+9
* Add driver for temperature sensors found in RK32898, RK3328 and RK3399 SoC's.Michal Meloun2019-11-283-0/+839
* Really ignore the SCTP association identifier on 1-to-1 style socketsMichael Tuexen2019-11-281-107/+181
* Fix DEBUG_REDZONE build after r355169Jeff Roberson2019-11-281-0/+1
* Factor out check for mounted root file system.Hans Petter Selasky2019-11-282-8/+4
* Garbage collect the mostly unused us_keg field. Use appropriately namedJeff Roberson2019-11-284-59/+42
* uma: move sysctl vm.uma defn out from under INVARIANTSRyan Libby2019-11-281-1/+2
* Make DMAR allow Intel NTB device to access its own BAR0.Alexander Motin2019-11-281-0/+32
* Remove the trm(4) driverScott Long2019-11-288-4557/+0
* Make the code slightly more compact.Alexander Motin2019-11-281-22/+26
* Change r355157 to make svc_rpc_gss_lifetime_max a static.Rick Macklem2019-11-281-1/+1
* Add a cap on credential lifetime for Kerberized NFS.Rick Macklem2019-11-281-1/+13
* Include fin, the packet information structure (fr_info_t), in theCy Schubert2019-11-281-1/+1
* As part of creating a snapshot, set fs->fs_fmod to 0 in the snapshot imageChuck Silvers2019-11-281-0/+1
* Implement a sysctl tree for uma zones to assist in debugging and provideJeff Roberson2019-11-282-158/+343
* Refactor uma_zfree_arg into several functions to make control flow moreJeff Roberson2019-11-271-144/+158
* Inline some splay helper functions to improve performance on aDoug Moore2019-11-271-46/+32