aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove SoC Specific -MMCCAM kernelconfigEmmanuel Vadot2018-03-112-46/+0
* allwinner: Add IR clock to sun8iEmmanuel Vadot2018-03-111-0/+17
* [rpi] remove IRQ support for BCM233x RNGOleksandr Tymoshenko2018-03-101-85/+12
* arm: Add GENERIC-MMCCAM kernel configEmmanuel Vadot2018-03-081-0/+22
* Fix build when option MMCCAM is defined.Emmanuel Vadot2018-03-081-0/+4
* aw_usbphy: Move later to SUPPORTDEV passKyle Evans2018-03-061-2/+2
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+13
* Switch imx_gpio to attach at BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE.Ian Lepore2018-03-051-2/+2
* Defer attaching the spibus until timers and interrupts are working. TheIan Lepore2018-03-051-2/+9
* Do not stop the loop that configures gpio chipselect pins on the firstIan Lepore2018-03-051-1/+1
* Unify bulk free operations in several pmaps.Konstantin Belousov2018-03-041-19/+8
* Move imx6_usbphy to SUPPORTDEV, massage associated commentKyle Evans2018-03-031-3/+3
* aw_syscon(4): Move to BUS_PASS_SUPPORTDEVKyle Evans2018-03-031-1/+1
* aw_mmc: Regulator improvementEmmanuel Vadot2018-03-031-12/+11
* axp81x: Add support for AXP803Emmanuel Vadot2018-03-031-143/+474
* Revert r328964: if_awg: Skip emac reset if configured for internal PHYKyle Evans2018-02-281-5/+3
* RK3188: Mark it NO_UNIVERSEEmmanuel Vadot2018-02-281-0/+2
* Switch to mainstream DTS for Raspberry Pi-B and Pi-2.Michal Meloun2018-02-274-7/+20
* Initialize all members of vm_page::md_page for armv4/5 systems. This fixesIan Lepore2018-02-271-0/+2
* Remove obsolete options from these kernel configs. The functionality theseIan Lepore2018-02-272-2/+0
* Add a hw.model sysctl oid for armv6/7 which reports the CPU model, similarIan Lepore2018-02-261-1/+7
* Add a SPI driver for imx5 and imx6.Ian Lepore2018-02-267-2/+633
* Add support for booting into kdb on arm platforms when the RB_KDB is setIan Lepore2018-02-252-2/+18
* Use NULL as a mtx type instead of "", as it otherwise confuses WITNESS.Olivier Houchard2018-02-241-2/+2
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* Adjust whitespace of things added in the past couple years to match theIan Lepore2018-02-201-108/+108
* vm_wait() rework.Konstantin Belousov2018-02-203-3/+3
* Add the MODULE_DEPEND()s needed so that the kernel linker can resolve allIan Lepore2018-02-181-0/+2
* Give the imx_i2c driver its own name, set up its relationship to ofw_iicbus.Ian Lepore2018-02-181-3/+3
* Build modules specific to imx5/imx6 only when building those kernels.Ian Lepore2018-02-182-2/+2
* Add a detach method so that this can be a kldunload-friendly module.Ian Lepore2018-02-181-0/+24
* Fix fallout from the import of fresh dts source files from linux 4.15. ItIan Lepore2018-02-181-0/+12
* aw_mmc: Only change the clock if it has really changedEmmanuel Vadot2018-02-171-2/+3
* Rename the ACPI variant of the gicv2m driver from "gicv2m" to "gicv2m_acpi".Olivier Houchard2018-02-151-1/+1
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-3/+4
* Move __va_list and related defines to sys/sys/_types.hWarner Losh2018-02-121-14/+0
* Cull Atmel board configs no longer relevant.Warner Losh2018-02-0718-1672/+0
* if_awg: Skip emac reset if configured for internal PHYKyle Evans2018-02-071-3/+5
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-062-3/+3
* Implement mitigation for Spectre version 2 attacks on ARMv7.Michal Meloun2018-01-278-2/+243
* Add support to the imx5/6 watchdog for the external reset signal. Also, ifIan Lepore2018-01-262-13/+87
* Fix return style in RD2. Remove bogus return value from a void functionIan Lepore2018-01-251-2/+2
* Minor cleanups... Move DRIVER_MODULE() and other boilerplate stuff to theIan Lepore2018-01-251-26/+30
* o Move sdhci_fdt to the generic files list.Ruslan Bukin2018-01-252-2/+0
* arm: lpc: Remove supportEmmanuel Vadot2018-01-2420-6184/+0
* Make the trivial imx_soc_family() function an inline in imx_machdep.h.Ian Lepore2018-01-242-8/+6
* Reformat indentation to match other imx5/6 register definition headers, andIan Lepore2018-01-241-19/+19
* Add skeleton manual page for bcm283x_pwmPoul-Henning Kamp2018-01-221-2/+2
* Forgot to edit copy&pasted copyright blurb.Poul-Henning Kamp2018-01-222-3/+4
* Add a skeleton Clock Manager for RPi2/3, and use that from pwmPoul-Henning Kamp2018-01-223-75/+278