summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* MFi386: r283407nyan2015-05-261-2/+14
* sfxge: add 7xxx NICs family supportarybchik2015-05-252-62/+46
* For objcopy, use --input-target and --output-targetrodrigc2015-05-252-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-242-0/+2
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-243-0/+3
* Add support for getting the memory map from EFI if it has been pased inandrew2015-05-241-0/+1
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-0/+1
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-242-4/+26
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-0/+3
* Clean up the Amlogic interrupt controller driver to handle the case whereandrew2015-05-181-0/+1
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-1/+1
* Add support for ARM GICv3 interrupt controller used in some ARM64 chipszbb2015-05-131-0/+2
* Add a PCI bridge for the Freescale PCIe Root Complexjhibbits2015-05-111-0/+1
* Add the gic to files.arm under "device gic" and use it with theandrew2015-05-101-0/+1
* Port x86 busdma to ARM64zbb2015-05-081-0/+1
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofjhb2015-05-082-0/+2
* xen: introduce a newbus function to allocate unused memoryroyger2015-05-081-0/+1
* Add DEV_ACPI to opt_acpi.h to be used to detect when ACPI is enabled inandrew2015-05-051-0/+1
* Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)jhibbits2015-05-041-0/+1
* Fix build by adding ixgbe_x550.c to sys/conf/files for ixgbe.erj2015-05-011-0/+2
* Remove leftover from r282269.jkim2015-04-302-5/+5
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-304-52/+43
* Also happened to miss this in r282264.jhibbits2015-04-301-3/+4
* Make it possible to statically link SIFTR into the kernelgnn2015-04-292-0/+2
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-0/+1
* Microsoft vmbus, storage and other related driver enhancements for HyperV.whu2015-04-292-0/+4
* Only include CWARNFLAGS once to reduce command line size from ~1400imp2015-04-282-2/+2
* Allow the arm64 config file to define SOCDEV_PA and SOCDEV_VA that may beandrew2015-04-281-0/+2
* Only enable the hpet driver on x86 hardware, it doesn't exist on arm64.andrew2015-04-283-1/+2
* Introduce ddb(4) support for ARM64zbb2015-04-271-0/+4
* Move common code from sys/i386/i386/mp_machdep.c andkib2015-04-243-0/+3
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toandrew2015-04-231-0/+3
* Move zlib.c from net to libkern.rodrigc2015-04-221-3/+3
* Move some common code from sys/amd64/amd64/machdep.c andkib2015-04-223-0/+3
* Make IFMEDIA_DEBUG a kernel option.glebius2015-04-212-0/+2
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-1/+2
* Complete r281670, unlist removed files.kib2015-04-181-2/+0
* Remove xform_ipip.c and code related to XF_IP4.ae2015-04-181-1/+0
* Fix kernel build ${MACHINE} pathemaste2015-04-163-3/+6
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-163-17/+10
* Add psci for arm64. This is currently used when rebooting and powering offandrew2015-04-131-0/+2
* Add config option PAE_TABLES for the i386 kernel. It switches pmap tokib2015-04-131-0/+5
* Bring in the start of the arm64 kernel.andrew2015-04-134-0/+255
* Add a driver for the ARM Power State Coordination Interface (PSCI). Thisandrew2015-04-121-0/+2
* Move all code related to IP fragment reassembly to ip_reass.c. Someglebius2015-04-101-0/+1
* newvers.sh: remove 'X' hack from shell scripteadler2015-04-081-4/+4
* Add support for the MIPS74K SoC family performance counters events.adrian2015-04-051-0/+1
* Add file missed in r281096.jhibbits2015-04-051-2/+1
* Fix whitespace.jhibbits2015-04-041-1/+1
* Add mpc85xx_gpio to the build conf.jhibbits2015-04-041-0/+1
OpenPOWER on IntegriCloud