| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] kexec code cleanup | Maneesh Soni | 2005-06-25 | 10 | -211/+243 |
* | [PATCH] kdump: Save trap information for later analysis | Alexander Nyberg | 2005-06-25 | 2 | -4/+11 |
* | [PATCH] kdump: Use real pt_regs from exception | Alexander Nyberg | 2005-06-25 | 11 | -23/+66 |
* | [PATCH] kdump: sysrq trigger mechanism for kexec based crashdumps | Hariprasad Nellitheertha | 2005-06-25 | 2 | -2/+27 |
* | [PATCH] kdump: cleanups for dump file access in linear raw format | Vivek Goyal | 2005-06-25 | 1 | -36/+15 |
* | [PATCH] kdump: Accessing dump file in linear raw format (/dev/oldmem) | Vivek Goyal | 2005-06-25 | 2 | -0/+75 |
* | [PATCH] kdump: Parse elf32 headers and export through /proc/vmcore | Vivek Goyal | 2005-06-25 | 1 | -0/+218 |
* | [PATCH] kdump: Access dump file in elf format (/proc/vmcore) | Vivek Goyal | 2005-06-25 | 7 | -1/+476 |
* | [PATCH] Retrieve elfcorehdr address from command line | Vivek Goyal | 2005-06-25 | 4 | -0/+16 |
* | [PATCH] kdump: Routines for copying dump pages | Vivek Goyal | 2005-06-25 | 6 | -0/+83 |
* | [PATCH] kdump: Kconfig | Vivek Goyal | 2005-06-25 | 1 | -0/+7 |
* | [PATCH] kdump: Retrieve saved max pfn | Vivek Goyal | 2005-06-25 | 3 | -0/+24 |
* | [PATCH] kdump documentation update to introduce use of irqpoll | Vivek Goyal | 2005-06-25 | 1 | -11/+17 |
* | [PATCH] kdump: Documentation for Kdump | Vivek Goyal | 2005-06-25 | 3 | -0/+316 |
* | [PATCH] Kexec: Kexec on panic fix with nmi watchdog enabled | Vivek Goyal | 2005-06-25 | 1 | -0/+12 |
* | [PATCH] kdump: NMI handler segment selector, stack pointer fix | Vivek Goyal | 2005-06-25 | 1 | -0/+13 |
* | [PATCH] Kdump: Export crash notes section address through sysfs | Vivek Goyal | 2005-06-25 | 5 | -5/+23 |
* | [PATCH] kexec: s390 support | Heiko Carstens | 2005-06-25 | 11 | -2/+349 |
* | [PATCH] ppc64: kexec support for ppc64 | R Sharada | 2005-06-25 | 13 | -17/+609 |
* | [PATCH] ppc64 kexec: native hash clear | R Sharada | 2005-06-25 | 2 | -1/+68 |
* | [PATCH] kexec: kexec ppc support | Eric W. Biederman | 2005-06-25 | 7 | -1/+336 |
* | [PATCH] crashdump: x86_64: crashkernel option | Eric W. Biederman | 2005-06-25 | 2 | -0/+33 |
* | [PATCH] kexec: x86_64 kexec implementation | Eric W. Biederman | 2005-06-25 | 8 | -2/+474 |
* | [PATCH] kexec: x86_64: factor out apic shutdown code | Eric W. Biederman | 2005-06-25 | 1 | -29/+33 |
* | [PATCH] crashdump: x86 crashkernel option | Eric W. Biederman | 2005-06-25 | 3 | -0/+38 |
* | [PATCH] kexec: x86 shutdown APICs during crash_shutdown | Eric W. Biederman | 2005-06-25 | 1 | -0/+7 |
* | [PATCH] kexec: x86: snapshot registers during crash shutdown | Eric W. Biederman | 2005-06-25 | 1 | -0/+80 |
* | [PATCH] crashdump: x86: add NMI handler to capture other CPUs | Eric W. Biederman | 2005-06-25 | 1 | -0/+56 |
* | [PATCH] kexec: x86 kexec core | Eric W. Biederman | 2005-06-25 | 7 | -1/+429 |
* | [PATCH] kexec: x86: factor out apic shutdown code | Eric W. Biederman | 2005-06-25 | 1 | -56/+26 |
* | [PATCH] Kexec on panic vmlinux initrd fix | Vivek Goyal | 2005-06-25 | 1 | -1/+1 |
* | [PATCH] kexec: add kexec syscalls | Eric W. Biederman | 2005-06-25 | 10 | -4/+1227 |
* | [PATCH] kexec: x86_64: add CONFIG_PHYSICAL_START | Eric W. Biederman | 2005-06-25 | 5 | -17/+32 |
* | [PATCH] kexec: reserve Bootmem fix for booting nondefault location kernel | Vivek Goyal | 2005-06-25 | 1 | -2/+2 |
* | [PATCH] kexec: x86: add CONFIG_PYSICAL_START | Eric W. Biederman | 2005-06-25 | 5 | -7/+23 |
* | [PATCH] kexec: x86_64: vmlinux: fix physical addresses | Eric W. Biederman | 2005-06-25 | 2 | -43/+87 |
* | [PATCH] kexec: x86: vmlinux: fix physical addresses | Eric W. Biederman | 2005-06-25 | 1 | -21/+38 |
* | [PATCH] kexec: vmlinux: fix physical addresses | Eric W. Biederman | 2005-06-25 | 1 | -1/+1 |
* | [PATCH] kexec: x86_64: restore apic virtual wire mode on shutdown | Eric W. Biederman | 2005-06-25 | 3 | -4/+72 |
* | [PATCH] kexec: x86: resture apic virtual wire mode on shutdown | Eric W. Biederman | 2005-06-25 | 4 | -3/+71 |
* | [PATCH] kexec: x86_64: add i8259 shutdown method | Eric W. Biederman | 2005-06-25 | 1 | -0/+12 |
* | [PATCH] kexec: x86: i8259 shutdown: disable interrupts | Eric W. Biederman | 2005-06-25 | 1 | -0/+12 |
* | [PATCH] kexec: x86_64: e820 64bit fix | Eric W. Biederman | 2005-06-25 | 1 | -2/+0 |
* | [PATCH] kexec: x86: local apic fix | Eric W. Biederman | 2005-06-25 | 3 | -20/+29 |
* | [PATCH] kexec: x86: rename APIC_MODE_EXINT | Eric W. Biederman | 2005-06-25 | 2 | -2/+2 |
* | [PATCH] sched: voluntary kernel preemption | Ingo Molnar | 2005-06-25 | 2 | -13/+62 |
* | [PATCH] enable PREEMPT_BKL on !PREEMPT+SMP too | Ingo Molnar | 2005-06-25 | 1 | -1/+1 |
* | [PATCH] consolidate PREEMPT options into kernel/Kconfig.preempt | Ingo Molnar | 2005-06-25 | 4 | -69/+28 |
* | [PATCH] Dynamic sched domains: ia64 changes | Dinakar Guniguntala | 2005-06-25 | 1 | -31/+45 |
* | [PATCH] Dynamic sched domains: cpuset changes | Dinakar Guniguntala | 2005-06-25 | 2 | -13/+92 |