summaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Allwinner A13: Add clkng supportEmmanuel Vadot2017-11-084-0/+617
* Allwinner: clk: Unlock the clknode after locking it.Emmanuel Vadot2017-11-081-0/+2
* Remove support for ARMv6/v7 platform from elf_trampoline.Michal Meloun2017-11-051-27/+3
* All CP15 registers are bit fields or counters, don't use signed typeMichal Meloun2017-11-052-6/+6
* Increase TX_MAX_SEGS from 10 to 20 for the if_awg.c driverOleksandr Tymoshenko2017-11-041-3/+9
* Take into account race conditions in case of accessed or modified bitSvatopluk Kraus2017-11-021-41/+75
* Update several more URLsEitan Adler2017-10-2962-123/+123
* Add a 'place holder' arm struct efi_fb until a real one comesWarner Losh2017-10-261-0/+15
* Fix the VM_NRESERVLEVEL == 0 build.Mark Johnston2017-10-231-0/+7
* Fix spelling.Michal Meloun2017-10-211-2/+2
* Fullify implementation of AT_HWCAP and AT_HWCAP2 for ARMv6,7.Michal Meloun2017-10-216-0/+83
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-202-0/+2
* Allwinner: Fix compilationEmmanuel Vadot2017-10-191-0/+1
* Allwinner: Add EARLY_PRINTF functionEmmanuel Vadot2017-10-191-0/+23
* tegra: Do not define early printf functionEmmanuel Vadot2017-10-191-0/+2
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-8/+4
* Save VFP state in getcontext(3) on ARM.Michal Meloun2017-10-164-0/+36
* a10_ehci: Remove the passby codeEmmanuel Vadot2017-10-121-24/+1
* Add rev16 instruction to the disassembler.Bjoern A. Zeeb2017-10-121-0/+1
* Previously there was a VIRT kernel to which I had added these options.Bjoern A. Zeeb2017-10-121-0/+2
* Fix imx6 hdmi init after r323553, which used a config_intrhook to defer theIan Lepore2017-10-081-1/+47
* Allwinner: Add clock driver for ccu_sun8i_rEmmanuel Vadot2017-10-074-3/+177
* Oversight on armv7 bulk commit: Make MACHINE_ARCH be armv7 for newWarner Losh2017-10-061-4/+6
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-0540-39/+177
* Allwinner H3 CCU: Fix build on ARM64Emmanuel Vadot2017-10-021-2/+2
* Allwinner GPIO: Fail if we cannot enable a clockEmmanuel Vadot2017-10-021-3/+11
* Allwinner: Remove a10_gpio.hEmmanuel Vadot2017-10-021-35/+0
* Allwinner A31 ccu: Use clock/reset IDs from dt-bindingsEmmanuel Vadot2017-10-022-427/+246
* Allwinner A64 ccu: Use clock/reset IDs from dt-bindingsEmmanuel Vadot2017-10-022-339/+204
* Allwinner H3 ccu: Use clock/reset IDs from dt-bindingsEmmanuel Vadot2017-10-022-351/+221
* Define a single instance of ahci_devclass and reference it from all theIan Lepore2017-10-023-6/+1
* Enhance the interrupt capabilities of ti_pruss driver.Ian Lepore2017-10-022-51/+511
* Allow Raspberry Pi platform and drivers to be configured with upstream DTBs.Ian Lepore2017-10-022-3/+11
* Work around bcm283x silicon bugs to make i2c repeat-start work for the mostIan Lepore2017-10-013-58/+306
* Disable/enable CSUM_UDP and CSUM_TCP along with CSUM_IPJared McNeill2017-09-301-3/+3
* Fix if_awg tx dma status reg offsets.Jared McNeill2017-09-301-3/+3
* a10_gpio: Enable all needed clocksEmmanuel Vadot2017-09-261-6/+39
* a10_ehci: Enable all clocks and resetEmmanuel Vadot2017-09-261-26/+58
* aw_usbphy: Only reroute OTG for phy0Emmanuel Vadot2017-09-261-9/+21
* aw_usbphy: Fix write of unknown registerEmmanuel Vadot2017-09-261-1/+1
* Remove the VIRT kernel config, it's now useable through GENERIC.Andrew Turner2017-09-241-59/+0
* Add i.MX6 and Xilinx to GENERIC.Andrew Turner2017-09-242-2/+11
* Rename sdhci_cam_start_slot() into sdhci_start_slot()Ilya Bakulin2017-09-242-8/+0
* Detect NEON and set HWCAP_NEON if present.John Baldwin2017-09-222-0/+6
* Correct HWCAP_VFP3* values to match Linux.John Baldwin2017-09-221-2/+2
* Define CPU_XSCALE_CORE3 when relevant.Olivier Houchard2017-09-191-0/+1
* i81342 is little endian, not big endian.Olivier Houchard2017-09-191-1/+2
* Allwinner usb phy: Rework resource allocationEmmanuel Vadot2017-09-161-53/+111
* A64 CCUNG: Correct gate and reset for OHCI0/1Emmanuel Vadot2017-09-161-4/+4