index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
kexec.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
kdump, vmcoreinfo: report memory sections virtual addresses
Thomas Garnier
2016-10-11
1
-0
/
+6
*
kexec: add a kexec_crash_loaded() function
Petr Tesarik
2016-08-02
1
-0
/
+2
*
kexec: allow architectures to override boot mapping
Russell King
2016-08-02
1
-0
/
+40
*
kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
Russell King
2016-08-02
1
-1
/
+1
*
kexec: don't invoke OOM-killer for control page allocation
Russell King
2016-08-02
1
-1
/
+1
*
s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...
Xunlei Pang
2016-05-23
1
-2
/
+0
*
kexec: introduce a protection mechanism for the crashkernel reserved memory
Xunlei Pang
2016-05-23
1
-0
/
+2
*
kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE
Xunlei Pang
2016-01-20
1
-37
/
+25
*
kexec: Fix race between panic() and crash_kexec()
Hidehiro Kawai
2015-12-19
1
-0
/
+2
*
kexec: split kexec_load syscall from kexec core code
Dave Young
2015-09-10
1
-3
/
+3
*
kexec: split kexec_file syscall code to kexec_file.c
Dave Young
2015-09-10
1
-0
/
+11
*
kexec: define kexec_in_progress in !CONFIG_KEXEC case
Vitaly Kuznetsov
2015-08-04
1
-0
/
+1
*
kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP
Martin Schwidefsky
2015-04-23
1
-0
/
+4
*
kexec: add IND_FLAGS macro
Geoff Levand
2015-02-17
1
-0
/
+1
*
kexec: add bit definitions for kimage entry flags
Geoff Levand
2015-02-17
1
-4
/
+15
*
kexec: remove never used member destination in kimage
Baoquan He
2015-02-17
1
-2
/
+0
*
kexec: take the segment adding out of locate_mem_hole functions
Baoquan He
2014-10-14
1
-0
/
+1
*
kexec: verify the signature of signed PE bzImage
Vivek Goyal
2014-08-08
1
-0
/
+3
*
kexec-bzImage64: support for loading bzImage using 64bit entry
Vivek Goyal
2014-08-08
1
-1
/
+1
*
kexec: load and relocate purgatory at kernel load time
Vivek Goyal
2014-08-08
1
-0
/
+33
*
kexec: implementation of new syscall kexec_file_load
Vivek Goyal
2014-08-08
1
-0
/
+53
*
kexec: make kexec_segment user buffer pointer a union
Vivek Goyal
2014-08-08
1
-1
/
+12
*
kexec: rename unusebale_pages to unusable_pages
Vivek Goyal
2014-08-08
1
-1
/
+1
*
kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2014-03-06
1
-6
/
+0
*
kexec: add sysctl to disable kexec_load
Kees Cook
2014-01-23
1
-0
/
+1
*
PCI: Disable Bus Master only on kexec reboot
Khalid Aziz
2013-12-07
1
-0
/
+3
*
x86, kdump: Retore crashkernel= to allocate under 896M
Yinghai Lu
2013-04-17
1
-0
/
+2
*
x86: Add Crash kernel low reservation
Yinghai Lu
2013-01-29
1
-0
/
+3
*
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-10-13
1
-51
/
+1
*
kexec: export kexec.h to user space
maximilian attems
2012-05-31
1
-22
/
+53
*
kdump: define KEXEC_NOTE_BYTES arch specific for s390x
Michael Holzheu
2012-01-23
1
-0
/
+2
*
Merge branch 'akpm' (Andrew's incoming)
Linus Torvalds
2011-10-31
1
-2
/
+2
|
\
|
*
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-10-31
1
-2
/
+2
*
|
[S390] kdump: Add infrastructure for unmapping crashkernel memory
Michael Holzheu
2011-10-30
1
-0
/
+6
*
|
[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMIT
Michael Holzheu
2011-10-30
1
-0
/
+4
|
/
*
kdump: Allow shrinking of kdump region to be overridden
Anton Blanchard
2011-04-01
1
-0
/
+1
*
percpu: add __percpu sparse annotations to core kernel subsystems
Tejun Heo
2010-02-17
1
-1
/
+1
*
kexec: premit reduction of the reserved memory size
Amerigo Wang
2009-12-16
1
-0
/
+2
*
kexec/i386: allocate page table pages dynamically
Huang Ying
2008-10-31
1
-0
/
+4
*
kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE
Huang Ying
2008-08-15
1
-2
/
+2
*
kdump: report actual value of VMCOREINFO_OSRELEASE in VMCOREINFO
Bernhard Walle
2008-08-05
1
-2
/
+2
*
kexec jump
Huang Ying
2008-07-26
1
-4
/
+13
*
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
Ken'ichi Ohmichi
2008-02-07
1
-0
/
+4
*
vmcoreinfo: use the existing offsetof() for VMCOREINFO_OFFSET()
Ken'ichi Ohmichi
2008-02-07
1
-1
/
+1
*
vmcoreinfo: rename vmcoreinfo's macros returning the size
Ken'ichi Ohmichi
2008-02-07
1
-3
/
+3
*
Extended crashkernel command line
Bernhard Walle
2007-10-19
1
-0
/
+2
*
add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros
Ken'ichi Ohmichi
2007-10-17
1
-7
/
+7
*
add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data
Ken'ichi Ohmichi
2007-10-17
1
-0
/
+5
*
add-vmcore: cleanup the coding style according to Andrew's comments
Ken'ichi Ohmichi
2007-10-17
1
-7
/
+9
*
Add vmcoreinfo
Ken'ichi Ohmichi
2007-10-17
1
-0
/
+26
[next]