summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/debug.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-12-16s390/pci: Add pci_msg debug view to PCI reportNiklas Schnelle1-5/+3
2024-12-16s390/debug: Add a reverse mode for debug_dump()Niklas Schnelle1-2/+85
2024-12-16s390/debug: Add debug_dump() to write debug view to a string bufferNiklas Schnelle1-0/+47
2024-12-16s390/debug: Split private data alloc/free out of file operationsNiklas Schnelle1-30/+48
2024-12-16s390/debug: Simplify and document debug_next_entry() logicNiklas Schnelle1-10/+15
2024-11-21s390/debug: Pass in and enforce output buffer size for format handlersNiklas Schnelle1-34/+49
2024-10-25s390: Fix various typosHeiko Carstens1-9/+9
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2023-10-10S390: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados1-1/+0
2023-04-13s390/debug: replace zero-length array with flexible-array memberHeiko Carstens1-1/+1
2023-03-20s390: simplify one-level syctl registration for s390dbf_tableLuis Chamberlain1-11/+1
2022-11-23s390/debug: remove function type castHeiko Carstens1-3/+4
2022-08-30s390: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-08-25s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter1-7/+9
2021-08-25s390/debug: add early tracing supportPeter Oberparleiter1-0/+55
2021-08-25s390/debug: fix debug area life cyclePeter Oberparleiter1-46/+56
2021-08-25s390/debug: keep debug data on resizePeter Oberparleiter1-21/+53
2021-06-18s390/debug: Remove pointer obfuscationPeter Oberparleiter1-1/+1
2021-02-13s390/debug: use union tod_clockHeiko Carstens1-3/+3
2020-08-11s390/debug: debug feature version 3Mikhail Zaslonko1-14/+18
2020-06-29s390/debug: remove raw viewHeiko Carstens1-42/+0
2020-06-23s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger1-1/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-07-05docs: s390: unify and update s390dbf kdocs at debug.cSteffen Maier1-19/+86
2019-01-28s390: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2017-11-24s390/debug: use pK for kernel pointersChristian Borntraeger1-1/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-500/+416
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18s390/debug: only write data onceSebastian Ott1-2/+4
2017-10-18s390/debug: improve debug_eventSebastian Ott1-10/+18
2017-10-16s390/debug: adjust coding styleHeiko Carstens1-490/+396
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky1-4/+5
2017-05-11s390: convert debug_info.ref_count from atomic_t to refcount_tElena Reshetova1-4/+4
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2017-02-07s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky1-6/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches1-4/+2
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-1/+1
2015-05-22s390: time: Provide read_boot_clock64() and read_persistent_clock64()Xunlei Pang1-5/+6
2014-12-08s390/debug: avoid function call for debug_sprintf_*Christian Borntraeger1-8/+4
2013-10-28s390: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-1/+1
2013-01-08s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view()Michael Holzheu1-4/+7
2012-07-26s390/debug: remove module_exit function / move EXPORT_SYMBOLsHeiko Carstens1-47/+23