index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-11-07
72
-1704
/
+1712
|
\
|
*
sysfs: rename sysfs_assoc_lock and explain what it's about
Tejun Heo
2013-11-01
3
-10
/
+30
|
*
sysfs: use generic_file_llseek() for sysfs_file_operations
Tejun Heo
2013-11-01
1
-1
/
+1
|
*
sysfs: return correct error code on unimplemented mmap()
Vladimir Zapolskiy
2013-10-30
1
-1
/
+0
|
*
mdio_bus: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-29
1
-4
/
+6
|
*
device: Make dev_WARN/dev_WARN_ONCE print device as well as driver name
Bjorn Helgaas
2013-10-29
1
-6
/
+5
|
*
sysfs: separate out dup filename warning into a separate function
Tejun Heo
2013-10-29
2
-11
/
+20
|
*
sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c
Tejun Heo
2013-10-29
3
-30
/
+39
|
*
sysfs: remove unused sysfs_get_dentry() prototype
Tejun Heo
2013-10-29
1
-1
/
+0
|
*
sysfs: honor bin_attr.attr.ignore_lockdep
Tejun Heo
2013-10-29
1
-1
/
+3
|
*
sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr
Tejun Heo
2013-10-29
3
-12
/
+9
|
*
devres: restore zeroing behavior of devres_alloc()
Kevin Hilman
2013-10-25
1
-2
/
+2
|
*
sysfs: fix sysfs_write_file for bin file
Ming Lei
2013-10-25
1
-3
/
+2
|
*
input: gameport: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-19
1
-7
/
+10
|
*
input: serio: remove bus usage of dev_attrs
Greg Kroah-Hartman
2013-10-19
1
-32
/
+30
|
*
input: serio: use DEVICE_ATTR_RO()
Greg Kroah-Hartman
2013-10-19
1
-8
/
+8
|
*
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
2013-10-19
562
-3298
/
+4593
|
|
\
|
*
|
i2o: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
3
-13
/
+23
|
*
|
memstick: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-9
/
+9
|
*
|
tifm: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-4
/
+6
|
*
|
virtio: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-8
/
+19
|
*
|
ipack: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-7
/
+15
|
*
|
ide: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
3
-11
/
+28
|
*
|
hsi: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-4
/
+6
|
*
|
xenbus: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
4
-9
/
+21
|
*
|
ssb: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-11
/
+14
|
*
|
rapidio: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
3
-16
/
+26
|
*
|
pcmcia: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-26
/
+39
|
*
|
bcma: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-7
/
+16
|
*
|
uwb: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-5
/
+8
|
*
|
MMC: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
2
-14
/
+19
|
*
|
PNP: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
3
-19
/
+28
|
*
|
drivers/base/core.c: output device renaming messages with dev_dbg().
ethan.zhao
2013-10-16
1
-2
/
+1
|
*
|
devres: add kernel standard devm_k.alloc functions
Joe Perches
2013-10-16
2
-13
/
+35
|
*
|
sysfs/bin: Fix size handling overflow for bin_attribute
Benjamin Herrenschmidt
2013-10-14
1
-1
/
+1
|
*
|
sysfs: make sysfs_file_ops() follow ignore_lockdep flag
Tejun Heo
2013-10-14
3
-21
/
+20
|
*
|
kobject: show debug info on delayed kobject release
Fengguang Wu
2013-10-11
1
-1
/
+1
|
*
|
driver core: remove dev_bin_attrs from struct class
Greg Kroah-Hartman
2013-10-06
2
-41
/
+2
|
*
|
driver core: remove dev_attrs from struct class
Greg Kroah-Hartman
2013-10-05
2
-39
/
+1
|
*
|
sysfs: merge regular and bin file handling
Tejun Heo
2013-10-05
7
-502
/
+28
|
*
|
sysfs: prepare open path for unified regular / bin file handling
Tejun Heo
2013-10-05
1
-25
/
+33
|
*
|
sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c
Tejun Heo
2013-10-05
3
-1
/
+249
|
*
|
sysfs: add sysfs_bin_read()
Tejun Heo
2013-10-05
1
-0
/
+65
|
*
|
sysfs: prepare path write for unified regular / bin file handling
Tejun Heo
2013-10-05
2
-6
/
+35
|
*
|
sysfs: collapse fs/sysfs/bin.c::fill_read() into read()
Tejun Heo
2013-10-05
1
-21
/
+15
|
*
|
sysfs: skip bin_buffer->buffer while reading
Tejun Heo
2013-10-05
1
-13
/
+8
|
*
|
sysfs: use seq_file when reading regular files
Tejun Heo
2013-10-05
1
-91
/
+73
|
*
|
sysfs: use transient write buffer
Tejun Heo
2013-10-05
1
-62
/
+52
|
*
|
sysfs: add sysfs_open_file->sd and ->file
Tejun Heo
2013-10-05
1
-11
/
+12
|
*
|
sysfs: rename sysfs_buffer to sysfs_open_file
Tejun Heo
2013-10-05
1
-64
/
+63
[next]