aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+13
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* Move __va_list and related defines to sys/sys/_types.hWarner Losh2018-02-121-14/+0
* Implement mitigation for Spectre version 2 attacks on ARMv7.Michal Meloun2018-01-272-1/+9
* Define PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics on the architecturesNathan Whitehorn2018-01-191-0/+2
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-0/+2
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-0/+13
* Introduce an architecture-agnostic <sys/_stdarg.h> to reducePoul-Henning Kamp2017-12-251-51/+7
* Remove arm-specific implementations of atomic_load/store_xxx() now thatIan Lepore2017-12-201-27/+0
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-191-0/+2
* Add the virtualisation special register definitions.Andrew Turner2017-12-141-6/+29
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2743-1/+87
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2013-0/+26
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-187-0/+14
* All CP15 registers are bit fields or counters, don't use signed typeMichal Meloun2017-11-052-6/+6
* Add a 'place holder' arm struct efi_fb until a real one comesWarner Losh2017-10-261-0/+15
* Fullify implementation of AT_HWCAP and AT_HWCAP2 for ARMv6,7.Michal Meloun2017-10-213-0/+33
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* Save VFP state in getcontext(3) on ARM.Michal Meloun2017-10-162-0/+7
* Oversight on armv7 bulk commit: Make MACHINE_ARCH be armv7 for newWarner Losh2017-10-061-4/+6
* Detect NEON and set HWCAP_NEON if present.John Baldwin2017-09-221-0/+1
* Correct HWCAP_VFP3* values to match Linux.John Baldwin2017-09-221-2/+2
* Define CPU_XSCALE_CORE3 when relevant.Olivier Houchard2017-09-191-0/+1
* Export get/set_vfpcontext from machdep.c.John Baldwin2017-09-141-0/+2
* Add ptrace operations to fetch and store VFP registers.John Baldwin2017-09-141-0/+15
* Add AT_HWCAP flags for VFP settings for FreeBSD/arm.John Baldwin2017-09-142-0/+7
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+2
* Fix TEX index acquisition using L2 attributesZbigniew Bodek2017-07-271-1/+7
* Use the MD __size_t to avoid a dependency on/include of non-MD header files.Ian Lepore2017-07-251-1/+1
* Add external PLATFORM access on arm, and use it in the pl310 driver.Andrew Turner2017-07-112-0/+7
* Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner2017-07-072-8/+2
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-0/+1
* Disable PL310 outer cache sync for IO coherent platformsZbigniew Bodek2017-06-201-0/+1
* Implement tunable CPU quirks.Michal Meloun2017-06-132-2/+3
* Increase maximum text segment size.Michal Meloun2017-05-191-1/+1
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Introduce pmap_remap_vm_attr(),Michal Meloun2017-05-091-0/+1
* Fix bit assignment in PL310_POWER_CTRLZbigniew Bodek2017-04-181-2/+2
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-172-2/+6
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-3/+0
* Preserve VFP state across signal delivery.Michal Meloun2017-03-262-1/+13
* Cleanup structures related to VFP and/or mcontext_t.Michal Meloun2017-03-245-123/+26
* Add the early hypervisor code needed on 32-bit ARMv7. This will be usedAndrew Turner2017-03-223-0/+19
* Fix arm stack frame walking support:Fabien Thomas2017-03-141-0/+2
* Split overbloated machep.c to multiple files and do basic cleanupMichal Meloun2017-03-111-2/+10
* Revert prior commit to restore the files mangled by my "fixing" mergeWarner Losh2017-03-011-26/+19
* Renumber copyright clause 4Warner Losh2017-02-285-23/+30
* Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore2017-02-111-1/+0
* Update arm and arm64 counters MD bits.Konstantin Belousov2017-02-061-13/+5