summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r295351 through r295543.dim2016-02-112-2/+3
|\
| * Remove bus space fdt for MIPS.adrian2016-02-111-1/+0
| * kmod.mk: Ensure ILINKS are created before building.bdrewery2016-02-081-0/+1
| * kmod.mk: Support a beforebuild target such as bsd.prog.mk has.bdrewery2016-02-081-1/+2
* | Merge ^/head r294961 through r295350.dim2016-02-0614-15/+276
|\ \ | |/
| * Provide a workaround for setting the correct endianness when doing CFI onadrian2016-02-041-0/+1
| * ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-032-4/+2
| * ARM: All remaining functions in cpufunc_asm_arm10.S are identical withmmel2016-02-022-3/+1
| * Rename some CPU_MIPSxxx options and add new CPU_MIPSxxx optionsadrian2016-02-021-3/+7
| * Fix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE are specifiedadrian2016-02-023-1/+20
| * ARM: Split swtch.S into common, ARMv4 and ARMv6 parts. Cleanup them.mmel2016-01-301-0/+2
| * Welcome the RISC-V 64-bit kernel.br2016-01-296-0/+238
| * Framework for ARM64 instruction disassemblerwma2016-01-291-0/+1
| * ARM: After removal of old pmap-v6 code, rename pmap-v6-new.c to pmap-v6.c.mmel2016-01-291-1/+1
| * ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andmmel2016-01-292-3/+1
| * Support new MDIO hierarchy in ThunderX DTBzbb2016-01-281-0/+1
| * Divide ThunderX PCIe driver to general and FDT partzbb2016-01-281-1/+2
* | Merge ^/head r294777 through r294960.dim2016-01-273-93/+76
|\ \ | |/
| * Fix generation of dependency rules for the LinuxKPI, the MLX5 driverhselasky2016-01-272-91/+73
| * FAST_DEPEND: Mark some unneeded code for later removal.bdrewery2016-01-271-1/+1
| * FAST_DEPEND: Apply missed nofilemon fix from r294351.bdrewery2016-01-271-1/+2
* | Merge ^/head r294599 through r294776.dim2016-01-263-2/+13
|\ \ | |/
| * Introduce support for HW watchpoints and single stepping for ARMv6/v7zbb2016-01-251-0/+1
| * Add reset framework, a second part of new 'extended resources' family ofmmel2016-01-241-0/+2
| * Add clock framework, a first part of new 'extended resources' family ofmmel2016-01-242-0/+8
| * Now that the flashmap code knows about SPI flash, add it in builds.adrian2016-01-231-2/+2
* | Merge ^/head r294169 through r294598.dim2016-01-226-4/+4
|\ \ | |/
| * - Separate sendfile(2) implementation from uipc_syscalls.c intoglebius2016-01-221-0/+1
| * Remove fdt_fixup_table from architectures where it's unneeded. We only makeandrew2016-01-214-4/+0
| * ext2fs: Bring back the htree dir_index implementation.pfg2016-01-211-0/+2
| * Introduce initial support for Marvell Armada38xzbb2016-01-201-0/+1
| * Revert r294352.bdrewery2016-01-191-1/+1
| * FAST_DEPEND: Add header dependency missed in r290629.bdrewery2016-01-191-1/+1
* | Merge ^head r294090 through r294168.dim2016-01-162-6/+5
|\ \ | |/
| * Move ohci files to their proper place in the tree for atmel.imp2016-01-161-1/+0
| * FAST_DEPEND: Fix incremental builds leading to kernel panics.bdrewery2016-01-151-1/+1
| * FAST_DEPEND: Rework optimization for r290524.bdrewery2016-01-151-4/+4
* | Merge ^/head r293850 through r294089.dim2016-01-152-0/+3
|\ \ | |/
| * sfxge: add accessors for license-related MCDI calls to common codearybchik2016-01-141-0/+1
| * hyperv: implement an event timersephe2016-01-142-0/+2
* | Merge ^/head r293686 through r293849.dim2016-01-131-0/+19
|\ \ | |/
| * Document etherswitch and drivers using this framework.brueffer2016-01-121-0/+19
* | Merge ^/head r293280 through r293429.dim2016-01-081-0/+1
|\ \ | |/
| * Make additional parts of sys/geom/eli more usable in userspaceallanjude2016-01-071-0/+1
* | For clang 3.8.0 and higher targeting arm, use the new -mno-movt flag todim2016-01-071-0/+4
|/
* Revert r293070ngie2016-01-031-3/+0
* Add "options ZFS" to NOTES so this will be tested with the LINTngie2016-01-031-0/+3
* Add an OF_decode_addr() implementation for arm64.ian2016-01-021-0/+1
* In the unload target, check that the module is loaded first.des2016-01-011-1/+12
* newvers.sh: put variable assignments on separate linesemaste2015-12-311-1/+4
OpenPOWER on IntegriCloud