aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add a new ARM kernel option, LOCORE_MAP_MB, to control the size of theIan Lepore2017-12-261-0/+1
* arm64: a10_gpio.c and a10_mmc.c were renamed aw_gpio.c and aw_mmc.cEmmanuel Vadot2017-12-261-2/+2
* When adding support for sending SCTP packets containing an ABORT chunkMichael Tuexen2017-12-261-1/+1
* Move syscon into extres frameworkKyle Evans2017-12-231-3/+3
* syscon: Introduce kobj and split out fdt bitsKyle Evans2017-12-231-2/+3
* Add a new kernel config option, MD_ROOT_READONLY, which forces on theIan Lepore2017-12-202-0/+4
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-201-3/+1
* Make __startkernel line up with KERNBASE, so that the math to compute theNathan Whitehorn2017-12-191-1/+1
* Add generic 'syscon' driverKyle Evans2017-12-111-0/+2
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-072-16/+0
* Allwinner H5: Enhance supportEmmanuel Vadot2017-12-051-0/+2
* DEPENDSRCS not used here.Bryan Drewery2017-12-051-1/+0
* Rename DEPENDFILES_OBJS to DEPENDFILES.Bryan Drewery2017-12-051-6/+5
* Introduce bwn(4) support for the bhnd(4) bus.Landon J. Fuller2017-12-022-2/+5
* Port cloudabi32.ko to FreeBSD/arm64.Ed Schouten2017-11-301-0/+13
* Avoid emitting a PT_INTERP section for powerpc64 kernels and arrange forNathan Whitehorn2017-11-251-2/+5
* Automatically use the ELFv2 ABI on powerpc64 if supported by the compiler.Nathan Whitehorn2017-11-251-1/+7
* RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.Hans Petter Selasky2017-11-242-95/+63
|\
| * Merge ^/head r325999 through r326131.Hans Petter Selasky2017-11-233-0/+8
| |\
| * \ Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-196-28/+3
| |\ \
| * \ \ Merge ^/head r325663 through r325841.Hans Petter Selasky2017-11-153-6/+10
| |\ \ \
| * | | | Remove no longer supported mthca driver.Hans Petter Selasky2017-11-131-37/+0
| * | | | Update mlx4ib(4) to Linux 4.9.Hans Petter Selasky2017-11-131-2/+0
| * | | | Update mlx5ib(4) to match Linux 4.9 and the new ibcore APIs.Hans Petter Selasky2017-11-101-2/+4
| * | | | Merge ^/head r325505 through r325662.Hans Petter Selasky2017-11-102-1/+6
| |\ \ \ \
| * \ \ \ \ Merge ^/head r323559 through r325504.Hans Petter Selasky2017-11-0717-39/+119
| |\ \ \ \ \
| * | | | | | Fix in-kernel build of ibcore module.Hans Petter Selasky2017-09-162-54/+59
* | | | | | | Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.Ed Schouten2017-11-242-0/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-221-0/+1
* | | | | | bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-221-0/+2
* | | | | | Add a driver for the EFI RTC. This uses the EFI Runtime Services to queryAndrew Turner2017-11-211-0/+1
* | | | | | Indent protection and some other oops from the prvious commits.Pedro F. Giffuni2017-11-201-1/+1
* | | | | | sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
| |_|_|_|/ |/| | | |
* | | | | Fix PORTS_MODULES+'make reinstallkernel' trying to run bogus 'make redeinstall'.Bryan Drewery2017-11-181-1/+1
* | | | | lockmgr: remove the ADAPTIVE_LOCKMGRS optionMateusz Guzik2017-11-171-1/+0
* | | | | Remove build system support for lint.Warner Losh2017-11-174-19/+2
* | | | | Remove i386 XBOX support.Konstantin Belousov2017-11-162-7/+0
| |_|_|/ |/| | |
* | | | Update the mlx4 core and mlx4en(4) modules towards Linux v4.9.Hans Petter Selasky2017-11-151-2/+2
* | | | Move sys/boot/fdt/dts to sys/dts and adjust scripts.Warner Losh2017-11-141-1/+1
* | | | Rework r325568 so all 'make LINT' targets work.Bryan Drewery2017-11-131-3/+7
| |_|/ |/| |
* | | Refactor the flowsteering APIs used by mlx5en(4). This change is needed byHans Petter Selasky2017-11-101-1/+3
* | | AUTO_OBJ: Fix 'old style' kernel builds using wrong .OBJDIR.Bryan Drewery2017-11-091-0/+3
| |/ |/|
* | Add Freescale QorIQ SATA controller support.Justin Hibbits2017-11-051-0/+1
* | Follow-up r318105: Don't use NO_OBJ at top-level, use NO_OBJWALK.Bryan Drewery2017-11-031-3/+3
* | [i2c/clock] add support for EPSON RTC-8583Michael Zhilin2017-10-311-0/+1
* | Remove unnecessary C in .fwo file I accidentally made consistentEnji Cooper2017-10-301-2/+2
* | Fix a bad copy-paste (8000C -> 8265) done in r325122Enji Cooper2017-10-301-1/+1
* | Fill in the blanks for iwm8265fw(4) rules, missed in r324434Enji Cooper2017-10-301-0/+14
* | With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-202-6/+3
* | Move swapout code into vm/vm_swapout.c.Konstantin Belousov2017-10-201-1/+3