aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/trap-v6.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove last_fault_codeMark Johnston2021-06-061-8/+0
* Handle KDB_WHY_TRAP return on arm and mipsMitchell Horne2021-01-021-1/+6
* Don't send a signal with uninitialized 'sig' and 'code' fields.Michal Meloun2020-09-271-2/+8
* Set si_trapno to the fault index from fsr.John Baldwin2020-07-271-3/+5
* Improve MD page fault handlers.Konstantin Belousov2019-09-271-4/+4
* Don't enter DDB for fatal traps before panic by default.John Baldwin2018-11-011-1/+1
* followup to r332730/r332752: set kdb_why to "trap" for fatal trapsAndriy Gapon2018-05-161-1/+4
* Implement mitigation for Spectre version 2 attacks on ARMv7.Michal Meloun2018-01-271-0/+15
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-1/+1
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-221-1/+0
* ARM: Introduce new cpu-v4.h header and move all ARMv4 specific codeMichal Meloun2016-02-051-1/+0
* Replace broken implementation of fuswintr() and suswintr() by functionsMichal Meloun2016-02-041-8/+0
* Small rearrangement of abort_handler().Svatopluk Kraus2016-02-041-19/+19
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun2016-01-291-9/+0
* Make pmap_fault() return values vm subsystem compliant toSvatopluk Kraus2016-01-261-8/+3
* Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek2016-01-251-1/+1
* Move the check to see if we are tracing a function with the DTrace FunctionAndrew Turner2015-12-051-0/+11
* Add usermode variable to KTR output. Fix style.Svatopluk Kraus2015-11-201-2/+2
* Make usermode variable the bool type. It's already used that way.Svatopluk Kraus2015-11-081-6/+6
* Set correct code for signal in abort_align() routine.Svatopluk Kraus2015-11-061-11/+2
* Fix comment about unpriviledged instructions. Now, it matches withSvatopluk Kraus2015-11-041-34/+35
* Do not hold the process around the vm_fault() call from the trap()s.Konstantin Belousov2015-09-101-21/+2
* Always send a SIGSEGV on a map failure. Use the code to tell the reasonAndrew Turner2015-07-111-2/+2
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-101-2/+2
* Better handling of userland sysarch() requests to flush icache.Ian Lepore2015-06-031-1/+20
* Use cp15_ifar_get to get the instruction fault address. When using Thumb-2Andrew Turner2015-04-171-0/+5
* Add last_fault_code used in pmap-v6.c if kernel is compiled with "option DEBUG"Oleksandr Tymoshenko2015-01-221-0/+8
* Add a new trap-v6.c which has support for all armv7 exceptions. ThisIan Lepore2015-01-031-0/+655