summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/reboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-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/+1Star
* 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
* x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann2015-04-011-0/+10
* x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-161-0/+1
* x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming2014-07-181-2/+16
* efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming2014-07-181-5/+1Star
* x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner2014-05-071-0/+10
* x86: Remove the PCI reboot method from the default chainIngo Molnar2014-04-161-35/+37
* x86, reboot: Only use CF9_COND automatically, not CF9H. Peter Anvin2014-03-061-1/+1
* x86, reboot: Add EFI and CF9 reboot methods into the default listLi, Aubrey2014-03-061-5/+10
* x86/apic, doc: Justification for disabling IO APIC before Local APICFenghua Yu2013-12-051-0/+11
* Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-142/+149
|\
| * x86/reboot: Correct pr_info() log message in the set_bios/pci/kbd_reboot()Lan Tianyu2013-10-251-3/+3
| * x86/reboot: Sort reboot DMI quirks by vendorDave Jones2013-10-021-124/+136
| * x86/reboot: Remove the duplicate C6100 entry in the reboot quirks listMasoud Sharbiani2013-09-261-8/+0Star
| * Merge branch 'linus'Ingo Molnar2013-09-261-1/+17
| |\
| * | reboot: Allow specifying warm/cold reset for CF9 boot typeLi Fei2013-09-251-2/+5
* | | x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2013-11-071-4/+4
* | | x86/reboot: Add reboot quirk for Dell Latitude E5410Ville Syrjälä2013-10-061-0/+8
| |/ |/|
* | x86/reboot: Fix apparent cut-n-paste mistake in Dell reboot workaroundDave Jones2013-09-251-1/+1
* | x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani2013-09-231-0/+16
|/
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-108/+3Star
* reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-091-5/+7
* efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-301-1/+1
* x86/reboot: Remove quirk entry for SBC FITPCDavid Hooper2012-10-041-8/+0Star
* Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-221-36/+24Star
|\
| * x86, reboot: Drop redundant write of reboot_modeH. Peter Anvin2012-06-211-8/+0Star
| * x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64H. Peter Anvin2012-06-171-28/+24Star
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-221-5/+9
|\ \