aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Implement atomic_testandclear_{32,int,long} for 32-bit arm. Also, replaceIan Lepore2020-02-101-14/+66
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* regen linuxulator sysent after r357577Ed Maste2020-02-055-5/+75
* linuxulator: implement sendfileEd Maste2020-02-051-2/+14
* Kill old armv4 busdmaWarner Losh2020-02-022-1671/+0
* Move arm back to having one LINTWarner Losh2020-02-022-72/+56
* Remove old boardid/mach-types support.Warner Losh2020-02-023-4267/+0
* Remove armv5 marvell support.Warner Losh2020-02-0223-1844/+0
* Remove Ralink RT1310 supportWarner Losh2020-02-0211-3883/+0
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-14/+11
* Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. PassWarner Losh2020-01-271-26/+4
* zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.Emmanuel Vadot2020-01-194-0/+769
* arm: allwinner: Add GPIO Interrupt supportEmmanuel Vadot2020-01-191-42/+408
* arm: allwinner: Fix padconf for interrupts informationEmmanuel Vadot2020-01-1914-409/+410
* sysent targets: further cleanup and deduplicationKyle Evans2020-01-181-23/+2
* bcm2835_vcbus: unifdef all platform definitionsKyle Evans2020-01-171-21/+0
* arm: allwinner: ahci: target-supply is optionalEmmanuel Vadot2020-01-161-23/+32
* arm: allwinner: Add support for bank supplyEmmanuel Vadot2020-01-161-76/+171
* axp8xx: Add a regnode_init methodEmmanuel Vadot2020-01-161-0/+28
* axp8xx: Add missing voltage regulators offsetEmmanuel Vadot2020-01-161-0/+8
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-122-2/+2
* arm: allwinner: axp209: Add regnode_status methodEmmanuel Vadot2020-01-101-0/+17
* Set .ORDER for makesyscalls generated filesKyle Evans2020-01-101-0/+3
* a10_ahci: grab the target-supply regulator and enable itKyle Evans2020-01-101-2/+25
* bcm2835_vcbus: hide 'checking root' messages under bootverboseKyle Evans2020-01-091-2/+3
* uma: reorganize flagsRyan Libby2020-01-091-1/+1
* Add #ifdef option-test wrappers around another call to an arm/unwind.cIan Lepore2020-01-071-0/+2
* Add the xdma framework and pl330 dma drivers to arm and arm64 lint builds.Ian Lepore2020-01-021-0/+4
* arm: allwinner: aw_spi: Call bus_generic_attachEmmanuel Vadot2020-01-021-1/+1
* Since arm/unwind.c s conditionally compiled, only call functions in itIan Lepore2020-01-021-0/+6
* Remove NOTES.armv5. It's no longer relevant.Warner Losh2020-01-021-32/+0
* Regen after r356233.Edward Tomasz Napierala2019-12-313-3/+25
* Sigh, add getcpu(2) chunk missed in r356229.Edward Tomasz Napierala2019-12-311-1/+5
* Set a "kernbase" symbol in 32-bit arm locore.S and use it with ldscript.arm.Ian Lepore2019-12-302-2/+7
* sc(4) md bits: stop setting sc->kbd entirelyKyle Evans2019-12-301-1/+0
* Initialize the bounce pages list in armv[4|6] DMA maps.Luiz Otavio O Souza2019-12-242-0/+2
* [PowerPC] Implement Secure-PLT jump table processing for ppc32.Brandon Bergren2019-12-241-0/+7
* Introduce the concept of busdma tag templates. A template can be allocatedScott Long2019-12-242-0/+102
* sc: fix arm/mips/sparc64 MD bitsKyle Evans2019-12-231-1/+1
* Kill off dummy kbd driversKyle Evans2019-12-204-76/+0
* VERSATILEPB: Unbreak after r355796Kyle Evans2019-12-201-2/+0
* bcm2835_vcbus: add legacy compat mappingsKyle Evans2019-12-181-0/+14
* arm: add SOC_BRCM_BCM2837 option, include it in GENERICKyle Evans2019-12-172-2/+3
* Remove unnecessary MODULE_DEPEND() from imx_i2c.c, and also from rk_i2cIan Lepore2019-12-171-1/+0
* Repeat the spinlock_enter/exit pattern from amd64 on other architectures toJeff Roberson2019-12-161-3/+4
* chrome_kb: remove default get_fkeystr/diag implementationsKyle Evans2019-12-161-2/+0
* kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-161-1/+1
* Rewrite arm kernel stack unwind code to work when unwinding through modules.Ian Lepore2019-12-153-72/+250
* Regen after r355752.Edward Tomasz Napierala2019-12-143-3/+30
* Fix definitions for linuxulator's sync_file_range(2).Edward Tomasz Napierala2019-12-141-1/+6