]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
ACK the interrupt after disabling it, this avoid an interrupt storm.
[FreeBSD/FreeBSD.git] / sys / arm /
2016-03-16 andrewRemove old COMPAT_FREEBSD options from the ARM kernel...
2016-03-16 mmelImport basic support for Nvidia Jetson TK1 board and...
2016-03-15 wmaRemove redefinitions in ARMADA code
2016-03-14 gjbMFH
2016-03-14 bzOnly check for SYS_freebsd6_lseek if the syscall code...
2016-03-14 wmaAdd support for USB3.0 on Armada38x
2016-03-14 wmaMake MPIC compatible with ARM_INTRNG
2016-03-14 wmaFix GIC interrupt decoding in INTRNG code
2016-03-13 jmcneillFix display output for non-HDMI display devices.
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-07 gjbMFH
2016-03-06 andrewAdd SMP support for the Allwinner A31 and A31s. This...
2016-03-06 gjbMFH
2016-03-05 dimMerge ^/head r296369 through r296409.
2016-03-05 andrewAdd support to enable/disable both the EHCI and OHCI...
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 jmcneillAdd support for Allwinner A31 RTC controller.
2016-03-02 gjbMFH
2016-03-02 andrewThe cpu_reset_needs_v4_MMU_disable variable is only...
2016-03-01 jmcneillAdd support for Allwinner A31/A31s EHCI controller...
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhbRemove taskqueue_enqueue_fast().
2016-03-01 andrewMake the memory size returned from fdt_get_mem_regions...
2016-03-01 andrewStop setting the memory size in the arm EFI and FDT...
2016-03-01 andrewMake the fdt_get_mem_regions memsize argument optional...
2016-03-01 jhibbitsCorrect the memory rman ranges to be to BUS_SPACE_MAXADDR
2016-02-29 wmaFix fdt_get_mem_regions() to work with 64-bit addresses
2016-02-28 gonzoFix typo in device description
2016-02-28 jmcneillAdd Allwinner A10/A20 RTC driver.
2016-02-28 andrewAdd SMP support to the ARM PLATFORM code. This will...
2016-02-28 andrewBuild ofw_cpu.c on all ARM configs using FDT. As we...
2016-02-27 jmcneillFix PIO mode on A31 and later SoCs.
2016-02-27 skraMove IPI related parts back to (ARM) machine specific...
2016-02-27 jhibbitsMigrate many bus_alloc_resource() calls to bus_alloc_re...
2016-02-26 jmcneillFix inverted test for lock status while waiting for...
2016-02-26 andrewMake the CUBIEBOARD config include the A10 config with...
2016-02-26 andrewAlmost all copies of platform_mp_init_secondary just...
2016-02-26 andrewRemove platform_mp_probe as it's almost identical on...
2016-02-26 andrewAdd the start of support for the Allwinner A31 clocks...
2016-02-25 andrewFix a mistake that crept in when moving between git...
2016-02-25 andrewRemove platform_ipi_send, it's an unneeded as all imple...
2016-02-25 jmcneillAdd Allwinner A20 HDMI support.
2016-02-25 andrewAdd support for the Allwinner A31 watchdog to the exist...
2016-02-25 andrewAdd the Allwinner A31 and A31s padconf support. It...
2016-02-25 jmcneillFix dedicated DMA transfers.
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-23 gjbMFH
2016-02-23 skraRemove redundant __ARM_ARCH >= 6 check in armv6 specifi...
2016-02-23 ianMake imx6 systems work again after recent import of...
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 skraRemove armv6 specific part from armv4 specific file...
2016-02-22 gjbMFH
2016-02-22 skraMove ARM_L2_PIPT option to std.armv6 for all armv6...
2016-02-22 skraAs <machine/vm.h> is included from <vm/vm.h>, there...
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 skraAs <machine/param.h> is included from <sys/param.h...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 skraRename busdma_machdep.c to busdma_machdep-v4.c, pmap...
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-19 andrewAdd initial support for the Allwinner A31i and A31s...
2016-02-19 andrewInclude ofw_bus_subr.h before ofw_pci.h for the definit...
2016-02-19 skraRemove not used static function pmap_kenter_attr().
2016-02-19 skraRemove not used definitions and fix some style nits.
2016-02-19 skraRemove AP_KRW definition not needed after r295801.
2016-02-19 skraRename pte.h to pte-v4.h and start including directly...
2016-02-19 skraMove common definitions from both pmap-v4.h and pmap...
2016-02-19 skraRename pmap.h to pmap-v4.h and remove pmap-v6.h include...
2016-02-18 zbbIntroduce bus_get_bus_tag() method
2016-02-18 skraRemove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS...
2016-02-18 skraRemove redundant L2_ADDR_MASK definition and replace...
2016-02-18 skraRemove unneeded definitions after r291406. Also remove...
2016-02-18 gjbMFH
2016-02-17 andrewMove the Allwinner kernels to use fdt_pinctrl. This...
2016-02-17 skraDo not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH...
2016-02-17 skraRemove unneeded vector_page_setprot() for __ARM_ARCH...
2016-02-17 skraInclude pte-v6.h only where needed.
2016-02-17 skraRemove pd_prot and pd_cache members from struct arm_dev...
2016-02-17 skraEvaluate also VM_PROT_EXECUTE protection in pmap_preboo...
2016-02-16 andrewAllow callers of OF_decode_addr to get the size of...
2016-02-16 skraUse EARLY_DRIVER_MODULE() for ti_scm driver to be attac...
2016-02-16 skraDo not use DMA channels used by GPU.
2016-02-16 andrewAdd a sysctl to read the internal temperature of the...
2016-02-16 andrewAdd an analog audio driver for the audio codec found...
2016-02-16 andrewOnly read the power state register when we will be...
2016-02-15 gjbMFH
2016-02-15 andrewAdd support for the Allwinner DMA controller. This...
2016-02-15 andrewAdd support for the AXP209 Power System Management...
2016-02-15 andrewSet sc->clkfreq removed in r295470
2016-02-15 andrewRemove an unused static inline function.
2016-02-15 skraInitial OMAP4 WUGEN pass-through driver. SPI interrupts...
2016-02-15 andrewAdd support for the Allwinner i2c device. This is simil...
2016-02-14 andrewMove the twsi driver source to be under iicbus. It...
2016-02-14 andrewCreate the twsi device option in preparation to move...
2016-02-14 andrewRemove an unused include.
2016-02-13 dimMerge ^/head r295544 through r295600.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-12 andrewStop adding an extra null terminator to strings, OF_get...
2016-02-11 dimMerge ^/head r295351 through r295543.
next