summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/nmi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-121-4/+2
* sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger2016-12-141-1/+43
* sparc: Replace __get_cpu_var usesChristoph Lameter2014-08-261-8/+8
* sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller2014-08-111-1/+0
* sparc64: Normalize NMI watchdog logging and behavior.David S. Miller2014-05-031-16/+5
* sparc64: Abstract away the %pcr values used to enable/disable NMIDavid S. Miller2012-08-181-7/+7
* sparc64: Abstract away the NMI PIC counter computation.David S. Miller2012-08-181-3/+3
* sparc64: Abstract away PIC register accesses.David S. Miller2012-08-181-11/+10
* sparc64: Add 'reg_num' argument to pcr_ops methods.David S. Miller2012-08-181-7/+7
* Disintegrate asm/system.h for SparcDavid Howells2012-03-281-0/+1
* sparc: move symbol exporters to use export.h not module.hPaul Gortmaker2011-10-311-1/+1
* perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-2/+0
* sparc64: Run NMIs on the hardirq stack.David S. Miller2010-04-141-0/+7
* sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.David S. Miller2010-04-121-2/+1
* Merge branch 'master' into percpuTejun Heo2010-02-021-1/+2
|\
| * sparc64: Fix NMI programming when perf events are active.David S. Miller2010-01-041-1/+2
* | local_t: Remove leftover local.hChristoph Lameter2010-01-051-1/+0
* | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-3/+3
|/
* this_cpu: Use this_cpu_xx in nmi handlingChristoph Lameter2009-10-121-4/+4
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-2/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-111-1/+1
|\
| * sparc64: Kill spurious NMI watchdog triggers by increasing limit to 30 seconds.David S. Miller2009-09-031-1/+1
* | sparc64: Initial hw perf counter support.David S. Miller2009-09-101-2/+6
* | sparc64: Use nmi_enter() and nmi_exit(), as needed.David S. Miller2009-09-101-0/+5
* | sparc64: Make touch_nmi_watchdog() actually work.David S. Miller2009-09-081-2/+1
* | sparc64: Manage NMI watchdog enabling like x86.David S. Miller2009-09-081-17/+43
|/
* sparc64: Fix reset hangs on Niagara systems.David S. Miller2009-03-291-1/+22
* sparc64: Call dump_stack() in die_nmi().David S. Miller2009-02-041-0/+1
* sparc: fixup for sparseirq changesStephen Rothwell2009-02-021-1/+1
* sparc64: Implement NMI watchdog on capable cpus.David S. Miller2009-01-301-0/+224