summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-5/+46
|\
| * powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin2018-01-221-0/+24
| * powerpc: Use octal numbers for file permissionsRussell Currey2018-01-221-2/+2
| * powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann2018-01-201-0/+7
| * powerpc: Deliver SEGV signal on pkey violationRam Pai2018-01-201-1/+11
| * powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin2018-01-181-1/+1
| * powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-161-1/+1
* | signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman2018-01-221-6/+6
* | signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman2018-01-121-5/+5
|/
* powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur2017-11-061-30/+0
* powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-20/+6
* powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2017-11-061-5/+17
* powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2017-11-061-4/+4
* powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman2017-11-061-7/+2
* powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-271-0/+201
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-09-201-2/+10
|\
| * powerpc/e6500: Update machine check for L1D cache errMatt Weber2017-08-281-2/+10
* | powerpc: Machine check interrupt is a non-maskable interruptNicholas Piggin2017-08-311-3/+6
* | powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin2017-08-311-0/+22
* | powerpc: Do not send system reset request through the oops pathNicholas Piggin2017-08-311-16/+31
* | powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman2017-08-281-9/+10
* | powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman2017-08-281-0/+6
* | powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman2017-08-281-5/+5
|/
* powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy2017-08-101-18/+0
* powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy2017-08-101-25/+0
* powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman2017-08-101-5/+5
* powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman2017-08-101-33/+0
* powerpc/traps: machine_check_generic() is only used on 32-bitMichael Ellerman2017-08-101-1/+1
* powerpc/traps: Inline get_mc_reason()Michael Ellerman2017-08-101-10/+4
* powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman2017-08-101-17/+1
* powerpc/44x: Move 44x machine check handlers into platforms/44xMichael Ellerman2017-08-101-74/+0
* powerpc: Add irq accounting for system reset interruptsNicholas Piggin2017-08-101-0/+2
* powerpc/64s: Fix mce accounting for powernvNicholas Piggin2017-08-101-1/+3
* powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao2017-07-031-0/+3
* powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar2017-05-031-2/+2
* powerpc: Mark system reset as an NMI with nmi_enter/exit()Nicholas Piggin2017-04-281-0/+11
* powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin2017-04-281-1/+7
* powerpc/64s: Add SCV FSCR bit for ISA v3.0Nicholas Piggin2017-04-131-0/+1
* powerpc/64s: Add msgp facility unavailable log stringNicholas Piggin2017-04-131-0/+1
* powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc Don't print misleading facility name in facility unavailable exceptionBalbir Singh2016-12-021-4/+4
* powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann2016-11-301-1/+1
* powerpc/kprobes: Invoke handlers directlyNaveen N. Rao2016-11-231-0/+13
* powerpc: Fix second nested oops hangNicholas Piggin2016-11-181-2/+3
* powerpc: Fix graceful debugger recoveryNicholas Piggin2016-11-181-4/+5
* powerpc: Revert Load Monitor Register SupportMichael Neuling2016-11-141-9/+0
* powerpc: Add support for relative exception tablesNicholas Piggin2016-11-141-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-10-111-16/+29
|\
OpenPOWER on IntegriCloud