aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: am335x: Honor pmic option ti,pmic-shutdown-controllerEmmanuel Vadot2020-04-111-8/+12
* Add the Cadence GEM ethernet driver to NOTES so that it gets built withIan Lepore2020-04-021-1/+0
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* remove extraneous double ;s in sys/Ed Maste2020-03-302-2/+2
* Add a missing suffix that was causing a whole word to get loaded insteadIan Lepore2020-03-291-1/+1
* Expand generic subword atomic primitivesConrad Meyer2020-03-253-0/+12
* arm: Fix atomic long APIs to correct 'u_long' signednessConrad Meyer2020-03-231-9/+9
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* arm: zynq: An SPI driver for Zynq platformsEmmanuel Vadot2020-02-283-0/+609
* Fix the following -Werror warning from clang 10.0.0:Dimitry Andric2020-02-271-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2629-109/+155
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (13 of many)Pawel Biernacki2020-02-246-7/+9
* Fix the following -Werror warning from clang 10.0.0:Dimitry Andric2020-02-181-6/+3
* Work around new clang 10.0.0 -Werror warning:Dimitry Andric2020-02-171-1/+1
* 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