| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-03-02 | docs: filesystems: convert debugfs.txt to ReST | Mauro Carvalho Chehab | 1 | -241/+0 |
| 2019-11-03 | debugfs: Add debugfs_create_xul() for hexadecimal unsigned long | Geert Uytterhoeven | 1 | -1/+4 |
| 2019-11-03 | Documentation: debugfs: Document debugfs helper for unsigned long values | Geert Uytterhoeven | 1 | -2/+8 |
| 2019-11-03 | debugfs: remove return value of debugfs_create_atomic_t() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-11-02 | debugfs: remove return value of debugfs_create_x8() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x64() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x32() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x16() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_size_t() | Greg Kroah-Hartman | 1 | -3/+2 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u64() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u16() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u8() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-06-03 | debugfs: make debugfs_create_u32_array() return void | Greg Kroah-Hartman | 1 | -1/+1 |
| 2019-04-25 | debugfs: update documented return values of debugfs helpers | Ronald Tschalär | 1 | -7/+9 |
| 2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -1/+1 |
| 2015-07-24 | Documentation: Update filesystems/debugfs.txt | Wang Long | 1 | -0/+40 |
| 2014-11-05 | debugfs: Have debugfs_print_regs32() return void | Joe Perches | 1 | -1/+1 |
| 2012-08-27 | debugfs: more tightly restrict default mount mode | Kees Cook | 1 | -2/+2 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | debugfs-related mode_t whack-a-mole | Al Viro | 1 | -1/+1 |
| 2012-01-26 | debugfs: add mode, uid and gid options | Ludwig Nussel | 1 | -1/+4 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -12/+12 |
| 2012-01-03 | switch debugfs to umode_t | Al Viro | 1 | -12/+12 |
| 2011-11-18 | debugfs: add tools to printk 32-bit registers | Alessandro Rubini | 1 | -1/+31 |
| 2011-07-18 | debugfs: add documentation for debugfs_create_x64 | Akinobu Mita | 1 | -2/+2 |
| 2009-06-06 | Document the debugfs API | Jonathan Corbet | 1 | -0/+158 |