aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/reboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-02x86: Add reboot quirk for 3 series Mac miniGottfried Haider1-0/+8
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar1-1/+49
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang1-2/+1
2009-08-10x86: Add reboot quirk for every 5 series MacBook/ProShunichi Fuji1-6/+6
2009-08-08x86: Add quirk to make Apple MacBookPro5,1 use reboot=pciOzan Çağlayan1-1/+9
2009-08-03x86: Add quirk to make Apple MacBook5,2 use reboot=pciPaul Mackerras1-1/+33
2009-07-21x86, intel_txt: Intel TXT reboot/halt shutdown supportJoseph Cihula1-0/+8
2009-07-20x86: Add reboot fixup for SBC-fitPC2Denis Turischev1-0/+8
2009-06-07x86: Add quirk for reboot stalls on a Dell Optiplex 360Jean Delvare1-0/+9
2009-05-22x86: DMI match for the Sony VGN-Z540N as it needs BIOS rebootZhang Rui1-0/+8
2009-04-08x86: DMI match for the Dell DXP061 as it needs BIOS rebootAlan Cox1-0/+8
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-3/+2
2009-03-04x86: add Dell XPS710 reboot quirkLeann Ogasawara1-0/+8
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-2/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar1-1/+1
2009-01-28x86, apic: untangle the send_IPI_*() jungleIngo Molnar1-1/+1
2009-01-07x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput1-0/+1
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis1-2/+2
2009-01-02Merge branch 'linus' into x86/cleanupsIngo Molnar1-6/+61
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2008-12-31x86: disable VMX on all CPUs on rebootEduardo Habkost1-2/+60
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-2/+1
2008-12-27x86: reboot.c declare port_cf9_safe before they get usedJaswinder Singh1-0/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-3/+123
2008-12-17Merge branch 'x86/crashdump' into cpus4096Ingo Molnar1-0/+92
2008-12-12Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar1-3/+28
2008-11-24x86: drop REBOOT_CF9_COND from reboot fallback chainH. Peter Anvin1-4/+4
2008-11-22x86: revert default reboot method to REBOOT_KBDH. Peter Anvin1-1/+1
2008-11-18x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin1-0/+9
2008-11-12x86: disable IRQs before doing anything on nmi_shootdown_cpus()Eduardo Habkost1-0/+1
2008-11-12x86: make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APICEduardo Habkost1-1/+12
2008-11-12x86: move nmi_shootdown_cpus() to reboot.cEduardo Habkost1-0/+83
2008-11-11x86: attempt reboot via port CF9 if we have standard PCI portsH. Peter Anvin1-7/+27
2008-11-11x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera1-0/+5
2008-11-06Revert "x86: default to reboot via ACPI"Eduardo Habkost1-5/+1
2008-08-25x86: default to reboot via ACPIAvi Kivity1-1/+5
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-8/+3
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+9
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-5/+9
2008-07-17x86 reboot quirks: add Dell Precision WorkStation T5400Ingo Molnar1-0/+8
2008-05-25x86: constify data in reboot.cJan Beulich1-9/+9
2008-05-04x86: remove dell reboot dmi quirk board name matchBen1-1/+0
2008-04-30x86: add proper header for reboot_forceDmitri Vorobiev1-0/+1
2008-04-27x86: make native_machine_shutdown non-staticGlauber Costa1-1/+1
2008-04-27x86: allow machine_crash_shutdown to be replacedGlauber Costa1-1/+10
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge1-2/+2
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis1-1/+1