aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* smp: Dynamically allocate the stoppcbs arrayMark Johnston12 days2-5/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-124-4/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1225-25/+25
* hwpmc: use kstack_contains()Mitchell Horne2023-05-061-4/+2
* arm: remove passing trapframe to intr_ipi_dispatch()Elliott Mitchell2023-04-261-1/+1
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-141-0/+1
* arm: Remove a double word in a comment in setjmpGordon Bergling2023-04-131-1/+1
* pmap_mapdev_attr() doesn't use any of its arguments.David E. O'Brien2023-03-211-1/+2
* arm: Fix initialization of VFP contextKornel Dulęba2023-02-231-0/+1
* arm: Add support for using VFP in kernelKornel Dulęba2023-02-044-10/+31
* kstack_contains(): account for struct pcb on stackKonstantin Belousov2023-02-011-1/+2
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-012-11/+19
* elf: EF_ARM_EABI_VERSION_UNKNOWN is no longer used, retireWarner Losh2023-01-211-1/+0
* elf: Catch up with defining EF_ARM_EABI_VERSION in elf_common.hWarner Losh2023-01-211-2/+1
* Retire broken GPROF support from the kernelMateusz Guzik2022-11-151-12/+3
* arm, arm64: tweak hard-coded load addresses for PIE binariesKonstantin Belousov2022-10-251-1/+1
* sys: Consolidate common implementation details of PV entries.John Baldwin2022-10-071-29/+1
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* Store mpidr as a 64-bit value on arm64Andrew Turner2022-08-311-0/+2
* Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin2022-08-231-1/+2
* elfnote: place note in a PT_NOTE program headerRoger Pau Monné2022-06-281-1/+1
* machine/in_cksum.h: don't include sys/cdefs.hBrooks Davis2022-04-181-2/+0
* Remove checks for <sys/cdefs.h> being included.John Baldwin2022-04-121-4/+0
* Remove checks for __CC_SUPPORTS_WARNING assuming it is always true.John Baldwin2022-04-121-4/+0
* armv6/legacy: optimize cpu_getcount performanceWojciech Macek2022-03-141-4/+4
* Remove Arm barriers for pre-armv6 CPUsAndrew Turner2022-01-111-5/+0
* Remove old arm CPU macrosAndrew Turner2022-01-111-44/+0
* Simplify swi for bus_dma.John Baldwin2021-12-282-3/+0
* Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin2021-12-091-0/+55
* Make struct syscall_args machine independentBrooks Davis2021-12-081-16/+0
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-11-301-0/+11
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-11-241-0/+3
* arm: Make machine/reg.h self-containedWarner Losh2021-11-241-3/+5
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-1/+2
* arm: Remove unused itemsWarner Losh2021-11-032-121/+1
* arm: Remove obsolete commentsWarner Losh2021-10-271-3/+3
* minidump: De-duplicate the progress barMitchell Horne2021-09-291-0/+3
* 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-301-9/+0
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-083-3/+0
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-07-311-0/+2
* arm: Bump KSTACK_PAGES default to match i386/amd64Kevin Bowling2021-07-211-1/+1
* arm: dedup counter(9) address calculationMateusz Guzik2021-07-191-4/+2
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-1/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+1
* arm: Garbage collect _arm_memcpy/_arm_bzero.Olivier Houchard2021-06-301-10/+0
* Reduce code duplication in machine/_types.hAlex Richardson2021-06-141-41/+2
* gdb: report specific stop reason for watchpointsMitchell Horne2021-03-301-0/+6
* arm: implement kdb watchpoint functionsMitchell Horne2021-03-291-0/+2