aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* intrng: Add support for multiple interrupt rootsAyrton Munoz2024-09-228-9/+16
* Remove TI reference from arm/GENERICOskar Holmlund2024-09-191-5/+0
* arm: Remove support for Armv6 CPU coresAndrew Turner2024-09-112-68/+1
* arm: Assume __ARM_ARCH == 7Andrew Turner2024-09-1115-155/+16
* bcm2835: Remove support for SoCs with an Armv6 CPUAndrew Turner2024-09-115-370/+0
* arm: Only define get_cntxct_a64_unstable when usedAndrew Turner2024-09-091-0/+2
* imx_gpio: Add gpio compat string for imx8 SOCsTom Jones2024-09-051-0/+1
* arm ti: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-3/+0
* kernel: Make some compile time constant variables constZhenlei Huang2024-08-301-3/+3
* dev_pager: define free_page for mgt devicesDoug Moore2024-08-211-1/+1
* pmap_growkernel: Use VM_ALLOC_NOFREE when allocating pagetable pagesBojan Novković2024-07-301-1/+1
* conf: Remove kernel stack swapping support, part 12Mark Johnston2024-07-291-1/+0
* vm: Remove kernel stack swapping support, part 5Mark Johnston2024-07-291-10/+0
* thread: Remove kernel stack swapping support, part 4Mark Johnston2024-07-291-2/+0
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-2526-27/+27
* vm: Retire kmem_arenaAlan Cox2024-07-241-2/+2
* Retire unused non-PCI_RES_BUS codeJessica Clarke2024-07-181-18/+0
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-182-3/+0
* sys/arm: Remove armv6 kernel configsAndrew Turner2024-07-122-190/+0
* arm: Add evdev to the TEGRA124 configMark Johnston2024-07-111-0/+5
* conf: Add usbhid and hidbus to GENERIC* kernel configsEmmanuel Vadot2024-07-103-0/+9
* busdma: avoid buflen underflowMitchell Horne2024-07-081-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-282-10/+0
* arm: Start to remove the now unneeded acle-compat.hAndrew Turner2024-06-261-155/+3
* Revert "arm: Start to remove the now unneeded acle-compat.h"Andrew Turner2024-06-251-3/+155
* arm: Start to remove the now unneeded acle-compat.hAndrew Turner2024-06-251-155/+3
* ti/am335x: Fix the device_set_descf() call in am335x_dmtimer_probe()Oskar Holmlund2024-06-241-1/+1
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-192-0/+75
* Remove the arm FIQ supportAndrew Turner2024-06-1011-372/+9
* ti/am335x: Fix the device_set_descf() call in dmtpps_probe()Mark Johnston2024-06-091-1/+1
* devmap: eliminate unused argumentsMitchell Horne2024-06-041-1/+1
* arm: Convert drivers to use device_set_desc(f)()Mark Johnston2024-06-023-8/+3
* LINT: Don't build bnxt on 32-bit platformsWarner Losh2024-05-291-0/+2
* Adjust comments referencing vm_mem_init()Mitchell Horne2024-05-271-2/+3
* vm: Simplify startup page dumping conditionalBojan Novković2024-05-251-0/+1
* arm: Use the correct irq when in the hypervisorAndrew Turner2024-05-171-7/+18
* arm: Add a missing interrupt to the generic timerAndrew Turner2024-05-171-0/+2
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-05-101-4/+12
* arm: add missing atomic-pointer functionsElliott Mitchell2024-05-091-2/+9
* arm/pmu: remove passing trap frame as argumentElliott Mitchell2024-05-091-7/+3
* busdma: better handling of small segment bouncingMitchell Horne2024-05-071-14/+7
* busdma: deduplicate _bus_dmamap_addseg() functionMitchell Horne2024-05-071-41/+4
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-064-4/+0
* arm: Remove duplicate definitions in armreg.hMark Johnston2024-04-301-2/+0
* sys/*/conf: do not use "../../conf/" when including std.*Lexi Winter2024-04-233-3/+3
* sys: add conf/std.debug, generic debugging optionsLexi Winter2024-04-232-22/+6
* Enable L1SS handling on RPI4 pcibHP van Braam2024-04-211-4/+18
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* arm: Fix a typo in a KASSERT messageGordon Bergling2024-04-191-1/+1
* bcm2838_xhci: add moduleLexi Winter2024-04-101-0/+2