aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kexec.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-1/+1
* change arguments of do_kexec_op and compat_set_timer_op prototypesRobbie VanVossen2013-03-061-0/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-151-0/+1
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-3/+0
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-8/+9
* make all (native) hypercalls consistently have "long" return typeJan Beulich2012-08-101-2/+2
* kexec: clear notes during setupAndrew Cooper2012-05-071-1/+3
* remove ia64Jan Beulich2012-04-031-4/+0
* kexec: Fix printing of paddr_t in 32bit mode.Andrew Cooper2012-03-161-2/+2
* KEXEC: Allocate crash structures in low memoryAndrew Cooper2012-03-161-2/+131
* KEXEC: Allocate crash notes on bootAndrew Cooper2012-03-161-41/+158
* KEXEC: fix kexec_get_range_compat to fail vocally.Andrew Cooper2011-12-051-0/+4
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-2/+2
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* KEXEC: correctly revert x2apic state when kexecingAndrew Cooper2011-06-151-0/+6
* kexec: correct _domain offset info in elf-notesKeir Fraser2011-01-061-1/+5
* vtd: Reinstate ACPI DMAR on system shutdown or S3/S4/S5.Keir Fraser2010-12-171-8/+1
* kexec: Clean up shutdown logic. Reinstate ACPI DMAR during kexec.Keir Fraser2010-07-291-7/+32
* kexec: Fix dodgy use of cpu_present_map protecting percpu data access.Keir Fraser2010-05-191-1/+1
* Support Linux's advanced crashkernel= syntaxKeir Fraser2010-04-261-3/+97
* x86: convert frame_table to a #defineKeir Fraser2009-09-071-0/+7
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-1/+6
* Introduce and use a per-CPU read-mostly sub-sectionKeir Fraser2009-07-131-1/+1
* Replace boot-time free-pages bitmap with a region list.Keir Fraser2009-07-081-1/+0
* x86_64: Remove statically-partitioned Xen heap.Keir Fraser2009-01-161-1/+0
* extract vmcoreinfo from /proc/vmcore for XenKeir Fraser2008-06-131-0/+65
* kexec: Remove xen/common/compat/kexec.cKeir Fraser2008-03-031-8/+0
* kexec: Add explicit kexec_load_unload_compat()Keir Fraser2008-03-031-34/+68
* kexec: Add XLAT_kexec_rangeKeir Fraser2008-03-031-9/+2
* kexec: Include compat/kexec.h earlyKeir Fraser2008-03-031-2/+3
* kexec: Add machine_kexec_get()Keir Fraser2008-02-281-14/+4
* kexec: limit scope of the use of compat_kexec_range_tKeir Fraser2008-02-281-17/+62
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+5
* Further fixes for 32on64 bit kexec.Ian Campbell2007-06-191-0/+4
* kexec: Flush console on kexec_crash().Keir Fraser2007-06-151-0/+3
* kexec: Avoid unaligned writes when producing crash info.kfraser@localhost.localdomain2007-04-241-10/+15
* [XEN] kexec: Remove asm/kexec.h. Move the single inline function intoIan Campbell2007-02-081-1/+0
* [XEN] Extend the range returned by KEXEC_RANGE_MA_XEN to cover theIan Campbell2007-02-011-2/+2
* Allocate Xen kexec/kdump elfnote sections of the correct size.kfraser@localhost.localdomain2007-02-011-6/+15
* safe_str*() functions check their destination argument is akfraser@localhost.localdomain2007-02-011-1/+1
* Remove uses of strcpy and strncpy from common and x86 code.kfraser@localhost.localdomain2007-01-291-1/+1
* [XEN] Consolidate multiple defintions of ELFNOTE_* accessor macrosIan Campbell2007-01-221-5/+0
* [XEN] Avoid void* arithmetic in kexec ELF note manipulations.Ian Campbell2007-01-221-5/+5
* [PATCH] kexec/kdump: allow zero start for crashkernelIan Campbell2007-01-121-14/+8
* [XEN] Kexec: Make some variables static.Ian Campbell2007-01-091-6/+6
* [XEN] Kexec: Clean up ELF note construction to avoid multiply nestedIan Campbell2007-01-091-23/+61
* Enable compatibility mode operation for kexec.Emmanuel Ackaouy2007-01-051-9/+33
* [XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.kaf24@localhost.localdomain2007-01-031-4/+2