aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+2
* armv7: allwinner: Add aw_r_intc driverEmmanuel Vadot2021-07-052-0/+2
* tegra_pcie: use switch instead of if in tegra_pcib_pex_ctrlFerhat Gecdogan2021-07-011-7/+6
* arm64: allwinner: Add r_intc driverEmmanuel Vadot2021-07-011-0/+299
* arm: Make sure we can handle a thumb entry point.Olivier Houchard2021-06-301-0/+2
* arm: Garbage collect _arm_memcpy/_arm_bzero.Olivier Houchard2021-06-305-105/+0
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-292-0/+6
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-233-3/+3
* linux(4): Regen for linux_poll system call.Dmitry Chagin2021-06-225-7/+14
* linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin2021-06-221-2/+2
* arm: allwinner: Add mmc_pwrseq supportEmmanuel Vadot2021-06-141-0/+8
* Reduce code duplication in machine/_types.hAlex Richardson2021-06-141-41/+2
* Add more GIC and GICv3 registersAndrew Turner2021-06-141-1/+3
* arm: TI am335x ehrpwm fix bitmaskOskar Holmlund2021-06-141-2/+2
* arm: ti am335x ehrpwm add support for flags (PWM_POLARITY_INVERTED)Oskar Holmlund2021-06-121-8/+110
* arm: ti am335x ehrpwm remove sysctl interfaceOskar Holmlund2021-06-121-221/+3
* arm64: allwinner: Add i2s and codec supportOleksandr Tymoshenko2021-06-113-0/+1718
* linux(4): Regen for futex system call.Dmitry Chagin2021-06-102-6/+6
* linux(4): Change Linux futex syscall definition to match Linux actual one.Dmitry Chagin2021-06-101-2/+3
* arm: Remove last_fault_codeMark Johnston2021-06-061-8/+0
* Regen for ('0f8dab45404f347752470579feccc6d2739b9570') LinuxDmitry Chagin2021-06-072-3/+3
* linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin2021-06-071-1/+1
* arm: allwinner: Add clock driver for Display Engine to the buildEmmanuel Vadot2021-06-021-0/+1
* arm: SOCFPGA: Add ext_resources driverEmmanuel Vadot2021-05-311-0/+9
* arm64: allwinner: clk: Test with the current parent freq firstEmmanuel Vadot2021-05-311-4/+3
* arm: RPI-B: Add ext_resources driverEmmanuel Vadot2021-05-241-0/+9
* arm: allwinner: aw_mmc: Check regulators status before enabling/disabling themEmmanuel Vadot2021-05-211-8/+22
* arm64: allwinner: axp81x: Add support for regnode_statusEmmanuel Vadot2021-05-211-0/+17
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-2/+2
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-2020-20/+20
* regen syscall files after d51198d63b63Ed Maste2021-05-131-473/+473
* rpi_ft5406: Recognize raspberrypi,firmware-ts touchscreenJuraj Lutter2021-05-091-2/+2
* Also enable IPIs on 32-bit armAndrew Turner2021-05-031-0/+1
* Switch the EFI virtual address to a uint64_tAndrew Turner2021-05-011-1/+1
* allwinner: aw_mmc: Convert driver to use the mmc_sim interfaceEmmanuel Vadot2021-04-271-143/+40
* arm: Add no-cftconvert for sdma-imx6 filesEmmanuel Vadot2021-04-141-2/+2
* Remove versatile supportAndrew Turner2021-04-1212-3228/+1
* arm: add options GDB to std.armv6 and std.armv7Mitchell Horne2021-03-302-0/+2
* gdb: report specific stop reason for watchpointsMitchell Horne2021-03-301-0/+6
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-291-14/+0
* arm: implement kdb watchpoint functionsMitchell Horne2021-03-292-3/+36
* Consolidate machine/endian.h definitionsMitchell Horne2021-03-261-105/+4
* Remove PCPU_INCJason A. Harmening2021-03-211-1/+0
* mvebu_gpio: Fix settings of gpio pin direction.Michal Meloun2021-03-071-3/+3
* arm64: Add support for bcm2838 RNGGordon Bergling2021-03-061-41/+133
* mvebu_gpio: Multiple fixes.Michal Meloun2021-03-041-23/+37
* arm64: mv_ap806_gicp: Fix spi_ranges_cntZyta Szpak2021-03-031-3/+3
* mvebu_gpio: fix interrupt cause register configurationMarcin Wojtas2021-03-021-2/+2
* Remove __XSCALE__ checks from the arm codeAndrew Turner2021-02-192-11/+0
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-3/+2