aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite arm kernel stack unwind code to work when unwinding through modules.Ian Lepore2019-12-151-0/+8
* Introduce vm_page_astate.Mark Johnston2019-12-101-1/+1
* Declare the global kernel symbols created by ldscript.arm in arm's machdep.h,Ian Lepore2019-12-061-0/+20
* Regularize my copyright noticeWarner Losh2019-12-043-3/+3
* Remove two obsolete comments that reference splhigh/splx.Warner Losh2019-11-211-6/+0
* Port r353622 to sparc64 and arm v4.Konstantin Belousov2019-10-161-0/+2
* align use of cp15_pmccntr_get with its availabilityAndriy Gapon2019-10-071-1/+1
* Add 8 and 16 bit versions of atomic_cmpset and atomic_fcmpset for arm.Ian Lepore2019-10-012-100/+335
* Centralize __pcpu definitions.Konstantin Belousov2019-08-292-2/+52
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-3/+0
* De-pollute arm's sysarch.h.Ian Lepore2019-07-101-9/+7
* Implement the ffs and fls functions, and their longer counterparts, inDoug Moore2019-05-281-0/+58
* Use named field's initializer when constructing <foo>_platform structure.Michal Meloun2019-03-191-9/+9
* amd64 KPTI: add control from procctl(2).Konstantin Belousov2019-03-161-0/+4
* Add kernel support for Intel userspace protection keys feature onKonstantin Belousov2019-02-201-0/+7
* Implement atomic_swap_xxx() for all platforms.Hans Petter Selasky2018-12-101-0/+7
* Fix cut&paste typo in atomic_fetchadd_64().Michal Meloun2018-12-071-1/+1
* Add a KPI for the delay while spinning on a spin lock.John Baldwin2018-11-051-0/+1
* Move the fixed base for PIE loading on arm.Konstantin Belousov2018-11-041-1/+1