summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2020-08-06cp2112: driver for the namesake GPIO and I2C master gadgetAndriy Gapon
2020-08-01Add missing dependency for cpsw module.Michal Meloun
2020-07-30Move Ti AM335x to dev/extres/clk framework.Michal Meloun
2020-07-30remove some long abandonded serial drivers (cy, rc, rp) since 2008John-Mark Gurney
2020-07-28- Cleanups related to sparc64 removal.Yoshihiro Takahashi
2020-07-23modules/crypto: disable optimized assembly skein1024 implementationEd Maste
2020-07-19Make efirt module dependent on MK_EFIMitchell Horne
2020-07-15build DTS for Orange Pi PC Plus as wellAndriy Gapon
2020-07-14Add a driver for the SafeXcel EIP-97.Mark Johnston
2020-07-10Provide support for building SCTP as a loadable module.Mark Johnston
2020-07-01Add i.MX 8M Quad supportOleksandr Tymoshenko
2020-06-26ena: fix module build after r362530Andriy Gapon
2020-06-19Add DTB files for ARMADA 8040 based boards.Michal Meloun
2020-06-11Hard-code the ice_ddp firmware version.Mark Johnston
2020-06-09ixl(4): Add FW recovery mode support and other thingsEric Joyner
2020-06-06Rename skein_block_asm.s to .S and assemble using Clang IASEd Maste
2020-06-05Also pass SKEIN_USE_ASM to the assembler, via AFLAGSEd Maste
2020-06-05Apply C SKEIN_LOOP setting only to skein_block.cEd Maste
2020-06-03Add opt_compat.h needed by r359374.John Baldwin
2020-06-03Add spigen overlay for Raspberry Pi 4Oleksandr Tymoshenko
2020-06-03Add dtb for Firefly RK3399 to the list of Rockchip dtbsOleksandr Tymoshenko
2020-06-03Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'John Baldwin
2020-06-02modules: don't build ipsec/tcpmd5 if the kernel is configured for IPSECKyle Evans
2020-05-31Fix directly building in sys/modulesLi-Wen Hsu
2020-05-30Only build ipsec modules if the kernel includes IPSEC_SUPPORT.John Baldwin
2020-05-29Add opt_ipsec.h to fix standalone builds after r361633.John Baldwin
2020-05-29Honor opt_ipsec.h from kernel builds.John Baldwin
2020-05-26ice(4): Introduce new driver for Intel E800 Ethernet controllersEric Joyner
2020-05-25Introduce support for Epson RX-8803 RTC.Marcin Wojtas
2020-05-25Add TCA6416 GPIO expander support.Marcin Wojtas
2020-05-20HyperV socket implementation for FreeBSDWei Hu
2020-05-16libalias: retire cuseeme supportEd Maste
2020-05-12Remove tests for obsolete compilers in the build systemEric van Gyzen
2020-05-11Remove support for the Blowfish algorithm from OCF.John Baldwin
2020-05-11Remove support for the skipjack encryption algorithm.John Baldwin
2020-05-11Remove support for the cast128 encryption algorithm.John Baldwin
2020-05-11Remove ubsec(4).John Baldwin
2020-05-05Initial support for bhyve save and restore.John Baldwin
2020-04-28None of these use opt_sched.hBryan Drewery
2020-04-18More fixes to build the kernel with a compiler that defaults to -fno-commonAlex Richardson
2020-04-17Split XDR into separate kernel module. Make krpc depend on xdr.Gleb Smirnoff
2020-04-16arm: allwinner: aw_mmc: Make it possible to unload the moduleEmmanuel Vadot
2020-04-14modules: dtb: allwinner: Remove sun50i-a64-sid.dtsoEmmanuel Vadot
2020-04-14modules: dtb: allwinner: Remove non existant filesEmmanuel Vadot
2020-04-14Re-organize the NFS file handle affinity code for the NFS server.Rick Macklem
2020-04-10Remove support for Kernel GSS algorithms deprecated in r348875.John Baldwin
2020-04-09Remove the old NFS lock device driver that uses Giant.Rick Macklem
2020-04-01Retire procfs-based process debugging.John Baldwin
2020-03-31Add Platform Controller Hub built-in thermal management device driver.Takanori Watanabe
2020-03-20Introduce LINUXKPI_GENSRCS.Konstantin Belousov