aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds69-709/+1286
2007-02-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds125-5263/+25584
2007-02-07sk98lin: planned removalStephen Hemminger1-0/+7
2007-02-07AT91: MACB supportAndrew Victor3-4/+31
2007-02-07sky2: version 1.12Stephen Hemminger1-1/+1
2007-02-07sky2: add new chip idsStephen Hemminger1-0/+4
2007-02-07sky2: Yukon Extreme supportStephen Hemminger2-16/+89
2007-02-07sky2: safer transmit timeoutStephen Hemminger1-26/+15
2007-02-07sky2: TSO support for EC_UStephen Hemminger1-4/+3
2007-02-07sky2: use dev_err for error reportsStephen Hemminger1-44/+31
2007-02-07sky2: add Wake On Lan supportStephen Hemminger2-47/+189
2007-02-07fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael1-1/+1
2007-02-07Remove unused kernel config option DLCI_COUNTRobert P. J. Day1-11/+0
2007-02-07z85230: spinlock logicAlan Cox1-13/+1
2007-02-07mips: declance: Driver model for the PMAD-AMaciej W. Rozycki1-47/+117
2007-02-07Spidernet: Rework RX linked listLinas Vepstas1-8/+4
2007-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds221-8903/+8693
2007-02-07[PATCH] kbuild, Kbuild.include: avoid using spaces in call argumentsOleg Verych1-20/+20
2007-02-07sysfs: Shadow directory supportEric W. Biederman8-45/+249
2007-02-07Driver Core: Increase the default timeout value of the firmware subsystemDave Jones1-1/+1
2007-02-07Driver core: allow to delay the uevent at device creation timeKay Sievers2-2/+4
2007-02-07Driver core: add device_type to struct deviceKay Sievers3-20/+49
2007-02-07Driver core: add uevent vars for devices of a classKay Sievers1-12/+34
2007-02-07SYSFS: Fix missing include of list.h in sysfs.hFrank Haverkamp1-0/+1
2007-02-07HOWTO: Add a reference to Harbison and SteeleRobert P. J. Day1-0/+1
2007-02-07sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum1-4/+6
2007-02-07kobject: kobject_put cleanupMariusz Kozlowski1-4/+2
2007-02-07sysfs: kobject_put cleanupMariusz Kozlowski2-6/+4
2007-02-07sysfs: suppress lockdep warningsFrederik Deweerdt1-2/+2
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum8-17/+103
2007-02-07driver core: Change function call order in device_bind_driver().Cornelia Huck1-2/+6
2007-02-07driver core: Don't stop probing on ->probe errors.Cornelia Huck1-7/+6
2007-02-07driver core fixes: device_register() retval check in platform.cCornelia Huck1-2/+9
2007-02-07driver core fixes: make_class_name() retval checksCornelia Huck2-13/+25
2007-02-07/sys/modules/*/holdersKay Sievers3-7/+48
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2-3/+6
2007-02-07SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman2-2/+9
2007-02-07PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman4-8/+12
2007-02-07Modules: only add drivers/ direcory if neededGreg Kroah-Hartman2-10/+11
2007-02-07MODULES: add the module name for built in kernel driversKay Sievers4-17/+31
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck3-36/+52
2007-02-07driver core: Remove device_is_registered() in device_move().Cornelia Huck1-4/+0
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman20-362/+451
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman5-27/+27
2007-02-07Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman14-105/+127
2007-02-07Kobject: make kobject apis more robust in handling NULL pointersGreg Kroah-Hartman1-0/+19
2007-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds10-49/+92
2007-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds39-1119/+866
2007-02-07[GFS2] make gfs2_writepages() staticAdrian Bunk1-1/+2
2007-02-07[GFS2] Unlock page on prepare_write try lock failureSteven Whitehouse1-1/+3