index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
filesystems
/
debugfs.txt
Age
Commit message (
Expand
)
Author
2020-03-02
docs: filesystems: convert debugfs.txt to ReST
Mauro Carvalho Chehab
2019-11-03
debugfs: Add debugfs_create_xul() for hexadecimal unsigned long
Geert Uytterhoeven
2019-11-03
Documentation: debugfs: Document debugfs helper for unsigned long values
Geert Uytterhoeven
2019-11-03
debugfs: remove return value of debugfs_create_atomic_t()
Greg Kroah-Hartman
2019-11-02
debugfs: remove return value of debugfs_create_x8()
Greg Kroah-Hartman
2019-10-16
debugfs: remove return value of debugfs_create_x64()
Greg Kroah-Hartman
2019-10-16
debugfs: remove return value of debugfs_create_x32()
Greg Kroah-Hartman
2019-10-16
debugfs: remove return value of debugfs_create_x16()
Greg Kroah-Hartman
2019-10-14
debugfs: remove return value of debugfs_create_size_t()
Greg Kroah-Hartman
2019-10-14
debugfs: remove return value of debugfs_create_u64()
Greg Kroah-Hartman
2019-10-14
debugfs: remove return value of debugfs_create_u16()
Greg Kroah-Hartman
2019-10-14
debugfs: remove return value of debugfs_create_u8()
Greg Kroah-Hartman
2019-06-03
debugfs: make debugfs_create_u32_array() return void
Greg Kroah-Hartman
2019-04-25
debugfs: update documented return values of debugfs helpers
Ronald Tschalär
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-07-24
Documentation: Update filesystems/debugfs.txt
Wang Long
2014-11-05
debugfs: Have debugfs_print_regs32() return void
Joe Perches
2012-08-27
debugfs: more tightly restrict default mount mode
Kees Cook
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-20
debugfs-related mode_t whack-a-mole
Al Viro
2012-01-26
debugfs: add mode, uid and gid options
Ludwig Nussel
2012-01-08
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2012-01-03
switch debugfs to umode_t
Al Viro
2011-11-18
debugfs: add tools to printk 32-bit registers
Alessandro Rubini
2011-07-18
debugfs: add documentation for debugfs_create_x64
Akinobu Mita
2009-06-06
Document the debugfs API
Jonathan Corbet