aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* lio_listio(2): send signal even if number of jobs is zero.Konstantin Belousov2020-12-011-5/+7
* vfs_aio.c: style.Konstantin Belousov2020-12-011-9/+8
* Fix syntaxKonstantin Belousov2020-12-011-2/+2
* vfs_aio.c: correct comment.Konstantin Belousov2020-12-011-2/+2
* rtld: bump r_debug.r_version to 1 from current 0.Konstantin Belousov2020-12-011-1/+4
* [arm64] Parse ACPI _PXM property on ARM64 platformOleksandr Tymoshenko2020-12-011-1/+1
* [arm64] Bump MAXMEMDOM value to 8 to match amd64Oleksandr Tymoshenko2020-12-011-1/+1
* USB umass: add quirk to not probeBjoern A. Zeeb2020-12-013-0/+9
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-016-24/+24
* Use uintptr_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Make stack_save*() more robust on MIPS.John Baldwin2020-12-011-35/+59
* Add a kstack_contains() helper function.John Baldwin2020-12-016-30/+21
* net: Revert vnet/epair cleanup race mitigationKristof Provost2020-12-012-13/+2
* if: Fix panic when destroying vnet and epair simultaneouslyKristof Provost2020-12-011-2/+14
* vmem: Revert r364744Mark Johnston2020-12-011-5/+1
* Remove duplicated SV_ASLR from the elf flags.Michal Meloun2020-12-011-1/+1
* Always use the __unused attribute even for potentially unused parameters.Michal Meloun2020-12-011-24/+17
* Move inner loop logic out of sysctl_sysctl_next_ls().Alexander V. Chernikov2020-11-301-89/+130
* Renumber NHR_* flags after NHR_IFAIF removal in r368127.Alexander V. Chernikov2020-11-301-4/+2
* wireguard: fix zfs_ copy pasta in module init macroMatt Macy2020-11-301-2/+2
* Remove (dead) GPL copyright code from wireguard sourcesMatt Macy2020-11-301-461/+0
* qat: Initialize the crypto device ID to -1 instead of 0Mark Johnston2020-11-301-0/+1
* qat: Fix firmware module autoloadingMark Johnston2020-11-3010-10/+10
* ffs: do not read full direct blocks if they are going to be overwritten.Konstantin Belousov2020-11-301-7/+22
* uma: Avoid allocating buckets with the cross-domain lock heldMark Johnston2020-11-301-7/+33
* Unbreak r368167 in userland. Decorate unused arguments.Michal Meloun2020-11-301-15/+29
* mmccam: Convert some printf to CAM_DEBUGEmmanuel Vadot2020-11-301-3/+4
* arm: allwinner: aw_mmc: Add a sysctl for debugingEmmanuel Vadot2020-11-301-30/+38
* vt: if loader did pass the font via metadata, use itToomas Soome2020-11-304-5/+150
* Use function macro for sema_init() in the LinuxKPI to limit macro expansion s...Hans Petter Selasky2020-11-301-1/+1
* fix vmbus_fb_mmio_res after r368168Toomas Soome2020-11-301-2/+3
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-309-9/+205
* NVME: Don't try to swap data on little endian machines.Michal Meloun2020-11-301-2/+28
* Remove RADIX_MPATH config option.Alexander V. Chernikov2020-11-299-460/+1
* Import kernel WireGuard supportMatt Macy2020-11-2956-1/+45084
* Reduce MAXPHYS back to 128KB on 32bit architectures.Konstantin Belousov2020-11-291-2/+6
* Store MPIDR register in pcpu.Michal Meloun2020-11-293-1/+6
* Remove unused options.Michal Meloun2020-11-294-18/+0
* _ARM_ARCH_5E is always defined, we not support older CPUs.Michal Meloun2020-11-295-992/+2
* Only set the PCI bus end when we are reducing itAndrew Turner2020-11-291-4/+5
* Remove orphaned configs.Michal Meloun2020-11-296-127/+0
* Remove remaining fragments of code for older already ceased ARM versions.Michal Meloun2020-11-299-1017/+0
* Remove remaining support of big endian byte order.Michal Meloun2020-11-296-732/+4
* Introduce rib_walk_ext_internal() to allow iteration with rnh pointer.Alexander V. Chernikov2020-11-292-10/+18
* Add nhop_ref_any() to unify referencing nhop or nexthop group.Alexander V. Chernikov2020-11-293-0/+26
* Refactor fib4/fib6 functions.Alexander V. Chernikov2020-11-295-90/+169
* Add tracking for rib/nhops/nhgrp objects and provide cumulative number access...Alexander V. Chernikov2020-11-295-25/+50
* bhyve: limit max GPA to VM_MAXUSER_ADDRESS_LA48.Konstantin Belousov2020-11-291-3/+3
* bio aio: Destroy ephemeral mapping before unwiring page.Konstantin Belousov2020-11-291-4/+3
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-2957-1716/+6