aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-02-18107-480/+2236
|\
| * Release the ref acquired in nd6_dad_find() if DAD is already in progress.Mark Johnston2016-02-181-2/+3
| * Use pfxrtr_del() instead of freeing advertising routers directly.Mark Johnston2016-02-171-2/+2
| * Remove a prototype for the non-existent prelist_del().Mark Johnston2016-02-171-1/+0
| * Fix a potentially "forever" loop.Gleb Smirnoff2016-02-171-1/+1
| * Ternary operator has lower priority than OR.Gleb Smirnoff2016-02-171-1/+1
| * Ternary operator has lower priority than OR.Gleb Smirnoff2016-02-171-3/+2
| * Add missing braces.Gleb Smirnoff2016-02-171-1/+2
| * After nullfs rmdir operation, reclaim the directory vnode which wasKonstantin Belousov2016-02-171-0/+9
| * In bnoreuselist(), check both ends of the specified logical blockKonstantin Belousov2016-02-171-1/+2
| * Use the right size for zeroing.Warner Losh2016-02-171-1/+1
| * Move the Allwinner kernels to use fdt_pinctrl. This will read the pinAndrew Turner2016-02-1717-83/+761
| * Add protection code for issues reported by PVS / D5245.Michael Tuexen2016-02-171-2/+4
| * Code cleanup which will silence a warning in PVS / D5245.Michael Tuexen2016-02-172-7/+3
| * Address a warning reported by D5245 / PVS.Michael Tuexen2016-02-171-2/+2
| * Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-1710-11/+21
| * Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsSvatopluk Kraus2016-02-173-27/+3
| * Add the implementation of atomic_swap_32().Ruslan Bukin2016-02-171-0/+13
| * Use better form representing 32 x 128-bit floating-point registers.Ruslan Bukin2016-02-171-1/+1
| * There is no need to pre save tp in cpu_fork().Ruslan Bukin2016-02-171-6/+0
| * Add the implementation of savectx().Ruslan Bukin2016-02-171-4/+23
| * Use callee-saved registers to pass args through fork_trampoline().Ruslan Bukin2016-02-172-17/+9
| * Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorSvatopluk Kraus2016-02-173-12/+3
| * Include pte-v6.h only where needed.Svatopluk Kraus2016-02-173-4/+1
| * Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-1716-112/+32
| * Evaluate also VM_PROT_EXECUTE protection in pmap_preboot_map_attr().Svatopluk Kraus2016-02-171-0/+1
| * Bump __FreeBSD_Version for u_long -> rman_res_t change (r294883).Justin Hibbits2016-02-161-1/+1
| * The locking annotations for struct sockbuf originally used the key fromJohn Baldwin2016-02-162-21/+23
| * Another conversion u_long -> rman_res_tJustin Hibbits2016-02-161-5/+5
| * Whitespace changes.Michael Tuexen2016-02-164-6/+7
| * Improve the teardown of the SCTP stack.Michael Tuexen2016-02-165-54/+109
| * Convert a few more long -> rman_res_t.Justin Hibbits2016-02-162-6/+6
| * Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-1610-10/+26
| * Use EARLY_DRIVER_MODULE() for ti_scm driver to be attached beforeSvatopluk Kraus2016-02-161-1/+2
| * Do not use DMA channels used by GPU.Svatopluk Kraus2016-02-163-33/+62
| * Add a sysctl to read the internal temperature of the AXP209 PowerAndrew Turner2016-02-161-0/+41
| * Add an analog audio driver for the audio codec found on the AllwinnerAndrew Turner2016-02-164-0/+862
| * Support PEM that is not a PCI endpoint on ThunderXZbigniew Bodek2016-02-165-33/+169
| * Temporary overwrite bad definition of elm interrupt property in LinuxSvatopluk Kraus2016-02-161-0/+4
| * Only read the power state register when we will be using its value. WhileAndrew Turner2016-02-161-10/+13
| * ichsmb: add PCI device ID for Intel Sunrise Point-H SMBus controllerEric van Gyzen2016-02-161-0/+4
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-0/+2
| * Filemon: Fix panic when fork1() is called from kproc_create().Bryan Drewery2016-02-161-1/+1
| * Use built-in :tA here rather than realpath(1).Bryan Drewery2016-02-161-1/+1
| * Fix a panic bug that cropped up in the PTE rewrite.Justin Hibbits2016-02-162-1/+3
| * Consolidate common beforebuild logic.Bryan Drewery2016-02-161-2/+1
* | MFHGlen Barber2016-02-15175-2068/+5674
|\|
| * Add support for the Allwinner DMA controller. This will be used by the atAndrew Turner2016-02-157-0/+720
| * Add support for the AXP209 Power System Management IC. This allows boardsAndrew Turner2016-02-152-0/+183
| * Set sc->clkfreq removed in r295470Andrew Turner2016-02-151-0/+2