aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be consistent about checking return value from bus_delayed_attach_children.Warner Losh2019-12-132-6/+2
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-136-11/+6
* arm linuxulator: regen sysent after r355621Ed Maste2019-12-112-6/+6
* arm linuxulator: put syscall type and argument on one lineEd Maste2019-12-111-4/+2
* arm linuxulator: add "make sysent" generated filesEd Maste2019-12-115-0/+10634
* arm linuxulator: add syscalls.conf and Makefile for "make sysent"Ed Maste2019-12-112-0/+36
* Introduce vm_page_astate.Mark Johnston2019-12-101-1/+1
* RPI: Fix DMA/SDHCI on the BCM2836 (Raspberry Pi 2)Kyle Evans2019-12-092-3/+25
* Fix the ARM64 build, include the necessary <sys/mutex.h> header.Luiz Otavio O Souza2019-12-061-2/+4
* Add the SPI driver for the Marvell Armada 37x0 SoC.Luiz Otavio O Souza2019-12-061-0/+494
* Declare the global kernel symbols created by ldscript.arm in arm's machdep.h,Ian Lepore2019-12-063-11/+24
* Fix the build, use the correct include path.Luiz Otavio O Souza2019-12-051-1/+1
* Add the I2C driver for the Armada 37x0.Luiz Otavio O Souza2019-12-052-0/+553
* Regularize my copyright noticeWarner Losh2019-12-046-11/+9
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-032-2/+2
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-0317-17/+0
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-0324-24/+0
* Fix a few places that free a page from an object without busy held. This isJeff Roberson2019-12-021-0/+1
* Remove more needless <sys/tty.h> includesKyle Evans2019-12-014-4/+2
* Implement the ofw_bus_get_node method in the imx_gpio driver so thatIan Lepore2019-11-281-0/+12
* When doing ARM stack unwinding as part of stack_save(9), do not searchIan Lepore2019-11-241-1/+1
* bcm2835_sdhci: fix non-INVARIANTS buildKyle Evans2019-11-231-0/+2
* bcm2835_dma: rip out the "use_dma" flag, make it non-optionalKyle Evans2019-11-231-35/+27
* bcm2835_sdhci: "fix" DMA on the RPi 4Kyle Evans2019-11-232-4/+18
* bcm2835_vcbus: add the *other* rpi4 compat stringKyle Evans2019-11-221-0/+5
* Remove two obsolete comments that reference splhigh/splx.Warner Losh2019-11-211-6/+0
* bcm2835_sdhci: only inspect interrupts we handleKyle Evans2019-11-211-1/+2
* mark arm.arm (v4/v5) kernels as NO_UNIVERSE for nowEd Maste2019-11-215-0/+5
* bcm2835_sdhci: clean up DMA segments in error handling pathKyle Evans2019-11-211-23/+24
* bcm2835_sdhci: roll back r354823Kyle Evans2019-11-211-4/+16
* Revert r354930: wrong diff, right message.Kyle Evans2019-11-211-14/+4
* bcm2835_sdhci: clean up DMA segments in error handling pathKyle Evans2019-11-211-4/+14
* bcm2835_vcbus: add compatibility name for ^/sys/contrib/vchiqKyle Evans2019-11-201-0/+3
* bcm2835: push address mapping conversion for DMA/mailbox to runtimeKyle Evans2019-11-207-47/+304
* bcm2835_sdhci: various refactoring of DMA pathKyle Evans2019-11-191-122/+84
* bcm2835_sdhci: formalize DMA tag/segment scaling requirementsKyle Evans2019-11-191-4/+14
* bcm2835_sdhci: some style cleanup, no functional changeKyle Evans2019-11-191-14/+22
* bcm2835_sdhci: drop an assert in start_dma_segKyle Evans2019-11-191-0/+1
* Set MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configurations.Mark Johnston2019-11-181-1/+1