]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Fix two similar bugs in the populate vm_fault() code.
[FreeBSD/FreeBSD.git] / sys / arm /
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-29 gonzo[qemu] Fix VERSATILEPB kernel boot in QEMU broken by...
2016-12-29 jmcneillAdd support for audio on I2S based DesignWare HDMI...
2016-12-27 gonzo[rpi] Fix bcm2835_audio locking and samples starvation
2016-12-27 mmMFV r310622:
2016-12-26 mmelImplement drivers for NVIDIA tegra124 display controlle...
2016-12-22 manuAllwinner clk: factor M for mod clock is 4 bits, not 5
2016-12-21 gonzo[iMX6] Fix SDMA driver build
2016-12-21 gonzo[iMX6] Fix build for SSI driver and add dependency...
2016-12-20 jmcneillSplit the DesignWare HDMI-specific code from imx6_hdmi...
2016-12-19 sjgMerge bmake-20161212
2016-12-18 manuofw_spi: Parse property for the SPI mode and CS polarity.
2016-12-18 jchandraInitialize GIC[DR]_IGROUPRn registers for GICv3
2016-12-17 dimMerge ^/head r310169 through r310190.
2016-12-17 skraFix sscanf() format string to match an argument. This...
2016-12-17 mmMFV r310115,310184:
2016-12-16 manuHonor the CLK_SET_DRYRUN for the *set_freq function...
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-16 andrewAll armv6 platforms have the same implementation of...
2016-12-15 manuFix building arm64 kernel after r310117
2016-12-15 manuAdd information about interrupts in the Allwinner padco...
2016-12-15 andrewDirectly include openfirm.h rather than through fdt_com...
2016-12-14 manuAdd new compatible string "allwinner,sun7i-a20-mmc".
2016-12-13 andrewUse the platform_*_t typedefs to help check the platfor...
2016-12-13 andrewAdd the missing void to function signatures in much...
2016-12-13 andrewUse platform_*_t to check the platform function signatu...
2016-12-13 ganboldSwitch Rockchip RK3188 SoC to use the platform code.
2016-12-13 gonzo[iMX6] Add compatibility string for GPT timer on i...
2016-12-13 gonzo[iMX6] Fix platform compatibility string for i.MX6...
2016-12-12 manuUse the spibus accessor when applicable.
2016-12-12 manuCS ivar is uint32_t, not int.
2016-12-12 jchandraFix gic_cpu_mask() calculation in ARM GIC
2016-12-10 defAdd support for encrypted kernel crash dumps.
2016-12-09 dimMerge ^/head r309519 through r309757.
2016-12-09 markjAdd a COMPAT_FREEBSD11 kernel option.
2016-12-06 andrewCreate two GIC ivars to find the bus type and GIC hardw...
2016-12-06 andrewMove the common bit manipulation macros from the GICv3...
2016-12-06 andrewAdda new common GIC header to handle the common parts...
2016-12-06 loosFix the armv6 build after r309553.
2016-12-06 mmMFV r309587:
2016-12-05 mmelFix build breakage caused by r309531.
2016-12-04 mmelFixes for NVIDIA Tegra124 clocks:
2016-12-04 mmelImplement fake pmap_mapdev_attr() for ARMv6.
2016-12-04 dimMerge ^/head r309263 through r309518.
2016-12-02 dimUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 dimUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-01 mmMFC r309362:
2016-12-01 loosMDIO_PHYACCESS_ACK is only valid for read access, remov...
2016-12-01 loosThe RX_FREEBUFFER registers are a write to increment...
2016-11-30 andrewMove the FDT specific parts of the GIC diver softc...
2016-11-30 andrewOnly include FDT headders when building for FDT.
2016-11-29 mmMFV r309299:
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-27 dimMerge ^/head r309170 through r309212.
2016-11-26 manuPLL3 have a fractional mode where an explicit frequency...
2016-11-24 dimMerge ^/head r309106 through r309117.
2016-11-24 loosAdd the etherswitch(4) support for TI CPSW.
2016-11-24 dimMerge ^/head r308870 through r309105.
2016-11-24 manuEnable the SCL and SDA i2c line for DDC.
2016-11-24 gonzo[rpi3] Fix SMP build for FreeBSD/arm64
2016-11-23 manuTest that the emac device is enabled in probe function
2016-11-23 manuDo not attempt to disable/release clock if it had not...
2016-11-22 andrewSplit out the FDT parts of the pmu driver to make way...
2016-11-22 delphijMFV r308954:
2016-11-21 andrewTo allow for an ACPI attachment to the generic PCIe...
2016-11-20 manuAdd spigen to the ARMv6 GENERIC kernel
2016-11-19 dimMerge ^/head r308491 through r308841.
2016-11-19 cognetThe only remaining offender that used ti_chip() without...
2016-11-19 cognetDon't panic if it's not a TI chip, this code can be...
2016-11-19 cognetDon't attempt to get the chip revision if it's not...
2016-11-19 jmcneillOn H3, initialize alarm and shutdown trip points and...
2016-11-19 cognetMove the pandaboard initialization from the probe to...
2016-11-19 cognetResolv the remaining conflicting symbols between omap4...
2016-11-19 cognetDon't assume we're running on a pandaboard if the panda...
2016-11-18 cognetGuess the TI chip based on the PLATFORM infos, instead...
2016-11-18 cognetConvert the omap4 code to use PLATFORM_SMP.
2016-11-16 andrewUse the correct OF_getencprop to get the height.
2016-11-15 jmcneillOn command error, reset only DMA and FIFO engines inste...
2016-11-15 jmcneillAllow the MMC frequency to be set up to 52MHz for MMC...
2016-11-15 loosAfter r308533, the platform compatible string must...
2016-11-15 loosChange the TI aintc driver name to "ti_aintc" to avoid...
2016-11-15 loosFix ti_gpio_detach() to avoid crashing if something...
2016-11-15 manuUpstream DTS provides PLL3 and PLL7 nodes (and their...
2016-11-14 loosAdd the cpsw, the NIC driver for ti/am335x, to GENERIC...
2016-11-14 loosBuild the Ti/AM335x DTBs as part of GENERIC kernel.
2016-11-14 andrewUse the correct OF_getencprop over OF_getprop + fdt32_t...
2016-11-14 andrewMove including fdt_pinctrl.h after openfirm.h to get...
2016-11-14 andrewStop including fdt_common.h from the arm code when...
2016-11-12 skraThe return type of is_managed() was changed from boolea...
2016-11-12 skraAlways call PHYS_TO_VM_PAGE() in is_managed(). Fast...
2016-11-11 andrewUse the modern spelling of ofw_bus_node_is_compatible...
2016-11-11 andrewFix ata_at91_alloc_resource to use rman_res_t.
2016-11-11 andrewRemove more unneeded users of the fdt_pic_decode_t...
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-10 dimMerge ^/head r308227 through r308490.
2016-11-08 bdreweryFix improper use of "its".
2016-11-08 andrewStart to remove the old pre-INTRNG code from the arm...
2016-11-08 manuDo not fail to attach the clock if we cannot set the...
2016-11-07 gonzoFix locking in bcm2835_audio driver
2016-11-07 delphijMFV r308392: file 5.29.
next