]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
mips: for pointers replace 0 with NULL.
[FreeBSD/FreeBSD.git] / sys / arm /
2016-04-15 andrewAdd initial GICv2m support to the arm GIC driver. This...
2016-04-13 gonzoFix UART3 and UART4 clock offsets.
2016-04-13 gonzoMultiple fixes in VCHI audio driver:
2016-04-12 philMerge libxo 0.4.6
2016-04-10 pfgCleanup unnecessary semicolons from the kernel.
2016-04-09 jmcneillEnable PHY regulator when the optional "phy-supply...
2016-04-08 jmcneillFix incorrect pin definitions for Allwinner A31.
2016-04-08 jmcneillAttach hwreset resources at the same time as clock...
2016-04-08 jmcneillAdd function for mapping SRAM-D area to USB0 (OTG)...
2016-04-08 jmcneillMatch on compatible string "allwinner,sun4i-a10-sram...
2016-04-07 ianRemove unecessary locking, mostly from places where...
2016-04-07 ianCode cleanup: stop searching for a pin in the array...
2016-04-07 ianFix a copyright glitch before it gets copy-pasted again...
2016-04-07 ianComestic changes; when INTRNG support was added, some...
2016-04-07 skraProperly initialize isrc_cpu field of ISRC which is...
2016-04-07 skraImplement intr_isrc_init_on_cpu() and use it to replace...
2016-04-06 jmcneillConvert Allwinner port to extres clk/hwreset/regulator...
2016-04-05 skraFix typo. No functional change.
2016-04-05 skraRework BCM283x gpio interrupt controller for INTRNG...
2016-04-05 skraImplement bcm2836 interrupt controller for INTRNG and...
2016-04-05 skraRework bcm283x interrupt controller for INTRNG and...
2016-04-05 mmelehci_interrupt is MPSAFE code. Most drivers in tree...
2016-04-05 mmelTEGRA: Fix CPU frequency switching.
2016-04-04 andrewAdd a table to map from the FreeBSD CPUID space to...
2016-04-04 skraDefine local-intc for BCM2836 platform (RPI2) and make...
2016-04-04 skraRework TI gpio interrupt controller for INTRNG. It...
2016-04-04 skraRework am33xx interrupt controller for INTRNG and enable it
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-04-02 jmcneillImprove HDMI display detection by searching the CEA...
2016-04-01 jmcneillMove support for Synopsys Designware APB UART out of...
2016-03-30 loosEnable SPI1 on Beaglebone Black.
2016-03-30 loosBump up the read and write timeouts. The old value...
2016-03-29 loosAdd the SPI driver for am335x.
2016-03-29 andrewRead the CPU ID for the current CPU from the GIC. The...
2016-03-26 andrewOnly define the platform methods for the Allwinner...
2016-03-26 mmelARM: Fix bug introduced in r297286.
2016-03-26 mmelTEGRA: Fixes for UART driver:
2016-03-26 mmelARM: Parse command line delivered by U-Boot:
2016-03-26 mmelARM: Fix ATAG handling in LINUX_BOOT_API:
2016-03-26 mmelARM: Teach LINUX_BOOT_ABI to recognize DT blob.
2016-03-24 skraGeneralize IPI support for ARM intrng and use it for...
2016-03-22 jhibbitsFix the resource_list_print_type() calls to use uintmax_t.
2016-03-21 loosUse the internal references for ADC, this fixes the...
2016-03-21 loosEnable multicast addresses on vlan ports. Fixes the...
2016-03-21 adrianRemove urtwn/urtwnfw; it's built as a module now.
2016-03-21 ianFix fallout from r292180 (Dec 2015)... ensure that...
2016-03-20 ianRemove FREEBSD_BOOT_LOADER that already exists in std...
2016-03-18 loosCount the input and output packets.
2016-03-18 loosIncrease the arbitrary limit of TX segments.
2016-03-18 loosSet the destination port in all TX segments.
2016-03-18 mmelTEGRA: Connect TEGRA124 to universe build.
2016-03-18 mmelTEGRA: Fix tegra_pcie driver after rman_res_t size...
2016-03-18 jhibbitsUse uintmax_t (typedef'd to rman_res_t type) for rman...
2016-03-17 loosAdd support for dual emac mode.
2016-03-17 mmelA20: Gpiobus can be attached only after full gpio drive...
2016-03-17 andrewMake it an error to build an ARM kernel with COMPAT_FRE...
2016-03-17 loosFixes a few style(9) issues, remove extra blank lines.
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 emasteRemove armeb FreeBSD 6 compat shim
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 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-06 andrewAdd SMP support for the Allwinner A31 and A31s. This...
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 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.
next