summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * x86, cleanup: fix indentWANG Chao2014-04-141-5/+5
| * kexec/ppc: cleanup crash regions creationNikita Yushchenko2014-04-101-57/+51
| * ppc64/purgatory: Disabling GCC's stack protectionLaurent Dufour2014-04-101-1/+1
| * Pass initrd position by dtbWang Nan2014-03-281-0/+13
| * Introduce setup_dtb_prop to make code clearWang Nan2014-03-281-25/+68
| * Introduce helpers for computing dtb sizeWang Nan2014-03-282-3/+24
| * x86, kaslr: add alternative way to locate kernel text mapping areaWANG Chao2014-03-281-2/+61
| * i386: fix erroneous memory descriptor messageTony Jones2014-03-281-3/+11
| * kexec-tools: handle 64bit efi memmap address correctlyDave Young2014-03-251-1/+2
| * kexec: align initrd when no --image-size passedWang Nan2014-03-201-2/+2
| * cleanup: add dbgprint_mem_range functionWANG Chao2014-03-203-5/+12
| * vmcore-dmesg stack smashing happend in extreme caseArthur Zou2014-03-121-1/+1
| * kexec-tools 2.0.6v2.0.6Simon Horman2014-03-061-1/+1
| * Fix an off-by-one in locate_hole()Matthew Fleming2014-03-061-1/+1
| * kernel image probe function return value checking fixDave Young2014-02-061-1/+1
| * zImage_ppc64_probe: return 0 instead of 1 in case of successDave Young2014-02-061-1/+4
| * i386: fix redefinition error for e820entryTony Jones2014-02-061-1/+2
| * i386: fix build failure (bzImage_support_efi_boot)Tony Jones2014-02-061-0/+1
| * kexec-tools 2.0.5.gitSimon Horman2014-02-061-1/+1
| * kexec-tools 2.0.5v2.0.5Simon Horman2014-02-051-1/+1
| * Add ppc64_asm.h to distributionSimon Horman2014-02-051-0/+1
| * Avoid buffer overflow on strncat usageDirk Mueller2014-02-041-5/+2
| * kexec/ppc64 Enable early kernel's OPAL callsLaurent Dufour2014-02-043-0/+49
| * kexec/ppc64 ELF ABIv2 ABI supportLaurent Dufour2014-02-047-10/+62
| * ppc64/kexec/purgatory Fix RTAS calls in Little Endian mode.Laurent Dufour2014-01-311-1/+5
| * kexec/ppc64 fix device tree endianess issues for memory attributesLaurent Dufour2014-01-313-24/+48
| * Passing efi related data via setup_dataDave Young2014-01-211-3/+215
| * Add efi_info in x86 setup headerDave Young2014-01-215-2/+21
| * Add function get_bootparamDave Young2014-01-211-11/+31
| * build fix: include x86-linux.h in x86-linux-setup.hDave Young2014-01-211-0/+1
| * Fix value of mbi->mem_lower for multiboot-x86Peter Chubb2014-01-161-3/+11
| * vmcore-dmesg: print white-space charactersWANG Chao2014-01-151-1/+2
| * kexec: arm: Fix endianness in crashdump headerTaras Kondratiuk2014-01-141-1/+8
| * vmcore-dmesg: struct_val_u64() not casting u64 to u32WANG Chao2014-01-131-1/+1
| * kexec: Add m68k supportGeert Uytterhoeven2013-12-1311-1/+705
| * kexec: Extract slurp_fd()Geert Uytterhoeven2013-12-131-49/+43
| * kexec: Let slurp_file_len() return the number of bytes readGeert Uytterhoeven2013-12-133-5/+6
| * kexec: Fix add_usable_memory to use buf of type uint64_t.Mahesh Salgaonkar2013-12-061-4/+4
| * kexec/xen: Fix typo in __i386__ preprocessor identifierAndrew Cooper2013-12-031-1/+1
| * kexec-tools/xen: Remove redundant includeDaniel Kiper2013-12-031-1/+0
| * kexec-tools/xen: Do not call xc_interface_close() if xc_interface_open() failedDaniel Kiper2013-12-032-2/+2
| * kexec/xen: Correct some compile errorsSimon Horman2013-11-191-4/+3
| * kexec/xen: directly load images images into XenDavid Vrabel2013-11-197-8/+218
| * kexec/xen: switch to use xc_kexec_get_range for get_xen_vmcoreinfo.Don Slutz2013-11-192-5/+25
| * kexec/xen: use libxc to get location of crash notesDavid Vrabel2013-11-191-27/+40
| * kexec/xen: require libxc from Xen 4.4David Vrabel2013-11-194-229/+1
| * kexec/ppc64: bring up new ppc64le architectureLaurent Dufour2013-11-198-8/+25
| * kexec/ppc64: use common architecture fs2dt.c fileLaurent Dufour2013-11-195-753/+19
| * arm: add command line option for the total image sizeDaniel Mack2013-11-143-9/+31
| * kexec/fs2dt: fix endianess conversionLaurent Dufour2013-10-171-8/+11