index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sysfs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
sysfs: constify attribute_group::bin_attrs
Thomas Weißschuh
1
-1
/
+1
2025-04-15
sysfs: constify bin_attribute argument of bin_attribute::read/write()
Thomas Weißschuh
1
-21
/
+4
2025-01-09
sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
Thomas Weißschuh
1
-2
/
+2
2025-01-07
sysfs: constify macro BIN_ATTRIBUTE_GROUPS()
Thomas Weißschuh
1
-1
/
+1
2024-11-15
sysfs: attribute_group: allow registration of const bin_attribute
Thomas Weißschuh
1
-1
/
+4
2024-11-05
sysfs: bin_attribute: add const read/write callback variants
Thomas Weißschuh
1
-2
/
+23
2024-11-05
sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
Thomas Weißschuh
1
-19
/
+8
2024-11-05
sysfs: treewide: constify attribute callback of bin_attribute::llseek()
Thomas Weißschuh
1
-1
/
+1
2024-11-05
sysfs: treewide: constify attribute callback of bin_attribute::mmap()
Thomas Weißschuh
1
-1
/
+1
2024-11-05
sysfs: treewide: constify attribute callback of bin_is_visible()
Thomas Weißschuh
1
-15
/
+15
2024-11-05
sysfs: introduce callback attribute_group::bin_size
Thomas Weißschuh
1
-0
/
+8
2024-06-04
sysfs: Unbreak the build around sysfs_bin_attr_simple_read()
Lukas Wunner
1
-0
/
+9
2024-04-11
sysfs: Add sysfs_bin_attr_simple_read() helper
Lukas Wunner
1
-0
/
+15
2024-02-23
sysfs: Introduce DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE()
Dan Williams
1
-1
/
+44
2024-02-23
sysfs: Document new "group visible" helpers
Dan Williams
1
-3
/
+39
2024-02-19
sysfs: Introduce a mechanism to hide static attribute_groups
Dan Williams
1
-12
/
+51
2023-10-05
kernfs: sysfs: support custom llseek method for sysfs entries
Valentine Sinitsyn
1
-0
/
+2
2022-07-20
driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}
Ira Weiny
1
-0
/
+16
2021-08-05
sysfs: Rename struct bin_attribute member to f_mapping
Krzysztof Wilczyński
1
-1
/
+1
2021-08-05
sysfs: Invoke iomem_get_mapping() from the sysfs open callback
Krzysztof Wilczyński
1
-1
/
+1
2021-05-21
sysfs: Add helper BIN_ATTRIBUTE_GROUPS
Heiner Kallweit
1
-0
/
+6
2021-01-12
sysfs: Support zapping of binary attr mmaps
Daniel Vetter
1
-0
/
+2
2020-10-02
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Joe Perches
1
-0
/
+15
2020-07-01
driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}
Dan Williams
1
-0
/
+7
2020-04-21
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-05
sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn
Linus Torvalds
1
-11
/
+0
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+12
2020-03-20
sysfs: fix static inline declaration of sysfs_groups_change_owner()
Christian Brauner
1
-2
/
+2
2020-02-27
sysfs: add sysfs_change_owner()
Christian Brauner
1
-0
/
+6
2020-02-27
sysfs: add sysfs_group{s}_change_owner()
Christian Brauner
1
-0
/
+20
2020-02-27
sysfs: add sysfs_link_change_owner()
Christian Brauner
1
-0
/
+10
2020-02-27
sysfs: add sysfs_file_change_owner()
Christian Brauner
1
-0
/
+10
2020-02-19
sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...
Sourabh Jain
1
-0
/
+12
2019-10-02
sysfs: Fixes __BIN_ATTR_WO() macro
Nayna Jain
1
-2
/
+2
2019-09-04
sysfs: add BIN_ATTR_WO() macro
Greg Kroah-Hartman
1
-0
/
+9
2019-06-03
sysfs: Add sysfs_update_groups function
Jiri Olsa
1
-0
/
+8
2018-12-03
sysfs: constify sysfs create/remove files harder
Jani Nikula
1
-4
/
+4
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2018-08-02
scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
Bart Van Assche
1
-0
/
+14
2018-07-16
sysfs.h: fix non-kernel-doc comment
Randy Dunlap
1
-3
/
+3
2018-01-09
sysfs.h: Use octal permissions
Joe Perches
1
-8
/
+6
2017-12-06
efi: Move some sysfs files to be read-only by root
Greg Kroah-Hartman
1
-0
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-25
sysfs: remove signedness from sysfs_get_dirent
Nick Desaulniers
1
-1
/
+1
2015-11-14
Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+14
2015-10-19
sysfs: added __compat_only_sysfs_link_entry_to_kobj()
Jarkko Sakkinen
1
-0
/
+11
2015-10-08
sysfs: Support is_visible() on binary attributes
Emilio López
1
-4
/
+14
2015-07-01
sysfs: Add support for permanently empty directories to serve as mount points.
Eric W. Biederman
1
-0
/
+15
2015-03-25
sysfs: Document struct attribute_group
Guenter Roeck
1
-0
/
+15
2014-11-07
sysfs/kernfs: allow attributes to request write buffer be pre-allocated.
NeilBrown
1
-0
/
+9
[next]