index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-21
s390/debug: Pass in and enforce output buffer size for format handlers
Niklas Schnelle
1
-34
/
+49
2024-10-25
s390: Fix various typos
Heiko Carstens
1
-9
/
+9
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2023-10-10
S390: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
1
-1
/
+0
2023-04-13
s390/debug: replace zero-length array with flexible-array member
Heiko Carstens
1
-1
/
+1
2023-03-20
s390: simplify one-level syctl registration for s390dbf_table
Luis Chamberlain
1
-11
/
+1
2022-11-23
s390/debug: remove function type cast
Heiko Carstens
1
-3
/
+4
2022-08-30
s390: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2021-08-25
s390/sclp: add tracing of SCLP interactions
Peter Oberparleiter
1
-7
/
+9
2021-08-25
s390/debug: add early tracing support
Peter Oberparleiter
1
-0
/
+55
2021-08-25
s390/debug: fix debug area life cycle
Peter Oberparleiter
1
-46
/
+56
2021-08-25
s390/debug: keep debug data on resize
Peter Oberparleiter
1
-21
/
+53
2021-06-18
s390/debug: Remove pointer obfuscation
Peter Oberparleiter
1
-1
/
+1
2021-02-13
s390/debug: use union tod_clock
Heiko Carstens
1
-3
/
+3
2020-08-11
s390/debug: debug feature version 3
Mikhail Zaslonko
1
-14
/
+18
2020-06-29
s390/debug: remove raw view
Heiko Carstens
1
-42
/
+0
2020-06-23
s390/debug: avoid kernel warning on too large number of pages
Christian Borntraeger
1
-1
/
+2
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2019-07-05
docs: s390: unify and update s390dbf kdocs at debug.c
Steffen Maier
1
-19
/
+86
2019-01-28
s390: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+0
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+4
2017-11-24
s390/debug: use pK for kernel pointers
Christian Borntraeger
1
-1
/
+1
2017-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-500
/
+416
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-18
s390/debug: only write data once
Sebastian Ott
1
-2
/
+4
2017-10-18
s390/debug: improve debug_event
Sebastian Ott
1
-10
/
+18
2017-10-16
s390/debug: adjust coding style
Heiko Carstens
1
-490
/
+396
2017-07-26
s390/time: add support for the TOD clock epoch extension
Martin Schwidefsky
1
-4
/
+5
2017-05-11
s390: convert debug_info.ref_count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-02-17
s390: kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2017-02-07
s390/debug: make debug event time stamps relative to the boot TOD clock
Martin Schwidefsky
1
-6
/
+7
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-03-07
s390: Use pr_warn instead of pr_warning
Joe Perches
1
-4
/
+2
2016-01-19
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
1
-1
/
+1
2015-05-22
s390: time: Provide read_boot_clock64() and read_persistent_clock64()
Xunlei Pang
1
-5
/
+6
2014-12-08
s390/debug: avoid function call for debug_sprintf_*
Christian Borntraeger
1
-8
/
+4
2013-10-28
s390: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-1
/
+1
2013-10-22
s390/time: correct use of store clock fast
Martin Schwidefsky
1
-1
/
+1
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-14
s390/time: rename tod clock access functions
Heiko Carstens
1
-1
/
+1
2013-01-08
s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view()
Michael Holzheu
1
-4
/
+7
2012-07-26
s390/debug: remove module_exit function / move EXPORT_SYMBOLs
Heiko Carstens
1
-47
/
+23
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-1
/
+0
2012-03-11
[S390] kernel: Add z/VM LGR detection
Michael Holzheu
1
-9
/
+31
2012-01-03
switch debugfs to umode_t
Al Viro
1
-4
/
+4
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-05-17
[S390] avoid default_llseek in s390 drivers
Martin Schwidefsky
1
-0
/
+1
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
1
-1
/
+2
[next]