aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sctp: Allow blocking on I/O locks even with non-blocking socketsMark Johnston2021-09-141-1/+1
* socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston2021-09-144-5/+2
* Remove the DN flag from the initial arm64 fpcr valueAndrew Turner2021-09-141-1/+1
* Add support for gicv2m as a child of gicv3Andrew Turner2021-09-142-9/+83
* Move the GICv2m msi handling to the parentAndrew Turner2021-09-143-113/+195
* Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek2021-09-143-55/+30
* if_mvneta: Build the driver as a kernel moduleHubert Mazur2021-09-143-30/+55
* amd64 wakeup: rework trampoline page allocationKonstantin Belousov2021-09-131-35/+44
* x86: duplicate acpi_wakeup.c per i386 and amd64Konstantin Belousov2021-09-135-87/+394
* ixl(4): Fix 2.5 and 5G speeds reporting and update shared codeKrzysztof Galazka2021-09-1310-108/+234
* libnv: Fix array unpack endianness logicStefan Grundmann2021-09-131-0/+2
* cxgbei: Only convert "plain" TCP connections to ISCSI.John Baldwin2021-09-131-1/+6
* cxgbei: Return early for EBUSY error in icl_cxgbei_conn_handoff.John Baldwin2021-09-131-40/+34
* cxgbei: Disable ISO for -SO cards without external memory.John Baldwin2021-09-131-1/+16
* amd64 acpi_wakeup: map 1:1 whole low 4G for the trampoline page tableKonstantin Belousov2021-09-131-27/+46
* x86 acpi_install_wakeup_handler(): styleKonstantin Belousov2021-09-131-5/+5
* amd64: do not touch low memory in acpi_wakeup_ap() if booted by UEFIKonstantin Belousov2021-09-131-13/+25
* Restrict spsr updated in the arm64 set_regs*Andrew Turner2021-09-131-5/+8
* Fix data race in scsi cd driver.Alexander Motin2021-09-131-5/+16
* Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek2021-09-132-45/+30
* if_mvneta: Build the driver as a kernel moduleHubert Mazur2021-09-132-30/+45
* e6000sw: Build the driver as a kernel moduleHubert Mazur2021-09-134-47/+41
* e6000sw: Use taskqueue subsytem for MDIO pollingHubert Mazur2021-09-131-27/+38
* sdhci: add sysctls to dump sdhci registers and capabilitesBartlomiej Grzesik2021-09-131-58/+165
* Measure latency of PMC interruptionsWojciech Macek2021-09-131-6/+52
* socket: Do not include control messages in FIONREAD return valueMark Johnston2021-09-121-2/+3
* sctp: avoid LORMichael Tuexen2021-09-121-3/+1
* sctp: minor cleanup, no functional changeMichael Tuexen2021-09-121-6/+2
* nfscl: Make vfs.nfs.maxcopyrange larger by defaultRick Macklem2021-09-112-5/+4
* Add EPOCH_TRACE to NOTES to get LINT coverage.John Baldwin2021-09-111-0/+2
* aio: Fix up the opcode in aiocb32_copyin()Mark Johnston2021-09-111-0/+2
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-116-61/+78
* md: Add MD_MUSTDEALLOC supportKa Ho Ng2021-09-112-2/+17
* cxgbei: Handle errors in PDUs.John Baldwin2021-09-104-17/+65
* aio: Interlock with listen(2)Mark Johnston2021-09-102-1/+18
* socket: Add macros to lock socket buffers using socket referencesMark Johnston2021-09-102-4/+33
* ng_l2tp: improve callout locking.Gleb Smirnoff2021-09-101-18/+11
* ng_l2tp: improve seq structure locking.Gleb Smirnoff2021-09-101-86/+61
* netgraph: add ng_uncallout_drain().Gleb Smirnoff2021-09-102-10/+41
* netgraph: pass return value from callout_stop() unmodified to callers ofGleb Smirnoff2021-09-103-10/+6
* pf: fix NOINET6 buildsKristof Provost2021-09-101-0/+4
* pf: qid and pqid can be uint16_tKristof Provost2021-09-104-15/+15
* wpi: Fix a lock leak in an error path in wpi_run()Mark Johnston2021-09-101-0/+1
* net: Fix memory leaks upon arp_fillheader() failuresorange302021-09-101-1/+2
* pf: fix synproxy to localKristof Provost2021-09-101-5/+57
* ipsec: Validate the protocol identifier in ipsec4_ctlinput()Mark Johnston2021-09-101-1/+7
* net: Enter a net epoch around protocol if_up/down notificationsMark Johnston2021-09-102-0/+8
* kern: drop remaining references to removed makesyscalls.shKyle Evans2021-09-101-2/+2
* x86/tsc.c: Add TSLOG to test_tscColin Percival2021-09-101-0/+2
* hkbd(4): Fix build on 32bit platformsVladimir Kondratyev2021-09-091-2/+2