aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Import the mthca kernel side infiniband driver from Linux 4.9 and fixHans Petter Selasky2018-02-132-0/+37
* bwn(4): Fix outstanding bug in PHY-G tssi2dbm table generation caught byLandon J. Fuller2018-02-121-5/+0
* Rework ipfw dynamic states implementation to be lockless on fast path.Andrey V. Elsukov2018-02-071-1/+1
* dtb/allwinner: Add sun7i-a20-lamobo-r1.dts (Banana Pi R1)Kyle Evans2018-02-061-0/+1
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-054-25/+6
* Move assym.s to DPSRCS in linux modulesEd Maste2018-02-052-4/+4
* Correct MD patch in linux64 module MakefileEd Maste2018-01-291-2/+2
* Fix LINT build.Li-Wen Hsu2018-01-261-0/+1
* Add new opt_da.h for stand-alone build.Warner Losh2018-01-251-0/+1
* arm: lpc: Remove supportEmmanuel Vadot2018-01-241-5/+1
* Forgot to add the skeleton BCM283x Clock ManagerPoul-Henning Kamp2018-01-221-0/+12
* Add a skeleton Clock Manager for RPi2/3, and use that from pwmPoul-Henning Kamp2018-01-221-0/+2
* Rename rpi_pwm to bcm283x_pwm, and build it on armv[67] and arm64.Poul-Henning Kamp2018-01-212-1/+6
* Unbreak i386 buildConrad Meyer2018-01-191-1/+1
* Add ccp(4): experimental driver for AMD Crypto Co-ProcessorConrad Meyer2018-01-182-0/+23
* Add a rudimentary PWM driver for the RaspberryPi.Poul-Henning Kamp2018-01-141-0/+10
* - 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