aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Enable PPS_SYNC on amd64, arm64 and armv7Konstantin Belousov2021-10-101-0/+6
* arm, arm64, riscv: adjust top-level nexus commentMitchell Horne2021-10-081-3/+1
* arm: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-082-322/+379
* Add the missing license to gic_if.mAndrew Turner2021-10-041-0/+30
* arm64: Spell BeagleBone correctly in config file.Tom Hukins2021-10-021-1/+1
* ti(4): Fix a typo in an error messageGordon Bergling2021-10-021-1/+1
* Add a gic interface to allocate MSI interruptsAndrew Turner2021-10-014-73/+93
* minidump: De-duplicate the progress barMitchell Horne2021-09-292-11/+5
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-291-17/+2
* Use mtx_lock_spin in the gic driverAndrew Turner2021-09-281-10/+10
* arm: Handle thumb2 thread entry point.Olivier Houchard2021-09-211-0/+2
* Drop cloudabiKonstantin Belousov2021-09-211-199/+0
* bcm2835_sdhci: don't use DMA for kernel dumpsMitchell Horne2021-09-211-0/+8
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2021-09-202-2/+2
* Remove a bogus assertion from the gic driversAndrew Turner2021-09-141-2/+0
* Move the GICv2m msi handling to the parentAndrew Turner2021-09-143-113/+195
* Revert "arm: Bump KSTACK_PAGES default to match i386/amd64"Kevin Bowling2021-09-011-1/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-303-11/+2
* Fix some common typos in source code commentsGordon Bergling2021-08-281-2/+2
* arm: export actlr as sysctl hw.cpu.quirks.actlr_valueMateusz Guzik2021-08-241-0/+13
* arm: retire bzeroMateusz Guzik2021-08-231-7/+1
* arm: hide busdma statistics behind ifdef ARM_BUSDMA_MAPLOAD_STATSMateusz Guzik2021-08-181-0/+18
* Fix a common typo in source code commentsGordon Bergling2021-08-141-1/+1
* linux(4): Regen for clone syscall.Dmitry Chagin2021-08-122-15/+15
* linux(4): Change clone syscall definition to match Linux actual one.Dmitry Chagin2021-08-121-5/+5
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-0813-13/+0
* Revert "arm: remove fslsdma from GENERIC"Warner Losh2021-08-041-0/+1
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-07-311-0/+2
* allwinner: rsb: Set the PMIC to RSB modeEmmanuel Vadot2021-07-241-0/+11
* arm: allwinner: cir: Reduce verbosityEmmanuel Vadot2021-07-221-9/+16
* arm: Bump KSTACK_PAGES default to match i386/amd64Kevin Bowling2021-07-211-1/+1
* arm/mv: Don't rely on firmware MSI mapping in ICUKornel Duleba2021-07-203-47/+386
* arm: dedup counter(9) address calculationMateusz Guzik2021-07-191-4/+2
* arm: retire bcopyMateusz Guzik2021-07-191-8/+2
* arm: bcmp -> memcmpMateusz Guzik2021-07-191-2/+2
* arm: TI AM335x fix gpio_pin numbers in lookup table.Oskar Holmlund2021-07-181-13/+13
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-163-0/+3
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-103-3/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-103-0/+3
* arm: remove fslsdma from GENERICMIHIRA Sanpei Yoshiro2021-07-091-1/+0
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+2
* armv7: allwinner: Add aw_r_intc driverEmmanuel Vadot2021-07-052-0/+2
* tegra_pcie: use switch instead of if in tegra_pcib_pex_ctrlFerhat Gecdogan2021-07-011-7/+6
* arm64: allwinner: Add r_intc driverEmmanuel Vadot2021-07-011-0/+299
* arm: Make sure we can handle a thumb entry point.Olivier Houchard2021-06-301-0/+2
* arm: Garbage collect _arm_memcpy/_arm_bzero.Olivier Houchard2021-06-305-105/+0
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-292-0/+6
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-233-3/+3
* linux(4): Regen for linux_poll system call.Dmitry Chagin2021-06-225-7/+14
* linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin2021-06-221-2/+2