aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add ACPI support for USB driver.Takanori Watanabe2019-06-171-0/+1
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-1/+1
* Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdtIan Lepore2019-06-171-0/+1
* Restructure the pwm device hirearchy and interfaces.Ian Lepore2019-06-151-1/+0
* Allow pwm(9) components to be selected individually, while 'device pwm'Ian Lepore2019-06-151-5/+5
* Restore genassym.o to CLEANFILES.Bryan Drewery2019-06-111-1/+1
* Add the GPIO driver for the North/South bridge in Marvell Armada 37x0.Luiz Otavio O Souza2019-06-101-0/+1
* Fix global pointer relaxations in the RISC-V kernelMitchell Horne2019-06-091-1/+5
* Fix dpcpu and vnet panics with complex types at the end of the section.Bjoern A. Zeeb2019-06-082-0/+52
* Remove extra stray + from a diff from the beginning of the lines afterBjoern A. Zeeb2019-06-081-3/+3
* Add SDIO support.Bjoern A. Zeeb2019-06-082-0/+25
* Expose the kernel's build-ID through sysctlEd Maste2019-06-0413-0/+66
* Fix several places where tool name has been hardcoded:Maxim Sobolev2019-06-022-2/+4
* random(4): Fix RANDOM_LOADABLE buildConrad Meyer2019-06-015-8/+8
* Defer evaluation of modified until after it's setWarner Losh2019-05-311-8/+10
* newvers.sh correct typo from r348175Ed Maste2019-05-311-1/+1
* Implement the ffs and fls functions, and their longer counterparts, inDoug Moore2019-05-281-6/+6
* Add an AESNI-optimized version of the CCM/CBC cryptographic and authenticationSean Eric Fagan2019-05-252-0/+10
* Use ACPI SPCR on x86Colin Percival2019-05-231-0/+1
* arm: allwinner: clk: Add new clock aw_clk_fracEmmanuel Vadot2019-05-231-0/+1
* Implement "VARS_ONLY=1" via special command line argsWarner Losh2019-05-231-68/+91
* Fix PPC64 kernel build with clang8 + lld8Leandro Lupori2019-05-221-1/+2
* Add common support functions for USB devices configured via FDT data.Ian Lepore2019-05-191-0/+1
* Implement the ffs and fls functions, and their longer counterparts, inDoug Moore2019-05-171-6/+0
* FCP-101: Remove xe(4)Brooks Davis2019-05-172-6/+0
* FCP-101: Remove wb(4)Brooks Davis2019-05-172-5/+0
* FCP-101: Remove vx(4).Brooks Davis2019-05-171-2/+0
* FCP-101: Remove txp(4).Brooks Davis2019-05-172-3/+0
* FCP-101: Remove tx(4).Brooks Davis2019-05-172-3/+0
* FCP-101: Remove tl(4).Brooks Davis2019-05-172-7/+0
* FCP-101: Remove sn(4).Brooks Davis2019-05-172-9/+0
* FCP-101: Remove sf(4).Brooks Davis2019-05-172-7/+0
* FCP-101: Remove pcn(4).Brooks Davis2019-05-172-8/+0
* FCP-101: Remove fe(4).Brooks Davis2019-05-172-6/+0
* FCP-101: Remove ex(4).Brooks Davis2019-05-172-6/+0
* FCP-101: Remove ep(4).Brooks Davis2019-05-173-7/+0
* FCP-101: Remove ed(4).Brooks Davis2019-05-171-5/+0
* FCP-101: Remove de(4).Brooks Davis2019-05-172-3/+0
* FCP-101: Remove cs(4).Brooks Davis2019-05-171-3/+0
* FCP-101: Remove bm(4).Brooks Davis2019-05-171-1/+0
* Specify -z notext when building with -z ifunc-noplt.Mark Johnston2019-05-141-1/+1
* Remove redundant -Wl uses from the kernel's LDFLAGS.Mark Johnston2019-05-142-5/+5
* Fix build race with machine links and genoffset.o.Bryan Drewery2019-05-101-1/+1
* Connect Xilinx AXI drivers and Cadence Ethernet MAC to the RISC-V build.Ruslan Bukin2019-05-081-0/+3
* Add support for USB 3.0 XHCI via ACPIEmmanuel Vadot2019-05-081-1/+3
* Fix LINT linking issue.Hans Petter Selasky2019-05-081-0/+2
* Initial version of Mellanox in-kernel firmware upgrade support.Hans Petter Selasky2019-05-082-0/+12
* Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4).Hans Petter Selasky2019-05-081-0/+2
* tun/tap: merge and rename to `tuntap`Kyle Evans2019-05-082-7/+4
* Provide a template for busdma code for RISC-V.Ruslan Bukin2019-05-071-0/+1