summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/reboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Add iMac9,1 to pci_reboot_dmi_tableJustin P. Mattock2010-02-171-0/+8
* x86: Add Dell OptiPlex 760 reboot quirkLeann Ogasawara2010-01-281-0/+9
* Merge branch 'linus' into x86/urgentIngo Molnar2009-12-071-2/+2
|\
| * x86: Use x86_platform for iommu_shutdownFUJITA Tomonori2009-11-081-2/+2
* | x86: ASUS P4S800 reboot=bios quirkLeann Ogasawara2009-12-051-0/+8
|/
* x86: Add reboot quirk for 3 series Mac miniGottfried Haider2009-11-021-0/+8
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-021-1/+49
|\
| * x86: Add reboot quirk for every 5 series MacBook/ProShunichi Fuji2009-08-101-6/+6
| * x86: Add quirk to make Apple MacBookPro5,1 use reboot=pciOzan Çağlayan2009-08-081-1/+9
| * x86: Add quirk to make Apple MacBook5,2 use reboot=pciPaul Mackerras2009-08-031-1/+33
| * x86: Add reboot fixup for SBC-fitPC2Denis Turischev2009-07-211-0/+8
* | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-021-2/+1Star
* | x86, intel_txt: Intel TXT reboot/halt shutdown supportJoseph Cihula2009-07-211-0/+8
|/
* x86: Add quirk for reboot stalls on a Dell Optiplex 360Jean Delvare2009-06-071-0/+9
* x86: DMI match for the Sony VGN-Z540N as it needs BIOS rebootZhang Rui2009-05-221-0/+8
* x86: DMI match for the Dell DXP061 as it needs BIOS rebootAlan Cox2009-04-081-0/+8
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-3/+2Star
|\
| * x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-2/+0Star
| * x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
| * x86, smp: remove mach_ipi.hIngo Molnar2009-01-291-1/+1
| * x86, apic: untangle the send_IPI_*() jungleIngo Molnar2009-01-281-1/+1
| * x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-0/+1
* | x86: add Dell XPS710 reboot quirkLeann Ogasawara2009-03-041-0/+8
|/
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-2/+2
|\
| * x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis2009-01-031-2/+2
* | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-021-6/+61
|\ \
| * | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-4/+1Star
| |\|
| | * Merge branch 'x86/crashdump' into cpus4096Ingo Molnar2008-12-171-0/+92
| | |\
| | * \ Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar2008-12-121-3/+28
| | |\ \
| * | | | x86: disable VMX on all CPUs on rebootEduardo Habkost2008-12-311-2/+60
* | | | | x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput2008-12-291-2/+1Star
* | | | | x86: reboot.c declare port_cf9_safe before they get usedJaswinder Singh2008-12-271-0/+1
|/ / / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-3/+123
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | | | |/ / | | |_|_| / | |/| | |
| | | | * x86: drop REBOOT_CF9_COND from reboot fallback chainH. Peter Anvin2008-11-241-4/+4
| | | | * x86: revert default reboot method to REBOOT_KBDH. Peter Anvin2008-11-231-1/+1
| | | | * x86: attempt reboot via port CF9 if we have standard PCI portsH. Peter Anvin2008-11-121-7/+27
| | | | * x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera2008-11-111-0/+5
| | | |/
| * | | x86: disable IRQs before doing anything on nmi_shootdown_cpus()Eduardo Habkost2008-11-121-0/+1
| * | | x86: make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APICEduardo Habkost2008-11-121-1/+12
| * | | x86: move nmi_shootdown_cpus() to reboot.cEduardo Habkost2008-11-121-0/+83
| | |/ | |/|
* / | x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin2008-11-181-0/+9
|/ /
* / Revert "x86: default to reboot via ACPI"Eduardo Habkost2008-11-061-5/+1Star
|/
* x86: default to reboot via ACPIAvi Kivity2008-08-251-1/+5
* cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-8/+3Star
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-241-5/+9
|\
| * cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-5/+9
* | x86 reboot quirks: add Dell Precision WorkStation T5400Ingo Molnar2008-07-171-0/+8
|/
* x86: constify data in reboot.cJan Beulich2008-05-251-9/+9
* x86: remove dell reboot dmi quirk board name matchBen2008-05-041-1/+0Star