aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When copying types from one CTF container to another, ensure that weJonathan T. Looney2020-11-171-1/+22
* Add legacy debug/test interfaces for kvm unit tests.Peter Grehan2020-11-175-4/+344
* [POWERPC] msun: fix incorrect flag in fesetexceptflagAlfredo Dal'Ava Junior2020-11-171-1/+1
* [POWERPC] fix signal race conditionAlfredo Dal'Ava Junior2020-11-171-4/+3
* Add an example for the -s flagMateusz Piotrowski2020-11-171-0/+6
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-174-13/+17
* Improve readability of the lists of optionsMateusz Piotrowski2020-11-171-20/+20
* Clean up the synopsis section & fix mandoc warningsMateusz Piotrowski2020-11-171-12/+6
* 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-173-3/+113
* _umtx_op: document UMTX_OP_SEM2_WAIT copyout behaviorKyle Evans2020-11-171-1/+22
* 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
* Add a guard for broken SUBDIR.${MK_FOO} useBrooks Davis2020-11-161-0/+6
* bsdiff: fix off-by-one errorMitchell Horne2020-11-161-1/+1
* malloc: make malloc_large closer to standaloneMateusz Guzik2020-11-161-70/+62
* Add missing includes of src.opts.mkBrooks Davis2020-11-162-0/+4
* 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
* Revert "When building on Ubuntu bootstrap bmake with bash as the default shell"Alex Richardson2020-11-161-8/+0
* 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
* Ensure make delete-old does not unlink the llvm-cxxfilt and its manpage,Dimitry Andric2020-11-151-2/+5
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-1510-231/+11
* zfsboot: add prototype for main()Toomas Soome2020-11-151-0/+2
* Fix regression in AHCI controller settings.Peter Grehan2020-11-151-3/+2
* Fix the previous revision, it suffered from an incomplete change to theScott Long2020-11-153-5/+5
* Because getlocalbase() returns -1 on error, it needs to use a signed typeScott Long2020-11-151-5/+12
* 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
* Change the default locale to C.UTF-8Baptiste Daroussin2020-11-141-2/+3