- 25bc5b0 proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration by David Hildenbrand · 3 years ago
- c1e6311 proc/vmcore: fix clearing user buffer by properly using clear_user() by David Hildenbrand · 3 years, 1 month ago
- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- cc5f2704 proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks by David Hildenbrand · 3 years, 2 months ago
- 2c9feea proc/vmcore: let pfn_is_ram() return a bool by David Hildenbrand · 3 years, 2 months ago
- e9d1d2b treewide: Replace the use of mem_encrypt_active() with cc_platform_has() by Tom Lendacky · 3 years, 4 months ago
- fb9bf04 vmalloc: remove redundant NULL check by Yang Li · 3 years, 10 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- bdebd6a2 vmalloc: fix remap_vmalloc_range() bounds checks by Jann Horn · 4 years, 8 months ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- ae7eb82 fs/core/vmcore: Move sev_active() reference to x86 arch code by Thiago Jung Bauermann · 5 years ago
- c6c4053 vmcore: add a kernel parameter novmcoredd by Kairui Song · 5 years ago
- 4eb5fec fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active by Lianbo Jiang · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- b5c2123 fs/proc/vmcore.c: Convert to use vmf_error() by Souptick Joarder · 6 years ago
- cf08961 proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted() by Borislav Petkov · 6 years ago
- 992b649 kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled by Lianbo Jiang · 6 years ago
- a2036a1 fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds by Arnd Bergmann · 6 years ago
- 36f0620 fs/proc/vmcore.c: use new typedef vm_fault_t by Souptick Joarder · 6 years ago
- 44c752f vmcore: move get_vmcore_size out of __init by Rahul Lakkireddy · 7 years ago
- 7efe48d vmcore: append device dumps to vmcore as elf notes by Rahul Lakkireddy · 7 years ago
- 2724273 vmcore: add API to collect hardware dump in second kernel by Rahul Lakkireddy · 7 years ago
- 593bc69 fs/proc/vmcore.c: simpler /proc/vmcore cleanup by Alexey Dobriyan · 7 years ago
- 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- e55d531 crash_dump: Add vmcore_elf32_check_arch by Daniel Wagner · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 0b50a2d proc-vmcore: wrong data type casting fix by Dave Young · 9 years ago
- 34b4776 vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue by WANG Chao · 10 years ago
- 0692ded fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors by Vitaly Kuznetsov · 10 years ago
- a05e16ad fs/proc/vmcore.c: remove NULL assignment to static by Fabian Frederick · 11 years ago
- c4082f3 vmcore: continue vmcore initialization if PT_NOTE is found empty by WANG Chao · 11 years ago
- 82e0703 include/linux/crash_dump.h: add vmcore_cleanup() prototype by Rashika Kheria · 11 years ago
- 38dfac8 vmcore: prevent PT_NOTE p_memsz overflow during header update by Greg Pearson · 11 years ago
- abaf378 fs/proc: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
- 11e376a vmcore: enable /proc/vmcore mmap for s390 by Michael Holzheu · 11 years ago
- 9cb2181 vmcore: introduce remap_oldmem_pfn_range() by Michael Holzheu · 11 years ago
- be8a8d0 vmcore: introduce ELF header in new memory feature by Michael Holzheu · 11 years ago
- 5a74953 s390/kdump: Disable mmap for s390 by Michael Holzheu · 11 years ago
- 8308697 vmcore: support mmap() on /proc/vmcore by HATAYAMA Daisuke · 11 years ago
- 591ff71 vmcore: calculate vmcore file size from buffer size and total size of vmcore objects by HATAYAMA Daisuke · 11 years ago
- ef9e78f vmcore: allow user process to remap ELF note segment buffer by HATAYAMA Daisuke · 11 years ago
- 087350c vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory by HATAYAMA Daisuke · 11 years ago
- 7f614cd vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list by HATAYAMA Daisuke · 11 years ago
- f2bdacd vmcore: allocate buffer for ELF headers on page-size alignment by HATAYAMA Daisuke · 11 years ago
- b27eb18 vmcore: clean up read_vmcore() by HATAYAMA Daisuke · 11 years ago
- a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 12 years ago
- 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 12 years ago
- c2c1b08 fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplication by Zhang Yanfei · 12 years ago
- 87ebdc0 fs/proc: clean up printks by Andrew Morton · 12 years ago
- 16257393 fadump: Introduce cleanup routine to invalidate /proc/vmcore. by Mahesh Salgaonkar · 13 years ago
- afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 14 years ago
- 997c136 fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages by Olaf Hering · 14 years ago
- 9833c39 ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch() by Mika Westerberg · 14 years ago
- c227e69 /proc/vmcore: fix seeking by Arnd Bergmann · 14 years ago
- 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
- 73296bc procfs: Use generic_file_llseek in /proc/vmcore by Frederic Weisbecker · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 2f6d311 proc: vmcore - use kzalloc in get_new_element() by Cyrill Gorcunov · 16 years ago
- 921d58c vmcore: remove saved_max_pfn check by Magnus Damm · 16 years ago
- 5aa140c proc: move /proc/vmcore creation to fs/proc/vmcore.c by Alexey Dobriyan · 16 years ago
- 85a0ee3 kdump: add is_vmcore_usable() and vmcore_unusable() by Simon Horman · 16 years ago
- 57cac4d kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE by Vivek Goyal · 16 years ago
- a04f4de proc: remove dummy vmcore_open() by Alexey Dobriyan · 16 years ago
- 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 17 years ago
- 79e0301 [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumps by Ian Campbell · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- 80e8ff6 [PATCH] kdump proc vmcore size oveflow fix by Vivek Goyal · 19 years ago
- 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
- 9e9e394 [PATCH] kdump: vmcore compilation warning fix by Vivek Goyal · 19 years ago
- 7da942e fs/proc/vmcore.c: header included twice by Nicolas Kaiser · 19 years ago
- 4ae362b [PATCH] kdump: read previous kernel's memory by Vivek Goyal · 19 years ago
- 72658e9 [PATCH] kdump: Parse elf32 headers and export through /proc/vmcore by Vivek Goyal · 20 years ago
- 666bfdd [PATCH] kdump: Access dump file in elf format (/proc/vmcore) by Vivek Goyal · 20 years ago