aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Consolidate machine/endian.h definitionsMitchell Horne2021-06-241-105/+4
* arm: Remove last_fault_codeMark Johnston2021-06-141-8/+0
* Also enable IPIs on 32-bit armAndrew Turner2021-06-111-0/+1
* rpi_ft5406: Recognize raspberrypi,firmware-ts touchscreenJuraj Lutter2021-05-231-2/+2
* regen syscall files after 0bd5d81f1edfEd Maste2021-05-201-473/+473
* gdb: report specific stop reason for watchpointsMitchell Horne2021-04-211-0/+6
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-04-211-14/+0
* arm: implement kdb watchpoint functionsMitchell Horne2021-04-212-3/+36
* arm64: Add support for bcm2838 RNGGordon Bergling2021-03-201-41/+133
* arm64: rpi4: gpio: Add brcm,bcm2711-gpio compatibleEmmanuel Vadot2021-02-201-0/+1
* arm64: rpi4: firmware: Attach at BUS_PASS_BUS + BUS_PASS_ORDER_LATEEmmanuel Vadot2021-02-201-1/+1
* arm32: Align arguments of sync_icache() syscall to cacheline size.Michal Meloun2021-02-111-6/+3
* marvell: ap806_clock: add missing frequency modesMarcin Wojtas2021-02-021-4/+30
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-302-2/+2
* Create the stable/13 branchGlen Barber2021-01-223-56/+0
* 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