summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/crash_dump.c
AgeCommit message (Expand)AuthorLines
2023-02-09s390/vx: use simple assignments to access __vector128 membersHeiko Carstens-1/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-25[s390] copy_oldmem_kernel() - WRITE is "data source", not destinationAl Viro-1/+1
2022-11-24s390/crashdump: fix TOD programmable field sizeHeiko Carstens-1/+1
2022-09-14s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev-1/+14
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev-23/+2
2022-07-20s390/crash: support multi-segment iteratorsAlexander Gordeev-106/+22
2022-07-20s390/crash: use static swap buffer for copy_to_user_real()Alexander Gordeev-14/+12
2022-07-20s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev-0/+26
2022-07-20s390/crash: fix incorrect number of bytes to copy to user spaceAlexander Gordeev-1/+1
2022-07-20s390/crash: remove redundant panic() on save area allocation failureAlexander Gordeev-1/+1
2022-06-23s390/crash: make copy_oldmem_page() return number of bytes copiedAlexander Gordeev-3/+4
2022-06-23s390/crash: add missing iterator advance in copy_oldmem_page()Alexander Gordeev-0/+7
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)-5/+8
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev-30/+28
2022-02-09s390/dump: fix old lowcore virtual vs physical address confusionAlexander Gordeev-1/+1
2021-12-20s390/crash_dump: fix virtual vs physical address handlingHeiko Carstens-1/+1
2021-11-18s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov-2/+2
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov-23/+23
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro-1/+1
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov-8/+8
2020-07-10mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand-4/+2
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport-0/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-2/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport-1/+1
2018-08-16s390/kdump: Remove kzalloc_panicPhilipp Rudo-15/+12
2018-08-16s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo-5/+12
2018-08-16s390/kdump: Make elfcorehdr size calculation ABI compliantPhilipp Rudo-16/+10
2018-07-31s390/kdump: Fix elfcorehdr size calculationPhilipp Rudo-6/+98
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-28s390/kdump: Add final noteMichael Holzheu-0/+15
2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens-0/+1
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+2
2017-02-17s390/kdump: Use "LINUX" ELF note name instead of "CORE"Michael Holzheu-1/+5
2016-09-20s390/crashdump: use list_first_entry_or_nullMasahiro Yamada-3/+1
2016-05-10s390: make couple of variables and functions staticHeiko Carstens-1/+1
2016-01-19s390: remove superfluous memblock_alloc() return value checksHeiko Carstens-2/+0
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens-2/+2
2015-11-27s390/dump: cleanup CPU save area handlingMartin Schwidefsky-142/+121
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky-92/+79
2015-11-27s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky-21/+3
2015-10-14s390/crash_dump: use for_each_mem_rangeAlexander Kuleshov-12/+4
2015-06-25s390/kdump: fix nosmt kernel parameterMichael Holzheu-25/+0
2015-06-25s390/kdump: fix REGSET_VX_LOW vector register ELF notesMichael Holzheu-1/+1
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck-2/+3
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand-4/+4
2014-10-09s390/kdump: add support for vector extensionMichael Holzheu-9/+49
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann-44/+39
2013-11-15s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu-9/+13