summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/reboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-2/+2
* x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabledSean Christopherson2023-08-031-1/+4
* x86/reboot: Disable virtualization during reboot iff callback is registeredSean Christopherson2023-08-031-2/+1
* x86/reboot: Hoist "disable virt" helpers above "emergency reboot" pathSean Christopherson2023-08-031-45/+45
* x86/reboot: Assert that IRQs are disabled when turning off virtualizationSean Christopherson2023-08-031-1/+7
* x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callbackSean Christopherson2023-08-031-3/+0
* x86/reboot: KVM: Handle VMXOFF in KVM's reboot callbackSean Christopherson2023-08-031-20/+9
* x86/reboot: Harden virtualization hooks for emergency rebootSean Christopherson2023-08-031-6/+24
* x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson2023-08-031-0/+22
* cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+1
* x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson2023-01-241-12/+11
* x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson2023-01-241-12/+53
* x86: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel2021-12-061-10/+2
* x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versionsPaul Gortmaker2021-08-121-1/+2
* x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)2021-05-211-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-20/+10
|\
| * x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson2021-02-041-20/+10
* | x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit2020-12-301-0/+9
|/
* objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-111-0/+8
|\
| * x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma2020-05-251-0/+8
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
|/
* x86: Fix a handful of typosMartin Molnar2020-02-161-1/+1
* x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-251-6/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-1/+1
|\
| * x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-1/+1
* | x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan2019-04-161-0/+21
|/
* x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpBaoquan He2018-02-171-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mm/64: Fix reboot interaction with CR4.PCIDEAndy Lutomirski2017-10-091-0/+4
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* x86/idt: Consolidate IDT invalidationThomas Gleixner2017-08-291-3/+1
* x86/efi: Fix reboot_mode when EFI runtime services are disabledStefan Assmann2017-07-251-3/+3
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+2
* x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang2017-03-131-2/+3
* x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-03-101-1/+1
* x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-03-061-0/+8
* x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-03-011-0/+8
* x86: Apply more __ro_after_init and constKees Cook2016-08-101-1/+1
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung2016-07-141-0/+21
|/
* x86/efi: Force EFI reboot to process pending capsulesMatt Fleming2016-04-281-0/+9
* x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner2016-01-121-0/+8
* x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai2015-12-191-7/+17
* panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-191-0/+20
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-2/+2