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
*
class: fix docbook comments for class_private structure
Greg Kroah-Hartman
2008-07-21
1
-2
/
+1
*
class: rename "sem" to "class_sem" in internal class structure
Greg Kroah-Hartman
2008-07-21
3
-17
/
+17
*
class: rename "subsys" to "class_subsys" in internal class structure
Greg Kroah-Hartman
2008-07-21
3
-28
/
+33
*
class: rename "interfaces" to "class_interfaces" in internal class structure
Greg Kroah-Hartman
2008-07-21
3
-8
/
+8
*
class: rename "devices" to "class_devices" in internal class structure
Greg Kroah-Hartman
2008-07-21
3
-8
/
+8
*
class: move driver core specific parts to a private structure
Greg Kroah-Hartman
2008-07-21
4
-71
/
+107
*
bluetooth: remove improper bluetooth class symlinks.
Greg Kroah-Hartman
2008-07-21
1
-7
/
+0
*
infiniband: make cm_device use a struct device and not a kobject.
Greg Kroah-Hartman
2008-07-21
1
-20
/
+9
*
infiniband: rename "device" to "ib_device" in cm_device
Greg Kroah-Hartman
2008-07-21
1
-23
/
+24
*
block: make /proc/partitions and /proc/diskstats use class_find_device()
Greg Kroah-Hartman
2008-07-21
1
-12
/
+13
*
block: move header for /proc/partitions to seq_start
Greg Kroah-Hartman
2008-07-21
1
-3
/
+4
*
block: make proc files seq_start use the class_find_device()
Greg Kroah-Hartman
2008-07-21
1
-14
/
+17
*
block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled
Randy Dunlap
2008-07-21
1
-0
/
+2
*
block: make blk_lookup_devt use the class iterator function
Greg Kroah-Hartman
2008-07-21
1
-12
/
+26
*
block: make printk_partition use the class iterator function
Greg Kroah-Hartman
2008-07-21
1
-43
/
+50
*
block: fix compiler warning in genhd.c
Greg Kroah-Hartman
2008-07-21
1
-1
/
+3
*
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
2008-07-21
8
-19
/
+28
*
Driver Core: add ability for class_for_each_device to start in middle of list
Greg Kroah-Hartman
2008-07-21
6
-19
/
+31
*
device create: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-07-21
2
-12
/
+8
*
driver core: remove device_create()
Greg Kroah-Hartman
2008-07-21
2
-37
/
+0
*
device create: x86: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-4
/
+4
*
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
4
-9
/
+11
*
device create: spi: convert device_create to device_create_drvdata
David Brownell
2008-07-21
1
-2
/
+2
*
device create: sound: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
3
-10
/
+14
*
device create: scsi: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+2
*
device create: s390: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
3
-12
/
+14
*
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-4
/
+5
*
device create: mtd: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-3
/
+6
*
device create: misc: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+3
*
device create: mips: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-3
/
+4
*
device create: macintosh: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
device create: isdn: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
device create: infiniband: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+1
*
device create: ieee1394: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
3
-8
/
+9
*
device create: ide: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-4
/
+6
*
device create: i2c: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-3
/
+3
*
device create: hwmon: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
device create: hid: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+3
*
device create: framebuffer: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-3
/
+5
*
device create: dvb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+2
*
device create: dca: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-3
/
+5
*
device create: coda: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+3
*
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
18
-49
/
+61
*
device create: block: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
5
-10
/
+17
*
Firmware: fix typo in example code
Greg Kroah-Hartman
2008-07-21
1
-1
/
+1
*
debugfs: Add a reference to the debugfs API documentation.
Robert P. J. Day
2008-07-21
1
-0
/
+3
*
kobject: replace '/' with '!' in name
Kay Sievers
2008-07-21
1
-2
/
+8
*
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
2008-07-21
7
-2
/
+124
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2008-07-21
142
-8951
/
+11623
|
\
|
*
usb-storage: revert DMA-alignment change for Wireless USB
Alan Stern
2008-07-21
1
-10
/
+15
[next]