aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* NOTES: Improve wordingWarner Losh2021-06-191-4/+3
* vmm: Fix ivrs_drv device_printf usageKa Ho Ng2021-06-191-15/+15
* LinuxKPI: fix build after d4a4960c655 pci: "pcim" (managed) supportBjoern A. Zeeb2021-06-181-8/+8
* Bump __FreeBSD_version to 1400024 for LinuxKPI change.Bjoern A. Zeeb2021-06-181-1/+1
* LinuxKPI: avoid userret: Returning with with pinned threadBjoern A. Zeeb2021-06-181-0/+2
* LinuxKPI: fix sg_pcopy_from_buffer()Bjoern A. Zeeb2021-06-181-1/+2
* LinuxKPI: pci: cleanup some code and add support for "pcim" (managed)Bjoern A. Zeeb2021-06-182-43/+381
* LinuxKPI: fix pci device devres initialisationBjoern A. Zeeb2021-06-181-0/+2
* LinuxKPI: enhance the irq KPI for managed and threaded operations.Bjoern A. Zeeb2021-06-182-18/+110
* LinuxKPI: extend pci.h by various functions for wireless driverBjoern A. Zeeb2021-06-182-1/+93
* LinuxKPI: add dmam_pool_create() supportBjoern A. Zeeb2021-06-182-0/+30
* LinuxKPI: add device_reprobe() and device_release_driver()Bjoern A. Zeeb2021-06-181-20/+47
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-06-1823-145/+145
* LinuxKPI: add KPI for netdev_notifier_info returning ifpBjoern A. Zeeb2021-06-182-0/+12
* NOTES: fix typoWarner Losh2021-06-181-1/+1
* NOTES: Update the HZ entry with latest advice.Warner Losh2021-06-181-10/+6
* amd64 efirt: initialize vm_pages backing EFI runtime memoryKonstantin Belousov2021-06-171-0/+9
* Un-staticise vm_page_init_page()Konstantin Belousov2021-06-172-1/+2
* tests: Revise FIB lookups per second benchmarking routinesMarko Zec2021-06-171-21/+119
* Move mips and arm to 1000Hz by default.Warner Losh2021-06-1713-16/+2
* crypto: Remove now-unused crypto_cursor_seg{base,len}.John Baldwin2021-06-162-19/+0
* Simplify fuse_device_filt_writegAlfonso-bit2021-06-161-4/+2
* fusefs: support EVFILT_WRITE on /dev/fuseAlan Somers2021-06-161-1/+21
* fusefs: improve warnings about buggy FUSE serversAlan Somers2021-06-166-27/+63
* cxgbe tom: Remove orphaned function max_imm_tls_space().John Baldwin2021-06-161-17/+0
* ipfw: Update the pfil mbuf pointer in ipfw_check_frame()Mark Johnston2021-06-161-0/+2
* linux: implement set_cloned_tls() on arm64Edward Tomasz Napierala2021-06-161-4/+4
* linux: implement set_upcall on aarch64Edward Tomasz Napierala2021-06-161-4/+9
* nfscl: Make NFSv4.0 client acquisition NFSv4.1/4.2 compatibleRick Macklem2021-06-164-45/+13
* cxgbe: De-duplicate some of the code for managing TLS key contexts.John Baldwin2021-06-166-840/+626
* cxgbe tom: Remove support for non-KTLS TLS offload.John Baldwin2021-06-165-1378/+294
* ktls: Don't mark existing received mbufs notready for TOE TLS.John Baldwin2021-06-161-2/+4
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-154-5/+10
* Add a knob to disable dequeueing SIGCHLD on waiting for live processKonstantin Belousov2021-06-152-3/+12
* Add a knob to not drop signal with default ignored or ignored actionsKonstantin Belousov2021-06-153-27/+40
* sigwait: add comment explaining EINTR/ERESTART detailsKonstantin Belousov2021-06-151-0/+7
* sigwait(2) and sigtimedwait(2) must not be restarted.Konstantin Belousov2021-06-151-12/+8
* fusefs: delete dead codeAlan Somers2021-06-151-2/+0
* linux: improve reporting for unsupported syscall flagsEdward Tomasz Napierala2021-06-152-12/+16
* riscv: Add an hw.ncpu tunable to limit the number of coresJessica Clarke2021-06-151-7/+14
* Consistently use the SOCKBUF_MTX() and SOCK_MTX() macrosMark Johnston2021-06-145-7/+7
* Consistently use the SOLISTENING() macroMark Johnston2021-06-1411-23/+19
* amd64: Fix propagation of LDT updatesMark Johnston2021-06-141-7/+10
* arm: allwinner: Add mmc_pwrseq supportEmmanuel Vadot2021-06-141-0/+8
* arm: allwinner: dtb: Add overlays to disable SD/MMC nodeEmmanuel Vadot2021-06-144-1/+34
* gconcat: Implement new online append featureNoah Bergbauer2021-06-142-0/+205
* Reduce code duplication in machine/_types.hAlex Richardson2021-06-149-274/+92
* Add more GIC and GICv3 registersAndrew Turner2021-06-143-24/+103
* Use the correct length when copying arm64 vfp registersAndrew Turner2021-06-141-2/+2
* ktls: Fix interaction with RATELIMITAndrew Gallatin2021-06-141-1/+1