aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/reboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner1-6/+1
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan1-0/+21
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-1/+1
2018-02-17x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpBaoquan He1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09x86/mm/64: Fix reboot interaction with CR4.PCIDEAndy Lutomirski1-0/+4
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-08-29x86/idt: Consolidate IDT invalidationThomas Gleixner1-3/+1
2017-07-25x86/efi: Fix reboot_mode when EFI runtime services are disabledStefan Assmann1-3/+3
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-0/+2
2017-03-13x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang1-2/+3
2017-03-10x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-1/+1
2017-03-06x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic1-0/+8
2017-03-01x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-0/+8
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-14x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung1-0/+21
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-04-28x86/efi: Force EFI reboot to process pending capsulesMatt Fleming1-0/+9
2016-01-12x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2015-12-19x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai1-7/+17
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai1-0/+20
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-04-01x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann1-0/+10
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu1-0/+1
2014-07-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming1-2/+16
2014-07-18efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming1-5/+1
2014-05-07x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner1-0/+10
2014-04-16x86: Remove the PCI reboot method from the default chainIngo Molnar1-35/+37
2014-03-05x86, reboot: Only use CF9_COND automatically, not CF9H. Peter Anvin1-1/+1
2014-03-05x86, reboot: Add EFI and CF9 reboot methods into the default listLi, Aubrey1-5/+10
2013-12-04x86/apic, doc: Justification for disabling IO APIC before Local APICFenghua Yu1-0/+11
2013-11-12Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-142/+149
2013-11-07x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu1-4/+4
2013-10-25x86/reboot: Correct pr_info() log message in the set_bios/pci/kbd_reboot()Lan Tianyu1-3/+3
2013-10-06x86/reboot: Add reboot quirk for Dell Latitude E5410Ville Syrjälä1-0/+8
2013-10-02x86/reboot: Sort reboot DMI quirks by vendorDave Jones1-124/+136
2013-09-26x86/reboot: Remove the duplicate C6100 entry in the reboot quirks listMasoud Sharbiani1-8/+0
2013-09-26Merge branch 'linus'Ingo Molnar1-1/+17
2013-09-25reboot: Allow specifying warm/cold reset for CF9 boot typeLi Fei1-2/+5
2013-09-25x86/reboot: Fix apparent cut-n-paste mistake in Dell reboot workaroundDave Jones1-1/+1
2013-09-23x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani1-0/+16
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-108/+3
2013-07-09reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt1-5/+7
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2012-10-04x86/reboot: Remove quirk entry for SBC FITPCDavid Hooper1-8/+0
2012-07-22Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-36/+24
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+9
2012-06-30Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla-43168', 'bugzilla-40002' and 'bugfix-misc' into releaseLen Brown1-139/+131