aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/viro/vfsLinus 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
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+0
2012-03-11[S390] kernel: Add z/VM LGR detectionMichael Holzheu1-9/+31
2012-01-03switch debugfs to umode_tAl Viro1-4/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-17[S390] avoid default_llseek in s390 driversMartin Schwidefsky1-0/+1
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-1/+2
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-2/+2
2009-11-12sysctl s390: Remove dead sysctl binary supportEric W. Biederman1-7/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-05[SCSI] zfcp: Remove duplicated code for debug timestampsChristof Schmitt1-7/+1
2009-03-26[S390] s390dbf: Remove needless check for NULL pointer.Michael Holzheu1-2/+1
2009-03-26[S390] s390dbf: Remove redundant initilizations.Michael Holzheu1-2/+1
2009-03-26[S390] BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2008-12-25[S390] convert s390 debug feature printks to pr_xxx macros.Michael Holzheu1-18/+19
2008-12-25[S390] s390: Remove redundant testJulia Lawall1-1/+1
2008-07-14[S390] Cleanup s390 debug feature print messages.Michael Holzheu1-9/+0
2008-05-15[S390] s390dbf: Use const char * for dbf name.Cornelia Huck1-10/+10
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens1-1/+1
2008-04-17[S390] Add debug_register_mode() function to debug feature APIMichael Holzheu1-13/+38
2007-05-31[S390] arch/s390/kernel/debug.c: use mutex instead of semaphoreChristoph Hellwig1-11/+11
2007-03-19[S390] strlcpy is smart enoughJean Delvare1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: s390: remove unnecessary use of insert_at_headEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: s390: move sysctl definitions to sysctl.hEric W. Biederman1-1/+0
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-10/+8
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-4/+4
2006-12-08[PATCH] struct path: convert s390Josef Sipek1-2/+2
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-24[PATCH] s390: kzalloc() conversion in arch/s390Eric Sesterhenn1-8/+3
2005-11-09[PATCH] s390: "extern inline" -> "static inline"Adrian Bunk1-6/+6
2005-09-05[PATCH] s390: debug feature changesMichael Holzheu1-20/+32
2005-06-25[PATCH] s390: debug feature changesMichael Holzheu1-285/+535
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1286