summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Remove support for CPU_FA626TE. It's unused by any of our kernel configs.andrew2015-03-301-1/+0
* Only build cpufunc_asm_armv4.S when needed.andrew2015-03-301-1/+1
* xen: add a handler for the debug interruptroyger2015-03-301-0/+1
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-0/+12
* Remove arm1136 support. We don't have any configs that use it, and I don'tandrew2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+0
* Remove ARM9_CACHE_WRITE_THROUGH, none of our configs define it.andrew2015-03-291-1/+0
* Remove all the handcrafted assembly in hwpmc_armv7.c and use thebz2015-03-281-1/+1
* Make simplebus a base class of ofwbus. This allows the elimination ofian2015-03-271-0/+2
* Add a note of clarification. MK_* variables only control what modulesimp2015-03-271-38/+4
* Categorize certain kernel builds as being broken in certain places.imp2015-03-271-0/+28
* Add support for specifying unsupported / broken options that overrideimp2015-03-271-0/+10
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.ian2015-03-262-1/+3
* Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add theandrew2015-03-241-0/+2
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-242-7/+1
* Add a driver for the Dallas/Maxim DS1307, another common i2c RTC.loos2015-03-201-0/+1
* Allow to override default kernel virtual address assignment on ARMzbb2015-03-201-0/+1
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-192-0/+2
* Fix ixgbe(4) - add ix_txrx to compile in the kernel.adrian2015-03-181-0/+2
* Update to the Intel ixgbe driver:jfv2015-03-172-15/+16
* Merge ^/head r279985 through r279994.dim2015-03-141-2/+2
* Merge ^/head r279893 through r279984.dim2015-03-141-3/+37
|\
| * Categorize certain kernel builds as being broken in certain places.imp2015-03-121-0/+27
| * Add support for specifying unsupported / broken options that overrideimp2015-03-121-3/+10
* | Merge ^/head r279759 through r279892.dim2015-03-113-9/+6
|\ \ | |/
| * Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-111-3/+1
| * Reimplement support for userland core dump compression using a new interfacemarkj2015-03-092-6/+5
* | Merging ^/head r279596 through r279758.dim2015-03-071-2/+1
|\ \ | |/
| * Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-071-2/+1
* | Merge ^/head r279313 through r279595.dim2015-03-045-7/+17
|\ \ | |/
| * Record the dependency to x86bios in vga_pcidumbbell2015-03-012-5/+5
| * Add infrastructure for exporting config schema from PF driversrstone2015-03-011-0/+1
| * Implement interface to create SR-IOV Virtual Functionsrstone2015-03-012-0/+2
| * Move libnv into the kernel and hook it into the kernel buildrstone2015-03-011-0/+3
| * Implement asprintf in libkernrstone2015-03-011-0/+1
| * Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM)loos2015-02-281-0/+1
| * Use appropriate alternative to -msoft-float for clang-built PowerPC kernels.nwhitehorn2015-02-271-2/+4
* | Merge ^/head r279163 through r279308.dim2015-02-261-0/+31
|\ \ | |/
| * sfxge: add to config filesarybchik2015-02-251-0/+31
* | Merging ^/head r278916 through r279022.dim2015-02-195-30/+64
|\ \ | |/
| * Use KTR_COMPILE=(KTR_ALL) for LINTs, to get more code coverage.glebius2015-02-191-1/+1
| * Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-191-1/+1
| * Allow the ARM unwinder to work through modules. This will be used to addandrew2015-02-191-0/+1
| * Merge ACPICA 20141107 and 20150204.jkim2015-02-181-0/+1
| * Populate new KERN_OPTS from all the opt_*.h files inimp2015-02-182-28/+60
* | Merge ^/head r278756 through r278915.dim2015-02-176-9/+21
|\ \ | |/
| * Globally enable -fms-extensions when building kernel with gcc, and removeglebius2015-02-174-4/+4
| * Pull the ARM ddb unwind code out to a new file. This will allow it to beandrew2015-02-171-0/+1
| * Fix compilation of the SDP driver and a compile warning after r278886.hselasky2015-02-171-1/+1
| * Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-171-5/+5
OpenPOWER on IntegriCloud