aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: fix atomic_testand{set,clear}_64 for ops on high bitsRyan Libby2021-01-031-4/+2
* Handle KDB_WHY_TRAP return on arm and mipsMitchell Horne2021-01-021-1/+6
* arm: Fix atomic_testand{set,clear}_32(). According to atomic (9), the bit pos...Michal Meloun2021-01-021-4/+23
* arm: tune vmparam.h towards a little more modernKyle Evans2020-12-311-3/+3
* Add pmu.h missed in 5e78bbb74a1fAndrew Turner2020-12-311-0/+52
* Split out the FDT arm pmu attachmentAndrew Turner2020-12-302-206/+242
* ARM: Enhance common Nvidia Tegra drivers by support for Tegra210 SoC.Michal Meloun2020-12-2615-567/+1056
* PMC: remove now orphaned PMC for INTEL XScale processors.Michal Meloun2020-12-251-6/+0
* arm: Remove samsung exnynos portEmmanuel Vadot2020-12-1727-6236/+0
* Remove unused functions and variables in cpufunc.[ch].Michal Meloun2020-12-144-125/+3
* Finish implementation of ARM PMU interrupts.Michal Meloun2020-12-141-35/+171
* arm: Let the GDB stub write to SP, LR and GP registersMark Johnston2020-12-072-2/+18
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-051-12/+32
* Connect RK3288 to GENERIC kernel.Michal Meloun2020-12-051-0/+3
* Add support for RK3288 SoC.Michal Meloun2020-12-045-0/+375
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-031-8/+13
* Fix r368153. Wrong branch of #ifdef __ARMEB__ was deleted.Michal Meloun2020-12-021-4/+4
* Remove duplicated SV_ASLR from the elf flags.Michal Meloun2020-12-011-1/+1
* arm: allwinner: aw_mmc: Add a sysctl for debugingEmmanuel Vadot2020-11-301-30/+38
* Store MPIDR register in pcpu.Michal Meloun2020-11-293-1/+6
* Remove unused options.Michal Meloun2020-11-293-3/+0
* _ARM_ARCH_5E is always defined, we not support older CPUs.Michal Meloun2020-11-295-992/+2
* Remove orphaned configs.Michal Meloun2020-11-296-127/+0
* Remove remaining fragments of code for older already ceased ARM versions.Michal Meloun2020-11-298-1013/+0
* Remove remaining support of big endian byte order.Michal Meloun2020-11-296-732/+4
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-2957-1716/+6
* Remove now unused armv4 and not-INTRNG files.Michal Meloun2020-11-2815-8145/+0
* arm: Correctly report the size of FPA registers to GDBMark Johnston2020-11-271-2/+6
* arm: allwinner: a23 timer functions are only used for arm64Emmanuel Vadot2020-11-261-0/+8
* arm: tegra: Remove unused variableEmmanuel Vadot2020-11-261-1/+0
* arm: mv: Remove unused codeEmmanuel Vadot2020-11-261-91/+0
* arm: ti: Remove unused function ti_first_gpio_bankEmmanuel Vadot2020-11-261-16/+0
* Add the firmware blob required to use the sdma hardware in the imx6Ian Lepore2020-11-262-19/+14
* Extend the imx6 gpc->gic interrupt controller fixup of fdt data at runtimeIan Lepore2020-11-251-11/+25
* Convert the imx6_snvs RTC driver to access registers via the syscon device.Ian Lepore2020-11-251-11/+6
* Add the standard extres pseudo devices to the IMX6 kernel config.Ian Lepore2020-11-251-0/+9
* A couple small fixes for the imx6_sdma driver...Ian Lepore2020-11-251-5/+14
* Only attach the ti_scm_syscon driver when running on a compatible TI chip.Ian Lepore2020-11-251-0/+5
* arm: allwinner: aw_rtc: Add H6 compatibleEmmanuel Vadot2020-11-251-0/+1
* arm64: allwinner: H6: Fix pll 4x clocksEmmanuel Vadot2020-11-251-46/+46
* arm: Remove old amlogic supportEmmanuel Vadot2020-11-2433-11357/+0
* arm: Remove old rockchip supportEmmanuel Vadot2020-11-2412-1673/+0
* if_awg: Add a awg_dma_start_tx function that trigger dma engineEmmanuel Vadot2020-11-201-4/+13
* if_awg: Reorder functions and sort them by usageEmmanuel Vadot2020-11-201-461/+502
* if_awg: Add awg_stop_dma and use it in awg_stopEmmanuel Vadot2020-11-201-17/+26
* if_awg: Add a function to enable/disable the mac tx/rxEmmanuel Vadot2020-11-201-13/+23
* if_awg: Split init code into sub functionEmmanuel Vadot2020-11-201-32/+48
* if_awg: Remove the taskqueue for miibus_statchgEmmanuel Vadot2020-11-201-26/+4
* Remove NO_EVENTTIMERS supportMark Johnston2020-11-192-22/+0
* arm64: allwinner: Init the Display Engine clockEmmanuel Vadot2020-11-171-0/+2