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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-22
bluetooth: remove improper bluetooth class symlinks.
Greg Kroah-Hartman
1
-7
/
+0
2008-07-22
infiniband: make cm_device use a struct device and not a kobject.
Greg Kroah-Hartman
1
-20
/
+9
2008-07-22
infiniband: rename "device" to "ib_device" in cm_device
Greg Kroah-Hartman
1
-23
/
+24
2008-07-22
block: make /proc/partitions and /proc/diskstats use class_find_device()
Greg Kroah-Hartman
1
-12
/
+13
2008-07-22
block: move header for /proc/partitions to seq_start
Greg Kroah-Hartman
1
-3
/
+4
2008-07-22
block: make proc files seq_start use the class_find_device()
Greg Kroah-Hartman
1
-14
/
+17
2008-07-22
block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled
Randy Dunlap
1
-0
/
+2
2008-07-22
block: make blk_lookup_devt use the class iterator function
Greg Kroah-Hartman
1
-12
/
+26
2008-07-22
block: make printk_partition use the class iterator function
Greg Kroah-Hartman
1
-43
/
+50
2008-07-22
block: fix compiler warning in genhd.c
Greg Kroah-Hartman
1
-1
/
+3
2008-07-22
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
8
-19
/
+28
2008-07-22
Driver Core: add ability for class_for_each_device to start in middle of list
Greg Kroah-Hartman
6
-19
/
+31
2008-07-22
device create: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2
-12
/
+8
2008-07-22
driver core: remove device_create()
Greg Kroah-Hartman
2
-37
/
+0
2008-07-22
device create: x86: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-4
/
+4
2008-07-22
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
4
-9
/
+11
2008-07-22
device create: spi: convert device_create to device_create_drvdata
David Brownell
1
-2
/
+2
2008-07-22
device create: sound: convert device_create to device_create_drvdata
Greg Kroah-Hartman
3
-10
/
+14
2008-07-22
device create: scsi: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+2
2008-07-22
device create: s390: convert device_create to device_create_drvdata
Greg Kroah-Hartman
3
-12
/
+14
2008-07-22
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-4
/
+5
2008-07-22
device create: mtd: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+6
2008-07-22
device create: misc: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-22
device create: mips: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-3
/
+4
2008-07-22
device create: macintosh: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-22
device create: isdn: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-22
device create: infiniband: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+1
2008-07-22
device create: ieee1394: convert device_create to device_create_drvdata
Greg Kroah-Hartman
3
-8
/
+9
2008-07-22
device create: ide: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-4
/
+6
2008-07-22
device create: i2c: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+3
2008-07-22
device create: hwmon: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-22
device create: hid: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-22
device create: framebuffer: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-3
/
+5
2008-07-22
device create: dvb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+2
2008-07-22
device create: dca: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+5
2008-07-22
device create: coda: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-22
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
18
-49
/
+61
2008-07-22
device create: block: convert device_create to device_create_drvdata
Greg Kroah-Hartman
5
-10
/
+17
2008-07-22
Firmware: fix typo in example code
Greg Kroah-Hartman
1
-1
/
+1
2008-07-22
debugfs: Add a reference to the debugfs API documentation.
Robert P. J. Day
1
-0
/
+3
2008-07-22
kobject: replace '/' with '!' in name
Kay Sievers
1
-2
/
+8
2008-07-22
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
7
-2
/
+124
2008-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
142
-8951
/
+11623
2008-07-22
usb-storage: revert DMA-alignment change for Wireless USB
Alan Stern
1
-10
/
+15
2008-07-22
USB: use reset_resume when normal resume fails
Alan Stern
2
-5
/
+22
2008-07-22
usb_gadget: composite cdc gadget fault handling
David Brownell
2
-1
/
+4
2008-07-22
usb gadget: minor USBCV fix for composite framework
David Lopo
1
-0
/
+1
2008-07-22
USB: Fix bug with byte order in isp116x-hcd.c fio write/read
Julien May
1
-4
/
+19
2008-07-22
USB: fix double kfree in ipaq in error case
Oliver Neukum
1
-1
/
+2
2008-07-22
USB: fix build error in cdc-acm for CONFIG_PM=n
Oliver Neukum
2
-0
/
+11
[next]