aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add support for getting the memory map from EFI if it has been pased inAndrew Turner2015-05-241-0/+1
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-0/+1
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-242-4/+26
* Add Performance Monitoring Counters support for AArch64.Ruslan Bukin2015-05-191-0/+3
* Clean up the Amlogic interrupt controller driver to handle the case whereAndrew Turner2015-05-181-0/+1
* Build GENERIC with RACCT/RCTL support by default. Note that it stillEdward Tomasz Napierala2015-05-141-1/+1
* Add support for ARM GICv3 interrupt controller used in some ARM64 chipsZbigniew Bodek2015-05-131-0/+2
* Add a PCI bridge for the Freescale PCIe Root ComplexJustin Hibbits2015-05-111-0/+1
* Add the gic to files.arm under "device gic" and use it with theAndrew Turner2015-05-101-0/+1
* Port x86 busdma to ARM64Zbigniew Bodek2015-05-081-0/+1
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofJohn Baldwin2015-05-082-0/+2
* xen: introduce a newbus function to allocate unused memoryRoger Pau Monné2015-05-081-0/+1
* Add DEV_ACPI to opt_acpi.h to be used to detect when ACPI is enabled inAndrew Turner2015-05-051-0/+1
* Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)Justin Hibbits2015-05-041-0/+1
* Fix build by adding ixgbe_x550.c to sys/conf/files for ixgbe.Eric Joyner2015-05-011-0/+2
* Remove leftover from r282269.Jung-uk Kim2015-04-302-5/+5
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-304-52/+43
* Also happened to miss this in r282264.Justin Hibbits2015-04-301-3/+4
* Make it possible to statically link SIFTR into the kernelGeorge V. Neville-Neil2015-04-292-0/+2
* Add kern.racct.enable tunable and RACCT_DISABLED config option.Edward Tomasz Napierala2015-04-291-0/+1
* Microsoft vmbus, storage and other related driver enhancements for HyperV.Wei Hu2015-04-292-0/+4
* Only include CWARNFLAGS once to reduce command line size from ~1400Warner Losh2015-04-282-2/+2
* Allow the arm64 config file to define SOCDEV_PA and SOCDEV_VA that may beAndrew Turner2015-04-281-0/+2
* Only enable the hpet driver on x86 hardware, it doesn't exist on arm64.Andrew Turner2015-04-283-1/+2
* Introduce ddb(4) support for ARM64Zbigniew Bodek2015-04-271-0/+4
* Move common code from sys/i386/i386/mp_machdep.c andKonstantin Belousov2015-04-243-0/+3
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toAndrew Turner2015-04-231-0/+3
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-3/+3
* Move some common code from sys/amd64/amd64/machdep.c andKonstantin Belousov2015-04-223-0/+3
* Make IFMEDIA_DEBUG a kernel option.Gleb Smirnoff2015-04-212-0/+2
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-1/+2
* Complete r281670, unlist removed files.Konstantin Belousov2015-04-181-2/+0
* Remove xform_ipip.c and code related to XF_IP4.Andrey V. Elsukov2015-04-181-1/+0
* Fix kernel build ${MACHINE} pathEd Maste2015-04-163-3/+6
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-163-17/+10
* Add psci for arm64. This is currently used when rebooting and powering offAndrew Turner2015-04-131-0/+2
* Add config option PAE_TABLES for the i386 kernel. It switches pmap toKonstantin Belousov2015-04-131-0/+5
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-134-0/+255
* Add a driver for the ARM Power State Coordination Interface (PSCI). ThisAndrew Turner2015-04-121-0/+2
* Move all code related to IP fragment reassembly to ip_reass.c. SomeGleb Smirnoff2015-04-101-0/+1
* newvers.sh: remove 'X' hack from shell scriptEitan Adler2015-04-081-4/+4
* Add support for the MIPS74K SoC family performance counters events.Adrian Chadd2015-04-051-0/+1
* Add file missed in r281096.Justin Hibbits2015-04-051-2/+1
* Fix whitespace.Justin Hibbits2015-04-041-1/+1
* Add mpc85xx_gpio to the build conf.Justin Hibbits2015-04-041-0/+1
* Add necessary changes to support various Amlogic SoC devicesGanbold Tsagaankhuu2015-03-311-0/+1
* Remove support for CPU_XSCALE_80200. None of our configs support it, andAndrew Turner2015-03-301-2/+2
* Remove support for CPU_FA626TE. It's unused by any of our kernel configs.Andrew Turner2015-03-301-1/+0
* Only build cpufunc_asm_armv4.S when needed.Andrew Turner2015-03-301-1/+1
* xen: add a handler for the debug interruptRoger Pau Monné2015-03-301-0/+1