aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2021-01-281-1/+1
* Remove redundantcy from the arm GIC softcAndrew Turner2021-01-272-17/+9
* Remove old Marvell driversAndrew Turner2021-01-273-672/+0
* marvell: ap806_clock: add missing frequency modesMarcin Wojtas2021-01-261-4/+30
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-232-2/+2
* Define PNP info after defining driver modulesMark Johnston2021-01-212-2/+2
* make maximum interrupt number tunable on ARM, ARM64, MIPS, and RISC-VOleksandr Tymoshenko2021-01-192-5/+0
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-1519-28/+28
* Split out the NODEBUG options to a common fileAndrew Turner2021-01-141-7/+1
* cgem: add 64-bit supportThomas Skibo2021-01-102-2/+2
* arm: revert MAXDSIZ change from 202aea9c82eaKyle Evans2021-01-091-1/+1
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-077-0/+21
* evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev2021-01-072-6/+6
* Honor the vm page's PG_NODUMP flag on arm and i386.Alan Cox2021-01-041-0/+3
* 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