开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
debug.c
Age
Commit message (
Expand
)
Author
2026-05-26
s390/debug: Remove s390dbf_sysctl_header variable
Heiko Carstens
2026-05-11
s390/debug: Add s390dbf kernel parameter
Peter Oberparleiter
2026-04-28
s390/debug: Reject zero-length input in debug_input_flush_fn()
Vasily Gorbik
2026-04-28
s390/debug: Reject zero-length input before trimming a newline
Pengpeng Hou
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-18
s390/debug: Convert debug area lock from a spinlock to a raw spinlock
Benjamin Block
2025-11-24
s390: Remove KMSG_COMPONENT macro
Heiko Carstens
2025-09-09
s390/debug: Replace kmalloc() + copy_from_user() with memdup_user_nul()
Thorsten Blum
2025-08-06
s390/debug: Fix typo in debug_sprintf_format_fn() comment
Tigran Mkrtchyan
2025-04-17
s390: Remove optional third argument of strscpy() if possible
Heiko Carstens
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2024-12-16
s390/pci: Add pci_msg debug view to PCI report
Niklas Schnelle
2024-12-16
s390/debug: Add a reverse mode for debug_dump()
Niklas Schnelle
2024-12-16
s390/debug: Add debug_dump() to write debug view to a string buffer
Niklas Schnelle
2024-12-16
s390/debug: Split private data alloc/free out of file operations
Niklas Schnelle
2024-12-16
s390/debug: Simplify and document debug_next_entry() logic
Niklas Schnelle
2024-11-21
s390/debug: Pass in and enforce output buffer size for format handlers
Niklas Schnelle
2024-10-25
s390: Fix various typos
Heiko Carstens
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2023-10-10
S390: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
2023-04-13
s390/debug: replace zero-length array with flexible-array member
Heiko Carstens
2023-03-20
s390: simplify one-level syctl registration for s390dbf_table
Luis Chamberlain
2022-11-23
s390/debug: remove function type cast
Heiko Carstens
2022-08-30
s390: move from strlcpy with unused retval to strscpy
Wolfram Sang
2021-08-25
s390/sclp: add tracing of SCLP interactions
Peter Oberparleiter
2021-08-25
s390/debug: add early tracing support
Peter Oberparleiter
2021-08-25
s390/debug: fix debug area life cycle
Peter Oberparleiter
2021-08-25
s390/debug: keep debug data on resize
Peter Oberparleiter
2021-06-18
s390/debug: Remove pointer obfuscation
Peter Oberparleiter
2021-02-13
s390/debug: use union tod_clock
Heiko Carstens
2020-08-11
s390/debug: debug feature version 3
Mikhail Zaslonko
2020-06-29
s390/debug: remove raw view
Heiko Carstens
2020-06-23
s390/debug: avoid kernel warning on too large number of pages
Christian Borntraeger
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-07-05
docs: s390: unify and update s390dbf kdocs at debug.c
Steffen Maier
2019-01-28
s390: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-11-24
s390/debug: use pK for kernel pointers
Christian Borntraeger
2017-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-18
s390/debug: only write data once
Sebastian Ott
2017-10-18
s390/debug: improve debug_event
Sebastian Ott
2017-10-16
s390/debug: adjust coding style
Heiko Carstens
2017-07-26
s390/time: add support for the TOD clock epoch extension
Martin Schwidefsky
2017-05-11
s390: convert debug_info.ref_count from atomic_t to refcount_t
Elena Reshetova
2017-02-17
s390: kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2017-02-07
s390/debug: make debug event time stamps relative to the boot TOD clock
Martin Schwidefsky
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
[next]