summaryrefslogtreecommitdiff
path: root/kexec/arch/x86_64
AgeCommit message (Expand)Author
2017-03-14x86/x86_64: Fix format warning with die()Pratyush Anand
2016-03-24Pass struct mem_sym into machine_apply_elf_rel()Anton Blanchard
2015-05-01Revert "x86_64: Add support to build kexec-tools with x32 ABI"Simon Horman
2015-04-07x86_64: Add support to build kexec-tools with x32 ABIAníbal Limón
2014-08-27kexec: Provide an option to use new kexec system callVivek Goyal
2014-05-28kexec-tools: add noefi arch cmdline optionDave Young
2014-04-23x86: add --pass-memmap-cmdline optionWANG Chao
2014-01-21Add efi_info in x86 setup headerDave Young
2013-10-03kexec: Remove unused -? option handlingGeoff Levand
2013-04-17kexec:i386/kexec-[bzImage|elf-x86]:x86_64/kexec-bzImage64: Use "\0" as comman...Wang YanQing
2013-03-27kexec: x86_64: elf: fix possible memory leak in elf_x86_64_loadZhang Yanfei
2013-03-27kexec: x86_64: elf: fix memory leak caused by get_command_lineZhang Yanfei
2013-03-27kexec: x86_64: bzImage64: fix memory leak caused by get_command_lineZhang Yanfei
2013-03-14kexec: x86_64: use _ALIGN* to make the logic clearZhang Yanfei
2013-03-05kexec, x86_64: Load bzImage64 above 4GYinghai Lu
2013-01-30kexec,x86: remove duplicate get_memory_rangesZhang Yanfei
2012-08-02build: Avoid duplicate files in tarballSimon Horman
2012-06-27Fix format strings of die()Aleksey Makarov
2012-03-15Add generic debug optionCong Wang
2011-03-30Remove assigned but otherwise unused variablesSimon Horman
2011-03-03get the backup area dynamicallyAmerigo Wang
2010-10-31make /proc/vmcore accessible on x86_64Jiri Olsa
2010-09-09x86_64: Kill now unused crashdump-x86_64.[ch]Eric W. Biederman
2010-09-09x86_64: Use the x86 crashdumpEric W. Biederman
2010-09-09x86_64: Use the i386 arch_options_t on x86_64Eric W. Biederman
2010-09-09kexec elf: Clean up error messages build_mem_phdrsEric W. Biederman
2010-09-09crashdump: Move kern_vaddr_start from kexec_info into crash_elf_infoEric W. Biederman
2010-09-08kexec: Kill arch_initEric W. Biederman
2010-09-08x86_64 crashdump: Move calculation of the page offset into crashdump-x86_64.cEric W. Biederman
2010-09-08kexec: Move kernel_version into the kexec coreEric W. Biederman
2010-07-13build: Include missing files in tarballSimon Horman
2010-06-17kexec: extend for large cpu count and memoryCliff Wickman
2010-05-19kexec-tools: Fix option/argument parsingMatt Evans
2010-02-18x86_64: use correct PAGE_OFFSETSimon Horman
2010-02-02Consistently use signed char buffers throughoutSimon Horman
2010-02-02x86_64: initialise temp_region in exclude_region() and delete_memmap()Simon Horman
2010-02-02Use C99 initialisersSimon Horman
2010-02-02unsigned values are always at least 0Simon Horman
2010-02-02Avoid possible overflows from signed/unsigned comparisonsSimon Horman
2010-02-02Mark unused parametersSimon Horman
2010-02-02don't leak in concat_cmdlineSimon Horman
2010-02-02Fix --reuse-cmdline so it is usable.Eric W. Biederman
2009-12-10kexec jump support for x86_64Huang Ying
2009-08-13Increase kernel text size for x86_64Hannes Reinecke
2009-02-08x86_64 : exclude gart memory region in kexec toolsChandru
2008-11-10Add include for offsetof macroStefan Assmann
2008-07-11Use get_memory_ranges() on x86-64.Bernhard Walle
2008-07-07Remove trailing whitespaceBernhard Walle
2008-05-21Factor uname-based native architecture detection into a common function.Jamey Sharp
2008-05-21Add --reuse-cmdlineBernhard Walle