aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao1-0/+3
2017-05-03powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar1-2/+2
2017-04-28powerpc: Mark system reset as an NMI with nmi_enter/exit()Nicholas Piggin1-0/+11
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin1-1/+7
2017-04-13powerpc/64s: Add SCV FSCR bit for ISA v3.0Nicholas Piggin1-0/+1
2017-04-13powerpc/64s: Add msgp facility unavailable log stringNicholas Piggin1-0/+1
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-02powerpc Don't print misleading facility name in facility unavailable exceptionBalbir Singh1-4/+4
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-1/+1
2016-11-23powerpc/kprobes: Invoke handlers directlyNaveen N. Rao1-0/+13
2016-11-18powerpc: Fix second nested oops hangNicholas Piggin1-2/+3
2016-11-18powerpc: Fix graceful debugger recoveryNicholas Piggin1-4/+5
2016-11-14powerpc: Revert Load Monitor Register SupportMichael Neuling1-9/+0
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-1/+1
2016-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-16/+29
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur1-0/+9
2016-10-04powerpc/tm: Add TM Unavailable ExceptionCyril Bur1-0/+29
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur1-4/+8
2016-09-25powerpc/8xx: add dedicated machine check handlerChristophe Leroy1-11/+25
2016-09-25powerpc/8xx: add system_reset_exceptionChristophe Leroy1-1/+1
2016-09-24powerpc32: Use instruction symbolic names in check_io_access()Christophe Leroy1-4/+3
2016-09-19powerpc: Use kprobe blacklist for exception handlersNicholas Piggin1-7/+14
2016-09-13powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus addressPaul Mackerras1-0/+12
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+2
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2016-06-21powerpc: Load Monitor Register SupportJack Miller1-0/+9
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling1-1/+2
2016-06-20KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar1-0/+5
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens1-0/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+10
2016-03-17powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-3/+2
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-02-24powerpc: Fix BUG_ON() reporting in real modeBalbir Singh1-1/+9
2015-11-26powerpc: Remove unused function trace_syscall()Rashmica Gupta1-7/+0
2015-07-06powerpc: Set the correct kernel taint on machine check errors.Daniel Axtens1-0/+2
2015-06-07powerpc: Fix handling of DSCR related facility unavailable exceptionAnshuman Khandual1-5/+40
2015-01-28powerpc: Remove some unused functionsMichael Ellerman1-15/+0
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-4/+4
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar1-0/+24
2014-06-25powerpc/traps/e500: fix misleading error outputWladislav Wiebe1-1/+1
2014-06-11powerpc/book3s: Increment the mce counter during machine_check_early call.Mahesh Salgaonkar1-0/+2
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard1-0/+1
2014-03-24powerpc: Rate-limit users spamming kernel log bufferMichael Neuling1-2/+3
2014-01-15powerpc: Fix transactional FP/VMX/VSX unavailable handlersPaul Mackerras1-9/+36
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-9/+3
2013-12-05powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar1-2/+5
2013-12-05powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar1-0/+12
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1