summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[PATCH] Remove unnecessary check in drivers/net/depca.cEric Sesterhenn1-15/+13
2006-12-02[PATCH] forcedeth: power management supportFrancois Romieu1-1/+46
2006-12-02[PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki1-6/+26
2006-12-02[PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h>Maciej W. Rozycki1-0/+4
2006-12-02[PATCH] 2.6.18: sb1250-mac: Broadcom PHY supportMaciej W. Rozycki3-0/+182
2006-12-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds12-77/+76
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds6-4/+1423
2006-12-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds39-5/+60
2006-12-02Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds99-2127/+1081
2006-12-02Merge branch 'for-2.6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds6-103/+171
2006-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds32-193/+297
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds98-851/+1264
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds54-959/+1400
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds80-607/+1418
2006-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-10/+29
2006-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds147-350/+344
2006-12-02Driver core: show drivers in /sys/module/Kay Sievers2-6/+26
2006-12-02Documentation/driver-model/platform.txt update/rewriteDavid Brownell1-86/+118
2006-12-02Driver core: platform_driver_probe(), can save codespaceDavid Brownell2-0/+54
2006-12-02driver core: Use klist_remove() in device_move()Cornelia Huck1-2/+2
2006-12-02driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck7-4/+228
2006-12-02Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk1-2/+2
2006-12-02driver core: Introduce device_find_child().Cornelia Huck2-0/+35
2006-12-02sysfs: sysfs_write_file() writes zero terminated dataThomas Maier1-0/+3
2006-12-02cpu topology: consider sysfs_create_group return valueHeiko Carstens1-23/+32
2006-12-02Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt1-1/+1
2006-12-02ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt6-15/+39
2006-12-02Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt27-0/+190
2006-12-02Driver core: convert sound core to use struct deviceGreg Kroah-Hartman6-30/+37
2006-12-02Driver core: change mem class_devices to be real devicesGreg Kroah-Hartman1-4/+4
2006-12-02Driver core: convert fb code to use struct deviceGreg Kroah-Hartman3-84/+103
2006-12-02Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman1-62/+57
2006-12-02Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman4-19/+19
2006-12-02Driver core: convert ppdev code to use struct deviceGreg Kroah-Hartman1-3/+3
2006-12-02Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman1-2/+2
2006-12-02Driver core: convert cpuid code to use struct deviceGreg Kroah-Hartman1-10/+10
2006-12-02Driver core: convert msr code to use struct deviceGreg Kroah-Hartman1-10/+10
2006-12-02I2C: convert i2c-dev to use struct device instead of struct class_deviceGreg Kroah-Hartman1-13/+13
2006-12-02Driver core: convert raw device code to use struct deviceGreg Kroah-Hartman1-6/+6
2006-12-02Driver core: convert tty core to use struct deviceGreg Kroah-Hartman6-28/+29
2006-12-02Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman5-33/+27
2006-12-02Driver core: convert vc code to use struct deviceGreg Kroah-Hartman1-8/+8
2006-12-02Driver core: convert vt code to use struct deviceGreg Kroah-Hartman1-42/+39
2006-12-02CONFIG_SYSFS_DEPRECATED - class symlinksKay Sievers1-51/+98
2006-12-02CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers1-0/+4
2006-12-02CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers1-4/+14
2006-12-02CONFIG_SYSFS_DEPRECATED - bus symlinksKay Sievers1-3/+17
2006-12-02Driver core: make old versions of udev work properlyGreg Kroah-Hartman1-14/+45
2006-12-02CONFIG_SYSFS_DEPRECATEDKay Sievers1-0/+20
2006-12-02Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman3-19/+17