aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/debug.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-30s390: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2021-08-25s390/sclp: add tracing of SCLP interactionsGravatar Peter Oberparleiter 1-7/+9
2021-08-25s390/debug: add early tracing supportGravatar Peter Oberparleiter 1-0/+55
2021-08-25s390/debug: fix debug area life cycleGravatar Peter Oberparleiter 1-46/+56
2021-08-25s390/debug: keep debug data on resizeGravatar Peter Oberparleiter 1-21/+53
2021-06-18s390/debug: Remove pointer obfuscationGravatar Peter Oberparleiter 1-1/+1
2021-02-13s390/debug: use union tod_clockGravatar Heiko Carstens 1-3/+3
2020-08-11s390/debug: debug feature version 3Gravatar Mikhail Zaslonko 1-14/+18
2020-06-29s390/debug: remove raw viewGravatar Heiko Carstens 1-42/+0
2020-06-23s390/debug: avoid kernel warning on too large number of pagesGravatar Christian Borntraeger 1-1/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1
2019-07-05docs: s390: unify and update s390dbf kdocs at debug.cGravatar Steffen Maier 1-19/+86
2019-01-28s390: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-6/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+4
2017-11-24s390/debug: use pK for kernel pointersGravatar Christian Borntraeger 1-1/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-500/+416
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-18s390/debug: only write data onceGravatar Sebastian Ott 1-2/+4
2017-10-18s390/debug: improve debug_eventGravatar Sebastian Ott 1-10/+18
2017-10-16s390/debug: adjust coding styleGravatar Heiko Carstens 1-490/+396
2017-07-26s390/time: add support for the TOD clock epoch extensionGravatar Martin Schwidefsky 1-4/+5
2017-05-11s390: convert debug_info.ref_count from atomic_t to refcount_tGravatar Elena Reshetova 1-4/+4
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2017-02-07s390/debug: make debug event time stamps relative to the boot TOD clockGravatar Martin Schwidefsky 1-6/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-03-07s390: Use pr_warn instead of pr_warningGravatar Joe Perches 1-4/+2
2016-01-19s390: remove all usages of PSW_ADDR_INSNGravatar Heiko Carstens 1-1/+1
2015-05-22s390: time: Provide read_boot_clock64() and read_persistent_clock64()Gravatar Xunlei Pang 1-5/+6
2014-12-08s390/debug: avoid function call for debug_sprintf_*Gravatar Christian Borntraeger 1-8/+4
2013-10-28s390: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2013-10-22s390/time: correct use of store clock fastGravatar Martin Schwidefsky 1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-14s390/time: rename tod clock access functionsGravatar Heiko Carstens 1-1/+1
2013-01-08s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view()Gravatar Michael Holzheu 1-4/+7
2012-07-26s390/debug: remove module_exit function / move EXPORT_SYMBOLsGravatar Heiko Carstens 1-47/+23
2012-07-20s390/comments: unify copyright messages and remove file namesGravatar Heiko Carstens 1-1/+0
2012-03-11[S390] kernel: Add z/VM LGR detectionGravatar Michael Holzheu 1-9/+31
2012-01-03switch debugfs to umode_tGravatar Al Viro 1-4/+4
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-05-17[S390] avoid default_llseek in s390 driversGravatar Martin Schwidefsky 1-0/+1
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 1-1/+2
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-2/+2
2009-11-12sysctl s390: Remove dead sysctl binary supportGravatar Eric W. Biederman 1-7/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-2/+2
2009-09-05[SCSI] zfcp: Remove duplicated code for debug timestampsGravatar Christof Schmitt 1-7/+1
2009-03-26[S390] s390dbf: Remove needless check for NULL pointer.Gravatar Michael Holzheu 1-2/+1
2009-03-26[S390] s390dbf: Remove redundant initilizations.Gravatar Michael Holzheu 1-2/+1
2009-03-26[S390] BUG to BUG_ON changesGravatar Stoyan Gaydarov 1-2/+1
2008-12-25[S390] convert s390 debug feature printks to pr_xxx macros.Gravatar Michael Holzheu 1-18/+19