Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
cb3cb423a0f3c627639535e5d87977ae662d779f
/
kernel
/
kexec.c
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
c0bb9e4
kdump: Allow shrinking of kdump region to be overridden
by Anton Blanchard
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
3ecb01d
use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages
by Jan Beulich
· 14 years ago
f65a03f
kexec: return -EFAULT on copy_to_user() failures
by Dan Carpenter
· 14 years ago
e05bd33
kexec: fix Oops in crash_shrink_memory()
by Pavan Naregundi
· 14 years ago
475f9aa
kexec: fix OOPS in crash_kernel_shrink
by Vitaly Mayatskikh
· 15 years ago
43cf38e
percpu: add __percpu sparse annotations to core kernel subsystems
by Tejun Heo
· 15 years ago
b8be634
Merge git://git.infradead.org/~dwmw2/mtd-2.6.33
by Linus Torvalds
· 15 years ago
0f4bd46
kmsg_dump: Dump on crash_kexec as well
by KOSAKI Motohiro
· 15 years ago
5a865c0
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 15 years ago
06a7f71
kexec: premit reduction of the reserved memory size
by Amerigo Wang
· 15 years ago
273b281
kbuild: move utsrelease.h to include/generated
by Sam Ravnborg
· 15 years ago
11c7da4
kexec: fix omitting offset in extended crashkernel syntax
by Hidetoshi Seto
· 15 years ago
d161630
PM core: rename suspend and resume functions
by Alan Stern
· 16 years ago
e39a71e
PM: Rename device_power_down/up()
by Magnus Damm
· 16 years ago
32bdfac
PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs
by Rafael J. Wysocki
· 16 years ago
edb79a2
kexec: vmcoreinfo_data[] can become static
by Dmitri Vorobiev
· 16 years ago
04d491a
kexec: add dmesg log symbols to /proc/vmcoreinfo lists
by Neil Horman
· 16 years ago
749b0af
kexec: Change kexec jump code ordering
by Rafael J. Wysocki
· 16 years ago
2ed8d2b
PM: Rework handling of interrupts during suspend-resume
by Rafael J. Wysocki
· 16 years ago
fc6fc7f
Merge branch 'linus' into x86/apic
by Ingo Molnar
· 16 years ago
770824b
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
by Rafael J. Wysocki
· 16 years ago
6cd61c0
elf: add ELF_CORE_COPY_KERNEL_REGS()
by Tejun Heo
· 16 years ago
754fe8d
[CVE-2009-0029] System call wrappers part 07
by Heiko Carstens
· 16 years ago
4f4b6c1
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core
by Rusty Russell
· 16 years ago
5f41b8c
kexec: fix crash_save_vmcoreinfo_init build problem
by Luck, Tony
· 16 years ago
acd99db
kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.
by Ken'ichi Ohmichi
· 16 years ago
f9092f3
kexec: fix segmentation fault in kimage_add_entry
by Jonathan Steel
· 16 years ago
8c5a1cf
kexec: use a mutex for locking rather than xchg()
by Andrew Morton
· 16 years ago
3122c33
kexec jump: fix for ftrace
by Huang Ying
· 16 years ago
73bd9c7
kexec jump: in sync with hibernation implementation
by Huang Ying
· 16 years ago
ca195b7
kexec jump: remove duplication of kexec_restart_prepare()
by Huang Ying
· 16 years ago
163f687
kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE
by Huang Ying
· 16 years ago
7ade3fc
kexec jump: clean up #ifdef and comments
by Huang Ying
· 16 years ago
4cd69b9
kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()
by Huang Ying
· 16 years ago
89081d1
kexec jump: save/restore device state
by Huang Ying
· 16 years ago
3ab8352
kexec jump
by Huang Ying
· 16 years ago
7fccf03
kernel/kexec.c: make 'kimage_terminate' void
by WANG Cong
· 16 years ago
be089d79
kexec: make extended crashkernel= syntax less confusing
by Michael Ellerman
· 17 years ago
122c7a5
vmcoreinfo: add page flags values
by Ken'ichi Ohmichi
· 17 years ago
a655020
kernel: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
bba1f60
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
by Ken'ichi Ohmichi
· 17 years ago
c76f860
vmcoreinfo: rename vmcoreinfo's macros returning the size
by Ken'ichi Ohmichi
· 17 years ago
83a08e7
vmcoreinfo: add the array length of "free_list" for filtering free pages
by Ken'ichi Ohmichi
· 17 years ago
cba63c3
Extended crashkernel command line
by Bernhard Walle
· 17 years ago
b460cbc
pid namespaces: define is_global_init() and is_container_init()
by Serge E. Hallyn
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
bcbba6c
add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros
by Ken'ichi Ohmichi
· 17 years ago
6cfa062
add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data
by Ken'ichi Ohmichi
· 17 years ago
d768281
add-vmcore: cleanup the coding style according to Andrew's comments
by Ken'ichi Ohmichi
· 17 years ago
fd59d23
Add vmcoreinfo
by Ken'ichi Ohmichi
· 17 years ago
a9022e9
Clean up duplicate includes in kernel/
by Jesper Juhl
· 17 years ago
6672f76
kdump/kexec: calculate note size at compile time
by Simon Horman
· 18 years ago
6ee7e78
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 18 years ago
a7956113
[IA64] IA64 Kexec/kdump
by Zou Nan hai
· 18 years ago
85916f8
[PATCH] Kexec / Kdump: Unify elf note code
by Magnus Damm
· 18 years ago
4668edc
[PATCH] kernel core: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
0b4a8a7
[PATCH] kexec warning fix
by Roland McGrath
· 18 years ago
f400e19
[PATCH] pidspace: is_init()
by Sukadev Bhattiprolu
· 18 years ago
c0ce7d0
[POWERPC] Add the use of the firmware soft-reset-nmi to kdump.
by David Wilder
· 19 years ago
c330dda
[PATCH] Add a sysfs file to determine if a kexec kernel is loaded
by Jeff Moyer
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
e996e58
[PATCH] kdump: save registers early (inline functions)
by Vivek Goyal
· 19 years ago
cc57165
[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers
by Vivek Goyal
· 19 years ago
4c21e2f
[PATCH] mm: split page table lock
by Hugh Dickins
· 19 years ago
9796fdd
[PATCH] gfp_t: kernel/*
by Al Viro
· 19 years ago
314b6a4
[PATCH] kexec: fix sparse warnings
by Alexey Dobriyan
· 19 years ago
72414d3
[PATCH] kexec code cleanup
by Maneesh Soni
· 20 years ago
6e274d1
[PATCH] kdump: Use real pt_regs from exception
by Alexander Nyberg
· 20 years ago
50cccc6
[PATCH] Kexec on panic vmlinux initrd fix
by Vivek Goyal
· 20 years ago
dc009d9
[PATCH] kexec: add kexec syscalls
by Eric W. Biederman
· 20 years ago