aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add cpu_sync_core()Konstantin Belousov2023-10-261-0/+5
* add pmap_active_cpus()Konstantin Belousov2023-10-261-0/+6
* uiomove: Add some assertionsMark Johnston2023-10-241-0/+6
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-231-2/+2
* arm unwind: Reject unaligned stack pointersJohn Baldwin2023-10-111-0/+9
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-091-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-091-1/+1
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-09-041-1/+1
* arm/unwind: Check stack pointer boundaries before dereferencingMark Johnston2023-08-241-0/+14
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2386-86/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-23383-756/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-232-6/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2312-12/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2328-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-23269-538/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-231-1/+1
* pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston2023-08-071-2/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-256-6/+6
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-254-4/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25241-241/+241
* bcm2835_gpio: Handle BCM2711 pin configurationTetsuya Uemura2023-06-091-20/+61
* hwpmc: use kstack_contains()Mitchell Horne2023-06-091-4/+2
* sysarch: Add includes required for ktrcapfail() calls to be compiledMark Johnston2023-06-091-0/+2
* nexus: Consistently return a pointer in failure pathsMark Johnston2023-06-021-1/+1
* Stop using the rid as an index in the arm timerAndrew Turner2023-05-151-20/+41
* Keep per-timer interrupt data togetherAndrew Turner2023-05-151-55/+63
* Always enable the virtual timer for userspaceAndrew Turner2023-05-151-5/+4
* arm: generic_timer: use interrupt-names when availableKyle Evans2023-05-151-11/+174
* Limit where we disable the Arm generic timerAndrew Turner2023-05-151-6/+6
* Disable the arm physical timer when an irq existsAndrew Turner2023-05-151-1/+2
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-211-0/+1
* arm: Remove a double word in a comment in setjmpGordon Bergling2023-04-181-1/+1
* arm: nexus code tidy-upMitchell Horne2023-04-171-48/+42
* ofwbus: remove arm64 ifdefsMitchell Horne2023-04-171-1/+4
* ofwbus: remove handling of resources from ofwbusElliott Mitchell2023-04-171-0/+24
* arm: add an interrupt rman to nexusMitchell Horne2023-04-171-0/+11
* bcm_dma: don't dereference NULL softcMitchell Horne2023-03-071-7/+22
* bcm_dma: attach at an earlier bus passMark Millard2023-03-071-1/+2
* arm ti: Fix a typo in a kernel messageGordon Bergling2023-02-271-1/+1
* netlink: add NETLINK to GENERIC.Alexander V. Chernikov2023-02-091-0/+1
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2023-01-241-1/+1
* xilinx: Fix a typo in a source code commentGordon Bergling2022-11-041-1/+1
* arm, arm64: tweak hard-coded load addresses for PIE binariesKonstantin Belousov2022-11-011-1/+1
* Use DEFINE_CLASS_0 in the arm generic timerAndrew Turner2022-10-171-10/+4
* Create macros for the Arm timer IRQ indexesAndrew Turner2022-10-171-15/+24
* fdt_win_process_child: eliminate write only size variableWarner Losh2022-10-021-2/+2
* platform_mpp_init: eliminate write only tuples variableWarner Losh2022-10-021-2/+1
* mv_rtc_attach: eliminate write only unit variableWarner Losh2022-10-021-3/+1
* vfp_init: eliminate fpexc write only variableWarner Losh2022-10-021-2/+1