aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/nmi.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Gravatar Nicholas Piggin 1-4/+2
2016-12-14sparc: implement watchdog_nmi_enable and watchdog_nmi_disableGravatar Babu Moger 1-1/+43
2014-08-26sparc: Replace __get_cpu_var usesGravatar Christoph Lameter 1-8/+8
2014-08-11sparc64: Do not disable interrupts in nmi_cpu_busy()Gravatar David S. Miller 1-1/+0
2014-05-03sparc64: Normalize NMI watchdog logging and behavior.Gravatar David S. Miller 1-16/+5
2012-08-18sparc64: Abstract away the %pcr values used to enable/disable NMIGravatar David S. Miller 1-7/+7
2012-08-18sparc64: Abstract away the NMI PIC counter computation.Gravatar David S. Miller 1-3/+3
2012-08-18sparc64: Abstract away PIC register accesses.Gravatar David S. Miller 1-11/+10
2012-08-18sparc64: Add 'reg_num' argument to pcr_ops methods.Gravatar David S. Miller 1-7/+7
2012-03-28Disintegrate asm/system.h for SparcGravatar David Howells 1-0/+1
2011-10-31sparc: move symbol exporters to use export.h not module.hGravatar Paul Gortmaker 1-1/+1
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorGravatar Peter Zijlstra 1-2/+0
2010-04-14sparc64: Run NMIs on the hardirq stack.Gravatar David S. Miller 1-0/+7
2010-04-12sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.Gravatar David S. Miller 1-2/+1
2010-02-02Merge branch 'master' into percpuGravatar Tejun Heo 1-1/+2
2010-01-05local_t: Remove leftover local.hGravatar Christoph Lameter 1-1/+0
2010-01-04sparc64: Fix NMI programming when perf events are active.Gravatar David S. Miller 1-1/+2
2009-10-29percpu: remove per_cpu__ prefix.Gravatar Rusty Russell 1-3/+3
2009-10-12this_cpu: Use this_cpu_xx in nmi handlingGravatar Christoph Lameter 1-4/+4
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-2/+2
2009-09-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-1/+1
2009-09-10sparc64: Initial hw perf counter support.Gravatar David S. Miller 1-2/+6
2009-09-10sparc64: Use nmi_enter() and nmi_exit(), as needed.Gravatar David S. Miller 1-0/+5
2009-09-08sparc64: Make touch_nmi_watchdog() actually work.Gravatar David S. Miller 1-2/+1
2009-09-08sparc64: Manage NMI watchdog enabling like x86.Gravatar David S. Miller 1-17/+43
2009-09-03sparc64: Kill spurious NMI watchdog triggers by increasing limit to 30 seconds.Gravatar David S. Miller 1-1/+1
2009-03-29sparc64: Fix reset hangs on Niagara systems.Gravatar David S. Miller 1-1/+22
2009-02-04sparc64: Call dump_stack() in die_nmi().Gravatar David S. Miller 1-0/+1
2009-02-02sparc: fixup for sparseirq changesGravatar Stephen Rothwell 1-1/+1
2009-01-30sparc64: Implement NMI watchdog on capable cpus.Gravatar David S. Miller 1-0/+224