summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/uv/uv_nmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* x86/platform/uv: Rework NMI "action" modparam handlingHans de Goede2023-09-171-47/+57
* Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-1/+1
|\
| * x86/apic: Wrap IPI calls into helper functionsDave Hansen2023-08-091-1/+1
* | x86/platform/uv: Refactor code using deprecated strcpy()/strncpy() interfaces...Justin Stitt2023-08-241-8/+4
|/
* Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-10/+11
|\
| * x86/platform/uv: Update NMI Handler for UV5Mike Travis2022-04-071-10/+11
* | x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov2022-04-101-1/+1
|/
* Merge tag 'x86_platform_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-23/+23
|\
| * x86/platform/uv: Remove dead !CONFIG_KEXEC_CORE codeIngo Molnar2021-04-201-11/+2
| * x86/platform/uv: Add more to secondary CPU kdump infoGeorges Aureau2021-04-161-15/+24
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* x86/platform/uv: Remove unused variable in UV5 NMI handlerMike Travis2020-10-131-3/+0
* x86/platform/uv: Update Copyrights to conform to HPE standardsMike Travis2020-10-071-0/+1
* x86/platform/uv: Update for UV5 NMI MMR changesMike Travis2020-10-071-10/+54
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-061-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* x86/platform/UV/NMI: Fix uneccessary kABI breakagetravis@sgi.com2017-02-161-1/+0
* x86/platform/UV: Clean up the NMI code to match current coding styletravis@sgi.com2017-02-011-37/+37
* x86/platform/UV: Initialize PCH GPP_D_0 NMI Pin to be NMI sourcetravis@sgi.com2017-02-011-0/+127
* x86/platform/UV: Verify NMI action is valid, default is standardtravis@sgi.com2017-02-011-11/+58
* x86/platform/UV: Add basic CPU NMI health checktravis@sgi.com2017-02-011-1/+20
* x86/platform/UV: Add Support for UV4 Hubless NMIstravis@sgi.com2017-02-011-22/+171
* x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf2016-10-251-2/+2
* x86/platform: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog()Ingo Molnar2015-12-111-0/+1
* x86/platform/uv: Implement simple dump failover if kdump failsMike Travis2015-09-141-23/+30
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-3/+3
* kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-18/+7
* uv: Replace __get_cpu_varChristoph Lameter2014-08-261-20/+20
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-051-1/+1
* x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configuredMike Travis2014-01-251-14/+42
* x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-251-5/+4
* kgdb/kdb: Fix no KDB config problemMike Travis2014-01-251-1/+1
* x86/dumpstack: Fix printk_address for direct addressesJiri Slaby2013-11-121-1/+1
* Revert "x86/UV: Add uvtrace support"Ingo Molnar2013-11-111-12/+1
* x86/UV: Add call to KGDB/KDB from NMI handlerMike Travis2013-10-031-1/+46
* x86/UV: Check for alloc_cpumask_var() failures properly in uv_nmi_setup()Ingo Molnar2013-09-241-2/+1
* x86/UV: Add uvtrace supportMike Travis2013-09-241-1/+12
* x86/UV: Add kdump to UV NMI handlerMike Travis2013-09-241-0/+41
* x86/UV: Add summary of cpu activity to UV NMI handlerMike Travis2013-09-241-4/+44
* x86/UV: Update UV support for external NMI signalsMike Travis2013-09-241-40/+513
* x86/UV: Move NMI supportMike Travis2013-09-241-0/+102