Age | Commit message (Expand) | Author |
2020-08-25 | powerpc/fadump: Remove set but not used variable 'elf' | zhengbin |
2020-07-27 | powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=y | Michael Ellerman |
2020-07-16 | powerpc/fadump: fix race between pstore write and fadump crash trigger | Sourabh Jain |
2020-06-02 | powerpc/fadump: Account for memory_limit while reserving memory | Hari Bathini |
2020-05-04 | powerpc/fadump: consider reserved ranges while reserving memory | Hari Bathini |
2020-05-04 | powerpc/fadump: use static allocation for reserved memory ranges | Hari Bathini |
2020-03-04 | powerpc/kernel: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2020-02-19 | powerpc/fadump: sysfs for fadump memory reservation | Sourabh Jain |
2020-02-19 | powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs files | Sourabh Jain |
2019-11-13 | powerpc/fadump: when fadump is supported register the fadump sysfs files. | Michal Suchanek |
2019-09-14 | powerpc/fadump: support holes in kernel boot memory area | Hari Bathini |
2019-09-14 | powerpc/fadump: remove RMA_START and RMA_END macros | Hari Bathini |
2019-09-14 | powerpc/fadump: consider f/w load area | Hari Bathini |
2019-09-14 | powerpc/fadump: add support to preserve crash data on FADUMP disabled kernel | Hari Bathini |
2019-09-14 | powerpc/fadump: improve how crashed kernel's memory is reserved | Hari Bathini |
2019-09-14 | powerpc/fadump: consider reserved ranges while releasing memory | Hari Bathini |
2019-09-14 | powerpc/fadump: make crash memory ranges array allocation generic | Hari Bathini |
2019-09-14 | powerpc/fadump: make use of memblock's bottom up allocation mode | Hari Bathini |
2019-09-14 | powerpc/fadump: handle invalidation of crashdump and re-registraion | Hari Bathini |
2019-09-14 | powerpc/fadump: reset metadata address during clean up | Hari Bathini |
2019-09-14 | powerpc/fadump: register kernel metadata address with opal | Hari Bathini |
2019-09-14 | powerpc/fadump: improve fadump_reserve_mem() | Hari Bathini |
2019-09-14 | powerpc/fadump: add fadump support on powernv | Hari Bathini |
2019-09-14 | pseries/fadump: move out platform specific support from generic code | Hari Bathini |
2019-09-14 | powerpc/fadump: release all the memory above boot memory size | Hari Bathini |
2019-09-14 | pseries/fadump: define RTAS register/un-register callback functions | Hari Bathini |
2019-09-14 | powerpc/fadump: introduce callbacks for platform specific operations | Hari Bathini |
2019-09-14 | powerpc/fadump: move rtas specific definitions to platform code | Hari Bathini |
2019-09-14 | powerpc/fadump: use helper functions to reserve/release cpu notes buffer | Hari Bathini |
2019-09-14 | powerpc/fadump: declare helper functions in internal header file | Hari Bathini |
2019-09-14 | powerpc/fadump: add helper functions | Hari Bathini |
2019-09-14 | powerpc/fadump: move internal macros/definitions to a new header | Hari Bathini |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-03 | powerpc/mm: move hugetlb_disabled into asm/hugetlb.h | Christophe Leroy |
2018-12-21 | powerpc/fadump: Do not allow hot-remove memory from fadump reserved area. | Mahesh Salgaonkar |
2018-12-21 | powerpc/fadump: Throw proper error message on fadump registration failure | Mahesh Salgaonkar |
2018-12-21 | powerpc/fadump: Reservationless firmware assisted dump | Mahesh Salgaonkar |
2018-11-25 | powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li |
2018-09-19 | powerpc/fadump: re-register firmware-assisted dump if already registered | Hari Bathini |
2018-08-20 | powerpc/fadump: cleanup crash memory ranges support | Hari Bathini |
2018-08-10 | powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segements | Hari Bathini |
2018-08-10 | powerpc/fadump: handle crash memory ranges array index overflow | Hari Bathini |
2018-05-03 | powerpc/fadump: Unregister fadump on kexec down path. | Mahesh Salgaonkar |
2018-05-03 | powerpc/fadump: Do not use hugepages when fadump is active | Hari Bathini |
2018-05-03 | powerpc/fadump: exclude memory holes while reserving memory in second kernel | Mahesh Salgaonkar |
2017-12-05 | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier" | David Gibson |
2017-11-13 | powerpc/fadump: use kstrtoint to handle sysfs store | Michal Suchanek |
2017-08-31 | powerpc/powernv: Use kernel crash path for machine checks | Nicholas Piggin |
2017-08-31 | powerpc: Do not call ppc_md.panic in fadump panic notifier | Nicholas Piggin |
2017-07-12 | powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr | Xunlei Pang |