index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
crash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-14
x86/crash: Align function arguments on opening braces
Borislav Petkov
1
-17
/
+11
2019-11-14
x86/kdump: Remove the backup region handling
Lianbo Jiang
1
-76
/
+11
2019-11-14
x86/kdump: Always reserve the low 1M when the crashkernel option is specified
Lianbo Jiang
1
-0
/
+15
2019-07-24
x86/crash: Remove unnecessary comparison
Nikolas Nyby
1
-2
/
+0
2019-07-09
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+6
2019-07-09
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2019-06-26
x86/kexec: Make variable static and config dependent
Tiezhu Yang
1
-1
/
+3
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
1
-8
/
+0
2019-06-20
x86/crash: Add e820 reserved ranges to kdump kernel's e820 table
Lianbo Jiang
1
-0
/
+6
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-05
x86/kexec/crash: Use struct_size() in vzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-15
x86/kexec: Fix a kexec_file_load() failure
Dave Young
1
-0
/
+1
2018-11-23
x86/headers: Fix -Wmissing-prototypes warning
Yi Wang
1
-0
/
+1
2018-04-14
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
1
-188
/
+7
2018-04-14
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
1
-11
/
+7
2018-04-14
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
AKASHI Takahiro
1
-51
/
+31
2018-04-14
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
AKASHI Takahiro
1
-12
/
+12
2018-04-14
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
AKASHI Takahiro
1
-63
/
+58
2018-02-17
x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdump
Baoquan He
1
-1
/
+2
2017-11-07
resource: Fix resource_size.cocci warnings
kbuild test robot
1
-2
/
+2
2017-11-07
resource: Provide resource struct in resource walk callback
Tom Lendacky
1
-9
/
+9
2017-07-13
kexec: move vmcoreinfo out of the kernel's .bss section
Xunlei Pang
1
-1
/
+1
2017-01-29
x86/boot/e820: Clean up the E820 table size define names
Ingo Molnar
1
-1
/
+1
2017-01-29
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
Ingo Molnar
1
-5
/
+5
2017-01-28
x86/boot/e820: Rename everything to e820_table
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Rename 'e820_map' variables to 'e820_array'
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...
Ingo Molnar
1
-4
/
+4
2017-01-28
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
1
-0
/
+1
2016-11-30
kexec_file: Change kexec_add_buffer to take kexec_buf as argument.
Thiago Jung Bauermann
1
-18
/
+19
2016-10-12
x86/panic: replace smp_send_stop() with kdump friendly version in panic path
Hidehiro Kawai
1
-3
/
+19
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2016-01-30
x86/kexec: Remove walk_iomem_res() call with GART type
Toshi Kani
1
-36
/
+1
2016-01-30
x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search
Toshi Kani
1
-2
/
+2
2015-11-23
perf, x86: Stop Intel PT before kdump starts
Takao Indoh
1
-0
/
+11
2015-10-12
x86/kexec: Remove obsolete 'in_crash_kexec' flag
Minfei Huang
1
-3
/
+0
2015-10-02
x86/kexec: Fix kexec crash in syscall kexec_file_load()
Lee, Chun-Yi
1
-4
/
+3
2015-06-03
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
1
-0
/
+1
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
1
-1
/
+1
2014-12-16
x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
Jiang Liu
1
-0
/
+1
2014-10-14
kexec: check if crashk_res_low exists when exclude it from crash mem ranges
Baoquan He
1
-4
/
+6
2014-08-30
kexec: create a new config option CONFIG_KEXEC_FILE for new syscall
Vivek Goyal
1
-4
/
+2
2014-08-09
kexec: support for kexec on panic using new system call
Vivek Goyal
1
-0
/
+563
2014-03-14
x86, crash: Unify ifdef
Borislav Petkov
1
-2
/
+0
2014-01-07
x86: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-07
x86/apic: Disable I/O APIC before shutdown of the local APIC
Fenghua Yu
1
-1
/
+1
2013-08-20
x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lock
Yoshihiro YUNOMAE
1
-1
/
+3
2012-12-12
x86/kexec: crash_vmclear_local_vmcss needs __rcu
Zhang Yanfei
1
-2
/
+2
2012-12-06
x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary
Zhang Yanfei
1
-0
/
+32
2011-10-10
x86, nmi: Wire up NMI handlers to new routines
Don Zickus
1
-4
/
+1
2010-07-21
x86, UV: Make kdump avoid stack dumps
Cliff Wickman
1
-0
/
+3
[next]