aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* arm: Update declarations for arm_dcache_align{,_mask}Mark Johnston2023-12-211-2/+2
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2312-12/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2320-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2355-110/+0
* pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston2023-08-071-2/+0
* 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-2525-25/+25
* hwpmc: use kstack_contains()Mitchell Horne2023-06-091-4/+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, arm64: tweak hard-coded load addresses for PIE binariesKonstantin Belousov2022-11-011-1/+1
* Store mpidr as a 64-bit value on arm64Andrew Turner2022-09-211-0/+2
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2022-05-121-9/+0
* Simplify swi for bus_dma.John Baldwin2022-04-292-3/+0
* Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin2022-04-291-0/+63
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-083-3/+0
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-12-071-0/+11
* arm: Make machine/reg.h self-containedWarner Losh2021-12-061-3/+5
* minidump: Parameterize minidumpsys()Mitchell Horne2021-12-031-1/+2
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-12-011-0/+3
* arm: Remove unused itemsWarner Losh2021-11-192-121/+1
* minidump: De-duplicate the progress barMitchell Horne2021-10-151-0/+3
* Revert "arm: Bump KSTACK_PAGES default to match i386/amd64"Kevin Bowling2021-09-021-1/+1
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-08-231-0/+2
* arm: Bump KSTACK_PAGES default to match i386/amd64Kevin Bowling2021-08-031-1/+1
* arm: dedup counter(9) address calculationMateusz Guzik2021-07-251-4/+2
* Consolidate machine/endian.h definitionsMitchell Horne2021-06-241-105/+4
* gdb: report specific stop reason for watchpointsMitchell Horne2021-04-211-0/+6
* arm: implement kdb watchpoint functionsMitchell Horne2021-04-211-0/+2
* arm: revert MAXDSIZ change from 202aea9c82eaKyle Evans2021-01-091-1/+1
* arm: fix atomic_testand{set,clear}_64 for ops on high bitsRyan Libby2021-01-031-4/+2
* arm: Fix atomic_testand{set,clear}_32(). According to atomic (9), the bit pos...Michal Meloun2021-01-021-4/+23
* arm: tune vmparam.h towards a little more modernKyle Evans2020-12-311-3/+3
* PMC: remove now orphaned PMC for INTEL XScale processors.Michal Meloun2020-12-251-6/+0
* Remove unused functions and variables in cpufunc.[ch].Michal Meloun2020-12-142-17/+0
* arm: Let the GDB stub write to SP, LR and GP registersMark Johnston2020-12-071-0/+2
* Store MPIDR register in pcpu.Michal Meloun2020-11-291-1/+2
* Remove remaining fragments of code for older already ceased ARM versions.Michal Meloun2020-11-292-43/+0
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-2922-360/+2
* Remove now unused armv4 and not-INTRNG files.Michal Meloun2020-11-287-1586/+0
* arm: Correctly report the size of FPA registers to GDBMark Johnston2020-11-271-2/+6
* Remove NO_EVENTTIMERS supportMark Johnston2020-11-191-1/+0
* Remove the 'nap' field from ARM's 'struct syscall_args', to bring itEdward Tomasz Napierala2020-11-051-1/+0
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-211-1/+2
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-212-4/+5
* Add missing assignment forgotten in r365899Michal Meloun2020-09-201-0/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+27
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-021-1/+1