Age | Commit message (Expand) | Author |
2013-03-05 | kexec: use dbgprintf instead of #if 0 for debug printing | Zhang Yanfei |
2013-03-05 | kexec: fix some compiler warnings | Zhang Yanfei |
2013-03-05 | kexec: Respect memory limit while building crash memory ranges on ppc64 | Mahesh Salgaonkar |
2013-03-05 | kexec: Respect memory limit while building crash memory ranges on ppc32. | Mahesh Salgaonkar |
2013-03-05 | kexec: include reserved e820 sections in crash kernel | Cliff Wickman |
2013-03-05 | kexec: lengthen the kernel command line image | Cliff Wickman |
2013-03-05 | kexec x86: drop truncation warning for crash kernel | Cliff Wickman |
2013-03-05 | kexec,x86: Use macro CRASH_MAX_MEMMAP_NR for clarification | Zhang Yanfei |
2013-03-05 | kexec/ppc: Fix kernel program entry point while changing the load addr | Suzuki K. Poulose |
2013-03-05 | kexec, x86: handle Crash low kernel range | Yinghai Lu |
2013-03-05 | kexec, x86_64: Load bzImage64 above 4G | Yinghai Lu |
2013-03-05 | kexec, x86: put ramdisk/cmd_line above 4G for 64bit bzImage | Yinghai Lu |
2013-03-05 | kexec, x86: Fix bzImage real-mode booting | Yinghai Lu |
2013-03-05 | kexec, x86: clean boot_params area for entry-32bit path | Yinghai Lu |
2013-03-05 | kexec, x86: add boot header member for version 2.12 | Yinghai Lu |
2013-03-05 | kexec, x86: set booloader id in setup_header | Yinghai Lu |
2013-01-30 | kexec: add additional check when getting memory info | Zhang Yanfei |
2013-01-30 | kexec,x86: remove duplicate get_memory_ranges | Zhang Yanfei |
2013-01-18 | x86: update x86_linux_header | Olaf Hering |
2013-01-11 | kexec,i386: Remove unnecessary if condition check | Zhang Yanfei |
2012-12-23 | build: Restrict scope of per-arch compiler flags | Simon Horman |
2012-12-23 | build: Use cross compiler's strip if available | Simon Horman |
2012-12-23 | die: Use const for fmt | Simon Horman |
2012-12-23 | kexec-zImage-arm: simply cmdline-related DTB resizing | Stephen Warren |
2012-12-18 | kexec-elf-ppc: Fix crashkernel region overflow check | Anders Hedlund |
2012-12-14 | kexec-zImage-arm: add code to support --command-line along with --dtb | Daniel Mack |
2012-12-14 | fix message and indenting in putnode in ppc64 | Olaf Hering |
2012-12-14 | fixed strncat size argument on ppc64 | Olaf Hering |
2012-12-14 | fix comment typo in do_bzImage_load on x86 | Olaf Hering |
2012-12-14 | fix comment typo in locate_hole | Olaf Hering |
2012-12-14 | Fix xen_cpuid() inline asm to not clobber stack's red zone | Olaf Hering |
2012-12-13 | ppc: exec stack fix | Dave Young |
2012-12-04 | kexec: Teach configure to find the strip binary. | Eric W. Biederman |
2012-12-03 | kexec: Fix compile errors in crashdump-mips.c | David Daney |
2012-11-27 | fs2dt: check for initrd_size != 0 when adding initrd entries | Daniel Mack |
2012-11-27 | fs2dt: fix basename string compares | Daniel Mack |
2012-11-27 | kexec-tools 2.0.4-rc1.git | Simon Horman |
2012-11-21 | kexec-tools 2.0.4-rc1 | Simon Horman |
2012-11-21 | kexec x86_64: Make purgatory relocatable anywhere in the 64bit address space. | Eric W. Biederman |
2012-11-15 | vmcore-dmesg: Determine correct machine pointer size | Vivek Goyal |
2012-11-08 | ppc/uImage: Find new kernel load_addr if the default addr is not available | Suzuki K. Poulose |
2012-10-19 | kdump: pass acpi_rsdp= to 2nd kernel for efi booting | Dave Young |
2012-10-11 | kexec: fix Makefile.in binaries_arch | Tony Jones |
2012-09-18 | kexec: Define some constants and structures conditionally | Daniel Kiper |
2012-09-18 | xen: Fix Xen kdump support | Daniel Kiper |
2012-09-18 | kexec: Move crash memory ranges logging | Daniel Kiper |
2012-09-18 | kexec: Get backup area start address and size directly from mem_range | Daniel Kiper |
2012-09-18 | kexec: Add segregate_lowmem_region() | Daniel Kiper |
2012-09-18 | kexec: Move crash kernel area placement and size detection to is_crashkernel_... | Daniel Kiper |
2012-09-18 | xen: Rename e820_to_kexec_type() to xen_e820_to_kexec_type() and export it | Daniel Kiper |