aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+33
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-33/+0
* arm: Don't enable interrupts in init_secondary().Mark Johnston2020-05-061-3/+0
* Convert arm's physmem interface to MI codeMitchell Horne2020-04-197-516/+16
* arm: nvidia: pcie: Rename class name to pcibEmmanuel Vadot2020-04-161-1/+1
* arm: Fix duplicate pcib DRIVER_MODULEEmmanuel Vadot2020-04-162-4/+4
* arm: allwinner: aw_mmc: Make it possible to unload the moduleEmmanuel Vadot2020-04-161-1/+56
* arm: allwinner: aw_sid: Fix thermal calibration size for A64Emmanuel Vadot2020-04-151-1/+1
* allwinner: aw_thermal: Cope with DTS changesEmmanuel Vadot2020-04-142-14/+13
* arm: allwinner: aw_mmc: Use the mmc_fdt_helperEmmanuel Vadot2020-04-141-66/+61
* 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