aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* iscsi: Pass the request PDU to icl_conn_transfer_setup().John Baldwin2022-01-045-12/+10
* ccr: Use a software OCF session for requests which fallback to software.John Baldwin2022-01-041-343/+50
* OCF: Add crypto_clonereq().John Baldwin2022-01-042-0/+25
* sigev_findtd: Fix whitespace nit in argument list.John Baldwin2022-01-041-1/+1
* busdma: Fix powerpc DMA alignment checkJustin Hibbits2022-01-041-1/+1
* mvneta: Unconditionally print an error message if mii_attach() failsMark Johnston2022-01-041-4/+2
* linux(4): Reduce diffs between linux_rt_sendsig() and sendsig()Edward Tomasz Napierala2022-01-041-3/+5
* Unstaticize {get,set}_fpcontext() on amd64Edward Tomasz Napierala2022-01-042-7/+7
* if_mvneta: Use clock frequencyHubert Mazur2022-01-042-18/+31
* Add driver for marvell, a37x0 peripheral clocksHubert Mazur2022-01-0411-0/+1705
* Add driver for armada, 37x0-tbg-clockHubert Mazur2022-01-045-0/+413
* Add driver for marvell, armada-3700 oscillatorHubert Mazur2022-01-043-0/+155
* ipfilter module: Style(9) requires a space after returnCy Schubert2022-01-0429-1629/+1629
* ipfilter: Add SDT probe frb_natv6inCy Schubert2022-01-041-0/+1
* ipfilter: Unconditionally expose SDT probe frb_natv4inCy Schubert2022-01-041-1/+1
* ipfilter module: Fix whitespace errorsCy Schubert2022-01-0413-69/+69
* ipfilter: Remove extraneous comment lineCy Schubert2022-01-041-1/+0
* ipfilter module: Remove trailing whitespaceCy Schubert2022-01-044-8/+8
* ipfilter: Adjust kernel module returns to conform to style(9)Cy Schubert2022-01-0429-1565/+1565
* ipfilter: INLINE --> inlineCy Schubert2022-01-043-62/+54
* ipflter: ANSIfy kernel function declarationsCy Schubert2022-01-0428-2414/+833
* cam: don't lock while handling an AC_UNIT_ATTENTIONRobert Wing2022-01-041-10/+5
* cxgbe(4): Update firmwares to 1.26.6.0.Navdeep Parhar2022-01-0311-9/+9
* cxgbe(4): Fix stats collection for ports with port_id != tx_chanNavdeep Parhar2022-01-032-3/+3
* sctp: miror change due to upstreamingMichael Tuexen2022-01-031-1/+2
* arm64: Implement final level only TLB invalidationsAlan Cox2022-01-031-52/+92
* inpcb: garbage collect INP_LOCK_INIT(), used only once in sctpGleb Smirnoff2022-01-032-3/+2
* inpcb: use global UMA zones for protocolsGleb Smirnoff2022-01-036-128/+93
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-038-59/+18
* domains: init with standard SYSINIT(9) or VNET_SYSINIT()Gleb Smirnoff2022-01-035-19/+4
* netipsec: use SYSINIT(9) instead of dom_init/dom_destroyGleb Smirnoff2022-01-033-29/+26
* protocols: don't execute protosw_init() for every VNETGleb Smirnoff2022-01-031-4/+4
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-0334-188/+125
* x86: Skip late calibration if our reference timer has low qualityMark Johnston2022-01-031-0/+7
* Remove an obsolete warning from NOTESMark Johnston2022-01-031-1/+0
* udp_var.h: other headers already include types.hKristof Provost2022-01-031-2/+0
* arm64: Check for intrng-reported errors in gicv3_itsJessica Clarke2022-01-031-4/+20
* intrng: Use less confusing return value for intr_pic_add_handlerJessica Clarke2022-01-032-4/+4
* headers: make a few more headers self-containedKristof Provost2022-01-034-1/+13
* unionfs: implement VOP_SET_TEXT/VOP_UNSET_TEXTJason A. Harmening2022-01-031-0/+34
* unionfs: simplify writecount managementJason A. Harmening2022-01-032-23/+38
* geom_gate: ensure readprov is null-terminatedAlan Somers2022-01-031-13/+29
* When doing a read-only mount of a UFS filesystem using gjournal(8),Kirk McKusick2022-01-021-3/+4
* Fix variable name: freq_khz -> freqColin Percival2022-01-021-3/+3
* Skip TSC calibration if exact value knownColin Percival2022-01-021-0/+5
* ufs: Avoid subobject overflow in snapshot expunge codeJessica Clarke2022-01-021-2/+4
* ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke2022-01-024-9/+23
* mountmsdosfs(): some styleKonstantin Belousov2022-01-021-30/+25
* amd64 sigtramp: comment-out annotations for registers with DWARF number >= 32Konstantin Belousov2022-01-021-2/+5
* busdma: _bus_dmamap_addseg repairedDoug Moore2022-01-025-10/+10