aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* [cddl] Fix lz4 function definitions to not tri pup compile.Adrian Chadd2020-11-172-2/+7
* syscon: Add syscon_get_by_ofw_nodeEmmanuel Vadot2020-11-172-0/+16
* arm64: allwinner: Init the Display Engine clockEmmanuel Vadot2020-11-171-0/+2
* arm: allwinner: Add DE2 Clock support for H3 SoCEmmanuel Vadot2020-11-171-12/+86
* vchiq: Rename timer func so they do not conflict with linuxkpiEmmanuel Vadot2020-11-173-19/+19
* [POWERPC] fix signal race conditionAlfredo Dal'Ava Junior2020-11-171-4/+3
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-174-13/+17
* Stop calling gic_v3_detach when we haven't called gic_v3_attachAndrew Turner2020-11-171-3/+4
* Allow the GICv3 ACPI driver to attach to a GICv4Andrew Turner2020-11-171-2/+9
* Fix !COMPAT_FREEBSD32 kernel buildKyle Evans2020-11-171-0/+2
* sys/proc.h: improve comment for new TDP2 flagKyle Evans2020-11-171-1/+1
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-176-396/+309
* _umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATEKyle Evans2020-11-171-3/+3
* vmem: trivial warning and style fixes.Konstantin Belousov2020-11-171-7/+5
* cpuset: reorder so that cs_mask does not share cacheline with cs_refMateusz Guzik2020-11-171-4/+4
* cpuset: refcount-cleanMateusz Guzik2020-11-171-2/+2
* Introduce IOMMU support for arm64 platform.Ruslan Bukin2020-11-1610-0/+3530
* malloc: make malloc_large closer to standaloneMateusz Guzik2020-11-161-70/+62
* Fix a bug in assertion: entry flags also includes IOMMU_MAP_ENTRY_UNMAPPED.Ruslan Bukin2020-11-161-2/+4
* Add device_t member to struct iommu.Ruslan Bukin2020-11-162-0/+2
* imx7gpc: Remove unused functionsEmmanuel Vadot2020-11-161-14/+0
* dwmmc: dwmmc_switch_vccq is only used in MMCCAM kernelEmmanuel Vadot2020-11-161-2/+2
* Make mlx5_cmd_exec_cb() a safe API in mlx5core.Hans Petter Selasky2020-11-165-19/+93
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-1611-20/+22
* Enhance the mlx5_core_create_cq() function in mlx5core.Hans Petter Selasky2020-11-164-6/+8
* Use mlx5core to create/destroy all Dynamically Connected Targets, DCTs.Hans Petter Selasky2020-11-162-6/+6
* Fix error handling order in create_kernel_qp in mlx5ib.Hans Petter Selasky2020-11-161-2/+2
* select: call seltdfini on process and thread exitMateusz Guzik2020-11-162-1/+4
* select: replace reference counting with memory barriers in selfdMateusz Guzik2020-11-161-9/+9
* sched: fix an incorrect comparison in sched_lend_user_prio_condMateusz Guzik2020-11-152-2/+2
* cred: annotate credbatch_process argument as unusedMateusz Guzik2020-11-141-1/+1
* zfs: disable periodic arc updatesMateusz Guzik2020-11-141-0/+2
* thread: batch credential freeingMateusz Guzik2020-11-143-2/+102
* thread: batch resource limit free callsMateusz Guzik2020-11-143-1/+26
* thread: rework tid batch to use helpersMateusz Guzik2020-11-141-13/+66
* cred: reorder cr_audit to be closer to the lockMateusz Guzik2020-11-141-1/+1
* thread: pad tid lockMateusz Guzik2020-11-141-1/+1
* Fix implicit automatic local port selection for IPv6 during connect calls.Jonathan T. Looney2020-11-141-1/+2
* LinuxKPI: Exclude linux/acpi.h content on non-ACPI archs.Vladimir Kondratyev2020-11-141-0/+4
* Handle LoR in flush_pagedep_deps().Konstantin Belousov2020-11-149-87/+475
* Add ffs_inode_bwrite() helper.Konstantin Belousov2020-11-141-12/+13
* Revert r367669 to re-commit with proper messageKonstantin Belousov2020-11-141-13/+12
* Add a framework that tracks exclusive vnode lock generation count for UFS.Konstantin Belousov2020-11-141-12/+13
* Add a framework that tracks exclusive vnode lock generation count for UFS.Konstantin Belousov2020-11-147-87/+305
* Add PMRCAP printing and fix earlier CAP_HI.Alexander Motin2020-11-142-6/+48
* MFV: r367652Jung-uk Kim2020-11-1319-99/+311
|\
* | malloc: retire MALLOC_PROFILEMateusz Guzik2020-11-131-61/+0
* | Disable kernel INIT_ALL_ZERO on amd64Ed Maste2020-11-131-0/+5
* | ip_fastfwd: style(9) tidy for r367628Ed Maste2020-11-132-5/+6
* | [PowerPC64LE] Radix MMU fixes for LE.Brandon Bergren2020-11-131-199/+222