index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
debugfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-28
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+91
2021-04-16
debugfs: Implement debugfs_create_str()
Peter Zijlstra
1
-0
/
+91
2021-04-05
debugfs: drop pointless nul-termination in debugfs_read_file_bool()
Rasmus Villemoes
1
-2
/
+1
2020-10-30
debugfs: remove return value of debugfs_create_devm_seqfile()
Greg Kroah-Hartman
1
-8
/
+7
2020-09-04
debugfs: Fix module state check condition
Vladis Dronov
1
-2
/
+2
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-20
/
+7
2020-07-10
debugfs: make sure we can remove u32_array files cleanly
Jakub Kicinski
1
-20
/
+7
2020-07-10
debugfs: file: Remove unnecessary cast in kfree()
Xu Wang
1
-1
/
+1
2020-04-17
debugfs: remove return value of debugfs_create_u32()
Greg Kroah-Hartman
1
-12
/
+3
2020-04-02
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+8
2020-03-18
debugfs: Check module state before warning in {full/open}_proxy_open()
Taehee Yoo
1
-4
/
+14
2020-02-22
debugfs: regset32: Add Runtime PM support
Geert Uytterhoeven
1
-0
/
+8
2020-02-11
debugfs: remove return value of debugfs_create_regset32()
Greg Kroah-Hartman
1
-13
/
+4
2020-01-14
debugfs: Return -EPERM when locked down
Eric Snowberg
1
-7
/
+10
2020-01-06
debugfs: Fix warnings when building documentation
Daniel W. S. Almeida
1
-11
/
+10
2019-11-03
debugfs: remove return value of debugfs_create_atomic_t()
Greg Kroah-Hartman
1
-5
/
+4
2019-11-02
debugfs: remove return value of debugfs_create_x8()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-16
debugfs: remove return value of debugfs_create_x64()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-16
debugfs: remove return value of debugfs_create_x32()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-16
debugfs: remove return value of debugfs_create_x16()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-14
debugfs: remove return value of debugfs_create_size_t()
Greg Kroah-Hartman
1
-5
/
+4
2019-10-14
debugfs: remove return value of debugfs_create_u64()
Greg Kroah-Hartman
1
-12
/
+3
2019-10-14
debugfs: remove return value of debugfs_create_u16()
Greg Kroah-Hartman
1
-12
/
+3
2019-10-14
debugfs: remove return value of debugfs_create_u8()
Greg Kroah-Hartman
1
-12
/
+3
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+30
2019-08-20
debugfs: Restrict debugfs when the kernel is locked down
David Howells
1
-0
/
+30
2019-06-03
debugfs: make debugfs_create_u32_array() return void
Greg Kroah-Hartman
1
-10
/
+4
2019-04-25
debugfs: update documented return values of debugfs helpers
Ronald Tschalär
1
-42
/
+35
2018-05-14
debugfs: Re-use kstrtobool_from_user()
Andy Shevchenko
1
-8
/
+2
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-02-02
use linux/poll.h instead of asm/poll.h
Al Viro
1
-1
/
+1
2017-11-28
fs: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-11-28
anntotate the places where ->poll() return values go
Al Viro
1
-1
/
+1
2017-11-07
debugfs: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-07
debugfs: add SPDX identifiers to all debugfs files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-07
debugfs: defer debugfs_fsdata allocation to first usage
Nicolai Stange
1
-9
/
+46
2017-11-07
debugfs: call debugfs_real_fops() only after debugfs_file_get()
Nicolai Stange
1
-3
/
+4
2017-11-07
debugfs: purge obsolete SRCU based removal protection
Nicolai Stange
1
-48
/
+0
2017-11-07
debugfs: convert to debugfs_file_get() and -put()
Nicolai Stange
1
-56
/
+50
2017-11-07
debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
Nicolai Stange
1
-5
/
+1
2017-11-07
debugfs: implement per-file removal protection
Nicolai Stange
1
-0
/
+48
2017-11-07
debugfs: add support for more elaborate ->d_fsdata
Nicolai Stange
1
-0
/
+12
2017-05-16
fs: update location of filesystems documentation
Mauro Carvalho Chehab
1
-1
/
+1
2016-09-27
debugfs: propagate release() call result
Eric Engestrom
1
-1
/
+1
2016-09-21
debugfs: introduce a public file_operations accessor
Christian Lamparter
1
-8
/
+5
2016-06-15
debugfs: open_proxy_open(): avoid double fops release
Nicolai Stange
1
-1
/
+0
2016-06-15
debugfs: full_proxy_open(): free proxy on ->open() failure
Nicolai Stange
1
-2
/
+4
2016-04-13
debugfs: unproxify files created through debugfs_create_u32_array()
Nicolai Stange
1
-1
/
+2
2016-04-13
debugfs: unproxify files created through debugfs_create_blob()
Nicolai Stange
1
-3
/
+10
2016-04-13
debugfs: unproxify files created through debugfs_create_bool()
Nicolai Stange
1
-21
/
+20
[next]