aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix the 32-bit arm build.Mark Johnston2018-09-081-1/+2
* Bump MAX_HWCNT and MAX_EXCNT.Mark Johnston2018-09-081-5/+7
* Fix the GIC ACPI cross reference value.Andrew Turner2018-09-061-1/+2
* Remove the check that the Arm generic interrupt controller variant isAndrew Turner2018-09-061-2/+1
* omap4_prcm: Delay the frequencies read checkEmmanuel Vadot2018-08-301-4/+23
* arm64: GENERIC-MMCCAM: Fix build and module dependEmmanuel Vadot2018-08-291-1/+1
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-7/+7
* Use the correct register when storing the arm VFP state.Andrew Turner2018-08-271-1/+1
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-262-4/+2
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-256-8/+6
* Revert drm2 removal.Warner Losh2018-08-241-0/+1
* a10_timer: Update the driver so we can use it on other SoCEmmanuel Vadot2018-08-231-132/+239
* aw_mmc: Handle MMCBR_IVAR_RETUNE_REQEmmanuel Vadot2018-08-231-0/+3
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-0/+7
* disconnect drm2 from tegra build until made self-containedMatt Macy2018-08-221-1/+0
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-212-4/+2
* Move options INTRNG into std.armv6 and std.armv7Warner Losh2018-08-2022-30/+2
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-209-28/+23
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* arm64: allwinner: Add aw_syscon driver to GENERICEmmanuel Vadot2018-08-191-0/+1
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-183-6/+6
* Make 'device crypto' lines more consistent.John Baldwin2018-08-182-2/+2
* arm: Define crypto option on platforms that include IPsecConrad Meyer2018-08-172-0/+2
* Remove the L1 and L2 xscale page defines and rename the generic macros toAndrew Turner2018-08-162-67/+17
* Remove pmap_kenter_section from the arm pmap. It's unused.Andrew Turner2018-08-152-20/+0
* Remove ARM_HAVE_SUPERSECTIONS. It was only supported on some XScale CPUs.Andrew Turner2018-08-152-38/+0
* Make code and data only used within the arm pmap code as static.Andrew Turner2018-08-152-32/+11
* Remove arm pmap variables that are only ever set and never read.Andrew Turner2018-08-152-24/+0
* Remove ARM_MMU_GENERIC, it's the only ARMV4/v5 MMU we support.Andrew Turner2018-08-152-42/+0
* Remove the ARMv5 pmap function pointers. These were to support XScale soAndrew Turner2018-08-151-14/+4
* Remove checks for now unsupported CPU_* values in arm headers.Andrew Turner2018-08-152-28/+4
* Start to remove XScale support from the ARMv4/v5 pmap. Support for XScaleAndrew Turner2018-08-153-332/+0
* Remove PHYSADDR from kernel configurations that don't need it. The onlyAndrew Turner2018-08-154-5/+0
* Remove the VIRT armv7 kernel config. It is supported by GENERIC.Andrew Turner2018-08-151-59/+0
* arm/ralink cleanupWarner Losh2018-08-143-132/+5
* Remove cpu_pfr from arm. It's unused.Andrew Turner2018-08-142-22/+0
* Remove an old comment now the code it references has been removed.Andrew Turner2018-08-141-11/+0
* Fix the spelling of armv4_idcache_inv_all in an END macro.Andrew Turner2018-08-141-1/+1
* evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev2018-08-131-5/+7
* Add support for pmap_enter(..., psind=1) to the armv6 pmap. In other words,Alan Cox2018-08-082-61/+146
* Implement atomic_swap_64(9).Marius Strobl2018-08-071-0/+13
* Default to armv5te in LINT on arm. This should fix building LINT there.Andrew Turner2018-08-061-0/+1
* aw_thermal: Add nvmem and H5 supportEmmanuel Vadot2018-08-061-65/+168
* aw_sid: Add nvmem interfaceEmmanuel Vadot2018-08-065-116/+258
* allwinner: a64: Add THS clock supportEmmanuel Vadot2018-08-051-0/+19
* arm: allwinner: Disconnect A10/A20 HDMI driverEmmanuel Vadot2018-08-051-4/+0
* arm: allwinner: Remove old unused clocksEmmanuel Vadot2018-08-051-16/+0
* arm: Remove ALLWINNER_UP kernel configEmmanuel Vadot2018-08-031-108/+0
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-012-1/+15
* nvmem: Add nvmem interface and helpersEmmanuel Vadot2018-07-311-0/+1