index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
seq_file.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-24
driver core: core: use DEVICE_ATTR_RO
Greg Kroah-Hartman
1
-23
/
+16
2013-08-24
driver core: bus: use DRIVER_ATTR_WO()
Greg Kroah-Hartman
1
-9
/
+9
2013-08-24
driver core: create write-only attribute macros for devices and drivers
Greg Kroah-Hartman
1
-0
/
+4
2013-08-24
sysfs: create __ATTR_WO()
Greg Kroah-Hartman
1
-0
/
+5
2013-08-23
driver-core: platform: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-4
/
+6
2013-08-23
workqueue: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-12
/
+15
2013-08-23
MEI: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-4
/
+6
2013-08-23
USB: serial: convert bus code to use drv_groups
Greg Kroah-Hartman
1
-6
/
+8
2013-08-22
Kconfig: Remove hotplug enable hints in CONFIG_KEXEC help texts
Geert Uytterhoeven
6
-17
/
+16
2013-08-22
w1: slaves: w1_ds2781: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-18
/
+18
2013-08-22
w1: slaves: w1_ds2760: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-17
/
+18
2013-08-22
w1: slaves: w1_ds2780: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-18
/
+18
2013-08-22
w1: slaves: w1_ds28e04: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-70
/
+42
2013-08-22
w1: slaves: w1_ds2433: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-25
/
+22
2013-08-22
w1: slaves: w1_ds2431: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-24
/
+19
2013-08-22
w1: slaves: w1_ds2423: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-18
/
+9
2013-08-22
w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-50
/
+22
2013-08-22
w1: slaves: w1_ds2408: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-122
/
+52
2013-08-22
w1: slaves: w1_therm: convert to use w1_family_ops.groups
Greg Kroah-Hartman
1
-15
/
+9
2013-08-22
w1: add attribute groups to struct w1_family_ops
Greg Kroah-Hartman
2
-32
/
+42
2013-08-22
w1: use default attribute groups for w1 slave devices
Greg Kroah-Hartman
1
-27
/
+11
2013-08-22
w1: remove race with sysfs file creation
Greg Kroah-Hartman
1
-38
/
+73
2013-08-22
sysfs.h: remove attr_name() macro
Greg Kroah-Hartman
5
-15
/
+13
2013-08-22
sysfs: group.c: fix up kerneldoc
Greg Kroah-Hartman
1
-2
/
+2
2013-08-22
acpi: bgrt: fix build error due to attribute change
Greg Kroah-Hartman
1
-1
/
+0
2013-08-22
sysfs: fix up minor coding style issues in sysfs.h
Greg Kroah-Hartman
1
-6
/
+6
2013-08-22
sysfs: sysfs.h: fix coding style issues
Greg Kroah-Hartman
1
-8
/
+10
2013-08-22
sysfs: file.c: fix up broken string warnings
Greg Kroah-Hartman
1
-4
/
+6
2013-08-22
sysfs: dir.c: fix up odd do/while indentation
Greg Kroah-Hartman
1
-7
/
+8
2013-08-22
sysfs: fix up uaccess.h coding style warnings
Greg Kroah-Hartman
2
-3
/
+2
2013-08-22
sysfs: fix up 80 column coding style issues
Greg Kroah-Hartman
4
-10
/
+15
2013-08-22
sysfs: fix up space coding style issues
Greg Kroah-Hartman
6
-36
/
+36
2013-08-22
sysfs: remove trailing whitespace
Greg Kroah-Hartman
4
-15
/
+13
2013-08-22
sysfs: fix placement of EXPORT_SYMBOL()
Greg Kroah-Hartman
3
-20
/
+8
2013-08-22
sysfs: group: update copyright to add myself and the LF
Greg Kroah-Hartman
1
-0
/
+2
2013-08-22
sysfs: group.c: add kerneldoc for sysfs_remove_group
Greg Kroah-Hartman
1
-2
/
+10
2013-08-22
sysfs: group.c: fix up broken string coding style
Greg Kroah-Hartman
1
-2
/
+3
2013-08-22
sysfs: group.c: fix up some * coding style issues
Greg Kroah-Hartman
1
-6
/
+6
2013-08-22
sysfs: group.c: fix trailing whitespace
Greg Kroah-Hartman
1
-2
/
+2
2013-08-22
sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location
Greg Kroah-Hartman
1
-6
/
+3
2013-08-22
sysfs: add sysfs_create/remove_groups()
Greg Kroah-Hartman
5
-61
/
+64
2013-08-21
drivers: base: use standard device online/offline for state change
Seth Jennings
2
-82
/
+58
2013-08-21
drivers: base: refactor add_memory_section() to add_memory_block()
Seth Jennings
1
-27
/
+21
2013-08-21
drivers: base: remove improper get/put in add_memory_section()
Seth Jennings
1
-4
/
+2
2013-08-21
drivers: base: reduce add_memory_section() for boot-time only
Seth Jennings
2
-28
/
+14
2013-08-21
drivers: base: unshare add_memory_section() from hotplug
Seth Jennings
1
-3
/
+16
2013-08-21
drivers: base: use device get/put functions
Seth Jennings
1
-4
/
+4
2013-08-21
drivers: base: remove unneeded variable
Seth Jennings
1
-4
/
+1
2013-08-21
drivers: base: move mutex lock out of add_memory_section()
Seth Jennings
1
-4
/
+9
2013-08-21
ACPI: bgrt: take advantage of binary sysfs groups
Greg KH
1
-16
/
+10
[next]