aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* - Fix `make` in sys/modulesLi-Wen Hsu2018-01-124-1/+5
* Build systrace_freebsd32 on arm64.Michael Tuexen2018-01-111-0/+1
* Add missing file to gpiobus moduleJustin Hibbits2018-01-071-0/+4
* Move i386/isa/elink.[hc] to dev/ep.Konstantin Belousov2017-12-303-12/+3
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-202-4/+3
* dtb/allwinner: Restore a83t/BananaPi-M3 DTS after r342822Kyle Evans2017-12-051-0/+3
* Fix cyclic dependency after r326552.Bryan Drewery2017-12-051-2/+5
* Introduce bwn(4) support for the bhnd(4) bus.Landon J. Fuller2017-12-022-3/+12
* Port cloudabi32.ko to FreeBSD/arm64.Ed Schouten2017-11-301-2/+2
* It's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT fromScott Long2017-11-292-2/+2
* siba(4): Add support for devices have neither PMU nor PWRCTL support.Landon J. Fuller2017-11-281-2/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Don't redefine _KERNEL.Mark Johnston2017-11-241-2/+0
* bhnd(4): Add missing dependency on ofw_bus_if.hLandon J. Fuller2017-11-241-1/+1
* RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.Hans Petter Selasky2017-11-2410-36/+45
|\
| * Merge ^/head r325999 through r326131.Hans Petter Selasky2017-11-235-4/+18
| |\
| * | Compile fix for the mlx4 module.Hans Petter Selasky2017-11-211-0/+1
| * | Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-192-5/+4
| |\ \
| * | | Update iser backend code to use new ibcore APIs.Hans Petter Selasky2017-11-161-0/+1
| * | | Merge ^/head r325663 through r325841.Hans Petter Selasky2017-11-152-4/+3
| |\ \ \
| * | | | Remove no longer supported mthca driver.Hans Petter Selasky2017-11-132-21/+0
| * | | | Update mlx4ib(4) to Linux 4.9.Hans Petter Selasky2017-11-131-1/+1
| * | | | Update mlx5ib(4) to match Linux 4.9 and the new ibcore APIs.Hans Petter Selasky2017-11-101-1/+5
| * | | | Merge ^/head r325505 through r325662.Hans Petter Selasky2017-11-101-2/+2
| |\ \ \ \
| * | | | | Update the iw_cxgbe bits in the projects branch.Navdeep Parhar2017-11-071-0/+3
| * | | | | Merge ^/head r323559 through r325504.Hans Petter Selasky2017-11-0722-41/+65
| |\ \ \ \ \
| * \ \ \ \ \ MFH @ r323558.Navdeep Parhar2017-09-1319-52/+100
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r322398 through r322746.Hans Petter Selasky2017-08-2111-3/+64
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r321383 through r322397.Hans Petter Selasky2017-08-119-5/+56
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^/head r319973 through 321382.Hans Petter Selasky2017-07-2312-16/+35
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Initial RoCE/infiniband kernel update to Linux v4.9.Hans Petter Selasky2017-06-153-13/+34
* | | | | | | | | | | Pick the right vDSO file/linker flags when building cloudabi32.ko on ARM64.Ed Schouten2017-11-241-1/+5
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-221-3/+11
* | | | | | | | | | bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-224-3/+8
* | | | | | | | | | Add a driver for the EFI RTC. This uses the EFI Runtime Services to queryAndrew Turner2017-11-211-1/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | dts: Allwinner: Remove our last custom DTSEmmanuel Vadot2017-11-181-4/+3
* | | | | | | | | Unconditionally enable support for O_IPSEC opcode.Andrey V. Elsukov2017-11-171-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update the mlx4 core and mlx4en(4) modules towards Linux v4.9.Hans Petter Selasky2017-11-151-4/+2
* | | | | | | | Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernelWarner Losh2017-11-141-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Refactor the flowsteering APIs used by mlx5en(4). This change is needed byHans Petter Selasky2017-11-101-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Enable i386 build of the Cavium LiquidIO driver (lio) module.Sean Bruno2017-10-251-3/+3
* | | | | | dtb/allwinner: Disconnect sinovoip-bpi-m3.dts from the buildEmmanuel Vadot2017-10-211-1/+0
* | | | | | Remove mbpool(9) now that it has no consumers.Brooks Davis2017-10-182-20/+0
* | | | | | Hard link if_igb.ko to if_em.ko. Use a LINK directive to ensure thatSean Bruno2017-10-101-2/+1
* | | | | | Support the EFI Runtime Services on arm64. As with amd64 we use the 1:1Andrew Turner2017-10-101-0/+1
* | | | | | Add missing SUBDIR needed for iwmfw to load after ^/head@r324434Enji Cooper2017-10-101-1/+2
* | | | | | Sort SUBDIR and put entries on a single listEnji Cooper2017-10-101-1/+5
* | | | | | Add support for Intel 8265 WiFiGeorge V. Neville-Neil2017-10-091-0/+6
* | | | | | Fix symlink if_igb.ko in -current such that its relative and doesn'tSean Bruno2017-10-071-1/+1
* | | | | | cxgbe(4): Update T6, T5, and T4 firmwares to 1.16.63.0.Navdeep Parhar2017-10-073-3/+3