summaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0118-32/+0
* Simplify MACHINE_ARCH to be a single string.John Baldwin2020-06-151-15/+5
* Remove remnant of arm's ELF trampolineMitchell Horne2020-05-311-6/+0
* Convert arm's physmem interface to MI codeMitchell Horne2020-04-192-94/+1
* Add a missing suffix that was causing a whole word to get loaded insteadIan Lepore2020-03-291-1/+1
* Expand generic subword atomic primitivesConrad Meyer2020-03-253-0/+12
* arm: Fix atomic long APIs to correct 'u_long' signednessConrad Meyer2020-03-231-9/+9
* Implement atomic_testandclear_{32,int,long} for 32-bit arm. Also, replaceIan Lepore2020-02-101-14/+66
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* Remove old boardid/mach-types support.Warner Losh2020-02-021-64/+0