1. 36f3f50 kexec: remove the unused function parameter by Baoquan He · 10 years ago
  2. 669280a kexec: take the segment adding out of locate_mem_hole functions by Baoquan He · 10 years ago
  3. 74ca317 kexec: create a new config option CONFIG_KEXEC_FILE for new syscall by Vivek Goyal · 10 years ago
  4. 8e7d838 kexec: verify the signature of signed PE bzImage by Vivek Goyal · 10 years ago
  5. dd5f726 kexec: support for kexec on panic using new system call by Vivek Goyal · 10 years ago
  6. 27f48d3 kexec-bzImage64: support for loading bzImage using 64bit entry by Vivek Goyal · 10 years ago
  7. 12db556 kexec: load and relocate purgatory at kernel load time by Vivek Goyal · 10 years ago
  8. cb10525 kexec: implementation of new syscall kexec_file_load by Vivek Goyal · 10 years ago
  9. f089568 kexec: new syscall kexec_file_load() declaration by Vivek Goyal · 10 years ago
  10. 255aedd kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc() by Vivek Goyal · 10 years ago
  11. dabe786 kexec: move segment verification code in a separate function by Vivek Goyal · 10 years ago
  12. 7d3e2bc kexec: rename unusebale_pages to unusable_pages by Vivek Goyal · 10 years ago
  13. 3a1122d kexec: fix build error when hugetlbfs is disabled by David Rientjes · 10 years ago
  14. 8f1d26d kexec: export free_huge_page to VMCOREINFO by Atsushi Kumagai · 10 years ago
  15. b3acc56 kexec: save PG_head_mask in VMCOREINFO by Petr Tesarik · 10 years ago
  16. e1bebcf kernel/kexec.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  17. 011e4b0 powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode by Srivatsa S. Bhat · 10 years ago
  18. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  19. c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  20. ca2c405 kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  21. a19428e kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str() by Chen Gang · 11 years ago
  22. 7984754 kexec: add sysctl to disable kexec_load by Kees Cook · 11 years ago
  23. c97102b kexec: migrate to reboot cpu by Vivek Goyal · 11 years ago
  24. 4fc9bbf PCI: Disable Bus Master only on kexec reboot by Khalid Aziz · 11 years ago
  25. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  26. 002ace7 kexec: Typo s/the/then/ by Geert Uytterhoeven · 11 years ago
  27. 80c74f6 kexec: remove unnecessary return by Xishi Qiu · 11 years ago
  28. 31c3a3f kexec: Use min() and min_t() to simplify logic by Zhang Yanfei · 11 years ago
  29. 310faaa kexec: fix wrong types of some local variables by Zhang Yanfei · 11 years ago
  30. 13ba3fc kexec, vmalloc: export additional vmalloc layer information by Atsushi Kumagai · 11 years ago
  31. f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 11 years ago
  32. e07cee2 mm,kexec: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  33. 157752d kexec: use Crash kernel for Crash kernel low by Yinghai Lu · 11 years ago
  34. adbc742 x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low by Yinghai Lu · 11 years ago
  35. 55a20ee x86, kdump: Retore crashkernel= to allocate under 896M by Yinghai Lu · 11 years ago
  36. 8c333ac kexec: avoid freeing NULL pointer in image_crash_alloc() by Zhang Yanfei · 12 years ago
  37. b92e7e0 kexec: fix memory leak in function kimage_normal_alloc by Zhang Yanfei · 12 years ago
  38. fe88f2e kexec: prevent double free on image allocation failure by Sasha Levin · 12 years ago
  39. 0d0bf66 kexec: export PG_hwpoison flag into vmcoreinfo by Mitsuhiro Tanino · 12 years ago
  40. 8a525f5 kexec: get rid of duplicate check for hole_end by Zhang Yanfei · 12 years ago
  41. 8d67091 kexec: add the values related to buddy system for filtering free pages. by Atsushi Kumagai · 12 years ago
  42. 0212f91 x86: Add Crash kernel low reservation by Yinghai Lu · 12 years ago
  43. de4ec99 kdump: remove unneeded include by Wei Yongjun · 12 years ago
  44. 63dca8d kdump: append newline to the last lien of vmcoreinfo note by Vivek Goyal · 12 years ago
  45. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  46. eaa3be6 kexec: add further check to crashkernel by Zhenzhong Duan · 13 years ago
  47. d034cfa kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurations by Will Deacon · 13 years ago
  48. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  49. cf579df PM / Sleep: Introduce "late suspend" and "early resume" of devices by Rafael J. Wysocki · 13 years ago
  50. bec013c kdump: crashk_res init check for /sys/kernel/kexec_crash_size by Michael Holzheu · 13 years ago
  51. 6480e5a kdump: add missing RAM resource in crash_shrink_memory() by Michael Holzheu · 13 years ago
  52. a3dd332 kexec: remove KMSG_DUMP_KEXEC by WANG Cong · 13 years ago
  53. bcda53f PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep() by Srivatsa S. Bhat · 13 years ago
  54. 558df72 [S390] kdump: Add infrastructure for unmapping crashkernel memory by Michael Holzheu · 13 years ago
  55. fa8ff29 [S390] kdump: Initialize vmcoreinfo note at startup by Michael Holzheu · 13 years ago
  56. 3d214fa [S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMIT by Michael Holzheu · 13 years ago
  57. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  58. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  59. 19234c0 PM: Add missing syscore_suspend() and syscore_resume() calls by Rafael J. Wysocki · 13 years ago
  60. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  61. c0bb9e4 kdump: Allow shrinking of kdump region to be overridden by Anton Blanchard · 14 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  63. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  64. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  65. f65a03f kexec: return -EFAULT on copy_to_user() failures by Dan Carpenter · 14 years ago
  66. e05bd33 kexec: fix Oops in crash_shrink_memory() by Pavan Naregundi · 14 years ago
  67. 475f9aa kexec: fix OOPS in crash_kernel_shrink by Vitaly Mayatskikh · 14 years ago
  68. 43cf38e percpu: add __percpu sparse annotations to core kernel subsystems by Tejun Heo · 15 years ago
  69. b8be634 Merge git://git.infradead.org/~dwmw2/mtd-2.6.33 by Linus Torvalds · 15 years ago
  70. 0f4bd46 kmsg_dump: Dump on crash_kexec as well by KOSAKI Motohiro · 15 years ago
  71. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  72. 06a7f71 kexec: premit reduction of the reserved memory size by Amerigo Wang · 15 years ago
  73. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  74. 11c7da4 kexec: fix omitting offset in extended crashkernel syntax by Hidetoshi Seto · 15 years ago
  75. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  76. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  77. 32bdfac PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs by Rafael J. Wysocki · 15 years ago
  78. edb79a2 kexec: vmcoreinfo_data[] can become static by Dmitri Vorobiev · 15 years ago
  79. 04d491a kexec: add dmesg log symbols to /proc/vmcoreinfo lists by Neil Horman · 15 years ago
  80. 749b0af kexec: Change kexec jump code ordering by Rafael J. Wysocki · 16 years ago
  81. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 16 years ago
  82. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
  83. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 16 years ago
  84. 6cd61c0 elf: add ELF_CORE_COPY_KERNEL_REGS() by Tejun Heo · 16 years ago
  85. 754fe8d [CVE-2009-0029] System call wrappers part 07 by Heiko Carstens · 16 years ago
  86. 4f4b6c1 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core by Rusty Russell · 16 years ago
  87. 5f41b8c kexec: fix crash_save_vmcoreinfo_init build problem by Luck, Tony · 16 years ago
  88. acd99db kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation. by Ken'ichi Ohmichi · 16 years ago
  89. f9092f3 kexec: fix segmentation fault in kimage_add_entry by Jonathan Steel · 16 years ago
  90. 8c5a1cf kexec: use a mutex for locking rather than xchg() by Andrew Morton · 16 years ago
  91. 3122c33 kexec jump: fix for ftrace by Huang Ying · 16 years ago
  92. 73bd9c7 kexec jump: in sync with hibernation implementation by Huang Ying · 16 years ago
  93. ca195b7 kexec jump: remove duplication of kexec_restart_prepare() by Huang Ying · 16 years ago
  94. 163f687 kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE by Huang Ying · 16 years ago
  95. 7ade3fc kexec jump: clean up #ifdef and comments by Huang Ying · 16 years ago
  96. 4cd69b9 kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec() by Huang Ying · 16 years ago
  97. 89081d1 kexec jump: save/restore device state by Huang Ying · 16 years ago
  98. 3ab8352 kexec jump by Huang Ying · 16 years ago
  99. 7fccf03 kernel/kexec.c: make 'kimage_terminate' void by WANG Cong · 16 years ago
  100. be089d79 kexec: make extended crashkernel= syntax less confusing by Michael Ellerman · 16 years ago